snow flake icon

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

Name
snow-flake
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 snow flake icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 11h-1.59l1.3-1.29a1 1 0 0 0-1.42-1.42L16.59 11h-2.18l2.3-2.29a1 1 0 1 0-1.42-1.42L13 9.59V7.41l2.71-2.7a1 1 0 1 0-1.42-1.42L13 4.59V3a1 1 0 0 0-2 0v1.59l-1.29-1.3a1 1 0 0 0-1.42 1.42L11 7.41v2.18l-2.29-2.3a1 1 0 1 0-1.42 1.42L9.59 11H7.41l-2.7-2.71a1 1 0 0 0-1.42 1.42L4.59 11H3a1 1 0 0 0 0 2h1.59l-1.3 1.29a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0L7.41 13h2.18l-2.3 2.29a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l2.29-2.3v2.18l-2.71 2.7a1 1 0 0 0 1.42 1.42l1.29-1.3V21a1 1 0 0 0 2 0v-1.59l1.29 1.3a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42L13 16.59v-2.18l2.29 2.3a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42L14.41 13h2.18l2.7 2.71a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42L19.41 13H21a1 1 0 0 0 0-2"/></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 11h-1.59l1.3-1.29a1 1 0 0 0-1.42-1.42L16.59 11h-2.18l2.3-2.29a1 1 0 1 0-1.42-1.42L13 9.59V7.41l2.71-2.7a1 1 0 1 0-1.42-1.42L13 4.59V3a1 1 0 0 0-2 0v1.59l-1.29-1.3a1 1 0 0 0-1.42 1.42L11 7.41v2.18l-2.29-2.3a1 1 0 1 0-1.42 1.42L9.59 11H7.41l-2.7-2.71a1 1 0 0 0-1.42 1.42L4.59 11H3a1 1 0 0 0 0 2h1.59l-1.3 1.29a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0L7.41 13h2.18l-2.3 2.29a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l2.29-2.3v2.18l-2.71 2.7a1 1 0 0 0 1.42 1.42l1.29-1.3V21a1 1 0 0 0 2 0v-1.59l1.29 1.3a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42L13 16.59v-2.18l2.29 2.3a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42L14.41 13h2.18l2.7 2.71a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42L19.41 13H21a1 1 0 0 0 0-2"/></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 11h-1.59l1.3-1.29a1 1 0 0 0-1.42-1.42L16.59 11h-2.18l2.3-2.29a1 1 0 1 0-1.42-1.42L13 9.59V7.41l2.71-2.7a1 1 0 1 0-1.42-1.42L13 4.59V3a1 1 0 0 0-2 0v1.59l-1.29-1.3a1 1 0 0 0-1.42 1.42L11 7.41v2.18l-2.29-2.3a1 1 0 1 0-1.42 1.42L9.59 11H7.41l-2.7-2.71a1 1 0 0 0-1.42 1.42L4.59 11H3a1 1 0 0 0 0 2h1.59l-1.3 1.29a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0L7.41 13h2.18l-2.3 2.29a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l2.29-2.3v2.18l-2.71 2.7a1 1 0 0 0 1.42 1.42l1.29-1.3V21a1 1 0 0 0 2 0v-1.59l1.29 1.3a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42L13 16.59v-2.18l2.29 2.3a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42L14.41 13h2.18l2.7 2.71a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42L19.41 13H21a1 1 0 0 0 0-2"/></svg>
</template>

CSS

.icon-snow-flake {
  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%2011h-1.59l1.3-1.29a1%201%200%200%200-1.42-1.42L16.59%2011h-2.18l2.3-2.29a1%201%200%201%200-1.42-1.42L13%209.59V7.41l2.71-2.7a1%201%200%201%200-1.42-1.42L13%204.59V3a1%201%200%200%200-2%200v1.59l-1.29-1.3a1%201%200%200%200-1.42%201.42L11%207.41v2.18l-2.29-2.3a1%201%200%201%200-1.42%201.42L9.59%2011H7.41l-2.7-2.71a1%201%200%200%200-1.42%201.42L4.59%2011H3a1%201%200%200%200%200%202h1.59l-1.3%201.29a1%201%200%200%200%200%201.42a1%201%200%200%200%201.42%200L7.41%2013h2.18l-2.3%202.29a1%201%200%200%200%200%201.42a1%201%200%200%200%201.42%200l2.29-2.3v2.18l-2.71%202.7a1%201%200%200%200%201.42%201.42l1.29-1.3V21a1%201%200%200%200%202%200v-1.59l1.29%201.3a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42L13%2016.59v-2.18l2.29%202.3a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42L14.41%2013h2.18l2.7%202.71a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42L19.41%2013H21a1%201%200%200%200%200-2%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%2011h-1.59l1.3-1.29a1%201%200%200%200-1.42-1.42L16.59%2011h-2.18l2.3-2.29a1%201%200%201%200-1.42-1.42L13%209.59V7.41l2.71-2.7a1%201%200%201%200-1.42-1.42L13%204.59V3a1%201%200%200%200-2%200v1.59l-1.29-1.3a1%201%200%200%200-1.42%201.42L11%207.41v2.18l-2.29-2.3a1%201%200%201%200-1.42%201.42L9.59%2011H7.41l-2.7-2.71a1%201%200%200%200-1.42%201.42L4.59%2011H3a1%201%200%200%200%200%202h1.59l-1.3%201.29a1%201%200%200%200%200%201.42a1%201%200%200%200%201.42%200L7.41%2013h2.18l-2.3%202.29a1%201%200%200%200%200%201.42a1%201%200%200%200%201.42%200l2.29-2.3v2.18l-2.71%202.7a1%201%200%200%200%201.42%201.42l1.29-1.3V21a1%201%200%200%200%202%200v-1.59l1.29%201.3a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42L13%2016.59v-2.18l2.29%202.3a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42L14.41%2013h2.18l2.7%202.71a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42L19.41%2013H21a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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