weather front warm icon
weather-front-warm from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- weather-front-warm
- 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 weather front warm icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.166 2a13.03 13.03 0 0 0-12.542 9.58l-1.177 4.315A11.024 11.024 0 0 1 3.835 24H2v2h1.834a13 13 0 0 0 3.47-.482a3.998 3.998 0 1 0 6.581-4.286a13 13 0 0 0 1.62-2.527a3.994 3.994 0 1 0 2.378-7.6a11 11 0 0 1 1.725-3.01a3.983 3.983 0 0 0 6.906-3.964A11 11 0 0 1 28.166 4H30V2ZM11 26a2 2 0 0 1-1.812-1.165a13 13 0 0 0 3.297-2.143A1.977 1.977 0 0 1 11 26m8-11a1.993 1.993 0 0 1-2.759 1.847c.044-.143.096-.282.136-.426l.924-3.391A2 2 0 0 1 19 15m6-9a1.994 1.994 0 0 1-3.901.59a11 11 0 0 1 3.362-1.94A2 2 0 0 1 25 6M10 4v4.586L3.414 2L2 3.414L8.586 10H4v2h8V4z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonWeatherFrontWarm(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="M28.166 2a13.03 13.03 0 0 0-12.542 9.58l-1.177 4.315A11.024 11.024 0 0 1 3.835 24H2v2h1.834a13 13 0 0 0 3.47-.482a3.998 3.998 0 1 0 6.581-4.286a13 13 0 0 0 1.62-2.527a3.994 3.994 0 1 0 2.378-7.6a11 11 0 0 1 1.725-3.01a3.983 3.983 0 0 0 6.906-3.964A11 11 0 0 1 28.166 4H30V2ZM11 26a2 2 0 0 1-1.812-1.165a13 13 0 0 0 3.297-2.143A1.977 1.977 0 0 1 11 26m8-11a1.993 1.993 0 0 1-2.759 1.847c.044-.143.096-.282.136-.426l.924-3.391A2 2 0 0 1 19 15m6-9a1.994 1.994 0 0 1-3.901.59a11 11 0 0 1 3.362-1.94A2 2 0 0 1 25 6M10 4v4.586L3.414 2L2 3.414L8.586 10H4v2h8V4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.166 2a13.03 13.03 0 0 0-12.542 9.58l-1.177 4.315A11.024 11.024 0 0 1 3.835 24H2v2h1.834a13 13 0 0 0 3.47-.482a3.998 3.998 0 1 0 6.581-4.286a13 13 0 0 0 1.62-2.527a3.994 3.994 0 1 0 2.378-7.6a11 11 0 0 1 1.725-3.01a3.983 3.983 0 0 0 6.906-3.964A11 11 0 0 1 28.166 4H30V2ZM11 26a2 2 0 0 1-1.812-1.165a13 13 0 0 0 3.297-2.143A1.977 1.977 0 0 1 11 26m8-11a1.993 1.993 0 0 1-2.759 1.847c.044-.143.096-.282.136-.426l.924-3.391A2 2 0 0 1 19 15m6-9a1.994 1.994 0 0 1-3.901.59a11 11 0 0 1 3.362-1.94A2 2 0 0 1 25 6M10 4v4.586L3.414 2L2 3.414L8.586 10H4v2h8V4z"/></svg> </template>
CSS
.icon-weather-front-warm {
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%22M28.166%202a13.03%2013.03%200%200%200-12.542%209.58l-1.177%204.315A11.024%2011.024%200%200%201%203.835%2024H2v2h1.834a13%2013%200%200%200%203.47-.482a3.998%203.998%200%201%200%206.581-4.286a13%2013%200%200%200%201.62-2.527a3.994%203.994%200%201%200%202.378-7.6a11%2011%200%200%201%201.725-3.01a3.983%203.983%200%200%200%206.906-3.964A11%2011%200%200%201%2028.166%204H30V2ZM11%2026a2%202%200%200%201-1.812-1.165a13%2013%200%200%200%203.297-2.143A1.977%201.977%200%200%201%2011%2026m8-11a1.993%201.993%200%200%201-2.759%201.847c.044-.143.096-.282.136-.426l.924-3.391A2%202%200%200%201%2019%2015m6-9a1.994%201.994%200%200%201-3.901.59a11%2011%200%200%201%203.362-1.94A2%202%200%200%201%2025%206M10%204v4.586L3.414%202L2%203.414L8.586%2010H4v2h8V4z%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%22M28.166%202a13.03%2013.03%200%200%200-12.542%209.58l-1.177%204.315A11.024%2011.024%200%200%201%203.835%2024H2v2h1.834a13%2013%200%200%200%203.47-.482a3.998%203.998%200%201%200%206.581-4.286a13%2013%200%200%200%201.62-2.527a3.994%203.994%200%201%200%202.378-7.6a11%2011%200%200%201%201.725-3.01a3.983%203.983%200%200%200%206.906-3.964A11%2011%200%200%201%2028.166%204H30V2ZM11%2026a2%202%200%200%201-1.812-1.165a13%2013%200%200%200%203.297-2.143A1.977%201.977%200%200%201%2011%2026m8-11a1.993%201.993%200%200%201-2.759%201.847c.044-.143.096-.282.136-.426l.924-3.391A2%202%200%200%201%2019%2015m6-9a1.994%201.994%200%200%201-3.901.59a11%2011%200%200%201%203.362-1.94A2%202%200%200%201%2025%206M10%204v4.586L3.414%202L2%203.414L8.586%2010H4v2h8V4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/weather-front-warm.svg?color=%231a73e8&size=48