git.lucas.co / cce-icons
SVG icon set
git clone https://git.lucas.co/cce-icons.git

svg/cloud.svg (305B)

1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
2   <!-- Stylized cloud: two puffs on a rounded base -->
3   <g fill="#ffffff">
4     <circle cx="14" cy="21" r="8" />
5     <circle cx="25" cy="18" r="10" />
6     <rect x="6" y="21" width="28" height="10" rx="5" />
7   </g>
8 </svg>