snow density icon
snow-density from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- snow-density
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the snow density icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 28a9.01 9.01 0 0 1-9-9a10 10 0 0 1 1.494-4.955l6.659-10.608a1.04 1.04 0 0 1 1.694 0l6.63 10.556A10.06 10.06 0 0 1 25 19a9.01 9.01 0 0 1-9 9m0-22.152l-5.782 9.208A8 8 0 0 0 9 19a7 7 0 0 0 14 0a8.06 8.06 0 0 0-1.248-3.995Z"/><path fill="currentColor" d="m20.6 16.8l-1.2-1.6L17 17v-3h-2v3l-2.4-1.8l-1.2 1.6l2.933 2.2l-2.933 2.2l1.2 1.6L15 21v3h2v-3l2.4 1.8l1.2-1.6l-2.933-2.2z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonSnowDensity(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 28a9.01 9.01 0 0 1-9-9a10 10 0 0 1 1.494-4.955l6.659-10.608a1.04 1.04 0 0 1 1.694 0l6.63 10.556A10.06 10.06 0 0 1 25 19a9.01 9.01 0 0 1-9 9m0-22.152l-5.782 9.208A8 8 0 0 0 9 19a7 7 0 0 0 14 0a8.06 8.06 0 0 0-1.248-3.995Z"/><path fill="currentColor" d="m20.6 16.8l-1.2-1.6L17 17v-3h-2v3l-2.4-1.8l-1.2 1.6l2.933 2.2l-2.933 2.2l1.2 1.6L15 21v3h2v-3l2.4 1.8l1.2-1.6l-2.933-2.2z"/></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 28a9.01 9.01 0 0 1-9-9a10 10 0 0 1 1.494-4.955l6.659-10.608a1.04 1.04 0 0 1 1.694 0l6.63 10.556A10.06 10.06 0 0 1 25 19a9.01 9.01 0 0 1-9 9m0-22.152l-5.782 9.208A8 8 0 0 0 9 19a7 7 0 0 0 14 0a8.06 8.06 0 0 0-1.248-3.995Z"/><path fill="currentColor" d="m20.6 16.8l-1.2-1.6L17 17v-3h-2v3l-2.4-1.8l-1.2 1.6l2.933 2.2l-2.933 2.2l1.2 1.6L15 21v3h2v-3l2.4 1.8l1.2-1.6l-2.933-2.2z"/></svg> </template>
CSS
.icon-snow-density {
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%2028a9.01%209.01%200%200%201-9-9a10%2010%200%200%201%201.494-4.955l6.659-10.608a1.04%201.04%200%200%201%201.694%200l6.63%2010.556A10.06%2010.06%200%200%201%2025%2019a9.01%209.01%200%200%201-9%209m0-22.152l-5.782%209.208A8%208%200%200%200%209%2019a7%207%200%200%200%2014%200a8.06%208.06%200%200%200-1.248-3.995Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.6%2016.8l-1.2-1.6L17%2017v-3h-2v3l-2.4-1.8l-1.2%201.6l2.933%202.2l-2.933%202.2l1.2%201.6L15%2021v3h2v-3l2.4%201.8l1.2-1.6l-2.933-2.2z%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%2028a9.01%209.01%200%200%201-9-9a10%2010%200%200%201%201.494-4.955l6.659-10.608a1.04%201.04%200%200%201%201.694%200l6.63%2010.556A10.06%2010.06%200%200%201%2025%2019a9.01%209.01%200%200%201-9%209m0-22.152l-5.782%209.208A8%208%200%200%200%209%2019a7%207%200%200%200%2014%200a8.06%208.06%200%200%200-1.248-3.995Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.6%2016.8l-1.2-1.6L17%2017v-3h-2v3l-2.4-1.8l-1.2%201.6l2.933%202.2l-2.933%202.2l1.2%201.6L15%2021v3h2v-3l2.4%201.8l1.2-1.6l-2.933-2.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/snow-density.svg?color=%231a73e8&size=48