road weather icon
road-weather from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- road-weather
- 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 road weather icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 31h-2v-.228a3.01 3.01 0 0 0-1.947-2.81l-3.532-1.324A3.9 3.9 0 0 1 6 23h2a1.895 1.895 0 0 0 1.224 1.766l3.531 1.324A5.02 5.02 0 0 1 16 30.772Zm14 0h-2v-.228a3.01 3.01 0 0 0-1.947-2.81l-3.532-1.324A3.9 3.9 0 0 1 20 23h2a1.895 1.895 0 0 0 1.224 1.766l3.531 1.324A5.02 5.02 0 0 1 30 30.772ZM11 13h6v2h-6z"/><path fill="currentColor" d="m23.44 8l-1.27-4.55A2.01 2.01 0 0 0 20.246 2H7.754a2.01 2.01 0 0 0-1.923 1.45L4.531 8H2v2h2v7a2.003 2.003 0 0 0 2 2v2h2v-2h12v2h2v-2a2.003 2.003 0 0 0 2-2v-7h2V8ZM7.755 4h12.492l1.428 5H6.326ZM22 13h-2v2h2v2H6v-2h2v-2H6v-2h16Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonRoadWeather(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 31h-2v-.228a3.01 3.01 0 0 0-1.947-2.81l-3.532-1.324A3.9 3.9 0 0 1 6 23h2a1.895 1.895 0 0 0 1.224 1.766l3.531 1.324A5.02 5.02 0 0 1 16 30.772Zm14 0h-2v-.228a3.01 3.01 0 0 0-1.947-2.81l-3.532-1.324A3.9 3.9 0 0 1 20 23h2a1.895 1.895 0 0 0 1.224 1.766l3.531 1.324A5.02 5.02 0 0 1 30 30.772ZM11 13h6v2h-6z"/><path fill="currentColor" d="m23.44 8l-1.27-4.55A2.01 2.01 0 0 0 20.246 2H7.754a2.01 2.01 0 0 0-1.923 1.45L4.531 8H2v2h2v7a2.003 2.003 0 0 0 2 2v2h2v-2h12v2h2v-2a2.003 2.003 0 0 0 2-2v-7h2V8ZM7.755 4h12.492l1.428 5H6.326ZM22 13h-2v2h2v2H6v-2h2v-2H6v-2h16Z"/></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 31h-2v-.228a3.01 3.01 0 0 0-1.947-2.81l-3.532-1.324A3.9 3.9 0 0 1 6 23h2a1.895 1.895 0 0 0 1.224 1.766l3.531 1.324A5.02 5.02 0 0 1 16 30.772Zm14 0h-2v-.228a3.01 3.01 0 0 0-1.947-2.81l-3.532-1.324A3.9 3.9 0 0 1 20 23h2a1.895 1.895 0 0 0 1.224 1.766l3.531 1.324A5.02 5.02 0 0 1 30 30.772ZM11 13h6v2h-6z"/><path fill="currentColor" d="m23.44 8l-1.27-4.55A2.01 2.01 0 0 0 20.246 2H7.754a2.01 2.01 0 0 0-1.923 1.45L4.531 8H2v2h2v7a2.003 2.003 0 0 0 2 2v2h2v-2h12v2h2v-2a2.003 2.003 0 0 0 2-2v-7h2V8ZM7.755 4h12.492l1.428 5H6.326ZM22 13h-2v2h2v2H6v-2h2v-2H6v-2h16Z"/></svg> </template>
CSS
.icon-road-weather {
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%2031h-2v-.228a3.01%203.01%200%200%200-1.947-2.81l-3.532-1.324A3.9%203.9%200%200%201%206%2023h2a1.895%201.895%200%200%200%201.224%201.766l3.531%201.324A5.02%205.02%200%200%201%2016%2030.772Zm14%200h-2v-.228a3.01%203.01%200%200%200-1.947-2.81l-3.532-1.324A3.9%203.9%200%200%201%2020%2023h2a1.895%201.895%200%200%200%201.224%201.766l3.531%201.324A5.02%205.02%200%200%201%2030%2030.772ZM11%2013h6v2h-6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m23.44%208l-1.27-4.55A2.01%202.01%200%200%200%2020.246%202H7.754a2.01%202.01%200%200%200-1.923%201.45L4.531%208H2v2h2v7a2.003%202.003%200%200%200%202%202v2h2v-2h12v2h2v-2a2.003%202.003%200%200%200%202-2v-7h2V8ZM7.755%204h12.492l1.428%205H6.326ZM22%2013h-2v2h2v2H6v-2h2v-2H6v-2h16Z%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%2031h-2v-.228a3.01%203.01%200%200%200-1.947-2.81l-3.532-1.324A3.9%203.9%200%200%201%206%2023h2a1.895%201.895%200%200%200%201.224%201.766l3.531%201.324A5.02%205.02%200%200%201%2016%2030.772Zm14%200h-2v-.228a3.01%203.01%200%200%200-1.947-2.81l-3.532-1.324A3.9%203.9%200%200%201%2020%2023h2a1.895%201.895%200%200%200%201.224%201.766l3.531%201.324A5.02%205.02%200%200%201%2030%2030.772ZM11%2013h6v2h-6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m23.44%208l-1.27-4.55A2.01%202.01%200%200%200%2020.246%202H7.754a2.01%202.01%200%200%200-1.923%201.45L4.531%208H2v2h2v7a2.003%202.003%200%200%200%202%202v2h2v-2h12v2h2v-2a2.003%202.003%200%200%200%202-2v-7h2V8ZM7.755%204h12.492l1.428%205H6.326ZM22%2013h-2v2h2v2H6v-2h2v-2H6v-2h16Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/road-weather.svg?color=%231a73e8&size=48