weather snowy icon
weather-snowy-outline from Material Symbols by Google · Outline · Home · Apache-2.0 Free for personal and commercial use.
- Name
- weather-snowy-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- weather-snowy-outline-rounded, weather-snowy-outline-sharp
1 other variant in Material Symbols
The same icon in other sets
More home icons from Material Symbols
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-status
Use the weather snowy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.613 18.638q-.363-.363-.363-.888t.363-.888t.887-.362t.888.363t.362.887t-.363.888T6.5 19t-.888-.363m3 3q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888T9.5 22t-.888-.363m3-3q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888T12.5 19t-.888-.363m6 0q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888T18.5 19t-.888-.363m-3 3q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888T15.5 22t-.888-.363M7.5 15q-2.275 0-3.887-1.612T2 9.5q0-2.075 1.375-3.625t3.4-1.825q.8-1.425 2.188-2.238T12 1q2.25 0 3.913 1.438t2.012 3.587q1.725.15 2.9 1.425T22 10.5q0 1.875-1.312 3.188T17.5 15zm0-2h10q1.05 0 1.775-.725T20 10.5t-.725-1.775T17.5 8H16V7q0-1.65-1.175-2.825T12 3q-1.2 0-2.187.65T8.325 5.4l-.25.6H7.45q-1.425.05-2.437 1.063T4 9.5q0 1.45 1.025 2.475T7.5 13m4.5-2.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWeatherSnowyOutline(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="M5.613 18.638q-.363-.363-.363-.888t.363-.888t.887-.362t.888.363t.362.887t-.363.888T6.5 19t-.888-.363m3 3q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888T9.5 22t-.888-.363m3-3q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888T12.5 19t-.888-.363m6 0q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888T18.5 19t-.888-.363m-3 3q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888T15.5 22t-.888-.363M7.5 15q-2.275 0-3.887-1.612T2 9.5q0-2.075 1.375-3.625t3.4-1.825q.8-1.425 2.188-2.238T12 1q2.25 0 3.913 1.438t2.012 3.587q1.725.15 2.9 1.425T22 10.5q0 1.875-1.312 3.188T17.5 15zm0-2h10q1.05 0 1.775-.725T20 10.5t-.725-1.775T17.5 8H16V7q0-1.65-1.175-2.825T12 3q-1.2 0-2.187.65T8.325 5.4l-.25.6H7.45q-1.425.05-2.437 1.063T4 9.5q0 1.45 1.025 2.475T7.5 13m4.5-2.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.613 18.638q-.363-.363-.363-.888t.363-.888t.887-.362t.888.363t.362.887t-.363.888T6.5 19t-.888-.363m3 3q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888T9.5 22t-.888-.363m3-3q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888T12.5 19t-.888-.363m6 0q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888T18.5 19t-.888-.363m-3 3q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888T15.5 22t-.888-.363M7.5 15q-2.275 0-3.887-1.612T2 9.5q0-2.075 1.375-3.625t3.4-1.825q.8-1.425 2.188-2.238T12 1q2.25 0 3.913 1.438t2.012 3.587q1.725.15 2.9 1.425T22 10.5q0 1.875-1.312 3.188T17.5 15zm0-2h10q1.05 0 1.775-.725T20 10.5t-.725-1.775T17.5 8H16V7q0-1.65-1.175-2.825T12 3q-1.2 0-2.187.65T8.325 5.4l-.25.6H7.45q-1.425.05-2.437 1.063T4 9.5q0 1.45 1.025 2.475T7.5 13m4.5-2.5"/></svg> </template>
CSS
.icon-weather-snowy-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%22M5.613%2018.638q-.363-.363-.363-.888t.363-.888t.887-.362t.888.363t.362.887t-.363.888T6.5%2019t-.888-.363m3%203q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888T9.5%2022t-.888-.363m3-3q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888T12.5%2019t-.888-.363m6%200q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888T18.5%2019t-.888-.363m-3%203q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888T15.5%2022t-.888-.363M7.5%2015q-2.275%200-3.887-1.612T2%209.5q0-2.075%201.375-3.625t3.4-1.825q.8-1.425%202.188-2.238T12%201q2.25%200%203.913%201.438t2.012%203.587q1.725.15%202.9%201.425T22%2010.5q0%201.875-1.312%203.188T17.5%2015zm0-2h10q1.05%200%201.775-.725T20%2010.5t-.725-1.775T17.5%208H16V7q0-1.65-1.175-2.825T12%203q-1.2%200-2.187.65T8.325%205.4l-.25.6H7.45q-1.425.05-2.437%201.063T4%209.5q0%201.45%201.025%202.475T7.5%2013m4.5-2.5%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%22M5.613%2018.638q-.363-.363-.363-.888t.363-.888t.887-.362t.888.363t.362.887t-.363.888T6.5%2019t-.888-.363m3%203q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888T9.5%2022t-.888-.363m3-3q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888T12.5%2019t-.888-.363m6%200q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888T18.5%2019t-.888-.363m-3%203q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888T15.5%2022t-.888-.363M7.5%2015q-2.275%200-3.887-1.612T2%209.5q0-2.075%201.375-3.625t3.4-1.825q.8-1.425%202.188-2.238T12%201q2.25%200%203.913%201.438t2.012%203.587q1.725.15%202.9%201.425T22%2010.5q0%201.875-1.312%203.188T17.5%2015zm0-2h10q1.05%200%201.775-.725T20%2010.5t-.725-1.775T17.5%208H16V7q0-1.65-1.175-2.825T12%203q-1.2%200-2.187.65T8.325%205.4l-.25.6H7.45q-1.425.05-2.437%201.063T4%209.5q0%201.45%201.025%202.475T7.5%2013m4.5-2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/weather-snowy-outline.svg?color=%231a73e8&size=48