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

Name
snowflake
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
snowflake-outline, snowflake-outline-sharp, snowflake-sharp

1 other variant in Material Symbols Light

The same icon in other sets

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 21.5v-2.402l-2.061 1.716l-.647-.756L11.5 17.78v-4.896l-4.262 2.438l-.617 3.475l-.994-.177l.49-2.652l-2.1 1.233l-.5-.879l2.1-1.213l-2.533-.898l.349-.933l3.305 1.179L10.981 12L6.739 9.561l-3.306 1.185l-.348-.938l2.532-.893l-2.1-1.213l.5-.879l2.1 1.233l-.49-2.652l.994-.177l.618 3.475l4.261 2.439V6.244L8.792 3.967l.646-.755L11.5 4.927V2.5h1v2.427l2.042-1.716l.646.756L12.5 6.244v4.897l4.237-2.439l.617-3.475l.994.177l-.49 2.652l2.1-1.233l.5.879l-2.1 1.214l2.532.892l-.348.938l-3.306-1.184L13 12l4.237 2.458l3.305-1.18l.348.934l-2.532.898l2.1 1.213l-.5.879l-2.1-1.233l.49 2.652l-.994.177l-.618-3.475l-4.236-2.438v4.896l2.689 2.277l-.647.756l-2.042-1.716V21.5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSnowflake(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 21.5v-2.402l-2.061 1.716l-.647-.756L11.5 17.78v-4.896l-4.262 2.438l-.617 3.475l-.994-.177l.49-2.652l-2.1 1.233l-.5-.879l2.1-1.213l-2.533-.898l.349-.933l3.305 1.179L10.981 12L6.739 9.561l-3.306 1.185l-.348-.938l2.532-.893l-2.1-1.213l.5-.879l2.1 1.233l-.49-2.652l.994-.177l.618 3.475l4.261 2.439V6.244L8.792 3.967l.646-.755L11.5 4.927V2.5h1v2.427l2.042-1.716l.646.756L12.5 6.244v4.897l4.237-2.439l.617-3.475l.994.177l-.49 2.652l2.1-1.233l.5.879l-2.1 1.214l2.532.892l-.348.938l-3.306-1.184L13 12l4.237 2.458l3.305-1.18l.348.934l-2.532.898l2.1 1.213l-.5.879l-2.1-1.233l.49 2.652l-.994.177l-.618-3.475l-4.236-2.438v4.896l2.689 2.277l-.647.756l-2.042-1.716V21.5z"/></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 21.5v-2.402l-2.061 1.716l-.647-.756L11.5 17.78v-4.896l-4.262 2.438l-.617 3.475l-.994-.177l.49-2.652l-2.1 1.233l-.5-.879l2.1-1.213l-2.533-.898l.349-.933l3.305 1.179L10.981 12L6.739 9.561l-3.306 1.185l-.348-.938l2.532-.893l-2.1-1.213l.5-.879l2.1 1.233l-.49-2.652l.994-.177l.618 3.475l4.261 2.439V6.244L8.792 3.967l.646-.755L11.5 4.927V2.5h1v2.427l2.042-1.716l.646.756L12.5 6.244v4.897l4.237-2.439l.617-3.475l.994.177l-.49 2.652l2.1-1.233l.5.879l-2.1 1.214l2.532.892l-.348.938l-3.306-1.184L13 12l4.237 2.458l3.305-1.18l.348.934l-2.532.898l2.1 1.213l-.5.879l-2.1-1.233l.49 2.652l-.994.177l-.618-3.475l-4.236-2.438v4.896l2.689 2.277l-.647.756l-2.042-1.716V21.5z"/></svg>
</template>

CSS

.icon-snowflake {
  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%2021.5v-2.402l-2.061%201.716l-.647-.756L11.5%2017.78v-4.896l-4.262%202.438l-.617%203.475l-.994-.177l.49-2.652l-2.1%201.233l-.5-.879l2.1-1.213l-2.533-.898l.349-.933l3.305%201.179L10.981%2012L6.739%209.561l-3.306%201.185l-.348-.938l2.532-.893l-2.1-1.213l.5-.879l2.1%201.233l-.49-2.652l.994-.177l.618%203.475l4.261%202.439V6.244L8.792%203.967l.646-.755L11.5%204.927V2.5h1v2.427l2.042-1.716l.646.756L12.5%206.244v4.897l4.237-2.439l.617-3.475l.994.177l-.49%202.652l2.1-1.233l.5.879l-2.1%201.214l2.532.892l-.348.938l-3.306-1.184L13%2012l4.237%202.458l3.305-1.18l.348.934l-2.532.898l2.1%201.213l-.5.879l-2.1-1.233l.49%202.652l-.994.177l-.618-3.475l-4.236-2.438v4.896l2.689%202.277l-.647.756l-2.042-1.716V21.5z%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%2021.5v-2.402l-2.061%201.716l-.647-.756L11.5%2017.78v-4.896l-4.262%202.438l-.617%203.475l-.994-.177l.49-2.652l-2.1%201.233l-.5-.879l2.1-1.213l-2.533-.898l.349-.933l3.305%201.179L10.981%2012L6.739%209.561l-3.306%201.185l-.348-.938l2.532-.893l-2.1-1.213l.5-.879l2.1%201.233l-.49-2.652l.994-.177l.618%203.475l4.261%202.439V6.244L8.792%203.967l.646-.755L11.5%204.927V2.5h1v2.427l2.042-1.716l.646.756L12.5%206.244v4.897l4.237-2.439l.617-3.475l.994.177l-.49%202.652l2.1-1.233l.5.879l-2.1%201.214l2.532.892l-.348.938l-3.306-1.184L13%2012l4.237%202.458l3.305-1.18l.348.934l-2.532.898l2.1%201.213l-.5.879l-2.1-1.233l.49%202.652l-.994.177l-.618-3.475l-4.236-2.438v4.896l2.689%202.277l-.647.756l-2.042-1.716V21.5z%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.svg?color=%231a73e8&size=48