traffic jam icon
traffic-jam-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- traffic-jam-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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="M4 20v.5q0 .625-.437 1.063T2.5 22t-1.062-.437T1 20.5v-6.9q0-.3.05-.587t.175-.563l1.9-4.525q.175-.425.55-.675T4.5 7h9q.45 0 .825.25t.55.675l1.9 4.525q.125.275.175.563t.05.587v6.9q0 .625-.437 1.063T15.5 22t-1.062-.437T14 20.5V20zm-.2-9h10.375l-.825-2h-8.7zm2.763 5.563Q7 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-.437M16.175 6h-9q-.5 0-.75-.312T6.175 5t.25-.687t.75-.313H16.5q.45 0 .825.25t.55.675l1.9 4.525q.125.275.175.563t.05.587V18q0 .425-.288.713T19 19t-.712-.288T18 18v-7.6zm3-3h-9q-.5 0-.75-.312T9.175 2t.25-.687t.75-.313H19.5q.45 0 .825.25t.55.675l1.9 4.525q.125.275.175.563T23 7.6V15q0 .425-.288.713T22 16t-.712-.288T21 15V7.4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTrafficJamRounded(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="M4 20v.5q0 .625-.437 1.063T2.5 22t-1.062-.437T1 20.5v-6.9q0-.3.05-.587t.175-.563l1.9-4.525q.175-.425.55-.675T4.5 7h9q.45 0 .825.25t.55.675l1.9 4.525q.125.275.175.563t.05.587v6.9q0 .625-.437 1.063T15.5 22t-1.062-.437T14 20.5V20zm-.2-9h10.375l-.825-2h-8.7zm2.763 5.563Q7 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-.437M16.175 6h-9q-.5 0-.75-.312T6.175 5t.25-.687t.75-.313H16.5q.45 0 .825.25t.55.675l1.9 4.525q.125.275.175.563t.05.587V18q0 .425-.288.713T19 19t-.712-.288T18 18v-7.6zm3-3h-9q-.5 0-.75-.312T9.175 2t.25-.687t.75-.313H19.5q.45 0 .825.25t.55.675l1.9 4.525q.125.275.175.563T23 7.6V15q0 .425-.288.713T22 16t-.712-.288T21 15V7.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20v.5q0 .625-.437 1.063T2.5 22t-1.062-.437T1 20.5v-6.9q0-.3.05-.587t.175-.563l1.9-4.525q.175-.425.55-.675T4.5 7h9q.45 0 .825.25t.55.675l1.9 4.525q.125.275.175.563t.05.587v6.9q0 .625-.437 1.063T15.5 22t-1.062-.437T14 20.5V20zm-.2-9h10.375l-.825-2h-8.7zm2.763 5.563Q7 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-.437M16.175 6h-9q-.5 0-.75-.312T6.175 5t.25-.687t.75-.313H16.5q.45 0 .825.25t.55.675l1.9 4.525q.125.275.175.563t.05.587V18q0 .425-.288.713T19 19t-.712-.288T18 18v-7.6zm3-3h-9q-.5 0-.75-.312T9.175 2t.25-.687t.75-.313H19.5q.45 0 .825.25t.55.675l1.9 4.525q.125.275.175.563T23 7.6V15q0 .425-.288.713T22 16t-.712-.288T21 15V7.4z"/></svg> </template>
CSS
.icon-traffic-jam-rounded {
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%22M4%2020v.5q0%20.625-.437%201.063T2.5%2022t-1.062-.437T1%2020.5v-6.9q0-.3.05-.587t.175-.563l1.9-4.525q.175-.425.55-.675T4.5%207h9q.45%200%20.825.25t.55.675l1.9%204.525q.125.275.175.563t.05.587v6.9q0%20.625-.437%201.063T15.5%2022t-1.062-.437T14%2020.5V20zm-.2-9h10.375l-.825-2h-8.7zm2.763%205.563Q7%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-.437M16.175%206h-9q-.5%200-.75-.312T6.175%205t.25-.687t.75-.313H16.5q.45%200%20.825.25t.55.675l1.9%204.525q.125.275.175.563t.05.587V18q0%20.425-.288.713T19%2019t-.712-.288T18%2018v-7.6zm3-3h-9q-.5%200-.75-.312T9.175%202t.25-.687t.75-.313H19.5q.45%200%20.825.25t.55.675l1.9%204.525q.125.275.175.563T23%207.6V15q0%20.425-.288.713T22%2016t-.712-.288T21%2015V7.4z%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%22M4%2020v.5q0%20.625-.437%201.063T2.5%2022t-1.062-.437T1%2020.5v-6.9q0-.3.05-.587t.175-.563l1.9-4.525q.175-.425.55-.675T4.5%207h9q.45%200%20.825.25t.55.675l1.9%204.525q.125.275.175.563t.05.587v6.9q0%20.625-.437%201.063T15.5%2022t-1.062-.437T14%2020.5V20zm-.2-9h10.375l-.825-2h-8.7zm2.763%205.563Q7%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-.437M16.175%206h-9q-.5%200-.75-.312T6.175%205t.25-.687t.75-.313H16.5q.45%200%20.825.25t.55.675l1.9%204.525q.125.275.175.563t.05.587V18q0%20.425-.288.713T19%2019t-.712-.288T18%2018v-7.6zm3-3h-9q-.5%200-.75-.312T9.175%202t.25-.687t.75-.313H19.5q.45%200%20.825.25t.55.675l1.9%204.525q.125.275.175.563T23%207.6V15q0%20.425-.288.713T22%2016t-.712-.288T21%2015V7.4z%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-rounded.svg?color=%231a73e8&size=48