traffic jam 01 icon
traffic-jam-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- traffic-jam-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the traffic jam 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M14.5 9H18c1.886 0 2.828 0 3.414.586S22 11.114 22 13v1h-6m5-5l-.357-1.784c-.308-1.54-.462-2.31-1.015-2.763S18.291 4 16.721 4h-3.642c-1.57 0-2.354 0-2.907.453c-.553.454-.707 1.223-1.015 2.763L9 8m13 6v2h-1v-2zm-10-1H6c-1.886 0-2.828 0-3.414.586S2 15.114 2 17v1h14v-1c0-1.886 0-2.828-.586-3.414S13.886 13 12 13"/><path d="m15 13l-.357-1.784c-.308-1.54-.462-2.31-1.015-2.763S12.29 8 10.721 8H7.279c-1.57 0-2.354 0-2.907.453c-.553.454-.707 1.223-1.015 2.763L3 13m8 4H7l-1 1h6zm2.5-1.5v.01m-9-.01v.01M2 20v-2h1v2zm14-2v2h-1v-2zm3.5-6.5v.01"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTrafficJam01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M14.5 9H18c1.886 0 2.828 0 3.414.586S22 11.114 22 13v1h-6m5-5l-.357-1.784c-.308-1.54-.462-2.31-1.015-2.763S18.291 4 16.721 4h-3.642c-1.57 0-2.354 0-2.907.453c-.553.454-.707 1.223-1.015 2.763L9 8m13 6v2h-1v-2zm-10-1H6c-1.886 0-2.828 0-3.414.586S2 15.114 2 17v1h14v-1c0-1.886 0-2.828-.586-3.414S13.886 13 12 13"/><path d="m15 13l-.357-1.784c-.308-1.54-.462-2.31-1.015-2.763S12.29 8 10.721 8H7.279c-1.57 0-2.354 0-2.907.453c-.553.454-.707 1.223-1.015 2.763L3 13m8 4H7l-1 1h6zm2.5-1.5v.01m-9-.01v.01M2 20v-2h1v2zm14-2v2h-1v-2zm3.5-6.5v.01"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M14.5 9H18c1.886 0 2.828 0 3.414.586S22 11.114 22 13v1h-6m5-5l-.357-1.784c-.308-1.54-.462-2.31-1.015-2.763S18.291 4 16.721 4h-3.642c-1.57 0-2.354 0-2.907.453c-.553.454-.707 1.223-1.015 2.763L9 8m13 6v2h-1v-2zm-10-1H6c-1.886 0-2.828 0-3.414.586S2 15.114 2 17v1h14v-1c0-1.886 0-2.828-.586-3.414S13.886 13 12 13"/><path d="m15 13l-.357-1.784c-.308-1.54-.462-2.31-1.015-2.763S12.29 8 10.721 8H7.279c-1.57 0-2.354 0-2.907.453c-.553.454-.707 1.223-1.015 2.763L3 13m8 4H7l-1 1h6zm2.5-1.5v.01m-9-.01v.01M2 20v-2h1v2zm14-2v2h-1v-2zm3.5-6.5v.01"/></g></svg> </template>
CSS
.icon-traffic-jam-01 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.5%209H18c1.886%200%202.828%200%203.414.586S22%2011.114%2022%2013v1h-6m5-5l-.357-1.784c-.308-1.54-.462-2.31-1.015-2.763S18.291%204%2016.721%204h-3.642c-1.57%200-2.354%200-2.907.453c-.553.454-.707%201.223-1.015%202.763L9%208m13%206v2h-1v-2zm-10-1H6c-1.886%200-2.828%200-3.414.586S2%2015.114%202%2017v1h14v-1c0-1.886%200-2.828-.586-3.414S13.886%2013%2012%2013%22%2F%3E%3Cpath%20d%3D%22m15%2013l-.357-1.784c-.308-1.54-.462-2.31-1.015-2.763S12.29%208%2010.721%208H7.279c-1.57%200-2.354%200-2.907.453c-.553.454-.707%201.223-1.015%202.763L3%2013m8%204H7l-1%201h6zm2.5-1.5v.01m-9-.01v.01M2%2020v-2h1v2zm14-2v2h-1v-2zm3.5-6.5v.01%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.5%209H18c1.886%200%202.828%200%203.414.586S22%2011.114%2022%2013v1h-6m5-5l-.357-1.784c-.308-1.54-.462-2.31-1.015-2.763S18.291%204%2016.721%204h-3.642c-1.57%200-2.354%200-2.907.453c-.553.454-.707%201.223-1.015%202.763L9%208m13%206v2h-1v-2zm-10-1H6c-1.886%200-2.828%200-3.414.586S2%2015.114%202%2017v1h14v-1c0-1.886%200-2.828-.586-3.414S13.886%2013%2012%2013%22%2F%3E%3Cpath%20d%3D%22m15%2013l-.357-1.784c-.308-1.54-.462-2.31-1.015-2.763S12.29%208%2010.721%208H7.279c-1.57%200-2.354%200-2.907.453c-.553.454-.707%201.223-1.015%202.763L3%2013m8%204H7l-1%201h6zm2.5-1.5v.01m-9-.01v.01M2%2020v-2h1v2zm14-2v2h-1v-2zm3.5-6.5v.01%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/traffic-jam-01.svg?color=%231a73e8&size=48