snowflake icon

snowflake-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
snowflake-thin
Set
Phosphor
Style
Thin
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="M219.88 151.05a4 4 0 0 1-2.93 4.83l-28.6 7l7.51 28.12a4 4 0 0 1-2.83 4.9a3.7 3.7 0 0 1-1 .14a4 4 0 0 1-3.86-3l-8.17-30.4l-48-27.71v55.41l22.83 22.83a4 4 0 0 1-5.66 5.66L128 197.66l-21.17 21.17a4 4 0 0 1-5.66-5.66L124 190.34v-55.41l-48 27.71L67.86 193a4 4 0 0 1-3.86 3a3.7 3.7 0 0 1-1-.14a4 4 0 0 1-2.83-4.9l7.51-28.05l-28.6-7a4 4 0 1 1 1.92-7.79l31 7.61L120 128l-48-27.73l-31 7.61a4 4 0 0 1-1 .12a4 4 0 0 1-1-7.88l28.6-7L60.14 65a4 4 0 0 1 7.72-2L76 93.36l48 27.71V65.66l-22.83-22.83a4 4 0 0 1 5.66-5.66L128 58.34l21.17-21.17a4 4 0 1 1 5.66 5.66L132 65.66v55.41l48-27.71L188.14 63a4 4 0 0 1 7.72 2l-7.51 28.05l28.6 7A4 4 0 0 1 216 108a4 4 0 0 1-1-.12l-31-7.61L136 128l48 27.73l31-7.61a4 4 0 0 1 4.88 2.93"/></svg>

React

import type { SVGProps } from "react";

export function PhSnowflakeThin(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="M219.88 151.05a4 4 0 0 1-2.93 4.83l-28.6 7l7.51 28.12a4 4 0 0 1-2.83 4.9a3.7 3.7 0 0 1-1 .14a4 4 0 0 1-3.86-3l-8.17-30.4l-48-27.71v55.41l22.83 22.83a4 4 0 0 1-5.66 5.66L128 197.66l-21.17 21.17a4 4 0 0 1-5.66-5.66L124 190.34v-55.41l-48 27.71L67.86 193a4 4 0 0 1-3.86 3a3.7 3.7 0 0 1-1-.14a4 4 0 0 1-2.83-4.9l7.51-28.05l-28.6-7a4 4 0 1 1 1.92-7.79l31 7.61L120 128l-48-27.73l-31 7.61a4 4 0 0 1-1 .12a4 4 0 0 1-1-7.88l28.6-7L60.14 65a4 4 0 0 1 7.72-2L76 93.36l48 27.71V65.66l-22.83-22.83a4 4 0 0 1 5.66-5.66L128 58.34l21.17-21.17a4 4 0 1 1 5.66 5.66L132 65.66v55.41l48-27.71L188.14 63a4 4 0 0 1 7.72 2l-7.51 28.05l28.6 7A4 4 0 0 1 216 108a4 4 0 0 1-1-.12l-31-7.61L136 128l48 27.73l31-7.61a4 4 0 0 1 4.88 2.93"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M219.88 151.05a4 4 0 0 1-2.93 4.83l-28.6 7l7.51 28.12a4 4 0 0 1-2.83 4.9a3.7 3.7 0 0 1-1 .14a4 4 0 0 1-3.86-3l-8.17-30.4l-48-27.71v55.41l22.83 22.83a4 4 0 0 1-5.66 5.66L128 197.66l-21.17 21.17a4 4 0 0 1-5.66-5.66L124 190.34v-55.41l-48 27.71L67.86 193a4 4 0 0 1-3.86 3a3.7 3.7 0 0 1-1-.14a4 4 0 0 1-2.83-4.9l7.51-28.05l-28.6-7a4 4 0 1 1 1.92-7.79l31 7.61L120 128l-48-27.73l-31 7.61a4 4 0 0 1-1 .12a4 4 0 0 1-1-7.88l28.6-7L60.14 65a4 4 0 0 1 7.72-2L76 93.36l48 27.71V65.66l-22.83-22.83a4 4 0 0 1 5.66-5.66L128 58.34l21.17-21.17a4 4 0 1 1 5.66 5.66L132 65.66v55.41l48-27.71L188.14 63a4 4 0 0 1 7.72 2l-7.51 28.05l28.6 7A4 4 0 0 1 216 108a4 4 0 0 1-1-.12l-31-7.61L136 128l48 27.73l31-7.61a4 4 0 0 1 4.88 2.93"/></svg>
</template>

CSS

.icon-snowflake-thin {
  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%22M219.88%20151.05a4%204%200%200%201-2.93%204.83l-28.6%207l7.51%2028.12a4%204%200%200%201-2.83%204.9a3.7%203.7%200%200%201-1%20.14a4%204%200%200%201-3.86-3l-8.17-30.4l-48-27.71v55.41l22.83%2022.83a4%204%200%200%201-5.66%205.66L128%20197.66l-21.17%2021.17a4%204%200%200%201-5.66-5.66L124%20190.34v-55.41l-48%2027.71L67.86%20193a4%204%200%200%201-3.86%203a3.7%203.7%200%200%201-1-.14a4%204%200%200%201-2.83-4.9l7.51-28.05l-28.6-7a4%204%200%201%201%201.92-7.79l31%207.61L120%20128l-48-27.73l-31%207.61a4%204%200%200%201-1%20.12a4%204%200%200%201-1-7.88l28.6-7L60.14%2065a4%204%200%200%201%207.72-2L76%2093.36l48%2027.71V65.66l-22.83-22.83a4%204%200%200%201%205.66-5.66L128%2058.34l21.17-21.17a4%204%200%201%201%205.66%205.66L132%2065.66v55.41l48-27.71L188.14%2063a4%204%200%200%201%207.72%202l-7.51%2028.05l28.6%207A4%204%200%200%201%20216%20108a4%204%200%200%201-1-.12l-31-7.61L136%20128l48%2027.73l31-7.61a4%204%200%200%201%204.88%202.93%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%22M219.88%20151.05a4%204%200%200%201-2.93%204.83l-28.6%207l7.51%2028.12a4%204%200%200%201-2.83%204.9a3.7%203.7%200%200%201-1%20.14a4%204%200%200%201-3.86-3l-8.17-30.4l-48-27.71v55.41l22.83%2022.83a4%204%200%200%201-5.66%205.66L128%20197.66l-21.17%2021.17a4%204%200%200%201-5.66-5.66L124%20190.34v-55.41l-48%2027.71L67.86%20193a4%204%200%200%201-3.86%203a3.7%203.7%200%200%201-1-.14a4%204%200%200%201-2.83-4.9l7.51-28.05l-28.6-7a4%204%200%201%201%201.92-7.79l31%207.61L120%20128l-48-27.73l-31%207.61a4%204%200%200%201-1%20.12a4%204%200%200%201-1-7.88l28.6-7L60.14%2065a4%204%200%200%201%207.72-2L76%2093.36l48%2027.71V65.66l-22.83-22.83a4%204%200%200%201%205.66-5.66L128%2058.34l21.17-21.17a4%204%200%201%201%205.66%205.66L132%2065.66v55.41l48-27.71L188.14%2063a4%204%200%200%201%207.72%202l-7.51%2028.05l28.6%207A4%204%200%200%201%20216%20108a4%204%200%200%201-1-.12l-31-7.61L136%20128l48%2027.73l31-7.61a4%204%200%200%201%204.88%202.93%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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