traffic jam icon
traffic-jam-outline from Material Symbols by Google · Outline · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- traffic-jam-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More transit icons from Material Symbols
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
Use the traffic jam icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 22q-.425 0-.712-.288T1 21v-8l2.125-5.075q.175-.425.55-.675T4.5 7h9q.45 0 .825.25t.55.675L17 13v8q0 .425-.288.713T16 22h-1q-.425 0-.712-.288T14 21v-1H4v1q0 .425-.288.713T3 22zm1.8-11h10.375l-.825-2h-8.7zM3 18h12v-5H3zm3.563-1.437Q7 16.125 7 15.5t-.437-1.062T5.5 14t-1.062.438T4 15.5t.438 1.063T5.5 17t1.063-.437m7 0Q14 16.125 14 15.5t-.437-1.062T12.5 14t-1.062.438T11 15.5t.438 1.063T12.5 17t1.063-.437M18 19v-8.6L16.175 6h-10.5l.45-1.075q.175-.425.55-.675T7.5 4h9q.45 0 .825.25t.55.675L20 10v8q0 .425-.288.713T19 19zm3-3V7.4L19.175 3h-10.5l.45-1.075q.175-.425.55-.675T10.5 1h9q.45 0 .825.25t.55.675L23 7v8q0 .425-.288.713T22 16zm-12-.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTrafficJamOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 22q-.425 0-.712-.288T1 21v-8l2.125-5.075q.175-.425.55-.675T4.5 7h9q.45 0 .825.25t.55.675L17 13v8q0 .425-.288.713T16 22h-1q-.425 0-.712-.288T14 21v-1H4v1q0 .425-.288.713T3 22zm1.8-11h10.375l-.825-2h-8.7zM3 18h12v-5H3zm3.563-1.437Q7 16.125 7 15.5t-.437-1.062T5.5 14t-1.062.438T4 15.5t.438 1.063T5.5 17t1.063-.437m7 0Q14 16.125 14 15.5t-.437-1.062T12.5 14t-1.062.438T11 15.5t.438 1.063T12.5 17t1.063-.437M18 19v-8.6L16.175 6h-10.5l.45-1.075q.175-.425.55-.675T7.5 4h9q.45 0 .825.25t.55.675L20 10v8q0 .425-.288.713T19 19zm3-3V7.4L19.175 3h-10.5l.45-1.075q.175-.425.55-.675T10.5 1h9q.45 0 .825.25t.55.675L23 7v8q0 .425-.288.713T22 16zm-12-.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 22q-.425 0-.712-.288T1 21v-8l2.125-5.075q.175-.425.55-.675T4.5 7h9q.45 0 .825.25t.55.675L17 13v8q0 .425-.288.713T16 22h-1q-.425 0-.712-.288T14 21v-1H4v1q0 .425-.288.713T3 22zm1.8-11h10.375l-.825-2h-8.7zM3 18h12v-5H3zm3.563-1.437Q7 16.125 7 15.5t-.437-1.062T5.5 14t-1.062.438T4 15.5t.438 1.063T5.5 17t1.063-.437m7 0Q14 16.125 14 15.5t-.437-1.062T12.5 14t-1.062.438T11 15.5t.438 1.063T12.5 17t1.063-.437M18 19v-8.6L16.175 6h-10.5l.45-1.075q.175-.425.55-.675T7.5 4h9q.45 0 .825.25t.55.675L20 10v8q0 .425-.288.713T19 19zm3-3V7.4L19.175 3h-10.5l.45-1.075q.175-.425.55-.675T10.5 1h9q.45 0 .825.25t.55.675L23 7v8q0 .425-.288.713T22 16zm-12-.5"/></svg> </template>
CSS
.icon-traffic-jam-outline {
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%22currentColor%22%20d%3D%22M2%2022q-.425%200-.712-.288T1%2021v-8l2.125-5.075q.175-.425.55-.675T4.5%207h9q.45%200%20.825.25t.55.675L17%2013v8q0%20.425-.288.713T16%2022h-1q-.425%200-.712-.288T14%2021v-1H4v1q0%20.425-.288.713T3%2022zm1.8-11h10.375l-.825-2h-8.7zM3%2018h12v-5H3zm3.563-1.437Q7%2016.125%207%2015.5t-.437-1.062T5.5%2014t-1.062.438T4%2015.5t.438%201.063T5.5%2017t1.063-.437m7%200Q14%2016.125%2014%2015.5t-.437-1.062T12.5%2014t-1.062.438T11%2015.5t.438%201.063T12.5%2017t1.063-.437M18%2019v-8.6L16.175%206h-10.5l.45-1.075q.175-.425.55-.675T7.5%204h9q.45%200%20.825.25t.55.675L20%2010v8q0%20.425-.288.713T19%2019zm3-3V7.4L19.175%203h-10.5l.45-1.075q.175-.425.55-.675T10.5%201h9q.45%200%20.825.25t.55.675L23%207v8q0%20.425-.288.713T22%2016zm-12-.5%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%22currentColor%22%20d%3D%22M2%2022q-.425%200-.712-.288T1%2021v-8l2.125-5.075q.175-.425.55-.675T4.5%207h9q.45%200%20.825.25t.55.675L17%2013v8q0%20.425-.288.713T16%2022h-1q-.425%200-.712-.288T14%2021v-1H4v1q0%20.425-.288.713T3%2022zm1.8-11h10.375l-.825-2h-8.7zM3%2018h12v-5H3zm3.563-1.437Q7%2016.125%207%2015.5t-.437-1.062T5.5%2014t-1.062.438T4%2015.5t.438%201.063T5.5%2017t1.063-.437m7%200Q14%2016.125%2014%2015.5t-.437-1.062T12.5%2014t-1.062.438T11%2015.5t.438%201.063T12.5%2017t1.063-.437M18%2019v-8.6L16.175%206h-10.5l.45-1.075q.175-.425.55-.675T7.5%204h9q.45%200%20.825.25t.55.675L20%2010v8q0%20.425-.288.713T19%2019zm3-3V7.4L19.175%203h-10.5l.45-1.075q.175-.425.55-.675T10.5%201h9q.45%200%20.825.25t.55.675L23%207v8q0%20.425-.288.713T22%2016zm-12-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/traffic-jam-outline.svg?color=%231a73e8&size=48