traffic weather incident icon
traffic-weather-incident from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- traffic-weather-incident
- 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 traffic weather incident icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 24h2v6H2zM28 2h2v28h-2zM15 2h2v4h-2zm0 8h2v4h-2zm0 8h2v4h-2zm0 8h2v4h-2zM6 12a3.9 3.9 0 0 1-4-3.777a3.9 3.9 0 0 1 .653-2.064L5.17 2.414a1.038 1.038 0 0 1 1.66 0L9.314 6.11A3.97 3.97 0 0 1 10 8.223A3.9 3.9 0 0 1 6 12m0-7.237L4.344 7.226A1.9 1.9 0 0 0 4 8.223a1.9 1.9 0 0 0 2 1.778a1.9 1.9 0 0 0 2-1.778a2 2 0 0 0-.375-1.047Zm5 7l-1.656 2.462a1.9 1.9 0 0 0-.344.998A1.9 1.9 0 0 0 11 17a1.9 1.9 0 0 0 2-1.777a2 2 0 0 0-.375-1.047Zm-5 4l-1.656 2.462a1.9 1.9 0 0 0-.344.998A1.9 1.9 0 0 0 6 21a1.9 1.9 0 0 0 2-1.777a2 2 0 0 0-.375-1.047Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonTrafficWeatherIncident(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="M2 24h2v6H2zM28 2h2v28h-2zM15 2h2v4h-2zm0 8h2v4h-2zm0 8h2v4h-2zm0 8h2v4h-2zM6 12a3.9 3.9 0 0 1-4-3.777a3.9 3.9 0 0 1 .653-2.064L5.17 2.414a1.038 1.038 0 0 1 1.66 0L9.314 6.11A3.97 3.97 0 0 1 10 8.223A3.9 3.9 0 0 1 6 12m0-7.237L4.344 7.226A1.9 1.9 0 0 0 4 8.223a1.9 1.9 0 0 0 2 1.778a1.9 1.9 0 0 0 2-1.778a2 2 0 0 0-.375-1.047Zm5 7l-1.656 2.462a1.9 1.9 0 0 0-.344.998A1.9 1.9 0 0 0 11 17a1.9 1.9 0 0 0 2-1.777a2 2 0 0 0-.375-1.047Zm-5 4l-1.656 2.462a1.9 1.9 0 0 0-.344.998A1.9 1.9 0 0 0 6 21a1.9 1.9 0 0 0 2-1.777a2 2 0 0 0-.375-1.047Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 24h2v6H2zM28 2h2v28h-2zM15 2h2v4h-2zm0 8h2v4h-2zm0 8h2v4h-2zm0 8h2v4h-2zM6 12a3.9 3.9 0 0 1-4-3.777a3.9 3.9 0 0 1 .653-2.064L5.17 2.414a1.038 1.038 0 0 1 1.66 0L9.314 6.11A3.97 3.97 0 0 1 10 8.223A3.9 3.9 0 0 1 6 12m0-7.237L4.344 7.226A1.9 1.9 0 0 0 4 8.223a1.9 1.9 0 0 0 2 1.778a1.9 1.9 0 0 0 2-1.778a2 2 0 0 0-.375-1.047Zm5 7l-1.656 2.462a1.9 1.9 0 0 0-.344.998A1.9 1.9 0 0 0 11 17a1.9 1.9 0 0 0 2-1.777a2 2 0 0 0-.375-1.047Zm-5 4l-1.656 2.462a1.9 1.9 0 0 0-.344.998A1.9 1.9 0 0 0 6 21a1.9 1.9 0 0 0 2-1.777a2 2 0 0 0-.375-1.047Z"/></svg> </template>
CSS
.icon-traffic-weather-incident {
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%22M2%2024h2v6H2zM28%202h2v28h-2zM15%202h2v4h-2zm0%208h2v4h-2zm0%208h2v4h-2zm0%208h2v4h-2zM6%2012a3.9%203.9%200%200%201-4-3.777a3.9%203.9%200%200%201%20.653-2.064L5.17%202.414a1.038%201.038%200%200%201%201.66%200L9.314%206.11A3.97%203.97%200%200%201%2010%208.223A3.9%203.9%200%200%201%206%2012m0-7.237L4.344%207.226A1.9%201.9%200%200%200%204%208.223a1.9%201.9%200%200%200%202%201.778a1.9%201.9%200%200%200%202-1.778a2%202%200%200%200-.375-1.047Zm5%207l-1.656%202.462a1.9%201.9%200%200%200-.344.998A1.9%201.9%200%200%200%2011%2017a1.9%201.9%200%200%200%202-1.777a2%202%200%200%200-.375-1.047Zm-5%204l-1.656%202.462a1.9%201.9%200%200%200-.344.998A1.9%201.9%200%200%200%206%2021a1.9%201.9%200%200%200%202-1.777a2%202%200%200%200-.375-1.047Z%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%22M2%2024h2v6H2zM28%202h2v28h-2zM15%202h2v4h-2zm0%208h2v4h-2zm0%208h2v4h-2zm0%208h2v4h-2zM6%2012a3.9%203.9%200%200%201-4-3.777a3.9%203.9%200%200%201%20.653-2.064L5.17%202.414a1.038%201.038%200%200%201%201.66%200L9.314%206.11A3.97%203.97%200%200%201%2010%208.223A3.9%203.9%200%200%201%206%2012m0-7.237L4.344%207.226A1.9%201.9%200%200%200%204%208.223a1.9%201.9%200%200%200%202%201.778a1.9%201.9%200%200%200%202-1.778a2%202%200%200%200-.375-1.047Zm5%207l-1.656%202.462a1.9%201.9%200%200%200-.344.998A1.9%201.9%200%200%200%2011%2017a1.9%201.9%200%200%200%202-1.777a2%202%200%200%200-.375-1.047Zm-5%204l-1.656%202.462a1.9%201.9%200%200%200-.344.998A1.9%201.9%200%200%200%206%2021a1.9%201.9%200%200%200%202-1.777a2%202%200%200%200-.375-1.047Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/traffic-weather-incident.svg?color=%231a73e8&size=48