traffic jam 02 icon

traffic-jam-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
traffic-jam-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the traffic jam 02 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="M12 14H6c-1.886 0-2.828 0-3.414.586S2 16.114 2 18v1h14v-1c0-1.886 0-2.828-.586-3.414S13.886 14 12 14m3 0l-.357-1.784c-.308-1.54-.462-2.31-1.015-2.763S12.29 9 10.721 9H7.279c-1.57 0-2.354 0-2.907.453c-.553.454-.707 1.223-1.015 2.763L3 14"/><path d="M14.5 11h.5c1.886 0 2.828 0 3.414.586S19 13.115 19 15v3m-1-7l-.357-1.784c-.308-1.54-.462-2.309-1.015-2.762C16.075 6 15.29 6 13.721 6h-3.242c-1.57 0-2.355 0-2.908.453C7.045 6.885 6.88 7.603 6.6 9"/><path d="M17.5 8h.5c1.886 0 2.828 0 3.414.586S22 10.115 22 12v3m-1-7l-.357-1.784c-.308-1.54-.462-2.309-1.015-2.762C19.075 3 18.291 3 16.721 3h-3.242c-1.57 0-2.355 0-2.908.453c-.526.432-.691 1.15-.971 2.547M11 18H7l-1 1h6zm2.5-1.5v.01m-9-.01v.01M2 21v-2h1v2zm14-2v2h-1v-2z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTrafficJam02(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="M12 14H6c-1.886 0-2.828 0-3.414.586S2 16.114 2 18v1h14v-1c0-1.886 0-2.828-.586-3.414S13.886 14 12 14m3 0l-.357-1.784c-.308-1.54-.462-2.31-1.015-2.763S12.29 9 10.721 9H7.279c-1.57 0-2.354 0-2.907.453c-.553.454-.707 1.223-1.015 2.763L3 14"/><path d="M14.5 11h.5c1.886 0 2.828 0 3.414.586S19 13.115 19 15v3m-1-7l-.357-1.784c-.308-1.54-.462-2.309-1.015-2.762C16.075 6 15.29 6 13.721 6h-3.242c-1.57 0-2.355 0-2.908.453C7.045 6.885 6.88 7.603 6.6 9"/><path d="M17.5 8h.5c1.886 0 2.828 0 3.414.586S22 10.115 22 12v3m-1-7l-.357-1.784c-.308-1.54-.462-2.309-1.015-2.762C19.075 3 18.291 3 16.721 3h-3.242c-1.57 0-2.355 0-2.908.453c-.526.432-.691 1.15-.971 2.547M11 18H7l-1 1h6zm2.5-1.5v.01m-9-.01v.01M2 21v-2h1v2zm14-2v2h-1v-2z"/></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="M12 14H6c-1.886 0-2.828 0-3.414.586S2 16.114 2 18v1h14v-1c0-1.886 0-2.828-.586-3.414S13.886 14 12 14m3 0l-.357-1.784c-.308-1.54-.462-2.31-1.015-2.763S12.29 9 10.721 9H7.279c-1.57 0-2.354 0-2.907.453c-.553.454-.707 1.223-1.015 2.763L3 14"/><path d="M14.5 11h.5c1.886 0 2.828 0 3.414.586S19 13.115 19 15v3m-1-7l-.357-1.784c-.308-1.54-.462-2.309-1.015-2.762C16.075 6 15.29 6 13.721 6h-3.242c-1.57 0-2.355 0-2.908.453C7.045 6.885 6.88 7.603 6.6 9"/><path d="M17.5 8h.5c1.886 0 2.828 0 3.414.586S22 10.115 22 12v3m-1-7l-.357-1.784c-.308-1.54-.462-2.309-1.015-2.762C19.075 3 18.291 3 16.721 3h-3.242c-1.57 0-2.355 0-2.908.453c-.526.432-.691 1.15-.971 2.547M11 18H7l-1 1h6zm2.5-1.5v.01m-9-.01v.01M2 21v-2h1v2zm14-2v2h-1v-2z"/></g></svg>
</template>

CSS

.icon-traffic-jam-02 {
  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%22M12%2014H6c-1.886%200-2.828%200-3.414.586S2%2016.114%202%2018v1h14v-1c0-1.886%200-2.828-.586-3.414S13.886%2014%2012%2014m3%200l-.357-1.784c-.308-1.54-.462-2.31-1.015-2.763S12.29%209%2010.721%209H7.279c-1.57%200-2.354%200-2.907.453c-.553.454-.707%201.223-1.015%202.763L3%2014%22%2F%3E%3Cpath%20d%3D%22M14.5%2011h.5c1.886%200%202.828%200%203.414.586S19%2013.115%2019%2015v3m-1-7l-.357-1.784c-.308-1.54-.462-2.309-1.015-2.762C16.075%206%2015.29%206%2013.721%206h-3.242c-1.57%200-2.355%200-2.908.453C7.045%206.885%206.88%207.603%206.6%209%22%2F%3E%3Cpath%20d%3D%22M17.5%208h.5c1.886%200%202.828%200%203.414.586S22%2010.115%2022%2012v3m-1-7l-.357-1.784c-.308-1.54-.462-2.309-1.015-2.762C19.075%203%2018.291%203%2016.721%203h-3.242c-1.57%200-2.355%200-2.908.453c-.526.432-.691%201.15-.971%202.547M11%2018H7l-1%201h6zm2.5-1.5v.01m-9-.01v.01M2%2021v-2h1v2zm14-2v2h-1v-2z%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%22M12%2014H6c-1.886%200-2.828%200-3.414.586S2%2016.114%202%2018v1h14v-1c0-1.886%200-2.828-.586-3.414S13.886%2014%2012%2014m3%200l-.357-1.784c-.308-1.54-.462-2.31-1.015-2.763S12.29%209%2010.721%209H7.279c-1.57%200-2.354%200-2.907.453c-.553.454-.707%201.223-1.015%202.763L3%2014%22%2F%3E%3Cpath%20d%3D%22M14.5%2011h.5c1.886%200%202.828%200%203.414.586S19%2013.115%2019%2015v3m-1-7l-.357-1.784c-.308-1.54-.462-2.309-1.015-2.762C16.075%206%2015.29%206%2013.721%206h-3.242c-1.57%200-2.355%200-2.908.453C7.045%206.885%206.88%207.603%206.6%209%22%2F%3E%3Cpath%20d%3D%22M17.5%208h.5c1.886%200%202.828%200%203.414.586S22%2010.115%2022%2012v3m-1-7l-.357-1.784c-.308-1.54-.462-2.309-1.015-2.762C19.075%203%2018.291%203%2016.721%203h-3.242c-1.57%200-2.355%200-2.908.453c-.526.432-.691%201.15-.971%202.547M11%2018H7l-1%201h6zm2.5-1.5v.01m-9-.01v.01M2%2021v-2h1v2zm14-2v2h-1v-2z%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-02.svg?color=%231a73e8&size=48