weather snowflake icon
weather-snowflake-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- weather-snowflake-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M24.5 4A1.5 1.5 0 0 1 26 5.5v7.827l4.503-4.503a1.5 1.5 0 0 1 2.122 2.121L26 17.57V23h5.43l6.625-6.625a1.5 1.5 0 0 1 2.121 2.122L35.673 23H43.5a1.5 1.5 0 0 1 0 3h-7.827l4.26 4.26a1.5 1.5 0 0 1-2.122 2.121L31.43 26H26v5.43l6.381 6.381a1.5 1.5 0 0 1-2.121 2.121L26 35.673V43.5a1.5 1.5 0 0 1-3 0v-7.827l-4.503 4.503a1.5 1.5 0 0 1-2.122-2.121L23 31.43V26h-5.43l-6.625 6.625a1.5 1.5 0 0 1-2.121-2.122L13.327 26H5.5a1.5 1.5 0 0 1 0-3h7.827L8.58 18.253a1.5 1.5 0 0 1 2.122-2.121L17.57 23H23v-5.43l-6.868-6.868a1.5 1.5 0 0 1 2.121-2.122L23 13.327V5.5A1.5 1.5 0 0 1 24.5 4"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherSnowflake48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24.5 4A1.5 1.5 0 0 1 26 5.5v7.827l4.503-4.503a1.5 1.5 0 0 1 2.122 2.121L26 17.57V23h5.43l6.625-6.625a1.5 1.5 0 0 1 2.121 2.122L35.673 23H43.5a1.5 1.5 0 0 1 0 3h-7.827l4.26 4.26a1.5 1.5 0 0 1-2.122 2.121L31.43 26H26v5.43l6.381 6.381a1.5 1.5 0 0 1-2.121 2.121L26 35.673V43.5a1.5 1.5 0 0 1-3 0v-7.827l-4.503 4.503a1.5 1.5 0 0 1-2.122-2.121L23 31.43V26h-5.43l-6.625 6.625a1.5 1.5 0 0 1-2.121-2.122L13.327 26H5.5a1.5 1.5 0 0 1 0-3h7.827L8.58 18.253a1.5 1.5 0 0 1 2.122-2.121L17.57 23H23v-5.43l-6.868-6.868a1.5 1.5 0 0 1 2.121-2.122L23 13.327V5.5A1.5 1.5 0 0 1 24.5 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24.5 4A1.5 1.5 0 0 1 26 5.5v7.827l4.503-4.503a1.5 1.5 0 0 1 2.122 2.121L26 17.57V23h5.43l6.625-6.625a1.5 1.5 0 0 1 2.121 2.122L35.673 23H43.5a1.5 1.5 0 0 1 0 3h-7.827l4.26 4.26a1.5 1.5 0 0 1-2.122 2.121L31.43 26H26v5.43l6.381 6.381a1.5 1.5 0 0 1-2.121 2.121L26 35.673V43.5a1.5 1.5 0 0 1-3 0v-7.827l-4.503 4.503a1.5 1.5 0 0 1-2.122-2.121L23 31.43V26h-5.43l-6.625 6.625a1.5 1.5 0 0 1-2.121-2.122L13.327 26H5.5a1.5 1.5 0 0 1 0-3h7.827L8.58 18.253a1.5 1.5 0 0 1 2.122-2.121L17.57 23H23v-5.43l-6.868-6.868a1.5 1.5 0 0 1 2.121-2.122L23 13.327V5.5A1.5 1.5 0 0 1 24.5 4"/></svg> </template>
CSS
.icon-weather-snowflake-48-filled {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.5%204A1.5%201.5%200%200%201%2026%205.5v7.827l4.503-4.503a1.5%201.5%200%200%201%202.122%202.121L26%2017.57V23h5.43l6.625-6.625a1.5%201.5%200%200%201%202.121%202.122L35.673%2023H43.5a1.5%201.5%200%200%201%200%203h-7.827l4.26%204.26a1.5%201.5%200%200%201-2.122%202.121L31.43%2026H26v5.43l6.381%206.381a1.5%201.5%200%200%201-2.121%202.121L26%2035.673V43.5a1.5%201.5%200%200%201-3%200v-7.827l-4.503%204.503a1.5%201.5%200%200%201-2.122-2.121L23%2031.43V26h-5.43l-6.625%206.625a1.5%201.5%200%200%201-2.121-2.122L13.327%2026H5.5a1.5%201.5%200%200%201%200-3h7.827L8.58%2018.253a1.5%201.5%200%200%201%202.122-2.121L17.57%2023H23v-5.43l-6.868-6.868a1.5%201.5%200%200%201%202.121-2.122L23%2013.327V5.5A1.5%201.5%200%200%201%2024.5%204%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.5%204A1.5%201.5%200%200%201%2026%205.5v7.827l4.503-4.503a1.5%201.5%200%200%201%202.122%202.121L26%2017.57V23h5.43l6.625-6.625a1.5%201.5%200%200%201%202.121%202.122L35.673%2023H43.5a1.5%201.5%200%200%201%200%203h-7.827l4.26%204.26a1.5%201.5%200%200%201-2.122%202.121L31.43%2026H26v5.43l6.381%206.381a1.5%201.5%200%200%201-2.121%202.121L26%2035.673V43.5a1.5%201.5%200%200%201-3%200v-7.827l-4.503%204.503a1.5%201.5%200%200%201-2.122-2.121L23%2031.43V26h-5.43l-6.625%206.625a1.5%201.5%200%200%201-2.121-2.122L13.327%2026H5.5a1.5%201.5%200%200%201%200-3h7.827L8.58%2018.253a1.5%201.5%200%200%201%202.122-2.121L17.57%2023H23v-5.43l-6.868-6.868a1.5%201.5%200%200%201%202.121-2.122L23%2013.327V5.5A1.5%201.5%200%200%201%2024.5%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-snowflake-48-filled.svg?color=%231a73e8&size=48