snow flake icon
snow-flake from Iconoir by Luca Burgio · Regular · Weather · MIT Free for personal and commercial use.
- Name
- snow-flake
- Set
- Iconoir
- Style
- Regular
- Category
- Weather
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
More weather icons from Iconoir
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m3 7l3.5 2M21 17l-3.5-2M12 12L6.5 9m5.5 3l-5.5 3m5.5-3V5m0 7v6.5m0-6.5l5.5 3M12 12l5.5-3M12 2v3m0 17v-3.5M21 7l-3.5 2M3 17l3.5-2m0-6L3 10m3.5-1L6 5.5m.5 9.5L3 14m3.5 1L6 18.5M12 5L9.5 4M12 5l2.5-1M12 18.5l2.5 1.5M12 18.5L9.5 20m8-5l.5 3.5m-.5-3.5l3.5-1m-3.5-5l3.5 1m-3.5-1l.5-3.5"/></svg>
React
import type { SVGProps } from "react";
export function IconoirSnowFlake(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m3 7l3.5 2M21 17l-3.5-2M12 12L6.5 9m5.5 3l-5.5 3m5.5-3V5m0 7v6.5m0-6.5l5.5 3M12 12l5.5-3M12 2v3m0 17v-3.5M21 7l-3.5 2M3 17l3.5-2m0-6L3 10m3.5-1L6 5.5m.5 9.5L3 14m3.5 1L6 18.5M12 5L9.5 4M12 5l2.5-1M12 18.5l2.5 1.5M12 18.5L9.5 20m8-5l.5 3.5m-.5-3.5l3.5-1m-3.5-5l3.5 1m-3.5-1l.5-3.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m3 7l3.5 2M21 17l-3.5-2M12 12L6.5 9m5.5 3l-5.5 3m5.5-3V5m0 7v6.5m0-6.5l5.5 3M12 12l5.5-3M12 2v3m0 17v-3.5M21 7l-3.5 2M3 17l3.5-2m0-6L3 10m3.5-1L6 5.5m.5 9.5L3 14m3.5 1L6 18.5M12 5L9.5 4M12 5l2.5-1M12 18.5l2.5 1.5M12 18.5L9.5 20m8-5l.5 3.5m-.5-3.5l3.5-1m-3.5-5l3.5 1m-3.5-1l.5-3.5"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m3%207l3.5%202M21%2017l-3.5-2M12%2012L6.5%209m5.5%203l-5.5%203m5.5-3V5m0%207v6.5m0-6.5l5.5%203M12%2012l5.5-3M12%202v3m0%2017v-3.5M21%207l-3.5%202M3%2017l3.5-2m0-6L3%2010m3.5-1L6%205.5m.5%209.5L3%2014m3.5%201L6%2018.5M12%205L9.5%204M12%205l2.5-1M12%2018.5l2.5%201.5M12%2018.5L9.5%2020m8-5l.5%203.5m-.5-3.5l3.5-1m-3.5-5l3.5%201m-3.5-1l.5-3.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m3%207l3.5%202M21%2017l-3.5-2M12%2012L6.5%209m5.5%203l-5.5%203m5.5-3V5m0%207v6.5m0-6.5l5.5%203M12%2012l5.5-3M12%202v3m0%2017v-3.5M21%207l-3.5%202M3%2017l3.5-2m0-6L3%2010m3.5-1L6%205.5m.5%209.5L3%2014m3.5%201L6%2018.5M12%205L9.5%204M12%205l2.5-1M12%2018.5l2.5%201.5M12%2018.5L9.5%2020m8-5l.5%203.5m-.5-3.5l3.5-1m-3.5-5l3.5%201m-3.5-1l.5-3.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/snow-flake.svg?color=%231a73e8&size=48