mostly cloudy night icon
mostly-cloudy-night from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- mostly-cloudy-night
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
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 mostly 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="M29.844 15.035a1.52 1.52 0 0 0-1.23-.866a5.36 5.36 0 0 1-3.41-1.716a6.47 6.47 0 0 1-1.286-6.392a1.6 1.6 0 0 0-.299-1.546a1.45 1.45 0 0 0-1.36-.493l-.019.003a7.93 7.93 0 0 0-6.22 7.431A7.4 7.4 0 0 0 13.5 11a7.55 7.55 0 0 0-7.15 5.244A5.993 5.993 0 0 0 8 28h11a5.977 5.977 0 0 0 5.615-8.088a7.5 7.5 0 0 0 5.132-3.357a1.54 1.54 0 0 0 .097-1.52M19 26H8a3.993 3.993 0 0 1-.673-7.93l.663-.112l.145-.656a5.496 5.496 0 0 1 10.73 0l.145.656l.663.113A3.993 3.993 0 0 1 19 26m4.465-8.001h-.021a5.96 5.96 0 0 0-2.795-1.755a7.5 7.5 0 0 0-2.6-3.677c-.01-.101-.036-.197-.041-.3a6.08 6.08 0 0 1 3.79-6.05a8.46 8.46 0 0 0 1.94 7.596a7.4 7.4 0 0 0 3.902 2.228a5.43 5.43 0 0 1-4.175 1.958"/></svg>
React
import type { SVGProps } from "react";
export function CarbonMostlyCloudyNight(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="M29.844 15.035a1.52 1.52 0 0 0-1.23-.866a5.36 5.36 0 0 1-3.41-1.716a6.47 6.47 0 0 1-1.286-6.392a1.6 1.6 0 0 0-.299-1.546a1.45 1.45 0 0 0-1.36-.493l-.019.003a7.93 7.93 0 0 0-6.22 7.431A7.4 7.4 0 0 0 13.5 11a7.55 7.55 0 0 0-7.15 5.244A5.993 5.993 0 0 0 8 28h11a5.977 5.977 0 0 0 5.615-8.088a7.5 7.5 0 0 0 5.132-3.357a1.54 1.54 0 0 0 .097-1.52M19 26H8a3.993 3.993 0 0 1-.673-7.93l.663-.112l.145-.656a5.496 5.496 0 0 1 10.73 0l.145.656l.663.113A3.993 3.993 0 0 1 19 26m4.465-8.001h-.021a5.96 5.96 0 0 0-2.795-1.755a7.5 7.5 0 0 0-2.6-3.677c-.01-.101-.036-.197-.041-.3a6.08 6.08 0 0 1 3.79-6.05a8.46 8.46 0 0 0 1.94 7.596a7.4 7.4 0 0 0 3.902 2.228a5.43 5.43 0 0 1-4.175 1.958"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.844 15.035a1.52 1.52 0 0 0-1.23-.866a5.36 5.36 0 0 1-3.41-1.716a6.47 6.47 0 0 1-1.286-6.392a1.6 1.6 0 0 0-.299-1.546a1.45 1.45 0 0 0-1.36-.493l-.019.003a7.93 7.93 0 0 0-6.22 7.431A7.4 7.4 0 0 0 13.5 11a7.55 7.55 0 0 0-7.15 5.244A5.993 5.993 0 0 0 8 28h11a5.977 5.977 0 0 0 5.615-8.088a7.5 7.5 0 0 0 5.132-3.357a1.54 1.54 0 0 0 .097-1.52M19 26H8a3.993 3.993 0 0 1-.673-7.93l.663-.112l.145-.656a5.496 5.496 0 0 1 10.73 0l.145.656l.663.113A3.993 3.993 0 0 1 19 26m4.465-8.001h-.021a5.96 5.96 0 0 0-2.795-1.755a7.5 7.5 0 0 0-2.6-3.677c-.01-.101-.036-.197-.041-.3a6.08 6.08 0 0 1 3.79-6.05a8.46 8.46 0 0 0 1.94 7.596a7.4 7.4 0 0 0 3.902 2.228a5.43 5.43 0 0 1-4.175 1.958"/></svg> </template>
CSS
.icon-mostly-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%22M29.844%2015.035a1.52%201.52%200%200%200-1.23-.866a5.36%205.36%200%200%201-3.41-1.716a6.47%206.47%200%200%201-1.286-6.392a1.6%201.6%200%200%200-.299-1.546a1.45%201.45%200%200%200-1.36-.493l-.019.003a7.93%207.93%200%200%200-6.22%207.431A7.4%207.4%200%200%200%2013.5%2011a7.55%207.55%200%200%200-7.15%205.244A5.993%205.993%200%200%200%208%2028h11a5.977%205.977%200%200%200%205.615-8.088a7.5%207.5%200%200%200%205.132-3.357a1.54%201.54%200%200%200%20.097-1.52M19%2026H8a3.993%203.993%200%200%201-.673-7.93l.663-.112l.145-.656a5.496%205.496%200%200%201%2010.73%200l.145.656l.663.113A3.993%203.993%200%200%201%2019%2026m4.465-8.001h-.021a5.96%205.96%200%200%200-2.795-1.755a7.5%207.5%200%200%200-2.6-3.677c-.01-.101-.036-.197-.041-.3a6.08%206.08%200%200%201%203.79-6.05a8.46%208.46%200%200%200%201.94%207.596a7.4%207.4%200%200%200%203.902%202.228a5.43%205.43%200%200%201-4.175%201.958%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%22M29.844%2015.035a1.52%201.52%200%200%200-1.23-.866a5.36%205.36%200%200%201-3.41-1.716a6.47%206.47%200%200%201-1.286-6.392a1.6%201.6%200%200%200-.299-1.546a1.45%201.45%200%200%200-1.36-.493l-.019.003a7.93%207.93%200%200%200-6.22%207.431A7.4%207.4%200%200%200%2013.5%2011a7.55%207.55%200%200%200-7.15%205.244A5.993%205.993%200%200%200%208%2028h11a5.977%205.977%200%200%200%205.615-8.088a7.5%207.5%200%200%200%205.132-3.357a1.54%201.54%200%200%200%20.097-1.52M19%2026H8a3.993%203.993%200%200%201-.673-7.93l.663-.112l.145-.656a5.496%205.496%200%200%201%2010.73%200l.145.656l.663.113A3.993%203.993%200%200%201%2019%2026m4.465-8.001h-.021a5.96%205.96%200%200%200-2.795-1.755a7.5%207.5%200%200%200-2.6-3.677c-.01-.101-.036-.197-.041-.3a6.08%206.08%200%200%201%203.79-6.05a8.46%208.46%200%200%200%201.94%207.596a7.4%207.4%200%200%200%203.902%202.228a5.43%205.43%200%200%201-4.175%201.958%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/mostly-cloudy-night.svg?color=%231a73e8&size=48