snowflake icon

snowflake-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
snowflake-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="M220 128a92 92 0 1 1-92-92a92.1 92.1 0 0 1 92 92" opacity=".2"/><path d="M223.77 150.09a8 8 0 0 1-5.86 9.68l-24.64 6l6.46 24.11a8 8 0 0 1-5.66 9.8a8.3 8.3 0 0 1-2.07.32a8 8 0 0 1-7.72-5.93l-7.72-28.8L136 141.86v46.83l21.66 21.65a8 8 0 0 1-11.32 11.32L128 203.31l-18.34 18.35a8 8 0 0 1-11.32-11.32L120 188.69v-46.83l-40.55 23.41l-7.72 28.8A8 8 0 0 1 64 200a8.3 8.3 0 0 1-2.08-.27a8 8 0 0 1-5.66-9.8l6.46-24.11l-24.64-6a8 8 0 0 1 3.82-15.54l29.45 7.23L112 128l-40.64-23.46l-29.45 7.23A8 8 0 0 1 40 112a8 8 0 0 1-1.91-15.77l24.64-6l-6.46-24.16a8 8 0 0 1 15.46-4.14l7.72 28.8L120 114.14V67.31L98.34 45.66a8 8 0 0 1 11.32-11.32L128 52.69l18.34-18.35a8 8 0 0 1 11.32 11.32L136 67.31v46.83l40.55-23.41l7.72-28.8a8 8 0 0 1 15.46 4.14l-6.46 24.11l24.64 6A8 8 0 0 1 216 112a8 8 0 0 1-1.91-.23l-29.45-7.23L144 128l40.64 23.46l29.45-7.23a8 8 0 0 1 9.68 5.86"/></g></svg>

React

import type { SVGProps } from "react";

export function PhSnowflakeDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M220 128a92 92 0 1 1-92-92a92.1 92.1 0 0 1 92 92" opacity=".2"/><path d="M223.77 150.09a8 8 0 0 1-5.86 9.68l-24.64 6l6.46 24.11a8 8 0 0 1-5.66 9.8a8.3 8.3 0 0 1-2.07.32a8 8 0 0 1-7.72-5.93l-7.72-28.8L136 141.86v46.83l21.66 21.65a8 8 0 0 1-11.32 11.32L128 203.31l-18.34 18.35a8 8 0 0 1-11.32-11.32L120 188.69v-46.83l-40.55 23.41l-7.72 28.8A8 8 0 0 1 64 200a8.3 8.3 0 0 1-2.08-.27a8 8 0 0 1-5.66-9.8l6.46-24.11l-24.64-6a8 8 0 0 1 3.82-15.54l29.45 7.23L112 128l-40.64-23.46l-29.45 7.23A8 8 0 0 1 40 112a8 8 0 0 1-1.91-15.77l24.64-6l-6.46-24.16a8 8 0 0 1 15.46-4.14l7.72 28.8L120 114.14V67.31L98.34 45.66a8 8 0 0 1 11.32-11.32L128 52.69l18.34-18.35a8 8 0 0 1 11.32 11.32L136 67.31v46.83l40.55-23.41l7.72-28.8a8 8 0 0 1 15.46 4.14l-6.46 24.11l24.64 6A8 8 0 0 1 216 112a8 8 0 0 1-1.91-.23l-29.45-7.23L144 128l40.64 23.46l29.45-7.23a8 8 0 0 1 9.68 5.86"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M220 128a92 92 0 1 1-92-92a92.1 92.1 0 0 1 92 92" opacity=".2"/><path d="M223.77 150.09a8 8 0 0 1-5.86 9.68l-24.64 6l6.46 24.11a8 8 0 0 1-5.66 9.8a8.3 8.3 0 0 1-2.07.32a8 8 0 0 1-7.72-5.93l-7.72-28.8L136 141.86v46.83l21.66 21.65a8 8 0 0 1-11.32 11.32L128 203.31l-18.34 18.35a8 8 0 0 1-11.32-11.32L120 188.69v-46.83l-40.55 23.41l-7.72 28.8A8 8 0 0 1 64 200a8.3 8.3 0 0 1-2.08-.27a8 8 0 0 1-5.66-9.8l6.46-24.11l-24.64-6a8 8 0 0 1 3.82-15.54l29.45 7.23L112 128l-40.64-23.46l-29.45 7.23A8 8 0 0 1 40 112a8 8 0 0 1-1.91-15.77l24.64-6l-6.46-24.16a8 8 0 0 1 15.46-4.14l7.72 28.8L120 114.14V67.31L98.34 45.66a8 8 0 0 1 11.32-11.32L128 52.69l18.34-18.35a8 8 0 0 1 11.32 11.32L136 67.31v46.83l40.55-23.41l7.72-28.8a8 8 0 0 1 15.46 4.14l-6.46 24.11l24.64 6A8 8 0 0 1 216 112a8 8 0 0 1-1.91-.23l-29.45-7.23L144 128l40.64 23.46l29.45-7.23a8 8 0 0 1 9.68 5.86"/></g></svg>
</template>

