snowing heavy icon

snowing-heavy from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
snowing-heavy
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
snowing-heavy-outline, snowing-heavy-outline-rounded, snowing-heavy-outline-sharp, snowing-heavy-rounded, snowing-heavy-sharp

The same icon in other sets

More social icons from Material Symbols

Use the snowing heavy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.288 18.713Q4 18.425 4 18t.288-.712T5 17t.713.288T6 18t-.288.713T5 19t-.712-.288m4.5 0Q8.5 18.426 8.5 18t.288-.712T9.5 17t.713.288t.287.712t-.288.713T9.5 19t-.712-.288m4.5 0Q13 18.426 13 18t.288-.712T14 17t.713.288T15 18t-.288.713T14 19t-.712-.288m4.5 0Q17.5 18.426 17.5 18t.288-.712T18.5 17t.713.288t.287.712t-.288.713T18.5 19t-.712-.288m-15.5-4Q2 14.425 2 14t.288-.712T3 13t.713.288T4 14t-.288.713T3 15t-.712-.288m4.5 0Q6.5 14.426 6.5 14t.288-.712T7.5 13t.713.288T8.5 14t-.288.713T7.5 15t-.712-.288m4.5 0Q11 14.426 11 14t.288-.712T12 13t.713.288T13 14t-.288.713T12 15t-.712-.288m4.5 0Q15.5 14.426 15.5 14t.288-.712T16.5 13t.713.288t.287.712t-.288.713T16.5 15t-.712-.288m4.5 0Q20 14.426 20 14t.288-.712T21 13t.713.288T22 14t-.288.713T21 15t-.712-.288m-16-4Q4 10.426 4 10t.288-.712T5 9t.713.288T6 10t-.288.713T5 11t-.712-.288m4.5 0Q8.5 10.426 8.5 10t.288-.712T9.5 9t.713.288t.287.712t-.288.713T9.5 11t-.712-.288m4.5 0Q13 10.426 13 10t.288-.712T14 9t.713.288T15 10t-.288.713T14 11t-.712-.288m4.5 0Q17.5 10.426 17.5 10t.288-.712T18.5 9t.713.288t.287.712t-.288.713T18.5 11t-.712-.288m-15.5-4Q2 6.426 2 6t.288-.712T3 5t.713.288T4 6t-.288.713T3 7t-.712-.288m4.5 0Q6.5 6.426 6.5 6t.288-.712T7.5 5t.713.288T8.5 6t-.288.713T7.5 7t-.712-.288m4.5 0Q11 6.426 11 6t.288-.712T12 5t.713.288T13 6t-.288.713T12 7t-.712-.288m4.5 0Q15.5 6.426 15.5 6t.288-.712T16.5 5t.713.288T17.5 6t-.288.713T16.5 7t-.712-.288m4.5 0Q20 6.426 20 6t.288-.712T21 5t.713.288T22 6t-.288.713T21 7t-.712-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSnowingHeavy(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="M4.288 18.713Q4 18.425 4 18t.288-.712T5 17t.713.288T6 18t-.288.713T5 19t-.712-.288m4.5 0Q8.5 18.426 8.5 18t.288-.712T9.5 17t.713.288t.287.712t-.288.713T9.5 19t-.712-.288m4.5 0Q13 18.426 13 18t.288-.712T14 17t.713.288T15 18t-.288.713T14 19t-.712-.288m4.5 0Q17.5 18.426 17.5 18t.288-.712T18.5 17t.713.288t.287.712t-.288.713T18.5 19t-.712-.288m-15.5-4Q2 14.425 2 14t.288-.712T3 13t.713.288T4 14t-.288.713T3 15t-.712-.288m4.5 0Q6.5 14.426 6.5 14t.288-.712T7.5 13t.713.288T8.5 14t-.288.713T7.5 15t-.712-.288m4.5 0Q11 14.426 11 14t.288-.712T12 13t.713.288T13 14t-.288.713T12 15t-.712-.288m4.5 0Q15.5 14.426 15.5 14t.288-.712T16.5 13t.713.288t.287.712t-.288.713T16.5 15t-.712-.288m4.5 0Q20 14.426 20 14t.288-.712T21 13t.713.288T22 14t-.288.713T21 15t-.712-.288m-16-4Q4 10.426 4 10t.288-.712T5 9t.713.288T6 10t-.288.713T5 11t-.712-.288m4.5 0Q8.5 10.426 8.5 10t.288-.712T9.5 9t.713.288t.287.712t-.288.713T9.5 11t-.712-.288m4.5 0Q13 10.426 13 10t.288-.712T14 9t.713.288T15 10t-.288.713T14 11t-.712-.288m4.5 0Q17.5 10.426 17.5 10t.288-.712T18.5 9t.713.288t.287.712t-.288.713T18.5 11t-.712-.288m-15.5-4Q2 6.426 2 6t.288-.712T3 5t.713.288T4 6t-.288.713T3 7t-.712-.288m4.5 0Q6.5 6.426 6.5 6t.288-.712T7.5 5t.713.288T8.5 6t-.288.713T7.5 7t-.712-.288m4.5 0Q11 6.426 11 6t.288-.712T12 5t.713.288T13 6t-.288.713T12 7t-.712-.288m4.5 0Q15.5 6.426 15.5 6t.288-.712T16.5 5t.713.288T17.5 6t-.288.713T16.5 7t-.712-.288m4.5 0Q20 6.426 20 6t.288-.712T21 5t.713.288T22 6t-.288.713T21 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="M4.288 18.713Q4 18.425 4 18t.288-.712T5 17t.713.288T6 18t-.288.713T5 19t-.712-.288m4.5 0Q8.5 18.426 8.5 18t.288-.712T9.5 17t.713.288t.287.712t-.288.713T9.5 19t-.712-.288m4.5 0Q13 18.426 13 18t.288-.712T14 17t.713.288T15 18t-.288.713T14 19t-.712-.288m4.5 0Q17.5 18.426 17.5 18t.288-.712T18.5 17t.713.288t.287.712t-.288.713T18.5 19t-.712-.288m-15.5-4Q2 14.425 2 14t.288-.712T3 13t.713.288T4 14t-.288.713T3 15t-.712-.288m4.5 0Q6.5 14.426 6.5 14t.288-.712T7.5 13t.713.288T8.5 14t-.288.713T7.5 15t-.712-.288m4.5 0Q11 14.426 11 14t.288-.712T12 13t.713.288T13 14t-.288.713T12 15t-.712-.288m4.5 0Q15.5 14.426 15.5 14t.288-.712T16.5 13t.713.288t.287.712t-.288.713T16.5 15t-.712-.288m4.5 0Q20 14.426 20 14t.288-.712T21 13t.713.288T22 14t-.288.713T21 15t-.712-.288m-16-4Q4 10.426 4 10t.288-.712T5 9t.713.288T6 10t-.288.713T5 11t-.712-.288m4.5 0Q8.5 10.426 8.5 10t.288-.712T9.5 9t.713.288t.287.712t-.288.713T9.5 11t-.712-.288m4.5 0Q13 10.426 13 10t.288-.712T14 9t.713.288T15 10t-.288.713T14 11t-.712-.288m4.5 0Q17.5 10.426 17.5 10t.288-.712T18.5 9t.713.288t.287.712t-.288.713T18.5 11t-.712-.288m-15.5-4Q2 6.426 2 6t.288-.712T3 5t.713.288T4 6t-.288.713T3 7t-.712-.288m4.5 0Q6.5 6.426 6.5 6t.288-.712T7.5 5t.713.288T8.5 6t-.288.713T7.5 7t-.712-.288m4.5 0Q11 6.426 11 6t.288-.712T12 5t.713.288T13 6t-.288.713T12 7t-.712-.288m4.5 0Q15.5 6.426 15.5 6t.288-.712T16.5 5t.713.288T17.5 6t-.288.713T16.5 7t-.712-.288m4.5 0Q20 6.426 20 6t.288-.712T21 5t.713.288T22 6t-.288.713T21 7t-.712-.288"/></svg>
</template>

CSS

.icon-snowing-heavy {
  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%22M4.288%2018.713Q4%2018.425%204%2018t.288-.712T5%2017t.713.288T6%2018t-.288.713T5%2019t-.712-.288m4.5%200Q8.5%2018.426%208.5%2018t.288-.712T9.5%2017t.713.288t.287.712t-.288.713T9.5%2019t-.712-.288m4.5%200Q13%2018.426%2013%2018t.288-.712T14%2017t.713.288T15%2018t-.288.713T14%2019t-.712-.288m4.5%200Q17.5%2018.426%2017.5%2018t.288-.712T18.5%2017t.713.288t.287.712t-.288.713T18.5%2019t-.712-.288m-15.5-4Q2%2014.425%202%2014t.288-.712T3%2013t.713.288T4%2014t-.288.713T3%2015t-.712-.288m4.5%200Q6.5%2014.426%206.5%2014t.288-.712T7.5%2013t.713.288T8.5%2014t-.288.713T7.5%2015t-.712-.288m4.5%200Q11%2014.426%2011%2014t.288-.712T12%2013t.713.288T13%2014t-.288.713T12%2015t-.712-.288m4.5%200Q15.5%2014.426%2015.5%2014t.288-.712T16.5%2013t.713.288t.287.712t-.288.713T16.5%2015t-.712-.288m4.5%200Q20%2014.426%2020%2014t.288-.712T21%2013t.713.288T22%2014t-.288.713T21%2015t-.712-.288m-16-4Q4%2010.426%204%2010t.288-.712T5%209t.713.288T6%2010t-.288.713T5%2011t-.712-.288m4.5%200Q8.5%2010.426%208.5%2010t.288-.712T9.5%209t.713.288t.287.712t-.288.713T9.5%2011t-.712-.288m4.5%200Q13%2010.426%2013%2010t.288-.712T14%209t.713.288T15%2010t-.288.713T14%2011t-.712-.288m4.5%200Q17.5%2010.426%2017.5%2010t.288-.712T18.5%209t.713.288t.287.712t-.288.713T18.5%2011t-.712-.288m-15.5-4Q2%206.426%202%206t.288-.712T3%205t.713.288T4%206t-.288.713T3%207t-.712-.288m4.5%200Q6.5%206.426%206.5%206t.288-.712T7.5%205t.713.288T8.5%206t-.288.713T7.5%207t-.712-.288m4.5%200Q11%206.426%2011%206t.288-.712T12%205t.713.288T13%206t-.288.713T12%207t-.712-.288m4.5%200Q15.5%206.426%2015.5%206t.288-.712T16.5%205t.713.288T17.5%206t-.288.713T16.5%207t-.712-.288m4.5%200Q20%206.426%2020%206t.288-.712T21%205t.713.288T22%206t-.288.713T21%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%22M4.288%2018.713Q4%2018.425%204%2018t.288-.712T5%2017t.713.288T6%2018t-.288.713T5%2019t-.712-.288m4.5%200Q8.5%2018.426%208.5%2018t.288-.712T9.5%2017t.713.288t.287.712t-.288.713T9.5%2019t-.712-.288m4.5%200Q13%2018.426%2013%2018t.288-.712T14%2017t.713.288T15%2018t-.288.713T14%2019t-.712-.288m4.5%200Q17.5%2018.426%2017.5%2018t.288-.712T18.5%2017t.713.288t.287.712t-.288.713T18.5%2019t-.712-.288m-15.5-4Q2%2014.425%202%2014t.288-.712T3%2013t.713.288T4%2014t-.288.713T3%2015t-.712-.288m4.5%200Q6.5%2014.426%206.5%2014t.288-.712T7.5%2013t.713.288T8.5%2014t-.288.713T7.5%2015t-.712-.288m4.5%200Q11%2014.426%2011%2014t.288-.712T12%2013t.713.288T13%2014t-.288.713T12%2015t-.712-.288m4.5%200Q15.5%2014.426%2015.5%2014t.288-.712T16.5%2013t.713.288t.287.712t-.288.713T16.5%2015t-.712-.288m4.5%200Q20%2014.426%2020%2014t.288-.712T21%2013t.713.288T22%2014t-.288.713T21%2015t-.712-.288m-16-4Q4%2010.426%204%2010t.288-.712T5%209t.713.288T6%2010t-.288.713T5%2011t-.712-.288m4.5%200Q8.5%2010.426%208.5%2010t.288-.712T9.5%209t.713.288t.287.712t-.288.713T9.5%2011t-.712-.288m4.5%200Q13%2010.426%2013%2010t.288-.712T14%209t.713.288T15%2010t-.288.713T14%2011t-.712-.288m4.5%200Q17.5%2010.426%2017.5%2010t.288-.712T18.5%209t.713.288t.287.712t-.288.713T18.5%2011t-.712-.288m-15.5-4Q2%206.426%202%206t.288-.712T3%205t.713.288T4%206t-.288.713T3%207t-.712-.288m4.5%200Q6.5%206.426%206.5%206t.288-.712T7.5%205t.713.288T8.5%206t-.288.713T7.5%207t-.712-.288m4.5%200Q11%206.426%2011%206t.288-.712T12%205t.713.288T13%206t-.288.713T12%207t-.712-.288m4.5%200Q15.5%206.426%2015.5%206t.288-.712T16.5%205t.713.288T17.5%206t-.288.713T16.5%207t-.712-.288m4.5%200Q20%206.426%2020%206t.288-.712T21%205t.713.288T22%206t-.288.713T21%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/snowing-heavy.svg?color=%231a73e8&size=48