weather snowy icon
weather-snowy-outline from Material Symbols Light by Google · Outline · Home · Apache-2.0 Free for personal and commercial use.
- Name
- weather-snowy-outline
- Set
- Material Symbols Light
- 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 Light
The same icon in other sets
More home icons from Material Symbols Light
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.92 18.33q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247m3 3q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247m3-3q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247m6 0q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247m-3 3q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247M7.5 14.5q-2.083 0-3.541-1.459Q2.5 11.583 2.5 9.5q0-1.94 1.308-3.356t3.275-1.633q.742-1.405 2.033-2.208Q10.408 1.5 12 1.5q2.154 0 3.701 1.428t1.801 3.559q1.84.111 2.92 1.28Q21.5 8.937 21.5 10.5q0 1.664-1.168 2.832T17.5 14.5zm0-1h10q1.242 0 2.121-.879T20.5 10.5t-.879-2.121T17.5 7.5h-1V7q0-1.861-1.32-3.18T12 2.5q-1.354 0-2.466.737t-1.67 1.97l-.116.293H7.45q-1.636.05-2.793 1.207T3.5 9.5q0 1.662 1.17 2.83T7.5 13.5m4.5-3"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWeatherSnowyOutline(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.92 18.33q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247m3 3q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247m3-3q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247m6 0q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247m-3 3q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247M7.5 14.5q-2.083 0-3.541-1.459Q2.5 11.583 2.5 9.5q0-1.94 1.308-3.356t3.275-1.633q.742-1.405 2.033-2.208Q10.408 1.5 12 1.5q2.154 0 3.701 1.428t1.801 3.559q1.84.111 2.92 1.28Q21.5 8.937 21.5 10.5q0 1.664-1.168 2.832T17.5 14.5zm0-1h10q1.242 0 2.121-.879T20.5 10.5t-.879-2.121T17.5 7.5h-1V7q0-1.861-1.32-3.18T12 2.5q-1.354 0-2.466.737t-1.67 1.97l-.116.293H7.45q-1.636.05-2.793 1.207T3.5 9.5q0 1.662 1.17 2.83T7.5 13.5m4.5-3"/></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.92 18.33q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247m3 3q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247m3-3q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247m6 0q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247m-3 3q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247M7.5 14.5q-2.083 0-3.541-1.459Q2.5 11.583 2.5 9.5q0-1.94 1.308-3.356t3.275-1.633q.742-1.405 2.033-2.208Q10.408 1.5 12 1.5q2.154 0 3.701 1.428t1.801 3.559q1.84.111 2.92 1.28Q21.5 8.937 21.5 10.5q0 1.664-1.168 2.832T17.5 14.5zm0-1h10q1.242 0 2.121-.879T20.5 10.5t-.879-2.121T17.5 7.5h-1V7q0-1.861-1.32-3.18T12 2.5q-1.354 0-2.466.737t-1.67 1.97l-.116.293H7.45q-1.636.05-2.793 1.207T3.5 9.5q0 1.662 1.17 2.83T7.5 13.5m4.5-3"/></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.92%2018.33q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247m3%203q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247m3-3q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247m6%200q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247m-3%203q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247M7.5%2014.5q-2.083%200-3.541-1.459Q2.5%2011.583%202.5%209.5q0-1.94%201.308-3.356t3.275-1.633q.742-1.405%202.033-2.208Q10.408%201.5%2012%201.5q2.154%200%203.701%201.428t1.801%203.559q1.84.111%202.92%201.28Q21.5%208.937%2021.5%2010.5q0%201.664-1.168%202.832T17.5%2014.5zm0-1h10q1.242%200%202.121-.879T20.5%2010.5t-.879-2.121T17.5%207.5h-1V7q0-1.861-1.32-3.18T12%202.5q-1.354%200-2.466.737t-1.67%201.97l-.116.293H7.45q-1.636.05-2.793%201.207T3.5%209.5q0%201.662%201.17%202.83T7.5%2013.5m4.5-3%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.92%2018.33q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247m3%203q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247m3-3q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247m6%200q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247m-3%203q-.247-.247-.247-.58t.247-.58t.58-.247t.58.247t.247.58t-.247.58t-.58.247t-.58-.247M7.5%2014.5q-2.083%200-3.541-1.459Q2.5%2011.583%202.5%209.5q0-1.94%201.308-3.356t3.275-1.633q.742-1.405%202.033-2.208Q10.408%201.5%2012%201.5q2.154%200%203.701%201.428t1.801%203.559q1.84.111%202.92%201.28Q21.5%208.937%2021.5%2010.5q0%201.664-1.168%202.832T17.5%2014.5zm0-1h10q1.242%200%202.121-.879T20.5%2010.5t-.879-2.121T17.5%207.5h-1V7q0-1.861-1.32-3.18T12%202.5q-1.354%200-2.466.737t-1.67%201.97l-.116.293H7.45q-1.636.05-2.793%201.207T3.5%209.5q0%201.662%201.17%202.83T7.5%2013.5m4.5-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/weather-snowy-outline.svg?color=%231a73e8&size=48