weather snowflake icon
weather-snowflake-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- weather-snowflake-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
weather-blowing-snow-20-filledweather-cloudy-20-filledweather-drizzle-20-filledweather-duststorm-20-filledweather-fog-20-filledweather-hail-day-20-filledweather-hail-night-20-filledweather-haze-20-filledweather-humidity-12-filledweather-moon-12-filledweather-moon-off-16-filledweather-partly-cloudy-day-16-filledweather-partly-cloudy-night-20-filledweather-rain-20-filledweather-rain-showers-day-20-filledweather-rain-showers-night-20-filledweather-rain-snow-20-filledweather-snow-20-filledweather-snow-shower-day-20-filledweather-snow-shower-night-20-filledweather-squalls-20-filledweather-sunny-16-filledweather-sunny-high-20-filledweather-sunny-low-20-filled
Use the weather snowflake icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a.5.5 0 0 1 .5.5v3.043l1.896-1.897a.5.5 0 0 1 .708.708L10.5 6.957V9.5h2.543l2.603-2.604a.5.5 0 0 1 .708.708L14.457 9.5H17.5a.5.5 0 0 1 0 1h-3.043l1.897 1.896a.5.5 0 0 1-.708.708L13.043 10.5H10.5v2.543l2.604 2.603a.5.5 0 0 1-.708.708L10.5 14.457V17.5a.5.5 0 0 1-1 0v-3.043l-1.896 1.897a.5.5 0 0 1-.708-.708L9.5 13.043V10.5H6.957l-2.603 2.604a.5.5 0 0 1-.708-.708L5.543 10.5H2.5a.5.5 0 0 1 0-1h3.043L3.646 7.604a.5.5 0 1 1 .708-.708L6.957 9.5H9.5V6.957L6.896 4.354a.5.5 0 1 1 .708-.708L9.5 5.543V2.5A.5.5 0 0 1 10 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherSnowflake20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a.5.5 0 0 1 .5.5v3.043l1.896-1.897a.5.5 0 0 1 .708.708L10.5 6.957V9.5h2.543l2.603-2.604a.5.5 0 0 1 .708.708L14.457 9.5H17.5a.5.5 0 0 1 0 1h-3.043l1.897 1.896a.5.5 0 0 1-.708.708L13.043 10.5H10.5v2.543l2.604 2.603a.5.5 0 0 1-.708.708L10.5 14.457V17.5a.5.5 0 0 1-1 0v-3.043l-1.896 1.897a.5.5 0 0 1-.708-.708L9.5 13.043V10.5H6.957l-2.603 2.604a.5.5 0 0 1-.708-.708L5.543 10.5H2.5a.5.5 0 0 1 0-1h3.043L3.646 7.604a.5.5 0 1 1 .708-.708L6.957 9.5H9.5V6.957L6.896 4.354a.5.5 0 1 1 .708-.708L9.5 5.543V2.5A.5.5 0 0 1 10 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a.5.5 0 0 1 .5.5v3.043l1.896-1.897a.5.5 0 0 1 .708.708L10.5 6.957V9.5h2.543l2.603-2.604a.5.5 0 0 1 .708.708L14.457 9.5H17.5a.5.5 0 0 1 0 1h-3.043l1.897 1.896a.5.5 0 0 1-.708.708L13.043 10.5H10.5v2.543l2.604 2.603a.5.5 0 0 1-.708.708L10.5 14.457V17.5a.5.5 0 0 1-1 0v-3.043l-1.896 1.897a.5.5 0 0 1-.708-.708L9.5 13.043V10.5H6.957l-2.603 2.604a.5.5 0 0 1-.708-.708L5.543 10.5H2.5a.5.5 0 0 1 0-1h3.043L3.646 7.604a.5.5 0 1 1 .708-.708L6.957 9.5H9.5V6.957L6.896 4.354a.5.5 0 1 1 .708-.708L9.5 5.543V2.5A.5.5 0 0 1 10 2"/></svg> </template>
CSS
.icon-weather-snowflake-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a.5.5%200%200%201%20.5.5v3.043l1.896-1.897a.5.5%200%200%201%20.708.708L10.5%206.957V9.5h2.543l2.603-2.604a.5.5%200%200%201%20.708.708L14.457%209.5H17.5a.5.5%200%200%201%200%201h-3.043l1.897%201.896a.5.5%200%200%201-.708.708L13.043%2010.5H10.5v2.543l2.604%202.603a.5.5%200%200%201-.708.708L10.5%2014.457V17.5a.5.5%200%200%201-1%200v-3.043l-1.896%201.897a.5.5%200%200%201-.708-.708L9.5%2013.043V10.5H6.957l-2.603%202.604a.5.5%200%200%201-.708-.708L5.543%2010.5H2.5a.5.5%200%200%201%200-1h3.043L3.646%207.604a.5.5%200%201%201%20.708-.708L6.957%209.5H9.5V6.957L6.896%204.354a.5.5%200%201%201%20.708-.708L9.5%205.543V2.5A.5.5%200%200%201%2010%202%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a.5.5%200%200%201%20.5.5v3.043l1.896-1.897a.5.5%200%200%201%20.708.708L10.5%206.957V9.5h2.543l2.603-2.604a.5.5%200%200%201%20.708.708L14.457%209.5H17.5a.5.5%200%200%201%200%201h-3.043l1.897%201.896a.5.5%200%200%201-.708.708L13.043%2010.5H10.5v2.543l2.604%202.603a.5.5%200%200%201-.708.708L10.5%2014.457V17.5a.5.5%200%200%201-1%200v-3.043l-1.896%201.897a.5.5%200%200%201-.708-.708L9.5%2013.043V10.5H6.957l-2.603%202.604a.5.5%200%200%201-.708-.708L5.543%2010.5H2.5a.5.5%200%200%201%200-1h3.043L3.646%207.604a.5.5%200%201%201%20.708-.708L6.957%209.5H9.5V6.957L6.896%204.354a.5.5%200%201%201%20.708-.708L9.5%205.543V2.5A.5.5%200%200%201%2010%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-snowflake-20-regular.svg?color=%231a73e8&size=48