snowflake icon

snowflake from Unicons by Iconscout · Line · Weather · Apache-2.0 Free for personal and commercial use.

Name
snowflake
Set
Unicons
Style
Line
Category
Weather
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More weather icons from Unicons

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="m21.16 16.13l-2-1.15l.89-.24a1 1 0 1 0-.52-1.93l-2.82.76L14 12l2.71-1.57l2.82.76h.26a1 1 0 0 0 .26-2L19.16 9l2-1.15a1 1 0 0 0-1-1.74L18 7.37l.3-1.11a1 1 0 1 0-1.93-.52l-.82 3L13 10.27V7.14l2.07-2.07a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0l-.65.65V2a1 1 0 0 0-2 0v2.47l-.81-.81a1 1 0 0 0-1.42 0a1 1 0 0 0 0 1.41L11 7.3v3L8.43 8.78l-.82-3a1 1 0 1 0-1.93.52L6 7.37L3.84 6.13a1 1 0 0 0-1 1.74l2 1.13l-.84.26a1 1 0 0 0 .26 2h.26l2.82-.76L10 12l-2.71 1.57l-2.82-.76A1 1 0 1 0 4 14.74l.89.24l-2 1.15a1 1 0 0 0 1 1.74L6 16.63l-.3 1.11A1 1 0 0 0 6.39 19a1.2 1.2 0 0 0 .26 0a1 1 0 0 0 1-.74l.82-3L11 13.73v3.13l-2.07 2.07a1 1 0 0 0 0 1.41a1 1 0 0 0 .71.3a1 1 0 0 0 .71-.3l.65-.65V22a1 1 0 0 0 2 0v-2.47l.81.81a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.41L13 16.7v-3l2.57 1.49l.82 3a1 1 0 0 0 1 .74a1.2 1.2 0 0 0 .26 0a1 1 0 0 0 .71-1.23L18 16.63l2.14 1.24a1 1 0 1 0 1-1.74Z"/></svg>

React

import type { SVGProps } from "react";

