snowflake icon
snowflake-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- snowflake-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- snowflake-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
snowflakeCarbonsnowflakeEmoji One (Colored)snowflakeFont Awesome 6 RegularsnowflakeFont Awesome 6 SolidsnowflakeFont Awesome RegularsnowflakeFont Awesome SolidsnowflakeFluent EmojisnowflakeFluent Emoji FlatsnowflakeFluent Emoji High ContrastsnowflakeFirefox OS EmojisnowflakeHuge IconssnowflakeIconParksnowflakeIconPark OutlinesnowflakeJam IconssnowflakeLine AwesomesnowflakeSVG LogossnowflakeLucidesnowflakeMaterial SymbolssnowflakeMaterial Design Iconssnowflake-fillMingCute IconsnowflakeMyna UI IconssnowflakeNoto EmojisnowflakeOpenMojisnowflakePhosphor
More social icons from Material Symbols Light
Use the snowflake icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.5 12.86l-4.242 2.457l-.539 2.981q-.036.214-.208.326q-.17.113-.384.076t-.323-.201q-.11-.164-.073-.378l.392-2.152l-1.673.964q-.177.103-.375.049t-.302-.232t-.052-.378t.229-.305l1.673-.963l-2.05-.74q-.189-.068-.287-.26t-.025-.381q.068-.188.26-.274q.192-.085.381-.018l2.856 1.027L11 12L6.758 9.542L3.902 10.57q-.189.067-.378-.018t-.263-.274t.025-.384t.287-.262l2.05-.735l-1.673-.963q-.177-.104-.229-.305t.052-.378t.302-.232t.375.05l1.673.963l-.392-2.152q-.037-.213.073-.378q.11-.164.323-.201t.385.076q.17.113.207.326l.539 2.98l4.242 2.459V6.219L9.183 4.266q-.171-.141-.18-.33q-.009-.188.132-.359q.14-.171.338-.19t.37.123L11.5 4.927V3q0-.213.143-.357T12 2.5t.357.143T12.5 3v1.927l1.658-1.418q.17-.14.369-.122t.339.19t.121.37t-.189.337L12.5 6.22v4.922l4.242-2.458l.539-2.981q.036-.213.207-.326q.171-.112.385-.076t.323.201t.073.378l-.392 2.152l1.673-.964q.177-.103.375-.049t.302.232t.052.378t-.229.305l-1.673.963l2.05.74q.188.068.286.26t.025.381q-.067.189-.26.274q-.192.086-.38.018l-2.856-1.027L13 12l4.242 2.458l2.856-1.027q.189-.067.378.018t.263.274t-.026.384t-.286.262l-2.05.735l1.673.963q.177.104.229.305t-.052.378t-.302.232t-.375-.05l-1.673-.963l.392 2.152q.037.214-.073.378q-.11.165-.323.201t-.385-.076q-.17-.112-.207-.326l-.539-2.98L12.5 12.86v4.92l2.317 1.955q.171.14.18.329q.009.188-.131.359t-.339.19t-.37-.122L12.5 19.073V21q0 .214-.143.357T12 21.5t-.357-.143T11.5 21v-1.927l-1.658 1.418q-.17.14-.369.122t-.338-.19t-.122-.37t.189-.337L11.5 17.78z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSnowflakeRounded(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="m11.5 12.86l-4.242 2.457l-.539 2.981q-.036.214-.208.326q-.17.113-.384.076t-.323-.201q-.11-.164-.073-.378l.392-2.152l-1.673.964q-.177.103-.375.049t-.302-.232t-.052-.378t.229-.305l1.673-.963l-2.05-.74q-.189-.068-.287-.26t-.025-.381q.068-.188.26-.274q.192-.085.381-.018l2.856 1.027L11 12L6.758 9.542L3.902 10.57q-.189.067-.378-.018t-.263-.274t.025-.384t.287-.262l2.05-.735l-1.673-.963q-.177-.104-.229-.305t.052-.378t.302-.232t.375.05l1.673.963l-.392-2.152q-.037-.213.073-.378q.11-.164.323-.201t.385.076q.17.113.207.326l.539 2.98l4.242 2.459V6.219L9.183 4.266q-.171-.141-.18-.33q-.009-.188.132-.359q.14-.171.338-.19t.37.123L11.5 4.927V3q0-.213.143-.357T12 2.5t.357.143T12.5 3v1.927l1.658-1.418q.17-.14.369-.122t.339.19t.121.37t-.189.337L12.5 6.22v4.922l4.242-2.458l.539-2.981q.036-.213.207-.326q.171-.112.385-.076t.323.201t.073.378l-.392 2.152l1.673-.964q.177-.103.375-.049t.302.232t.052.378t-.229.305l-1.673.963l2.05.74q.188.068.286.26t.025.381q-.067.189-.26.274q-.192.086-.38.018l-2.856-1.027L13 12l4.242 2.458l2.856-1.027q.189-.067.378.018t.263.274t-.026.384t-.286.262l-2.05.735l1.673.963q.177.104.229.305t-.052.378t-.302.232t-.375-.05l-1.673-.963l.392 2.152q.037.214-.073.378q-.11.165-.323.201t-.385-.076q-.17-.112-.207-.326l-.539-2.98L12.5 12.86v4.92l2.317 1.955q.171.14.18.329q.009.188-.131.359t-.339.19t-.37-.122L12.5 19.073V21q0 .214-.143.357T12 21.5t-.357-.143T11.5 21v-1.927l-1.658 1.418q-.17.14-.369.122t-.338-.19t-.122-.37t.189-.337L11.5 17.78z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.5 12.86l-4.242 2.457l-.539 2.981q-.036.214-.208.326q-.17.113-.384.076t-.323-.201q-.11-.164-.073-.378l.392-2.152l-1.673.964q-.177.103-.375.049t-.302-.232t-.052-.378t.229-.305l1.673-.963l-2.05-.74q-.189-.068-.287-.26t-.025-.381q.068-.188.26-.274q.192-.085.381-.018l2.856 1.027L11 12L6.758 9.542L3.902 10.57q-.189.067-.378-.018t-.263-.274t.025-.384t.287-.262l2.05-.735l-1.673-.963q-.177-.104-.229-.305t.052-.378t.302-.232t.375.05l1.673.963l-.392-2.152q-.037-.213.073-.378q.11-.164.323-.201t.385.076q.17.113.207.326l.539 2.98l4.242 2.459V6.219L9.183 4.266q-.171-.141-.18-.33q-.009-.188.132-.359q.14-.171.338-.19t.37.123L11.5 4.927V3q0-.213.143-.357T12 2.5t.357.143T12.5 3v1.927l1.658-1.418q.17-.14.369-.122t.339.19t.121.37t-.189.337L12.5 6.22v4.922l4.242-2.458l.539-2.981q.036-.213.207-.326q.171-.112.385-.076t.323.201t.073.378l-.392 2.152l1.673-.964q.177-.103.375-.049t.302.232t.052.378t-.229.305l-1.673.963l2.05.74q.188.068.286.26t.025.381q-.067.189-.26.274q-.192.086-.38.018l-2.856-1.027L13 12l4.242 2.458l2.856-1.027q.189-.067.378.018t.263.274t-.026.384t-.286.262l-2.05.735l1.673.963q.177.104.229.305t-.052.378t-.302.232t-.375-.05l-1.673-.963l.392 2.152q.037.214-.073.378q-.11.165-.323.201t-.385-.076q-.17-.112-.207-.326l-.539-2.98L12.5 12.86v4.92l2.317 1.955q.171.14.18.329q.009.188-.131.359t-.339.19t-.37-.122L12.5 19.073V21q0 .214-.143.357T12 21.5t-.357-.143T11.5 21v-1.927l-1.658 1.418q-.17.14-.369.122t-.338-.19t-.122-.37t.189-.337L11.5 17.78z"/></svg> </template>
CSS
.icon-snowflake-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%22m11.5%2012.86l-4.242%202.457l-.539%202.981q-.036.214-.208.326q-.17.113-.384.076t-.323-.201q-.11-.164-.073-.378l.392-2.152l-1.673.964q-.177.103-.375.049t-.302-.232t-.052-.378t.229-.305l1.673-.963l-2.05-.74q-.189-.068-.287-.26t-.025-.381q.068-.188.26-.274q.192-.085.381-.018l2.856%201.027L11%2012L6.758%209.542L3.902%2010.57q-.189.067-.378-.018t-.263-.274t.025-.384t.287-.262l2.05-.735l-1.673-.963q-.177-.104-.229-.305t.052-.378t.302-.232t.375.05l1.673.963l-.392-2.152q-.037-.213.073-.378q.11-.164.323-.201t.385.076q.17.113.207.326l.539%202.98l4.242%202.459V6.219L9.183%204.266q-.171-.141-.18-.33q-.009-.188.132-.359q.14-.171.338-.19t.37.123L11.5%204.927V3q0-.213.143-.357T12%202.5t.357.143T12.5%203v1.927l1.658-1.418q.17-.14.369-.122t.339.19t.121.37t-.189.337L12.5%206.22v4.922l4.242-2.458l.539-2.981q.036-.213.207-.326q.171-.112.385-.076t.323.201t.073.378l-.392%202.152l1.673-.964q.177-.103.375-.049t.302.232t.052.378t-.229.305l-1.673.963l2.05.74q.188.068.286.26t.025.381q-.067.189-.26.274q-.192.086-.38.018l-2.856-1.027L13%2012l4.242%202.458l2.856-1.027q.189-.067.378.018t.263.274t-.026.384t-.286.262l-2.05.735l1.673.963q.177.104.229.305t-.052.378t-.302.232t-.375-.05l-1.673-.963l.392%202.152q.037.214-.073.378q-.11.165-.323.201t-.385-.076q-.17-.112-.207-.326l-.539-2.98L12.5%2012.86v4.92l2.317%201.955q.171.14.18.329q.009.188-.131.359t-.339.19t-.37-.122L12.5%2019.073V21q0%20.214-.143.357T12%2021.5t-.357-.143T11.5%2021v-1.927l-1.658%201.418q-.17.14-.369.122t-.338-.19t-.122-.37t.189-.337L11.5%2017.78z%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%22m11.5%2012.86l-4.242%202.457l-.539%202.981q-.036.214-.208.326q-.17.113-.384.076t-.323-.201q-.11-.164-.073-.378l.392-2.152l-1.673.964q-.177.103-.375.049t-.302-.232t-.052-.378t.229-.305l1.673-.963l-2.05-.74q-.189-.068-.287-.26t-.025-.381q.068-.188.26-.274q.192-.085.381-.018l2.856%201.027L11%2012L6.758%209.542L3.902%2010.57q-.189.067-.378-.018t-.263-.274t.025-.384t.287-.262l2.05-.735l-1.673-.963q-.177-.104-.229-.305t.052-.378t.302-.232t.375.05l1.673.963l-.392-2.152q-.037-.213.073-.378q.11-.164.323-.201t.385.076q.17.113.207.326l.539%202.98l4.242%202.459V6.219L9.183%204.266q-.171-.141-.18-.33q-.009-.188.132-.359q.14-.171.338-.19t.37.123L11.5%204.927V3q0-.213.143-.357T12%202.5t.357.143T12.5%203v1.927l1.658-1.418q.17-.14.369-.122t.339.19t.121.37t-.189.337L12.5%206.22v4.922l4.242-2.458l.539-2.981q.036-.213.207-.326q.171-.112.385-.076t.323.201t.073.378l-.392%202.152l1.673-.964q.177-.103.375-.049t.302.232t.052.378t-.229.305l-1.673.963l2.05.74q.188.068.286.26t.025.381q-.067.189-.26.274q-.192.086-.38.018l-2.856-1.027L13%2012l4.242%202.458l2.856-1.027q.189-.067.378.018t.263.274t-.026.384t-.286.262l-2.05.735l1.673.963q.177.104.229.305t-.052.378t-.302.232t-.375-.05l-1.673-.963l.392%202.152q.037.214-.073.378q-.11.165-.323.201t-.385-.076q-.17-.112-.207-.326l-.539-2.98L12.5%2012.86v4.92l2.317%201.955q.171.14.18.329q.009.188-.131.359t-.339.19t-.37-.122L12.5%2019.073V21q0%20.214-.143.357T12%2021.5t-.357-.143T11.5%2021v-1.927l-1.658%201.418q-.17.14-.369.122t-.338-.19t-.122-.37t.189-.337L11.5%2017.78z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/snowflake-rounded.svg?color=%231a73e8&size=48