partly cloudy night icon
partly-cloudy-night from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- partly-cloudy-night
- 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 night icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 19a4.97 4.97 0 0 0-3.206-4.658A6.971 6.971 0 0 0 13.758 12.9a13.14 13.14 0 0 1 .131-8.52A1.015 1.015 0 0 0 12.98 3a1 1 0 0 0-.175.016a13.096 13.096 0 0 0 1.825 25.981c.164.006.328 0 .49 0a13.04 13.04 0 0 0 10.29-5.038A4.99 4.99 0 0 0 30 19m-15.297 7.998a11.095 11.095 0 0 1-3.2-21.584a15.2 15.2 0 0 0 .844 9.367A4.988 4.988 0 0 0 15 24h7.677a11.1 11.1 0 0 1-7.556 2.998c-.138 0-.278.004-.418 0M25 22H15a2.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.157A2.995 2.995 0 0 1 25 22"/></svg>
React
import type { SVGProps } from "react";
export function CarbonPartlyCloudyNight(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 19a4.97 4.97 0 0 0-3.206-4.658A6.971 6.971 0 0 0 13.758 12.9a13.14 13.14 0 0 1 .131-8.52A1.015 1.015 0 0 0 12.98 3a1 1 0 0 0-.175.016a13.096 13.096 0 0 0 1.825 25.981c.164.006.328 0 .49 0a13.04 13.04 0 0 0 10.29-5.038A4.99 4.99 0 0 0 30 19m-15.297 7.998a11.095 11.095 0 0 1-3.2-21.584a15.2 15.2 0 0 0 .844 9.367A4.988 4.988 0 0 0 15 24h7.677a11.1 11.1 0 0 1-7.556 2.998c-.138 0-.278.004-.418 0M25 22H15a2.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.157A2.995 2.995 0 0 1 25 22"/></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 19a4.97 4.97 0 0 0-3.206-4.658A6.971 6.971 0 0 0 13.758 12.9a13.14 13.14 0 0 1 .131-8.52A1.015 1.015 0 0 0 12.98 3a1 1 0 0 0-.175.016a13.096 13.096 0 0 0 1.825 25.981c.164.006.328 0 .49 0a13.04 13.04 0 0 0 10.29-5.038A4.99 4.99 0 0 0 30 19m-15.297 7.998a11.095 11.095 0 0 1-3.2-21.584a15.2 15.2 0 0 0 .844 9.367A4.988 4.988 0 0 0 15 24h7.677a11.1 11.1 0 0 1-7.556 2.998c-.138 0-.278.004-.418 0M25 22H15a2.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.157A2.995 2.995 0 0 1 25 22"/></svg> </template>
CSS
.icon-partly-cloudy-night {
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%2019a4.97%204.97%200%200%200-3.206-4.658A6.971%206.971%200%200%200%2013.758%2012.9a13.14%2013.14%200%200%201%20.131-8.52A1.015%201.015%200%200%200%2012.98%203a1%201%200%200%200-.175.016a13.096%2013.096%200%200%200%201.825%2025.981c.164.006.328%200%20.49%200a13.04%2013.04%200%200%200%2010.29-5.038A4.99%204.99%200%200%200%2030%2019m-15.297%207.998a11.095%2011.095%200%200%201-3.2-21.584a15.2%2015.2%200%200%200%20.844%209.367A4.988%204.988%200%200%200%2015%2024h7.677a11.1%2011.1%200%200%201-7.556%202.998c-.138%200-.278.004-.418%200M25%2022H15a2.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.157A2.995%202.995%200%200%201%2025%2022%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%2019a4.97%204.97%200%200%200-3.206-4.658A6.971%206.971%200%200%200%2013.758%2012.9a13.14%2013.14%200%200%201%20.131-8.52A1.015%201.015%200%200%200%2012.98%203a1%201%200%200%200-.175.016a13.096%2013.096%200%200%200%201.825%2025.981c.164.006.328%200%20.49%200a13.04%2013.04%200%200%200%2010.29-5.038A4.99%204.99%200%200%200%2030%2019m-15.297%207.998a11.095%2011.095%200%200%201-3.2-21.584a15.2%2015.2%200%200%200%20.844%209.367A4.988%204.988%200%200%200%2015%2024h7.677a11.1%2011.1%200%200%201-7.556%202.998c-.138%200-.278.004-.418%200M25%2022H15a2.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.157A2.995%202.995%200%200%201%2025%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/partly-cloudy-night.svg?color=%231a73e8&size=48