rainy snow icon
rainy-snow from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- rainy-snow
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- rainy-snow-outline, rainy-snow-outline-rounded, rainy-snow-rounded
1 other variant in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the rainy snow icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.45 18.9q-.375.2-.762.063T7.1 18.45l-1.5-3q-.2-.375-.062-.763t.512-.587t.763-.062t.587.512l1.5 3q.2.375.063.763t-.513.587m9 0q-.375.2-.762.063t-.588-.513l-4.5-9q-.2-.375-.062-.762t.512-.588t.763-.062t.587.512l4.5 9q.2.375.063.763t-.513.587m-5.413-.187q-.287-.288-.287-.713t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m10.412.188q-.375.2-.762.063t-.588-.513l-.5-1q-.2-.375-.062-.763t.512-.587t.763-.062t.587.512l.5 1q.2.375.063.763t-.513.587m-11-3q-.375.2-.762.063t-.588-.513l-4.5-9q-.2-.375-.062-.762T6.05 5.1t.763-.062t.587.512l4.5 9q.2.375.063.763t-.513.587m7.838-1.187Q19 14.425 19 14t.288-.712T20 13t.713.288T21 14t-.288.713T20 15t-.712-.288m-15-2Q4 12.426 4 12t.288-.712T5 11t.713.288T6 12t-.288.713T5 13t-.712-.288M18.95 11.9q-.375.2-.763.063t-.587-.513l-2.5-5q-.2-.375-.062-.763t.512-.587t.763-.062t.587.512l2.5 5q.2.375.063.763t-.513.587m-15-2q-.375.2-.763.063T2.6 9.45l-1.5-3q-.2-.375-.062-.763T1.55 5.1t.763-.062t.587.512l1.5 3q.2.375.063.763T3.95 9.9m6.588-3.187Q10.25 6.425 10.25 6t.288-.712T11.25 5t.713.288t.287.712t-.288.713T11.25 7t-.712-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsRainySnow(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="M8.45 18.9q-.375.2-.762.063T7.1 18.45l-1.5-3q-.2-.375-.062-.763t.512-.587t.763-.062t.587.512l1.5 3q.2.375.063.763t-.513.587m9 0q-.375.2-.762.063t-.588-.513l-4.5-9q-.2-.375-.062-.762t.512-.588t.763-.062t.587.512l4.5 9q.2.375.063.763t-.513.587m-5.413-.187q-.287-.288-.287-.713t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m10.412.188q-.375.2-.762.063t-.588-.513l-.5-1q-.2-.375-.062-.763t.512-.587t.763-.062t.587.512l.5 1q.2.375.063.763t-.513.587m-11-3q-.375.2-.762.063t-.588-.513l-4.5-9q-.2-.375-.062-.762T6.05 5.1t.763-.062t.587.512l4.5 9q.2.375.063.763t-.513.587m7.838-1.187Q19 14.425 19 14t.288-.712T20 13t.713.288T21 14t-.288.713T20 15t-.712-.288m-15-2Q4 12.426 4 12t.288-.712T5 11t.713.288T6 12t-.288.713T5 13t-.712-.288M18.95 11.9q-.375.2-.763.063t-.587-.513l-2.5-5q-.2-.375-.062-.763t.512-.587t.763-.062t.587.512l2.5 5q.2.375.063.763t-.513.587m-15-2q-.375.2-.763.063T2.6 9.45l-1.5-3q-.2-.375-.062-.763T1.55 5.1t.763-.062t.587.512l1.5 3q.2.375.063.763T3.95 9.9m6.588-3.187Q10.25 6.425 10.25 6t.288-.712T11.25 5t.713.288t.287.712t-.288.713T11.25 7t-.712-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.45 18.9q-.375.2-.762.063T7.1 18.45l-1.5-3q-.2-.375-.062-.763t.512-.587t.763-.062t.587.512l1.5 3q.2.375.063.763t-.513.587m9 0q-.375.2-.762.063t-.588-.513l-4.5-9q-.2-.375-.062-.762t.512-.588t.763-.062t.587.512l4.5 9q.2.375.063.763t-.513.587m-5.413-.187q-.287-.288-.287-.713t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m10.412.188q-.375.2-.762.063t-.588-.513l-.5-1q-.2-.375-.062-.763t.512-.587t.763-.062t.587.512l.5 1q.2.375.063.763t-.513.587m-11-3q-.375.2-.762.063t-.588-.513l-4.5-9q-.2-.375-.062-.762T6.05 5.1t.763-.062t.587.512l4.5 9q.2.375.063.763t-.513.587m7.838-1.187Q19 14.425 19 14t.288-.712T20 13t.713.288T21 14t-.288.713T20 15t-.712-.288m-15-2Q4 12.426 4 12t.288-.712T5 11t.713.288T6 12t-.288.713T5 13t-.712-.288M18.95 11.9q-.375.2-.763.063t-.587-.513l-2.5-5q-.2-.375-.062-.763t.512-.587t.763-.062t.587.512l2.5 5q.2.375.063.763t-.513.587m-15-2q-.375.2-.763.063T2.6 9.45l-1.5-3q-.2-.375-.062-.763T1.55 5.1t.763-.062t.587.512l1.5 3q.2.375.063.763T3.95 9.9m6.588-3.187Q10.25 6.425 10.25 6t.288-.712T11.25 5t.713.288t.287.712t-.288.713T11.25 7t-.712-.288"/></svg> </template>
CSS
.icon-rainy-snow {
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%22M8.45%2018.9q-.375.2-.762.063T7.1%2018.45l-1.5-3q-.2-.375-.062-.763t.512-.587t.763-.062t.587.512l1.5%203q.2.375.063.763t-.513.587m9%200q-.375.2-.762.063t-.588-.513l-4.5-9q-.2-.375-.062-.762t.512-.588t.763-.062t.587.512l4.5%209q.2.375.063.763t-.513.587m-5.413-.187q-.287-.288-.287-.713t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m10.412.188q-.375.2-.762.063t-.588-.513l-.5-1q-.2-.375-.062-.763t.512-.587t.763-.062t.587.512l.5%201q.2.375.063.763t-.513.587m-11-3q-.375.2-.762.063t-.588-.513l-4.5-9q-.2-.375-.062-.762T6.05%205.1t.763-.062t.587.512l4.5%209q.2.375.063.763t-.513.587m7.838-1.187Q19%2014.425%2019%2014t.288-.712T20%2013t.713.288T21%2014t-.288.713T20%2015t-.712-.288m-15-2Q4%2012.426%204%2012t.288-.712T5%2011t.713.288T6%2012t-.288.713T5%2013t-.712-.288M18.95%2011.9q-.375.2-.763.063t-.587-.513l-2.5-5q-.2-.375-.062-.763t.512-.587t.763-.062t.587.512l2.5%205q.2.375.063.763t-.513.587m-15-2q-.375.2-.763.063T2.6%209.45l-1.5-3q-.2-.375-.062-.763T1.55%205.1t.763-.062t.587.512l1.5%203q.2.375.063.763T3.95%209.9m6.588-3.187Q10.25%206.425%2010.25%206t.288-.712T11.25%205t.713.288t.287.712t-.288.713T11.25%207t-.712-.288%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%22M8.45%2018.9q-.375.2-.762.063T7.1%2018.45l-1.5-3q-.2-.375-.062-.763t.512-.587t.763-.062t.587.512l1.5%203q.2.375.063.763t-.513.587m9%200q-.375.2-.762.063t-.588-.513l-4.5-9q-.2-.375-.062-.762t.512-.588t.763-.062t.587.512l4.5%209q.2.375.063.763t-.513.587m-5.413-.187q-.287-.288-.287-.713t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m10.412.188q-.375.2-.762.063t-.588-.513l-.5-1q-.2-.375-.062-.763t.512-.587t.763-.062t.587.512l.5%201q.2.375.063.763t-.513.587m-11-3q-.375.2-.762.063t-.588-.513l-4.5-9q-.2-.375-.062-.762T6.05%205.1t.763-.062t.587.512l4.5%209q.2.375.063.763t-.513.587m7.838-1.187Q19%2014.425%2019%2014t.288-.712T20%2013t.713.288T21%2014t-.288.713T20%2015t-.712-.288m-15-2Q4%2012.426%204%2012t.288-.712T5%2011t.713.288T6%2012t-.288.713T5%2013t-.712-.288M18.95%2011.9q-.375.2-.763.063t-.587-.513l-2.5-5q-.2-.375-.062-.763t.512-.587t.763-.062t.587.512l2.5%205q.2.375.063.763t-.513.587m-15-2q-.375.2-.763.063T2.6%209.45l-1.5-3q-.2-.375-.062-.763T1.55%205.1t.763-.062t.587.512l1.5%203q.2.375.063.763T3.95%209.9m6.588-3.187Q10.25%206.425%2010.25%206t.288-.712T11.25%205t.713.288t.287.712t-.288.713T11.25%207t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/rainy-snow.svg?color=%231a73e8&size=48