export function UilSnowflake(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="m21.16 16.13l-2-1.15l.89-.24a1 1 0 1 0-.52-1.93l-2.82.76L14 12l2.71-1.57l2.82.76h.26a1 1 0 0 0 .26-2L19.16 9l2-1.15a1 1 0 0 0-1-1.74L18 7.37l.3-1.11a1 1 0 1 0-1.93-.52l-.82 3L13 10.27V7.14l2.07-2.07a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0l-.65.65V2a1 1 0 0 0-2 0v2.47l-.81-.81a1 1 0 0 0-1.42 0a1 1 0 0 0 0 1.41L11 7.3v3L8.43 8.78l-.82-3a1 1 0 1 0-1.93.52L6 7.37L3.84 6.13a1 1 0 0 0-1 1.74l2 1.13l-.84.26a1 1 0 0 0 .26 2h.26l2.82-.76L10 12l-2.71 1.57l-2.82-.76A1 1 0 1 0 4 14.74l.89.24l-2 1.15a1 1 0 0 0 1 1.74L6 16.63l-.3 1.11A1 1 0 0 0 6.39 19a1.2 1.2 0 0 0 .26 0a1 1 0 0 0 1-.74l.82-3L11 13.73v3.13l-2.07 2.07a1 1 0 0 0 0 1.41a1 1 0 0 0 .71.3a1 1 0 0 0 .71-.3l.65-.65V22a1 1 0 0 0 2 0v-2.47l.81.81a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.41L13 16.7v-3l2.57 1.49l.82 3a1 1 0 0 0 1 .74a1.2 1.2 0 0 0 .26 0a1 1 0 0 0 .71-1.23L18 16.63l2.14 1.24a1 1 0 1 0 1-1.74Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.16 16.13l-2-1.15l.89-.24a1 1 0 1 0-.52-1.93l-2.82.76L14 12l2.71-1.57l2.82.76h.26a1 1 0 0 0 .26-2L19.16 9l2-1.15a1 1 0 0 0-1-1.74L18 7.37l.3-1.11a1 1 0 1 0-1.93-.52l-.82 3L13 10.27V7.14l2.07-2.07a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0l-.65.65V2a1 1 0 0 0-2 0v2.47l-.81-.81a1 1 0 0 0-1.42 0a1 1 0 0 0 0 1.41L11 7.3v3L8.43 8.78l-.82-3a1 1 0 1 0-1.93.52L6 7.37L3.84 6.13a1 1 0 0 0-1 1.74l2 1.13l-.84.26a1 1 0 0 0 .26 2h.26l2.82-.76L10 12l-2.71 1.57l-2.82-.76A1 1 0 1 0 4 14.74l.89.24l-2 1.15a1 1 0 0 0 1 1.74L6 16.63l-.3 1.11A1 1 0 0 0 6.39 19a1.2 1.2 0 0 0 .26 0a1 1 0 0 0 1-.74l.82-3L11 13.73v3.13l-2.07 2.07a1 1 0 0 0 0 1.41a1 1 0 0 0 .71.3a1 1 0 0 0 .71-.3l.65-.65V22a1 1 0 0 0 2 0v-2.47l.81.81a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.41L13 16.7v-3l2.57 1.49l.82 3a1 1 0 0 0 1 .74a1.2 1.2 0 0 0 .26 0a1 1 0 0 0 .71-1.23L18 16.63l2.14 1.24a1 1 0 1 0 1-1.74Z"/></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%22m21.16%2016.13l-2-1.15l.89-.24a1%201%200%201%200-.52-1.93l-2.82.76L14%2012l2.71-1.57l2.82.76h.26a1%201%200%200%200%20.26-2L19.16%209l2-1.15a1%201%200%200%200-1-1.74L18%207.37l.3-1.11a1%201%200%201%200-1.93-.52l-.82%203L13%2010.27V7.14l2.07-2.07a1%201%200%200%200%200-1.41a1%201%200%200%200-1.42%200l-.65.65V2a1%201%200%200%200-2%200v2.47l-.81-.81a1%201%200%200%200-1.42%200a1%201%200%200%200%200%201.41L11%207.3v3L8.43%208.78l-.82-3a1%201%200%201%200-1.93.52L6%207.37L3.84%206.13a1%201%200%200%200-1%201.74l2%201.13l-.84.26a1%201%200%200%200%20.26%202h.26l2.82-.76L10%2012l-2.71%201.57l-2.82-.76A1%201%200%201%200%204%2014.74l.89.24l-2%201.15a1%201%200%200%200%201%201.74L6%2016.63l-.3%201.11A1%201%200%200%200%206.39%2019a1.2%201.2%200%200%200%20.26%200a1%201%200%200%200%201-.74l.82-3L11%2013.73v3.13l-2.07%202.07a1%201%200%200%200%200%201.41a1%201%200%200%200%20.71.3a1%201%200%200%200%20.71-.3l.65-.65V22a1%201%200%200%200%202%200v-2.47l.81.81a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.41L13%2016.7v-3l2.57%201.49l.82%203a1%201%200%200%200%201%20.74a1.2%201.2%200%200%200%20.26%200a1%201%200%200%200%20.71-1.23L18%2016.63l2.14%201.24a1%201%200%201%200%201-1.74Z%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%22m21.16%2016.13l-2-1.15l.89-.24a1%201%200%201%200-.52-1.93l-2.82.76L14%2012l2.71-1.57l2.82.76h.26a1%201%200%200%200%20.26-2L19.16%209l2-1.15a1%201%200%200%200-1-1.74L18%207.37l.3-1.11a1%201%200%201%200-1.93-.52l-.82%203L13%2010.27V7.14l2.07-2.07a1%201%200%200%200%200-1.41a1%201%200%200%200-1.42%200l-.65.65V2a1%201%200%200%200-2%200v2.47l-.81-.81a1%201%200%200%200-1.42%200a1%201%200%200%200%200%201.41L11%207.3v3L8.43%208.78l-.82-3a1%201%200%201%200-1.93.52L6%207.37L3.84%206.13a1%201%200%200%200-1%201.74l2%201.13l-.84.26a1%201%200%200%200%20.26%202h.26l2.82-.76L10%2012l-2.71%201.57l-2.82-.76A1%201%200%201%200%204%2014.74l.89.24l-2%201.15a1%201%200%200%200%201%201.74L6%2016.63l-.3%201.11A1%201%200%200%200%206.39%2019a1.2%201.2%200%200%200%20.26%200a1%201%200%200%200%201-.74l.82-3L11%2013.73v3.13l-2.07%202.07a1%201%200%200%200%200%201.41a1%201%200%200%200%20.71.3a1%201%200%200%200%20.71-.3l.65-.65V22a1%201%200%200%200%202%200v-2.47l.81.81a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.41L13%2016.7v-3l2.57%201.49l.82%203a1%201%200%200%200%201%20.74a1.2%201.2%200%200%200%20.26%200a1%201%200%200%200%20.71-1.23L18%2016.63l2.14%201.24a1%201%200%201%200%201-1.74Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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