sunny-snowing-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
sunny-snowing-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the sunny snowing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.73 13.25h-2q-.212 0-.356-.144t-.143-.357t.143-.356t.357-.143h2q.212 0 .356.144t.144.357t-.144.356t-.356.143m2.473-5.296q-.14.16-.354.15t-.354-.15L5.071 6.529q-.146-.153-.146-.358t.146-.35q.166-.16.354-.162q.189-.003.354.162l1.425 1.445q.134.135.14.338t-.14.35M5.41 17.952q-.237-.241-.237-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0 .348-.24.586t-.59.237t-.587-.24m4.465-7.327Q9 11.5 9 12.75q0 .214-.144.357t-.357.143t-.356-.144T8 12.75q0-1.671 1.165-2.835Q10.329 8.75 12 8.75t2.836 1.165T16 12.75q0 .213-.144.356t-.357.144t-.356-.144T15 12.75q0-1.25-.875-2.125T12 9.75t-2.125.875M8.41 21.952q-.237-.241-.237-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0 .348-.24.586t-.59.237t-.587-.24m3-4q-.237-.241-.237-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0 .348-.24.586t-.59.237t-.587-.24m.233-12.115q-.143-.144-.143-.356v-2q0-.213.144-.356t.357-.144t.356.144t.143.356v2q0 .212-.144.356t-.357.144t-.356-.144m2.767 16.115q-.237-.241-.237-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0 .348-.24.586t-.59.237t-.587-.24m2.386-13.994q-.165-.17-.165-.358t.165-.354l1.425-1.425q.14-.14.349-.153t.36.152q.14.139.14.354t-.141.355l-1.425 1.425q-.136.16-.339.16t-.369-.156m.615 9.994q-.238-.241-.238-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0 .348-.24.586t-.59.237t-.587-.24m1.86-4.702q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143h2q.213 0 .357.144t.143.357t-.143.356t-.357.143zm-7.27 0"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSunnySnowingOutlineRounded(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.73 13.25h-2q-.212 0-.356-.144t-.143-.357t.143-.356t.357-.143h2q.212 0 .356.144t.144.357t-.144.356t-.356.143m2.473-5.296q-.14.16-.354.15t-.354-.15L5.071 6.529q-.146-.153-.146-.358t.146-.35q.166-.16.354-.162q.189-.003.354.162l1.425 1.445q.134.135.14.338t-.14.35M5.41 17.952q-.237-.241-.237-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0 .348-.24.586t-.59.237t-.587-.24m4.465-7.327Q9 11.5 9 12.75q0 .214-.144.357t-.357.143t-.356-.144T8 12.75q0-1.671 1.165-2.835Q10.329 8.75 12 8.75t2.836 1.165T16 12.75q0 .213-.144.356t-.357.144t-.356-.144T15 12.75q0-1.25-.875-2.125T12 9.75t-2.125.875M8.41 21.952q-.237-.241-.237-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0 .348-.24.586t-.59.237t-.587-.24m3-4q-.237-.241-.237-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0 .348-.24.586t-.59.237t-.587-.24m.233-12.115q-.143-.144-.143-.356v-2q0-.213.144-.356t.357-.144t.356.144t.143.356v2q0 .212-.144.356t-.357.144t-.356-.144m2.767 16.115q-.237-.241-.237-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0 .348-.24.586t-.59.237t-.587-.24m2.386-13.994q-.165-.17-.165-.358t.165-.354l1.425-1.425q.14-.14.349-.153t.36.152q.14.139.14.354t-.141.355l-1.425 1.425q-.136.16-.339.16t-.369-.156m.615 9.994q-.238-.241-.238-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0 .348-.24.586t-.59.237t-.587-.24m1.86-4.702q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143h2q.213 0 .357.144t.143.357t-.143.356t-.357.143zm-7.27 0"/></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.73 13.25h-2q-.212 0-.356-.144t-.143-.357t.143-.356t.357-.143h2q.212 0 .356.144t.144.357t-.144.356t-.356.143m2.473-5.296q-.14.16-.354.15t-.354-.15L5.071 6.529q-.146-.153-.146-.358t.146-.35q.166-.16.354-.162q.189-.003.354.162l1.425 1.445q.134.135.14.338t-.14.35M5.41 17.952q-.237-.241-.237-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0 .348-.24.586t-.59.237t-.587-.24m4.465-7.327Q9 11.5 9 12.75q0 .214-.144.357t-.357.143t-.356-.144T8 12.75q0-1.671 1.165-2.835Q10.329 8.75 12 8.75t2.836 1.165T16 12.75q0 .213-.144.356t-.357.144t-.356-.144T15 12.75q0-1.25-.875-2.125T12 9.75t-2.125.875M8.41 21.952q-.237-.241-.237-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0 .348-.24.586t-.59.237t-.587-.24m3-4q-.237-.241-.237-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0 .348-.24.586t-.59.237t-.587-.24m.233-12.115q-.143-.144-.143-.356v-2q0-.213.144-.356t.357-.144t.356.144t.143.356v2q0 .212-.144.356t-.357.144t-.356-.144m2.767 16.115q-.237-.241-.237-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0 .348-.24.586t-.59.237t-.587-.24m2.386-13.994q-.165-.17-.165-.358t.165-.354l1.425-1.425q.14-.14.349-.153t.36.152q.14.139.14.354t-.141.355l-1.425 1.425q-.136.16-.339.16t-.369-.156m.615 9.994q-.238-.241-.238-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0 .348-.24.586t-.59.237t-.587-.24m1.86-4.702q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143h2q.213 0 .357.144t.143.357t-.143.356t-.357.143zm-7.27 0"/></svg>
</template>

