cloudy snowing icon
cloudy-snowing-outline from Material Symbols by Google · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- cloudy-snowing-outline
- Set
- Material Symbols
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- cloudy-snowing-outline-sharp
1 other variant in Material Symbols
The same icon in other sets
Use the cloudy snowing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 19q-.425 0-.712-.288T5 18t.288-.712T6 17t.713.288T7 18t-.288.713T6 19m12 0q-.425 0-.712-.288T17 18t.288-.712T18 17t.713.288T19 18t-.288.713T18 19m-9 4q-.425 0-.712-.288T8 22t.288-.712T9 21t.713.288T10 22t-.288.713T9 23m3-4q-.425 0-.712-.288T11 18t.288-.712T12 17t.713.288T13 18t-.288.713T12 19m3 4q-.425 0-.712-.288T14 22t.288-.712T15 21t.713.288T16 22t-.288.713T15 23m-7.5-7q-2.275 0-3.887-1.612T2 10.5q0-2.075 1.375-3.625t3.4-1.825q.8-1.425 2.188-2.238T12 2q2.25 0 3.913 1.438t2.012 3.587q1.725.15 2.9 1.425T22 11.5q0 1.875-1.312 3.188T17.5 16zm0-2h10q1.05 0 1.775-.725T20 11.5t-.725-1.775T17.5 9H16V8q0-1.65-1.175-2.825T12 4q-1.2 0-2.187.65T8.325 6.4l-.25.6H7.45q-1.425.05-2.437 1.063T4 10.5q0 1.45 1.025 2.475T7.5 14M12 9"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCloudySnowingOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 19q-.425 0-.712-.288T5 18t.288-.712T6 17t.713.288T7 18t-.288.713T6 19m12 0q-.425 0-.712-.288T17 18t.288-.712T18 17t.713.288T19 18t-.288.713T18 19m-9 4q-.425 0-.712-.288T8 22t.288-.712T9 21t.713.288T10 22t-.288.713T9 23m3-4q-.425 0-.712-.288T11 18t.288-.712T12 17t.713.288T13 18t-.288.713T12 19m3 4q-.425 0-.712-.288T14 22t.288-.712T15 21t.713.288T16 22t-.288.713T15 23m-7.5-7q-2.275 0-3.887-1.612T2 10.5q0-2.075 1.375-3.625t3.4-1.825q.8-1.425 2.188-2.238T12 2q2.25 0 3.913 1.438t2.012 3.587q1.725.15 2.9 1.425T22 11.5q0 1.875-1.312 3.188T17.5 16zm0-2h10q1.05 0 1.775-.725T20 11.5t-.725-1.775T17.5 9H16V8q0-1.65-1.175-2.825T12 4q-1.2 0-2.187.65T8.325 6.4l-.25.6H7.45q-1.425.05-2.437 1.063T4 10.5q0 1.45 1.025 2.475T7.5 14M12 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 19q-.425 0-.712-.288T5 18t.288-.712T6 17t.713.288T7 18t-.288.713T6 19m12 0q-.425 0-.712-.288T17 18t.288-.712T18 17t.713.288T19 18t-.288.713T18 19m-9 4q-.425 0-.712-.288T8 22t.288-.712T9 21t.713.288T10 22t-.288.713T9 23m3-4q-.425 0-.712-.288T11 18t.288-.712T12 17t.713.288T13 18t-.288.713T12 19m3 4q-.425 0-.712-.288T14 22t.288-.712T15 21t.713.288T16 22t-.288.713T15 23m-7.5-7q-2.275 0-3.887-1.612T2 10.5q0-2.075 1.375-3.625t3.4-1.825q.8-1.425 2.188-2.238T12 2q2.25 0 3.913 1.438t2.012 3.587q1.725.15 2.9 1.425T22 11.5q0 1.875-1.312 3.188T17.5 16zm0-2h10q1.05 0 1.775-.725T20 11.5t-.725-1.775T17.5 9H16V8q0-1.65-1.175-2.825T12 4q-1.2 0-2.187.65T8.325 6.4l-.25.6H7.45q-1.425.05-2.437 1.063T4 10.5q0 1.45 1.025 2.475T7.5 14M12 9"/></svg> </template>
CSS
.icon-cloudy-snowing-outline {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2019q-.425%200-.712-.288T5%2018t.288-.712T6%2017t.713.288T7%2018t-.288.713T6%2019m12%200q-.425%200-.712-.288T17%2018t.288-.712T18%2017t.713.288T19%2018t-.288.713T18%2019m-9%204q-.425%200-.712-.288T8%2022t.288-.712T9%2021t.713.288T10%2022t-.288.713T9%2023m3-4q-.425%200-.712-.288T11%2018t.288-.712T12%2017t.713.288T13%2018t-.288.713T12%2019m3%204q-.425%200-.712-.288T14%2022t.288-.712T15%2021t.713.288T16%2022t-.288.713T15%2023m-7.5-7q-2.275%200-3.887-1.612T2%2010.5q0-2.075%201.375-3.625t3.4-1.825q.8-1.425%202.188-2.238T12%202q2.25%200%203.913%201.438t2.012%203.587q1.725.15%202.9%201.425T22%2011.5q0%201.875-1.312%203.188T17.5%2016zm0-2h10q1.05%200%201.775-.725T20%2011.5t-.725-1.775T17.5%209H16V8q0-1.65-1.175-2.825T12%204q-1.2%200-2.187.65T8.325%206.4l-.25.6H7.45q-1.425.05-2.437%201.063T4%2010.5q0%201.45%201.025%202.475T7.5%2014M12%209%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2019q-.425%200-.712-.288T5%2018t.288-.712T6%2017t.713.288T7%2018t-.288.713T6%2019m12%200q-.425%200-.712-.288T17%2018t.288-.712T18%2017t.713.288T19%2018t-.288.713T18%2019m-9%204q-.425%200-.712-.288T8%2022t.288-.712T9%2021t.713.288T10%2022t-.288.713T9%2023m3-4q-.425%200-.712-.288T11%2018t.288-.712T12%2017t.713.288T13%2018t-.288.713T12%2019m3%204q-.425%200-.712-.288T14%2022t.288-.712T15%2021t.713.288T16%2022t-.288.713T15%2023m-7.5-7q-2.275%200-3.887-1.612T2%2010.5q0-2.075%201.375-3.625t3.4-1.825q.8-1.425%202.188-2.238T12%202q2.25%200%203.913%201.438t2.012%203.587q1.725.15%202.9%201.425T22%2011.5q0%201.875-1.312%203.188T17.5%2016zm0-2h10q1.05%200%201.775-.725T20%2011.5t-.725-1.775T17.5%209H16V8q0-1.65-1.175-2.825T12%204q-1.2%200-2.187.65T8.325%206.4l-.25.6H7.45q-1.425.05-2.437%201.063T4%2010.5q0%201.45%201.025%202.475T7.5%2014M12%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/cloudy-snowing-outline.svg?color=%231a73e8&size=48