snowflake icon

snowflake-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
snowflake-light
Set
Phosphor
Style
Light
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="M221.83 150.57a6 6 0 0 1-4.4 7.26l-26.62 6.54l7 26.08a6 6 0 0 1-4.24 7.35a6.4 6.4 0 0 1-1.55.2a6 6 0 0 1-5.8-4.45L178.27 164L134 138.39v51.13l22.24 22.24a6 6 0 1 1-8.48 8.48L128 200.49l-19.76 19.75a6 6 0 0 1-8.48-8.48L122 189.52v-51.13L77.73 164l-7.93 29.6A6 6 0 0 1 64 198a6.4 6.4 0 0 1-1.55-.2a6 6 0 0 1-4.24-7.35l7-26.08l-26.62-6.54a6 6 0 0 1 2.86-11.66l30.23 7.43L116 128l-44.34-25.6l-30.23 7.43A6 6 0 0 1 40 110a6 6 0 0 1-1.43-11.83l26.62-6.54l-7-26.08a6 6 0 1 1 11.59-3.1l7.93 29.6L122 117.61V66.48L99.76 44.24a6 6 0 0 1 8.48-8.48L128 55.51l19.76-19.75a6 6 0 0 1 8.48 8.48L134 66.48v51.13l44.27-25.56l7.93-29.6a6 6 0 1 1 11.59 3.1l-7 26.08l26.62 6.54A6 6 0 0 1 216 110a6 6 0 0 1-1.43-.17l-30.23-7.43L140 128l44.34 25.6l30.23-7.43a6 6 0 0 1 7.26 4.4"/></svg>

React

import type { SVGProps } from "react";