CSS

.icon-sunny-snowing-outline-rounded {
  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.73%2013.25h-2q-.212%200-.356-.144t-.143-.357t.143-.356t.357-.143h2q.212%200%20.356.144t.144.357t-.144.356t-.356.143m2.473-5.296q-.14.16-.354.15t-.354-.15L5.071%206.529q-.146-.153-.146-.358t.146-.35q.166-.16.354-.162q.189-.003.354.162l1.425%201.445q.134.135.14.338t-.14.35M5.41%2017.952q-.237-.241-.237-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0%20.348-.24.586t-.59.237t-.587-.24m4.465-7.327Q9%2011.5%209%2012.75q0%20.214-.144.357t-.357.143t-.356-.144T8%2012.75q0-1.671%201.165-2.835Q10.329%208.75%2012%208.75t2.836%201.165T16%2012.75q0%20.213-.144.356t-.357.144t-.356-.144T15%2012.75q0-1.25-.875-2.125T12%209.75t-2.125.875M8.41%2021.952q-.237-.241-.237-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0%20.348-.24.586t-.59.237t-.587-.24m3-4q-.237-.241-.237-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0%20.348-.24.586t-.59.237t-.587-.24m.233-12.115q-.143-.144-.143-.356v-2q0-.213.144-.356t.357-.144t.356.144t.143.356v2q0%20.212-.144.356t-.357.144t-.356-.144m2.767%2016.115q-.237-.241-.237-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0%20.348-.24.586t-.59.237t-.587-.24m2.386-13.994q-.165-.17-.165-.358t.165-.354l1.425-1.425q.14-.14.349-.153t.36.152q.14.139.14.354t-.141.355l-1.425%201.425q-.136.16-.339.16t-.369-.156m.615%209.994q-.238-.241-.238-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0%20.348-.24.586t-.59.237t-.587-.24m1.86-4.702q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.143h2q.213%200%20.357.144t.143.357t-.143.356t-.357.143zm-7.27%200%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.73%2013.25h-2q-.212%200-.356-.144t-.143-.357t.143-.356t.357-.143h2q.212%200%20.356.144t.144.357t-.144.356t-.356.143m2.473-5.296q-.14.16-.354.15t-.354-.15L5.071%206.529q-.146-.153-.146-.358t.146-.35q.166-.16.354-.162q.189-.003.354.162l1.425%201.445q.134.135.14.338t-.14.35M5.41%2017.952q-.237-.241-.237-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0%20.348-.24.586t-.59.237t-.587-.24m4.465-7.327Q9%2011.5%209%2012.75q0%20.214-.144.357t-.357.143t-.356-.144T8%2012.75q0-1.671%201.165-2.835Q10.329%208.75%2012%208.75t2.836%201.165T16%2012.75q0%20.213-.144.356t-.357.144t-.356-.144T15%2012.75q0-1.25-.875-2.125T12%209.75t-2.125.875M8.41%2021.952q-.237-.241-.237-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0%20.348-.24.586t-.59.237t-.587-.24m3-4q-.237-.241-.237-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0%20.348-.24.586t-.59.237t-.587-.24m.233-12.115q-.143-.144-.143-.356v-2q0-.213.144-.356t.357-.144t.356.144t.143.356v2q0%20.212-.144.356t-.357.144t-.356-.144m2.767%2016.115q-.237-.241-.237-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0%20.348-.24.586t-.59.237t-.587-.24m2.386-13.994q-.165-.17-.165-.358t.165-.354l1.425-1.425q.14-.14.349-.153t.36.152q.14.139.14.354t-.141.355l-1.425%201.425q-.136.16-.339.16t-.369-.156m.615%209.994q-.238-.241-.238-.59q0-.348.24-.586t.59-.237t.586.24t.238.59q0%20.348-.24.586t-.59.237t-.587-.24m1.86-4.702q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.143h2q.213%200%20.357.144t.143.357t-.143.356t-.357.143zm-7.27%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/sunny-snowing-outline-rounded.svg?color=%231a73e8&size=48