weather snowflake icon

weather-snowflake-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
weather-snowflake-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the weather snowflake icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a1 1 0 0 1 1 1v5.086l3.293-3.293a1 1 0 1 1 1.414 1.414L17 10.914V15h4.086l4.707-4.707a1 1 0 1 1 1.414 1.414L23.914 15H29a1 1 0 1 1 0 2h-5.086l3.293 3.293a1 1 0 0 1-1.414 1.414L21.086 17H17v4.086l4.707 4.707a1 1 0 0 1-1.414 1.414L17 23.914V29a1 1 0 1 1-2 0v-5.086l-3.293 3.293a1 1 0 0 1-1.414-1.414L15 21.086V17h-4.086l-4.707 4.707a1 1 0 0 1-1.414-1.414L8.086 17H3a1 1 0 1 1 0-2h5.086l-3.293-3.293a1 1 0 1 1 1.414-1.414L10.914 15H15v-4.086l-4.707-4.707a1 1 0 1 1 1.414-1.414L15 8.086V3a1 1 0 0 1 1-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentWeatherSnowflake32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a1 1 0 0 1 1 1v5.086l3.293-3.293a1 1 0 1 1 1.414 1.414L17 10.914V15h4.086l4.707-4.707a1 1 0 1 1 1.414 1.414L23.914 15H29a1 1 0 1 1 0 2h-5.086l3.293 3.293a1 1 0 0 1-1.414 1.414L21.086 17H17v4.086l4.707 4.707a1 1 0 0 1-1.414 1.414L17 23.914V29a1 1 0 1 1-2 0v-5.086l-3.293 3.293a1 1 0 0 1-1.414-1.414L15 21.086V17h-4.086l-4.707 4.707a1 1 0 0 1-1.414-1.414L8.086 17H3a1 1 0 1 1 0-2h5.086l-3.293-3.293a1 1 0 1 1 1.414-1.414L10.914 15H15v-4.086l-4.707-4.707a1 1 0 1 1 1.414-1.414L15 8.086V3a1 1 0 0 1 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a1 1 0 0 1 1 1v5.086l3.293-3.293a1 1 0 1 1 1.414 1.414L17 10.914V15h4.086l4.707-4.707a1 1 0 1 1 1.414 1.414L23.914 15H29a1 1 0 1 1 0 2h-5.086l3.293 3.293a1 1 0 0 1-1.414 1.414L21.086 17H17v4.086l4.707 4.707a1 1 0 0 1-1.414 1.414L17 23.914V29a1 1 0 1 1-2 0v-5.086l-3.293 3.293a1 1 0 0 1-1.414-1.414L15 21.086V17h-4.086l-4.707 4.707a1 1 0 0 1-1.414-1.414L8.086 17H3a1 1 0 1 1 0-2h5.086l-3.293-3.293a1 1 0 1 1 1.414-1.414L10.914 15H15v-4.086l-4.707-4.707a1 1 0 1 1 1.414-1.414L15 8.086V3a1 1 0 0 1 1-1"/></svg>
</template>

CSS

.icon-weather-snowflake-32-regular {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202a1%201%200%200%201%201%201v5.086l3.293-3.293a1%201%200%201%201%201.414%201.414L17%2010.914V15h4.086l4.707-4.707a1%201%200%201%201%201.414%201.414L23.914%2015H29a1%201%200%201%201%200%202h-5.086l3.293%203.293a1%201%200%200%201-1.414%201.414L21.086%2017H17v4.086l4.707%204.707a1%201%200%200%201-1.414%201.414L17%2023.914V29a1%201%200%201%201-2%200v-5.086l-3.293%203.293a1%201%200%200%201-1.414-1.414L15%2021.086V17h-4.086l-4.707%204.707a1%201%200%200%201-1.414-1.414L8.086%2017H3a1%201%200%201%201%200-2h5.086l-3.293-3.293a1%201%200%201%201%201.414-1.414L10.914%2015H15v-4.086l-4.707-4.707a1%201%200%201%201%201.414-1.414L15%208.086V3a1%201%200%200%201%201-1%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202a1%201%200%200%201%201%201v5.086l3.293-3.293a1%201%200%201%201%201.414%201.414L17%2010.914V15h4.086l4.707-4.707a1%201%200%201%201%201.414%201.414L23.914%2015H29a1%201%200%201%201%200%202h-5.086l3.293%203.293a1%201%200%200%201-1.414%201.414L21.086%2017H17v4.086l4.707%204.707a1%201%200%200%201-1.414%201.414L17%2023.914V29a1%201%200%201%201-2%200v-5.086l-3.293%203.293a1%201%200%200%201-1.414-1.414L15%2021.086V17h-4.086l-4.707%204.707a1%201%200%200%201-1.414-1.414L8.086%2017H3a1%201%200%201%201%200-2h5.086l-3.293-3.293a1%201%200%201%201%201.414-1.414L10.914%2015H15v-4.086l-4.707-4.707a1%201%200%201%201%201.414-1.414L15%208.086V3a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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