partly cloudy icon
partly-cloudy from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- partly-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 partly cloudy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 15h4v2h-4zm-4-7.413l3-3L27.415 6l-3 3zM15 1h2v4h-2zM4.586 26l3-3l1.415 1.415l-3 3zM4.585 6L6 4.587l3 3l-1.414 1.415zM1 15h4v2H1z"/><path fill="currentColor" d="M26.794 20.342a6.96 6.96 0 0 0-1.868-3.267A9 9 0 0 0 25 16a9 9 0 1 0-14.585 7.033A4.977 4.977 0 0 0 15 30h10a4.995 4.995 0 0 0 1.794-9.658M9 16a6.996 6.996 0 0 1 13.985-.297A6.9 6.9 0 0 0 20 15a7.04 7.04 0 0 0-6.794 5.342a5 5 0 0 0-1.644 1.048A6.97 6.97 0 0 1 9 16m16 12H15a2.995 2.995 0 0 1-.696-5.908l.658-.157l.099-.67a4.992 4.992 0 0 1 9.878 0l.099.67l.658.156A2.995 2.995 0 0 1 25 28"/></svg>
React
import type { SVGProps } from "react";
export function CarbonPartlyCloudy(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="M27 15h4v2h-4zm-4-7.413l3-3L27.415 6l-3 3zM15 1h2v4h-2zM4.586 26l3-3l1.415 1.415l-3 3zM4.585 6L6 4.587l3 3l-1.414 1.415zM1 15h4v2H1z"/><path fill="currentColor" d="M26.794 20.342a6.96 6.96 0 0 0-1.868-3.267A9 9 0 0 0 25 16a9 9 0 1 0-14.585 7.033A4.977 4.977 0 0 0 15 30h10a4.995 4.995 0 0 0 1.794-9.658M9 16a6.996 6.996 0 0 1 13.985-.297A6.9 6.9 0 0 0 20 15a7.04 7.04 0 0 0-6.794 5.342a5 5 0 0 0-1.644 1.048A6.97 6.97 0 0 1 9 16m16 12H15a2.995 2.995 0 0 1-.696-5.908l.658-.157l.099-.67a4.992 4.992 0 0 1 9.878 0l.099.67l.658.156A2.995 2.995 0 0 1 25 28"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 15h4v2h-4zm-4-7.413l3-3L27.415 6l-3 3zM15 1h2v4h-2zM4.586 26l3-3l1.415 1.415l-3 3zM4.585 6L6 4.587l3 3l-1.414 1.415zM1 15h4v2H1z"/><path fill="currentColor" d="M26.794 20.342a6.96 6.96 0 0 0-1.868-3.267A9 9 0 0 0 25 16a9 9 0 1 0-14.585 7.033A4.977 4.977 0 0 0 15 30h10a4.995 4.995 0 0 0 1.794-9.658M9 16a6.996 6.996 0 0 1 13.985-.297A6.9 6.9 0 0 0 20 15a7.04 7.04 0 0 0-6.794 5.342a5 5 0 0 0-1.644 1.048A6.97 6.97 0 0 1 9 16m16 12H15a2.995 2.995 0 0 1-.696-5.908l.658-.157l.099-.67a4.992 4.992 0 0 1 9.878 0l.099.67l.658.156A2.995 2.995 0 0 1 25 28"/></svg> </template>
CSS
.icon-partly-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%22M27%2015h4v2h-4zm-4-7.413l3-3L27.415%206l-3%203zM15%201h2v4h-2zM4.586%2026l3-3l1.415%201.415l-3%203zM4.585%206L6%204.587l3%203l-1.414%201.415zM1%2015h4v2H1z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.794%2020.342a6.96%206.96%200%200%200-1.868-3.267A9%209%200%200%200%2025%2016a9%209%200%201%200-14.585%207.033A4.977%204.977%200%200%200%2015%2030h10a4.995%204.995%200%200%200%201.794-9.658M9%2016a6.996%206.996%200%200%201%2013.985-.297A6.9%206.9%200%200%200%2020%2015a7.04%207.04%200%200%200-6.794%205.342a5%205%200%200%200-1.644%201.048A6.97%206.97%200%200%201%209%2016m16%2012H15a2.995%202.995%200%200%201-.696-5.908l.658-.157l.099-.67a4.992%204.992%200%200%201%209.878%200l.099.67l.658.156A2.995%202.995%200%200%201%2025%2028%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%22M27%2015h4v2h-4zm-4-7.413l3-3L27.415%206l-3%203zM15%201h2v4h-2zM4.586%2026l3-3l1.415%201.415l-3%203zM4.585%206L6%204.587l3%203l-1.414%201.415zM1%2015h4v2H1z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.794%2020.342a6.96%206.96%200%200%200-1.868-3.267A9%209%200%200%200%2025%2016a9%209%200%201%200-14.585%207.033A4.977%204.977%200%200%200%2015%2030h10a4.995%204.995%200%200%200%201.794-9.658M9%2016a6.996%206.996%200%200%201%2013.985-.297A6.9%206.9%200%200%200%2020%2015a7.04%207.04%200%200%200-6.794%205.342a5%205%200%200%200-1.644%201.048A6.97%206.97%200%200%201%209%2016m16%2012H15a2.995%202.995%200%200%201-.696-5.908l.658-.157l.099-.67a4.992%204.992%200%200%201%209.878%200l.099.67l.658.156A2.995%202.995%200%200%201%2025%2028%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/partly-cloudy.svg?color=%231a73e8&size=48