export function PhSnowflakeLight(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="M221.83 150.57a6 6 0 0 1-4.4 7.26l-26.62 6.54l7 26.08a6 6 0 0 1-4.24 7.35a6.4 6.4 0 0 1-1.55.2a6 6 0 0 1-5.8-4.45L178.27 164L134 138.39v51.13l22.24 22.24a6 6 0 1 1-8.48 8.48L128 200.49l-19.76 19.75a6 6 0 0 1-8.48-8.48L122 189.52v-51.13L77.73 164l-7.93 29.6A6 6 0 0 1 64 198a6.4 6.4 0 0 1-1.55-.2a6 6 0 0 1-4.24-7.35l7-26.08l-26.62-6.54a6 6 0 0 1 2.86-11.66l30.23 7.43L116 128l-44.34-25.6l-30.23 7.43A6 6 0 0 1 40 110a6 6 0 0 1-1.43-11.83l26.62-6.54l-7-26.08a6 6 0 1 1 11.59-3.1l7.93 29.6L122 117.61V66.48L99.76 44.24a6 6 0 0 1 8.48-8.48L128 55.51l19.76-19.75a6 6 0 0 1 8.48 8.48L134 66.48v51.13l44.27-25.56l7.93-29.6a6 6 0 1 1 11.59 3.1l-7 26.08l26.62 6.54A6 6 0 0 1 216 110a6 6 0 0 1-1.43-.17l-30.23-7.43L140 128l44.34 25.6l30.23-7.43a6 6 0 0 1 7.26 4.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M221.83 150.57a6 6 0 0 1-4.4 7.26l-26.62 6.54l7 26.08a6 6 0 0 1-4.24 7.35a6.4 6.4 0 0 1-1.55.2a6 6 0 0 1-5.8-4.45L178.27 164L134 138.39v51.13l22.24 22.24a6 6 0 1 1-8.48 8.48L128 200.49l-19.76 19.75a6 6 0 0 1-8.48-8.48L122 189.52v-51.13L77.73 164l-7.93 29.6A6 6 0 0 1 64 198a6.4 6.4 0 0 1-1.55-.2a6 6 0 0 1-4.24-7.35l7-26.08l-26.62-6.54a6 6 0 0 1 2.86-11.66l30.23 7.43L116 128l-44.34-25.6l-30.23 7.43A6 6 0 0 1 40 110a6 6 0 0 1-1.43-11.83l26.62-6.54l-7-26.08a6 6 0 1 1 11.59-3.1l7.93 29.6L122 117.61V66.48L99.76 44.24a6 6 0 0 1 8.48-8.48L128 55.51l19.76-19.75a6 6 0 0 1 8.48 8.48L134 66.48v51.13l44.27-25.56l7.93-29.6a6 6 0 1 1 11.59 3.1l-7 26.08l26.62 6.54A6 6 0 0 1 216 110a6 6 0 0 1-1.43-.17l-30.23-7.43L140 128l44.34 25.6l30.23-7.43a6 6 0 0 1 7.26 4.4"/></svg>
</template>

CSS

.icon-snowflake-light {
  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%22M221.83%20150.57a6%206%200%200%201-4.4%207.26l-26.62%206.54l7%2026.08a6%206%200%200%201-4.24%207.35a6.4%206.4%200%200%201-1.55.2a6%206%200%200%201-5.8-4.45L178.27%20164L134%20138.39v51.13l22.24%2022.24a6%206%200%201%201-8.48%208.48L128%20200.49l-19.76%2019.75a6%206%200%200%201-8.48-8.48L122%20189.52v-51.13L77.73%20164l-7.93%2029.6A6%206%200%200%201%2064%20198a6.4%206.4%200%200%201-1.55-.2a6%206%200%200%201-4.24-7.35l7-26.08l-26.62-6.54a6%206%200%200%201%202.86-11.66l30.23%207.43L116%20128l-44.34-25.6l-30.23%207.43A6%206%200%200%201%2040%20110a6%206%200%200%201-1.43-11.83l26.62-6.54l-7-26.08a6%206%200%201%201%2011.59-3.1l7.93%2029.6L122%20117.61V66.48L99.76%2044.24a6%206%200%200%201%208.48-8.48L128%2055.51l19.76-19.75a6%206%200%200%201%208.48%208.48L134%2066.48v51.13l44.27-25.56l7.93-29.6a6%206%200%201%201%2011.59%203.1l-7%2026.08l26.62%206.54A6%206%200%200%201%20216%20110a6%206%200%200%201-1.43-.17l-30.23-7.43L140%20128l44.34%2025.6l30.23-7.43a6%206%200%200%201%207.26%204.4%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%22M221.83%20150.57a6%206%200%200%201-4.4%207.26l-26.62%206.54l7%2026.08a6%206%200%200%201-4.24%207.35a6.4%206.4%200%200%201-1.55.2a6%206%200%200%201-5.8-4.45L178.27%20164L134%20138.39v51.13l22.24%2022.24a6%206%200%201%201-8.48%208.48L128%20200.49l-19.76%2019.75a6%206%200%200%201-8.48-8.48L122%20189.52v-51.13L77.73%20164l-7.93%2029.6A6%206%200%200%201%2064%20198a6.4%206.4%200%200%201-1.55-.2a6%206%200%200%201-4.24-7.35l7-26.08l-26.62-6.54a6%206%200%200%201%202.86-11.66l30.23%207.43L116%20128l-44.34-25.6l-30.23%207.43A6%206%200%200%201%2040%20110a6%206%200%200%201-1.43-11.83l26.62-6.54l-7-26.08a6%206%200%201%201%2011.59-3.1l7.93%2029.6L122%20117.61V66.48L99.76%2044.24a6%206%200%200%201%208.48-8.48L128%2055.51l19.76-19.75a6%206%200%200%201%208.48%208.48L134%2066.48v51.13l44.27-25.56l7.93-29.6a6%206%200%201%201%2011.59%203.1l-7%2026.08l26.62%206.54A6%206%200%200%201%20216%20110a6%206%200%200%201-1.43-.17l-30.23-7.43L140%20128l44.34%2025.6l30.23-7.43a6%206%200%200%201%207.26%204.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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