traffic incident icon
traffic-incident from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- traffic-incident
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the traffic incident icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 1.998h18M10.707 21.46l.057-1.105m0 0c.297.077.816.214 1.084.356c2.337 1.24 2.876 1.685 3.812.9l3.948-3.9c.796-.925.356-1.468-.86-3.816a6 6 0 0 1-.38-1.05m-7.604 7.51c-1.129-.292-2.152-.202-2.845-.733c-.114-.087-1.211-1.223-2.018-2.037c-.606-.611.005-1.177.535-1.795c.337-.392.638-.821 1.003-1.188a321 321 0 0 1 5.403-5.34c.394-.38.86-.696 1.28-1.047c.477-.396.984-.8 1.56-.29c.86.76 1.932 1.921 2.018 2.036c.524.697.388 1.753.669 2.883m-7.605 7.512l7.605-7.512m0 0l1.116-.136m-11.46 6.989l.963-1.231m2.006-3.963l1.725-1.614m3.787-1.922l1.413-.61m-5.225-.992l-.839-.88a.997.997 0 0 1 .036-1.412l.801-.76a1 1 0 0 1 1.394.016l1.443 1.433m-8.125 6.957l-.87-.848a1 1 0 0 0-1.415.017l-.771.79a.997.997 0 0 0-.002 1.392l1.417 1.46"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTrafficIncident(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M3 1.998h18M10.707 21.46l.057-1.105m0 0c.297.077.816.214 1.084.356c2.337 1.24 2.876 1.685 3.812.9l3.948-3.9c.796-.925.356-1.468-.86-3.816a6 6 0 0 1-.38-1.05m-7.604 7.51c-1.129-.292-2.152-.202-2.845-.733c-.114-.087-1.211-1.223-2.018-2.037c-.606-.611.005-1.177.535-1.795c.337-.392.638-.821 1.003-1.188a321 321 0 0 1 5.403-5.34c.394-.38.86-.696 1.28-1.047c.477-.396.984-.8 1.56-.29c.86.76 1.932 1.921 2.018 2.036c.524.697.388 1.753.669 2.883m-7.605 7.512l7.605-7.512m0 0l1.116-.136m-11.46 6.989l.963-1.231m2.006-3.963l1.725-1.614m3.787-1.922l1.413-.61m-5.225-.992l-.839-.88a.997.997 0 0 1 .036-1.412l.801-.76a1 1 0 0 1 1.394.016l1.443 1.433m-8.125 6.957l-.87-.848a1 1 0 0 0-1.415.017l-.771.79a.997.997 0 0 0-.002 1.392l1.417 1.46"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 1.998h18M10.707 21.46l.057-1.105m0 0c.297.077.816.214 1.084.356c2.337 1.24 2.876 1.685 3.812.9l3.948-3.9c.796-.925.356-1.468-.86-3.816a6 6 0 0 1-.38-1.05m-7.604 7.51c-1.129-.292-2.152-.202-2.845-.733c-.114-.087-1.211-1.223-2.018-2.037c-.606-.611.005-1.177.535-1.795c.337-.392.638-.821 1.003-1.188a321 321 0 0 1 5.403-5.34c.394-.38.86-.696 1.28-1.047c.477-.396.984-.8 1.56-.29c.86.76 1.932 1.921 2.018 2.036c.524.697.388 1.753.669 2.883m-7.605 7.512l7.605-7.512m0 0l1.116-.136m-11.46 6.989l.963-1.231m2.006-3.963l1.725-1.614m3.787-1.922l1.413-.61m-5.225-.992l-.839-.88a.997.997 0 0 1 .036-1.412l.801-.76a1 1 0 0 1 1.394.016l1.443 1.433m-8.125 6.957l-.87-.848a1 1 0 0 0-1.415.017l-.771.79a.997.997 0 0 0-.002 1.392l1.417 1.46"/></svg> </template>
CSS
.icon-traffic-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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3%201.998h18M10.707%2021.46l.057-1.105m0%200c.297.077.816.214%201.084.356c2.337%201.24%202.876%201.685%203.812.9l3.948-3.9c.796-.925.356-1.468-.86-3.816a6%206%200%200%201-.38-1.05m-7.604%207.51c-1.129-.292-2.152-.202-2.845-.733c-.114-.087-1.211-1.223-2.018-2.037c-.606-.611.005-1.177.535-1.795c.337-.392.638-.821%201.003-1.188a321%20321%200%200%201%205.403-5.34c.394-.38.86-.696%201.28-1.047c.477-.396.984-.8%201.56-.29c.86.76%201.932%201.921%202.018%202.036c.524.697.388%201.753.669%202.883m-7.605%207.512l7.605-7.512m0%200l1.116-.136m-11.46%206.989l.963-1.231m2.006-3.963l1.725-1.614m3.787-1.922l1.413-.61m-5.225-.992l-.839-.88a.997.997%200%200%201%20.036-1.412l.801-.76a1%201%200%200%201%201.394.016l1.443%201.433m-8.125%206.957l-.87-.848a1%201%200%200%200-1.415.017l-.771.79a.997.997%200%200%200-.002%201.392l1.417%201.46%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3%201.998h18M10.707%2021.46l.057-1.105m0%200c.297.077.816.214%201.084.356c2.337%201.24%202.876%201.685%203.812.9l3.948-3.9c.796-.925.356-1.468-.86-3.816a6%206%200%200%201-.38-1.05m-7.604%207.51c-1.129-.292-2.152-.202-2.845-.733c-.114-.087-1.211-1.223-2.018-2.037c-.606-.611.005-1.177.535-1.795c.337-.392.638-.821%201.003-1.188a321%20321%200%200%201%205.403-5.34c.394-.38.86-.696%201.28-1.047c.477-.396.984-.8%201.56-.29c.86.76%201.932%201.921%202.018%202.036c.524.697.388%201.753.669%202.883m-7.605%207.512l7.605-7.512m0%200l1.116-.136m-11.46%206.989l.963-1.231m2.006-3.963l1.725-1.614m3.787-1.922l1.413-.61m-5.225-.992l-.839-.88a.997.997%200%200%201%20.036-1.412l.801-.76a1%201%200%200%201%201.394.016l1.443%201.433m-8.125%206.957l-.87-.848a1%201%200%200%200-1.415.017l-.771.79a.997.997%200%200%200-.002%201.392l1.417%201.46%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/traffic-incident.svg?color=%231a73e8&size=48