cloudy icon
cloudy from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- cloudy
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the cloudy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 15.5a6.53 6.53 0 0 0-5.199-6.363a8.994 8.994 0 0 0-17.6 0A6.53 6.53 0 0 0 2 15.5a6.45 6.45 0 0 0 1.688 4.35A5.983 5.983 0 0 0 8 30h11a5.976 5.976 0 0 0 5.61-8.102A6.505 6.505 0 0 0 30 15.501M19 28H8a3.993 3.993 0 0 1-.673-7.93l.663-.112l.146-.656a5.496 5.496 0 0 1 10.73 0l.145.656l.663.113A3.993 3.993 0 0 1 19 28m4.5-8h-.055a5.96 5.96 0 0 0-2.796-1.756a7.495 7.495 0 0 0-14.299 0a6 6 0 0 0-1.031.407A4.45 4.45 0 0 1 4 15.5a4.517 4.517 0 0 1 4.144-4.481l.816-.064l.099-.812a6.994 6.994 0 0 1 13.883 0l.099.812l.815.064A4.498 4.498 0 0 1 23.5 20"/></svg>
React
import type { SVGProps } from "react";
export function CarbonCloudy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 15.5a6.53 6.53 0 0 0-5.199-6.363a8.994 8.994 0 0 0-17.6 0A6.53 6.53 0 0 0 2 15.5a6.45 6.45 0 0 0 1.688 4.35A5.983 5.983 0 0 0 8 30h11a5.976 5.976 0 0 0 5.61-8.102A6.505 6.505 0 0 0 30 15.501M19 28H8a3.993 3.993 0 0 1-.673-7.93l.663-.112l.146-.656a5.496 5.496 0 0 1 10.73 0l.145.656l.663.113A3.993 3.993 0 0 1 19 28m4.5-8h-.055a5.96 5.96 0 0 0-2.796-1.756a7.495 7.495 0 0 0-14.299 0a6 6 0 0 0-1.031.407A4.45 4.45 0 0 1 4 15.5a4.517 4.517 0 0 1 4.144-4.481l.816-.064l.099-.812a6.994 6.994 0 0 1 13.883 0l.099.812l.815.064A4.498 4.498 0 0 1 23.5 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 15.5a6.53 6.53 0 0 0-5.199-6.363a8.994 8.994 0 0 0-17.6 0A6.53 6.53 0 0 0 2 15.5a6.45 6.45 0 0 0 1.688 4.35A5.983 5.983 0 0 0 8 30h11a5.976 5.976 0 0 0 5.61-8.102A6.505 6.505 0 0 0 30 15.501M19 28H8a3.993 3.993 0 0 1-.673-7.93l.663-.112l.146-.656a5.496 5.496 0 0 1 10.73 0l.145.656l.663.113A3.993 3.993 0 0 1 19 28m4.5-8h-.055a5.96 5.96 0 0 0-2.796-1.756a7.495 7.495 0 0 0-14.299 0a6 6 0 0 0-1.031.407A4.45 4.45 0 0 1 4 15.5a4.517 4.517 0 0 1 4.144-4.481l.816-.064l.099-.812a6.994 6.994 0 0 1 13.883 0l.099.812l.815.064A4.498 4.498 0 0 1 23.5 20"/></svg> </template>
CSS
.icon-cloudy {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2015.5a6.53%206.53%200%200%200-5.199-6.363a8.994%208.994%200%200%200-17.6%200A6.53%206.53%200%200%200%202%2015.5a6.45%206.45%200%200%200%201.688%204.35A5.983%205.983%200%200%200%208%2030h11a5.976%205.976%200%200%200%205.61-8.102A6.505%206.505%200%200%200%2030%2015.501M19%2028H8a3.993%203.993%200%200%201-.673-7.93l.663-.112l.146-.656a5.496%205.496%200%200%201%2010.73%200l.145.656l.663.113A3.993%203.993%200%200%201%2019%2028m4.5-8h-.055a5.96%205.96%200%200%200-2.796-1.756a7.495%207.495%200%200%200-14.299%200a6%206%200%200%200-1.031.407A4.45%204.45%200%200%201%204%2015.5a4.517%204.517%200%200%201%204.144-4.481l.816-.064l.099-.812a6.994%206.994%200%200%201%2013.883%200l.099.812l.815.064A4.498%204.498%200%200%201%2023.5%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2015.5a6.53%206.53%200%200%200-5.199-6.363a8.994%208.994%200%200%200-17.6%200A6.53%206.53%200%200%200%202%2015.5a6.45%206.45%200%200%200%201.688%204.35A5.983%205.983%200%200%200%208%2030h11a5.976%205.976%200%200%200%205.61-8.102A6.505%206.505%200%200%200%2030%2015.501M19%2028H8a3.993%203.993%200%200%201-.673-7.93l.663-.112l.146-.656a5.496%205.496%200%200%201%2010.73%200l.145.656l.663.113A3.993%203.993%200%200%201%2019%2028m4.5-8h-.055a5.96%205.96%200%200%200-2.796-1.756a7.495%207.495%200%200%200-14.299%200a6%206%200%200%200-1.031.407A4.45%204.45%200%200%201%204%2015.5a4.517%204.517%200%200%201%204.144-4.481l.816-.064l.099-.812a6.994%206.994%200%200%201%2013.883%200l.099.812l.815.064A4.498%204.498%200%200%201%2023.5%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/cloudy.svg?color=%231a73e8&size=48