weather snowflake icon
weather-snowflake-24 from Fluent UI System Color Icons by Microsoft Corporation · 24 · MIT Free for personal and commercial use.
- Name
- weather-snowflake-24
- Set
- Fluent UI System Color Icons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Color Icons
The same icon in other sets
Related icons in Fluent UI System Color Icons
Use the weather snowflake icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGlPEDZdtc)" d="M12 2a1 1 0 0 1 1 1v2.551l1.707-1.706a1 1 0 1 1 1.414 1.414L13 8.379V11h2.62l3.121-3.12a1 1 0 1 1 1.414 1.413L18.45 11H21a1 1 0 1 1 0 2h-2.551l1.706 1.707a1 1 0 0 1-1.414 1.414L15.621 13H13v2.62l3.12 3.121a1 1 0 0 1-1.413 1.414L13 18.45V21a1 1 0 1 1-2 0v-2.551l-1.707 1.706a1 1 0 0 1-1.414-1.414L11 15.621V13H8.38l-3.121 3.12a1 1 0 0 1-1.414-1.413L5.55 13H3a1 1 0 1 1 0-2h2.551L3.845 9.293A1 1 0 1 1 5.259 7.88L8.379 11H11V8.38L7.88 5.259a1 1 0 0 1 1.413-1.414L11 5.55V3a1 1 0 0 1 1-1"/><path fill="url(#SVGHnLxrbtq)" d="M12 2a1 1 0 0 1 1 1v2.551l1.707-1.706a1 1 0 1 1 1.414 1.414L13 8.379V11h2.62l3.121-3.12a1 1 0 1 1 1.414 1.413L18.45 11H21a1 1 0 1 1 0 2h-2.551l1.706 1.707a1 1 0 0 1-1.414 1.414L15.621 13H13v2.62l3.12 3.121a1 1 0 0 1-1.413 1.414L13 18.45V21a1 1 0 1 1-2 0v-2.551l-1.707 1.706a1 1 0 0 1-1.414-1.414L11 15.621V13H8.38l-3.121 3.12a1 1 0 0 1-1.414-1.413L5.55 13H3a1 1 0 1 1 0-2h2.551L3.845 9.293A1 1 0 1 1 5.259 7.88L8.379 11H11V8.38L7.88 5.259a1 1 0 0 1 1.413-1.414L11 5.55V3a1 1 0 0 1 1-1"/><defs><linearGradient id="SVGlPEDZdtc" x1="17" x2="7.625" y1="18.25" y2="3.875" gradientUnits="userSpaceOnUse"><stop stop-color="#4894fe"/><stop offset=".495" stop-color="#0fafff"/><stop offset="1" stop-color="#29c3ff"/></linearGradient><linearGradient id="SVGHnLxrbtq" x1="6.839" x2="22.114" y1="2.806" y2="22.683" gradientUnits="userSpaceOnUse"><stop offset=".379" stop-color="#ff6ce8" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8" stop-opacity=".7"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorWeatherSnowflake24(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGlPEDZdtc)" d="M12 2a1 1 0 0 1 1 1v2.551l1.707-1.706a1 1 0 1 1 1.414 1.414L13 8.379V11h2.62l3.121-3.12a1 1 0 1 1 1.414 1.413L18.45 11H21a1 1 0 1 1 0 2h-2.551l1.706 1.707a1 1 0 0 1-1.414 1.414L15.621 13H13v2.62l3.12 3.121a1 1 0 0 1-1.413 1.414L13 18.45V21a1 1 0 1 1-2 0v-2.551l-1.707 1.706a1 1 0 0 1-1.414-1.414L11 15.621V13H8.38l-3.121 3.12a1 1 0 0 1-1.414-1.413L5.55 13H3a1 1 0 1 1 0-2h2.551L3.845 9.293A1 1 0 1 1 5.259 7.88L8.379 11H11V8.38L7.88 5.259a1 1 0 0 1 1.413-1.414L11 5.55V3a1 1 0 0 1 1-1"/><path fill="url(#SVGHnLxrbtq)" d="M12 2a1 1 0 0 1 1 1v2.551l1.707-1.706a1 1 0 1 1 1.414 1.414L13 8.379V11h2.62l3.121-3.12a1 1 0 1 1 1.414 1.413L18.45 11H21a1 1 0 1 1 0 2h-2.551l1.706 1.707a1 1 0 0 1-1.414 1.414L15.621 13H13v2.62l3.12 3.121a1 1 0 0 1-1.413 1.414L13 18.45V21a1 1 0 1 1-2 0v-2.551l-1.707 1.706a1 1 0 0 1-1.414-1.414L11 15.621V13H8.38l-3.121 3.12a1 1 0 0 1-1.414-1.413L5.55 13H3a1 1 0 1 1 0-2h2.551L3.845 9.293A1 1 0 1 1 5.259 7.88L8.379 11H11V8.38L7.88 5.259a1 1 0 0 1 1.413-1.414L11 5.55V3a1 1 0 0 1 1-1"/><defs><linearGradient id="SVGlPEDZdtc" x1="17" x2="7.625" y1="18.25" y2="3.875" gradientUnits="userSpaceOnUse"><stop stopColor="#4894fe"/><stop offset=".495" stopColor="#0fafff"/><stop offset="1" stopColor="#29c3ff"/></linearGradient><linearGradient id="SVGHnLxrbtq" x1="6.839" x2="22.114" y1="2.806" y2="22.683" gradientUnits="userSpaceOnUse"><stop offset=".379" stopColor="#ff6ce8" stopOpacity="0"/><stop offset="1" stopColor="#ff6ce8" stopOpacity=".7"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGlPEDZdtc)" d="M12 2a1 1 0 0 1 1 1v2.551l1.707-1.706a1 1 0 1 1 1.414 1.414L13 8.379V11h2.62l3.121-3.12a1 1 0 1 1 1.414 1.413L18.45 11H21a1 1 0 1 1 0 2h-2.551l1.706 1.707a1 1 0 0 1-1.414 1.414L15.621 13H13v2.62l3.12 3.121a1 1 0 0 1-1.413 1.414L13 18.45V21a1 1 0 1 1-2 0v-2.551l-1.707 1.706a1 1 0 0 1-1.414-1.414L11 15.621V13H8.38l-3.121 3.12a1 1 0 0 1-1.414-1.413L5.55 13H3a1 1 0 1 1 0-2h2.551L3.845 9.293A1 1 0 1 1 5.259 7.88L8.379 11H11V8.38L7.88 5.259a1 1 0 0 1 1.413-1.414L11 5.55V3a1 1 0 0 1 1-1"/><path fill="url(#SVGHnLxrbtq)" d="M12 2a1 1 0 0 1 1 1v2.551l1.707-1.706a1 1 0 1 1 1.414 1.414L13 8.379V11h2.62l3.121-3.12a1 1 0 1 1 1.414 1.413L18.45 11H21a1 1 0 1 1 0 2h-2.551l1.706 1.707a1 1 0 0 1-1.414 1.414L15.621 13H13v2.62l3.12 3.121a1 1 0 0 1-1.413 1.414L13 18.45V21a1 1 0 1 1-2 0v-2.551l-1.707 1.706a1 1 0 0 1-1.414-1.414L11 15.621V13H8.38l-3.121 3.12a1 1 0 0 1-1.414-1.413L5.55 13H3a1 1 0 1 1 0-2h2.551L3.845 9.293A1 1 0 1 1 5.259 7.88L8.379 11H11V8.38L7.88 5.259a1 1 0 0 1 1.413-1.414L11 5.55V3a1 1 0 0 1 1-1"/><defs><linearGradient id="SVGlPEDZdtc" x1="17" x2="7.625" y1="18.25" y2="3.875" gradientUnits="userSpaceOnUse"><stop stop-color="#4894fe"/><stop offset=".495" stop-color="#0fafff"/><stop offset="1" stop-color="#29c3ff"/></linearGradient><linearGradient id="SVGHnLxrbtq" x1="6.839" x2="22.114" y1="2.806" y2="22.683" gradientUnits="userSpaceOnUse"><stop offset=".379" stop-color="#ff6ce8" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8" stop-opacity=".7"/></linearGradient></defs></g></svg> </template>
CSS
.icon-weather-snowflake-24 {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGlPEDZdtc)%22%20d%3D%22M12%202a1%201%200%200%201%201%201v2.551l1.707-1.706a1%201%200%201%201%201.414%201.414L13%208.379V11h2.62l3.121-3.12a1%201%200%201%201%201.414%201.413L18.45%2011H21a1%201%200%201%201%200%202h-2.551l1.706%201.707a1%201%200%200%201-1.414%201.414L15.621%2013H13v2.62l3.12%203.121a1%201%200%200%201-1.413%201.414L13%2018.45V21a1%201%200%201%201-2%200v-2.551l-1.707%201.706a1%201%200%200%201-1.414-1.414L11%2015.621V13H8.38l-3.121%203.12a1%201%200%200%201-1.414-1.413L5.55%2013H3a1%201%200%201%201%200-2h2.551L3.845%209.293A1%201%200%201%201%205.259%207.88L8.379%2011H11V8.38L7.88%205.259a1%201%200%200%201%201.413-1.414L11%205.55V3a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGHnLxrbtq)%22%20d%3D%22M12%202a1%201%200%200%201%201%201v2.551l1.707-1.706a1%201%200%201%201%201.414%201.414L13%208.379V11h2.62l3.121-3.12a1%201%200%201%201%201.414%201.413L18.45%2011H21a1%201%200%201%201%200%202h-2.551l1.706%201.707a1%201%200%200%201-1.414%201.414L15.621%2013H13v2.62l3.12%203.121a1%201%200%200%201-1.413%201.414L13%2018.45V21a1%201%200%201%201-2%200v-2.551l-1.707%201.706a1%201%200%200%201-1.414-1.414L11%2015.621V13H8.38l-3.121%203.12a1%201%200%200%201-1.414-1.413L5.55%2013H3a1%201%200%201%201%200-2h2.551L3.845%209.293A1%201%200%201%201%205.259%207.88L8.379%2011H11V8.38L7.88%205.259a1%201%200%200%201%201.413-1.414L11%205.55V3a1%201%200%200%201%201-1%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGlPEDZdtc%22%20x1%3D%2217%22%20x2%3D%227.625%22%20y1%3D%2218.25%22%20y2%3D%223.875%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%234894fe%22%2F%3E%3Cstop%20offset%3D%22.495%22%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2329c3ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGHnLxrbtq%22%20x1%3D%226.839%22%20x2%3D%2222.114%22%20y1%3D%222.806%22%20y2%3D%2222.683%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.379%22%20stop-color%3D%22%23ff6ce8%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff6ce8%22%20stop-opacity%3D%22.7%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGlPEDZdtc)%22%20d%3D%22M12%202a1%201%200%200%201%201%201v2.551l1.707-1.706a1%201%200%201%201%201.414%201.414L13%208.379V11h2.62l3.121-3.12a1%201%200%201%201%201.414%201.413L18.45%2011H21a1%201%200%201%201%200%202h-2.551l1.706%201.707a1%201%200%200%201-1.414%201.414L15.621%2013H13v2.62l3.12%203.121a1%201%200%200%201-1.413%201.414L13%2018.45V21a1%201%200%201%201-2%200v-2.551l-1.707%201.706a1%201%200%200%201-1.414-1.414L11%2015.621V13H8.38l-3.121%203.12a1%201%200%200%201-1.414-1.413L5.55%2013H3a1%201%200%201%201%200-2h2.551L3.845%209.293A1%201%200%201%201%205.259%207.88L8.379%2011H11V8.38L7.88%205.259a1%201%200%200%201%201.413-1.414L11%205.55V3a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGHnLxrbtq)%22%20d%3D%22M12%202a1%201%200%200%201%201%201v2.551l1.707-1.706a1%201%200%201%201%201.414%201.414L13%208.379V11h2.62l3.121-3.12a1%201%200%201%201%201.414%201.413L18.45%2011H21a1%201%200%201%201%200%202h-2.551l1.706%201.707a1%201%200%200%201-1.414%201.414L15.621%2013H13v2.62l3.12%203.121a1%201%200%200%201-1.413%201.414L13%2018.45V21a1%201%200%201%201-2%200v-2.551l-1.707%201.706a1%201%200%200%201-1.414-1.414L11%2015.621V13H8.38l-3.121%203.12a1%201%200%200%201-1.414-1.413L5.55%2013H3a1%201%200%201%201%200-2h2.551L3.845%209.293A1%201%200%201%201%205.259%207.88L8.379%2011H11V8.38L7.88%205.259a1%201%200%200%201%201.413-1.414L11%205.55V3a1%201%200%200%201%201-1%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGlPEDZdtc%22%20x1%3D%2217%22%20x2%3D%227.625%22%20y1%3D%2218.25%22%20y2%3D%223.875%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%234894fe%22%2F%3E%3Cstop%20offset%3D%22.495%22%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2329c3ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGHnLxrbtq%22%20x1%3D%226.839%22%20x2%3D%2222.114%22%20y1%3D%222.806%22%20y2%3D%2222.683%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.379%22%20stop-color%3D%22%23ff6ce8%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff6ce8%22%20stop-opacity%3D%22.7%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/weather-snowflake-24.svg?color=%231a73e8&size=48