snowflake icon

snowflake-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
snowflake-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the snowflake icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M227.65 149.14a12 12 0 0 1-8.79 14.51l-20.67 5.08l5.4 20.16a12 12 0 0 1-23.18 6.22l-7.29-27.2L140 148.78V187l20.48 20.48a12 12 0 0 1-17 17L128 209l-15.51 15.52a12 12 0 0 1-17-17L116 187v-38.22l-33.12 19.13l-7.29 27.2a12 12 0 0 1-23.18-6.22l5.4-20.16l-20.67-5.08a12 12 0 1 1 5.72-23.3l27.89 6.85L104 128l-33.25-19.2l-27.89 6.85A11.8 11.8 0 0 1 40 116a12 12 0 0 1-2.85-23.65l20.67-5.08l-5.4-20.16a12 12 0 0 1 23.18-6.22l7.29 27.2L116 107.21V69L95.52 48.48a12 12 0 0 1 17-17L128 47l15.51-15.52a12 12 0 1 1 17 17L140 69v38.24l33.12-19.12l7.29-27.2a12 12 0 0 1 23.18 6.22l-5.4 20.16l20.67 5.08A12 12 0 0 1 216 116a11.8 11.8 0 0 1-2.87-.35l-27.89-6.85L152 128l33.25 19.2l27.89-6.85a12 12 0 0 1 14.51 8.79"/></svg>

React

import type { SVGProps } from "react";

export function PhSnowflakeBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M227.65 149.14a12 12 0 0 1-8.79 14.51l-20.67 5.08l5.4 20.16a12 12 0 0 1-23.18 6.22l-7.29-27.2L140 148.78V187l20.48 20.48a12 12 0 0 1-17 17L128 209l-15.51 15.52a12 12 0 0 1-17-17L116 187v-38.22l-33.12 19.13l-7.29 27.2a12 12 0 0 1-23.18-6.22l5.4-20.16l-20.67-5.08a12 12 0 1 1 5.72-23.3l27.89 6.85L104 128l-33.25-19.2l-27.89 6.85A11.8 11.8 0 0 1 40 116a12 12 0 0 1-2.85-23.65l20.67-5.08l-5.4-20.16a12 12 0 0 1 23.18-6.22l7.29 27.2L116 107.21V69L95.52 48.48a12 12 0 0 1 17-17L128 47l15.51-15.52a12 12 0 1 1 17 17L140 69v38.24l33.12-19.12l7.29-27.2a12 12 0 0 1 23.18 6.22l-5.4 20.16l20.67 5.08A12 12 0 0 1 216 116a11.8 11.8 0 0 1-2.87-.35l-27.89-6.85L152 128l33.25 19.2l27.89-6.85a12 12 0 0 1 14.51 8.79"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M227.65 149.14a12 12 0 0 1-8.79 14.51l-20.67 5.08l5.4 20.16a12 12 0 0 1-23.18 6.22l-7.29-27.2L140 148.78V187l20.48 20.48a12 12 0 0 1-17 17L128 209l-15.51 15.52a12 12 0 0 1-17-17L116 187v-38.22l-33.12 19.13l-7.29 27.2a12 12 0 0 1-23.18-6.22l5.4-20.16l-20.67-5.08a12 12 0 1 1 5.72-23.3l27.89 6.85L104 128l-33.25-19.2l-27.89 6.85A11.8 11.8 0 0 1 40 116a12 12 0 0 1-2.85-23.65l20.67-5.08l-5.4-20.16a12 12 0 0 1 23.18-6.22l7.29 27.2L116 107.21V69L95.52 48.48a12 12 0 0 1 17-17L128 47l15.51-15.52a12 12 0 1 1 17 17L140 69v38.24l33.12-19.12l7.29-27.2a12 12 0 0 1 23.18 6.22l-5.4 20.16l20.67 5.08A12 12 0 0 1 216 116a11.8 11.8 0 0 1-2.87-.35l-27.89-6.85L152 128l33.25 19.2l27.89-6.85a12 12 0 0 1 14.51 8.79"/></svg>
</template>

CSS

.icon-snowflake-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M227.65%20149.14a12%2012%200%200%201-8.79%2014.51l-20.67%205.08l5.4%2020.16a12%2012%200%200%201-23.18%206.22l-7.29-27.2L140%20148.78V187l20.48%2020.48a12%2012%200%200%201-17%2017L128%20209l-15.51%2015.52a12%2012%200%200%201-17-17L116%20187v-38.22l-33.12%2019.13l-7.29%2027.2a12%2012%200%200%201-23.18-6.22l5.4-20.16l-20.67-5.08a12%2012%200%201%201%205.72-23.3l27.89%206.85L104%20128l-33.25-19.2l-27.89%206.85A11.8%2011.8%200%200%201%2040%20116a12%2012%200%200%201-2.85-23.65l20.67-5.08l-5.4-20.16a12%2012%200%200%201%2023.18-6.22l7.29%2027.2L116%20107.21V69L95.52%2048.48a12%2012%200%200%201%2017-17L128%2047l15.51-15.52a12%2012%200%201%201%2017%2017L140%2069v38.24l33.12-19.12l7.29-27.2a12%2012%200%200%201%2023.18%206.22l-5.4%2020.16l20.67%205.08A12%2012%200%200%201%20216%20116a11.8%2011.8%200%200%201-2.87-.35l-27.89-6.85L152%20128l33.25%2019.2l27.89-6.85a12%2012%200%200%201%2014.51%208.79%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M227.65%20149.14a12%2012%200%200%201-8.79%2014.51l-20.67%205.08l5.4%2020.16a12%2012%200%200%201-23.18%206.22l-7.29-27.2L140%20148.78V187l20.48%2020.48a12%2012%200%200%201-17%2017L128%20209l-15.51%2015.52a12%2012%200%200%201-17-17L116%20187v-38.22l-33.12%2019.13l-7.29%2027.2a12%2012%200%200%201-23.18-6.22l5.4-20.16l-20.67-5.08a12%2012%200%201%201%205.72-23.3l27.89%206.85L104%20128l-33.25-19.2l-27.89%206.85A11.8%2011.8%200%200%201%2040%20116a12%2012%200%200%201-2.85-23.65l20.67-5.08l-5.4-20.16a12%2012%200%200%201%2023.18-6.22l7.29%2027.2L116%20107.21V69L95.52%2048.48a12%2012%200%200%201%2017-17L128%2047l15.51-15.52a12%2012%200%201%201%2017%2017L140%2069v38.24l33.12-19.12l7.29-27.2a12%2012%200%200%201%2023.18%206.22l-5.4%2020.16l20.67%205.08A12%2012%200%200%201%20216%20116a11.8%2011.8%200%200%201-2.87-.35l-27.89-6.85L152%20128l33.25%2019.2l27.89-6.85a12%2012%200%200%201%2014.51%208.79%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/snowflake-bold.svg?color=%231a73e8&size=48