CSS

.icon-snowflake-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M220%20128a92%2092%200%201%201-92-92a92.1%2092.1%200%200%201%2092%2092%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M223.77%20150.09a8%208%200%200%201-5.86%209.68l-24.64%206l6.46%2024.11a8%208%200%200%201-5.66%209.8a8.3%208.3%200%200%201-2.07.32a8%208%200%200%201-7.72-5.93l-7.72-28.8L136%20141.86v46.83l21.66%2021.65a8%208%200%200%201-11.32%2011.32L128%20203.31l-18.34%2018.35a8%208%200%200%201-11.32-11.32L120%20188.69v-46.83l-40.55%2023.41l-7.72%2028.8A8%208%200%200%201%2064%20200a8.3%208.3%200%200%201-2.08-.27a8%208%200%200%201-5.66-9.8l6.46-24.11l-24.64-6a8%208%200%200%201%203.82-15.54l29.45%207.23L112%20128l-40.64-23.46l-29.45%207.23A8%208%200%200%201%2040%20112a8%208%200%200%201-1.91-15.77l24.64-6l-6.46-24.16a8%208%200%200%201%2015.46-4.14l7.72%2028.8L120%20114.14V67.31L98.34%2045.66a8%208%200%200%201%2011.32-11.32L128%2052.69l18.34-18.35a8%208%200%200%201%2011.32%2011.32L136%2067.31v46.83l40.55-23.41l7.72-28.8a8%208%200%200%201%2015.46%204.14l-6.46%2024.11l24.64%206A8%208%200%200%201%20216%20112a8%208%200%200%201-1.91-.23l-29.45-7.23L144%20128l40.64%2023.46l29.45-7.23a8%208%200%200%201%209.68%205.86%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M220%20128a92%2092%200%201%201-92-92a92.1%2092.1%200%200%201%2092%2092%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M223.77%20150.09a8%208%200%200%201-5.86%209.68l-24.64%206l6.46%2024.11a8%208%200%200%201-5.66%209.8a8.3%208.3%200%200%201-2.07.32a8%208%200%200%201-7.72-5.93l-7.72-28.8L136%20141.86v46.83l21.66%2021.65a8%208%200%200%201-11.32%2011.32L128%20203.31l-18.34%2018.35a8%208%200%200%201-11.32-11.32L120%20188.69v-46.83l-40.55%2023.41l-7.72%2028.8A8%208%200%200%201%2064%20200a8.3%208.3%200%200%201-2.08-.27a8%208%200%200%201-5.66-9.8l6.46-24.11l-24.64-6a8%208%200%200%201%203.82-15.54l29.45%207.23L112%20128l-40.64-23.46l-29.45%207.23A8%208%200%200%201%2040%20112a8%208%200%200%201-1.91-15.77l24.64-6l-6.46-24.16a8%208%200%200%201%2015.46-4.14l7.72%2028.8L120%20114.14V67.31L98.34%2045.66a8%208%200%200%201%2011.32-11.32L128%2052.69l18.34-18.35a8%208%200%200%201%2011.32%2011.32L136%2067.31v46.83l40.55-23.41l7.72-28.8a8%208%200%200%201%2015.46%204.14l-6.46%2024.11l24.64%206A8%208%200%200%201%20216%20112a8%208%200%200%201-1.91-.23l-29.45-7.23L144%20128l40.64%2023.46l29.45-7.23a8%208%200%200%201%209.68%205.86%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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