wintry mix icon
wintry-mix from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- wintry-mix
- 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 wintry mix icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 26h2v2h-2zm2 2h2v2h-2zm2 2h2v2h-2zm0-4h2v2h-2zm-4 4h2v2h-2zm-2-14h2v2h-2zm2 2h2v2h-2zm2 2h2v2h-2zm0-4h2v2h-2zm-4 4h2v2h-2zm-3 10a1 1 0 0 1-.894-1.447l2-4a1 1 0 1 1 1.788.894l-2 4A1 1 0 0 1 10 30"/><path fill="currentColor" d="M24.8 9.136a8.994 8.994 0 0 0-17.6 0A6.53 6.53 0 0 0 2 15.5V22l1 2l1-2v-1.82a6.5 6.5 0 0 0 3.43 1.725l-1.324 2.648a1 1 0 1 0 1.789.894l2-4a1 1 0 0 0-.447-1.341a1 1 0 0 0-.49-.09V20H8.5a4.498 4.498 0 0 1-.356-8.981l.816-.064l.099-.812a6.994 6.994 0 0 1 13.883 0l.099.812l.815.064A4.498 4.498 0 0 1 23.5 20h-.542v.008A.996.996 0 0 0 22 21v3l1 2l1-2v-2.025a6.5 6.5 0 0 0 2-.477V26l1 2l1-2v-5.82a6.488 6.488 0 0 0-3.2-11.044"/></svg>
React
import type { SVGProps } from "react";
export function CarbonWintryMix(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="M15 26h2v2h-2zm2 2h2v2h-2zm2 2h2v2h-2zm0-4h2v2h-2zm-4 4h2v2h-2zm-2-14h2v2h-2zm2 2h2v2h-2zm2 2h2v2h-2zm0-4h2v2h-2zm-4 4h2v2h-2zm-3 10a1 1 0 0 1-.894-1.447l2-4a1 1 0 1 1 1.788.894l-2 4A1 1 0 0 1 10 30"/><path fill="currentColor" d="M24.8 9.136a8.994 8.994 0 0 0-17.6 0A6.53 6.53 0 0 0 2 15.5V22l1 2l1-2v-1.82a6.5 6.5 0 0 0 3.43 1.725l-1.324 2.648a1 1 0 1 0 1.789.894l2-4a1 1 0 0 0-.447-1.341a1 1 0 0 0-.49-.09V20H8.5a4.498 4.498 0 0 1-.356-8.981l.816-.064l.099-.812a6.994 6.994 0 0 1 13.883 0l.099.812l.815.064A4.498 4.498 0 0 1 23.5 20h-.542v.008A.996.996 0 0 0 22 21v3l1 2l1-2v-2.025a6.5 6.5 0 0 0 2-.477V26l1 2l1-2v-5.82a6.488 6.488 0 0 0-3.2-11.044"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 26h2v2h-2zm2 2h2v2h-2zm2 2h2v2h-2zm0-4h2v2h-2zm-4 4h2v2h-2zm-2-14h2v2h-2zm2 2h2v2h-2zm2 2h2v2h-2zm0-4h2v2h-2zm-4 4h2v2h-2zm-3 10a1 1 0 0 1-.894-1.447l2-4a1 1 0 1 1 1.788.894l-2 4A1 1 0 0 1 10 30"/><path fill="currentColor" d="M24.8 9.136a8.994 8.994 0 0 0-17.6 0A6.53 6.53 0 0 0 2 15.5V22l1 2l1-2v-1.82a6.5 6.5 0 0 0 3.43 1.725l-1.324 2.648a1 1 0 1 0 1.789.894l2-4a1 1 0 0 0-.447-1.341a1 1 0 0 0-.49-.09V20H8.5a4.498 4.498 0 0 1-.356-8.981l.816-.064l.099-.812a6.994 6.994 0 0 1 13.883 0l.099.812l.815.064A4.498 4.498 0 0 1 23.5 20h-.542v.008A.996.996 0 0 0 22 21v3l1 2l1-2v-2.025a6.5 6.5 0 0 0 2-.477V26l1 2l1-2v-5.82a6.488 6.488 0 0 0-3.2-11.044"/></svg> </template>
CSS
.icon-wintry-mix {
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%22M15%2026h2v2h-2zm2%202h2v2h-2zm2%202h2v2h-2zm0-4h2v2h-2zm-4%204h2v2h-2zm-2-14h2v2h-2zm2%202h2v2h-2zm2%202h2v2h-2zm0-4h2v2h-2zm-4%204h2v2h-2zm-3%2010a1%201%200%200%201-.894-1.447l2-4a1%201%200%201%201%201.788.894l-2%204A1%201%200%200%201%2010%2030%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.8%209.136a8.994%208.994%200%200%200-17.6%200A6.53%206.53%200%200%200%202%2015.5V22l1%202l1-2v-1.82a6.5%206.5%200%200%200%203.43%201.725l-1.324%202.648a1%201%200%201%200%201.789.894l2-4a1%201%200%200%200-.447-1.341a1%201%200%200%200-.49-.09V20H8.5a4.498%204.498%200%200%201-.356-8.981l.816-.064l.099-.812a6.994%206.994%200%200%201%2013.883%200l.099.812l.815.064A4.498%204.498%200%200%201%2023.5%2020h-.542v.008A.996.996%200%200%200%2022%2021v3l1%202l1-2v-2.025a6.5%206.5%200%200%200%202-.477V26l1%202l1-2v-5.82a6.488%206.488%200%200%200-3.2-11.044%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%22M15%2026h2v2h-2zm2%202h2v2h-2zm2%202h2v2h-2zm0-4h2v2h-2zm-4%204h2v2h-2zm-2-14h2v2h-2zm2%202h2v2h-2zm2%202h2v2h-2zm0-4h2v2h-2zm-4%204h2v2h-2zm-3%2010a1%201%200%200%201-.894-1.447l2-4a1%201%200%201%201%201.788.894l-2%204A1%201%200%200%201%2010%2030%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.8%209.136a8.994%208.994%200%200%200-17.6%200A6.53%206.53%200%200%200%202%2015.5V22l1%202l1-2v-1.82a6.5%206.5%200%200%200%203.43%201.725l-1.324%202.648a1%201%200%201%200%201.789.894l2-4a1%201%200%200%200-.447-1.341a1%201%200%200%200-.49-.09V20H8.5a4.498%204.498%200%200%201-.356-8.981l.816-.064l.099-.812a6.994%206.994%200%200%201%2013.883%200l.099.812l.815.064A4.498%204.498%200%200%201%2023.5%2020h-.542v.008A.996.996%200%200%200%2022%2021v3l1%202l1-2v-2.025a6.5%206.5%200%200%200%202-.477V26l1%202l1-2v-5.82a6.488%206.488%200%200%200-3.2-11.044%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/wintry-mix.svg?color=%231a73e8&size=48