traffic icon
traffic from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- traffic
- Set
- Material Symbols
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
Use the traffic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.075 17.575q.425-.425.425-1.075t-.425-1.075T12 15t-1.075.425T10.5 16.5t.425 1.075T12 18t1.075-.425m0-4.5Q13.5 12.65 13.5 12t-.425-1.075T12 10.5t-1.075.425T10.5 12t.425 1.075T12 13.5t1.075-.425m0-4.5Q13.5 8.15 13.5 7.5t-.425-1.075T12 6t-1.075.425T10.5 7.5t.425 1.075T12 9t1.075-.425M7 15v-1.15q-1.275-.35-2.137-1.4T4 10h3V8.85q-1.275-.35-2.137-1.4T4 5h3q0-.825.588-1.412T9 3h6q.825 0 1.413.588T17 5h3q0 1.4-.862 2.45T17 8.85V10h3q0 1.4-.862 2.45T17 13.85V15h3q0 1.4-.862 2.45T17 18.85V19q0 .825-.587 1.413T15 21H9q-.825 0-1.412-.587T7 19v-.15q-1.275-.35-2.137-1.4T4 15z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTraffic(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="M13.075 17.575q.425-.425.425-1.075t-.425-1.075T12 15t-1.075.425T10.5 16.5t.425 1.075T12 18t1.075-.425m0-4.5Q13.5 12.65 13.5 12t-.425-1.075T12 10.5t-1.075.425T10.5 12t.425 1.075T12 13.5t1.075-.425m0-4.5Q13.5 8.15 13.5 7.5t-.425-1.075T12 6t-1.075.425T10.5 7.5t.425 1.075T12 9t1.075-.425M7 15v-1.15q-1.275-.35-2.137-1.4T4 10h3V8.85q-1.275-.35-2.137-1.4T4 5h3q0-.825.588-1.412T9 3h6q.825 0 1.413.588T17 5h3q0 1.4-.862 2.45T17 8.85V10h3q0 1.4-.862 2.45T17 13.85V15h3q0 1.4-.862 2.45T17 18.85V19q0 .825-.587 1.413T15 21H9q-.825 0-1.412-.587T7 19v-.15q-1.275-.35-2.137-1.4T4 15z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.075 17.575q.425-.425.425-1.075t-.425-1.075T12 15t-1.075.425T10.5 16.5t.425 1.075T12 18t1.075-.425m0-4.5Q13.5 12.65 13.5 12t-.425-1.075T12 10.5t-1.075.425T10.5 12t.425 1.075T12 13.5t1.075-.425m0-4.5Q13.5 8.15 13.5 7.5t-.425-1.075T12 6t-1.075.425T10.5 7.5t.425 1.075T12 9t1.075-.425M7 15v-1.15q-1.275-.35-2.137-1.4T4 10h3V8.85q-1.275-.35-2.137-1.4T4 5h3q0-.825.588-1.412T9 3h6q.825 0 1.413.588T17 5h3q0 1.4-.862 2.45T17 8.85V10h3q0 1.4-.862 2.45T17 13.85V15h3q0 1.4-.862 2.45T17 18.85V19q0 .825-.587 1.413T15 21H9q-.825 0-1.412-.587T7 19v-.15q-1.275-.35-2.137-1.4T4 15z"/></svg> </template>
CSS
.icon-traffic {
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%22M13.075%2017.575q.425-.425.425-1.075t-.425-1.075T12%2015t-1.075.425T10.5%2016.5t.425%201.075T12%2018t1.075-.425m0-4.5Q13.5%2012.65%2013.5%2012t-.425-1.075T12%2010.5t-1.075.425T10.5%2012t.425%201.075T12%2013.5t1.075-.425m0-4.5Q13.5%208.15%2013.5%207.5t-.425-1.075T12%206t-1.075.425T10.5%207.5t.425%201.075T12%209t1.075-.425M7%2015v-1.15q-1.275-.35-2.137-1.4T4%2010h3V8.85q-1.275-.35-2.137-1.4T4%205h3q0-.825.588-1.412T9%203h6q.825%200%201.413.588T17%205h3q0%201.4-.862%202.45T17%208.85V10h3q0%201.4-.862%202.45T17%2013.85V15h3q0%201.4-.862%202.45T17%2018.85V19q0%20.825-.587%201.413T15%2021H9q-.825%200-1.412-.587T7%2019v-.15q-1.275-.35-2.137-1.4T4%2015z%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%22M13.075%2017.575q.425-.425.425-1.075t-.425-1.075T12%2015t-1.075.425T10.5%2016.5t.425%201.075T12%2018t1.075-.425m0-4.5Q13.5%2012.65%2013.5%2012t-.425-1.075T12%2010.5t-1.075.425T10.5%2012t.425%201.075T12%2013.5t1.075-.425m0-4.5Q13.5%208.15%2013.5%207.5t-.425-1.075T12%206t-1.075.425T10.5%207.5t.425%201.075T12%209t1.075-.425M7%2015v-1.15q-1.275-.35-2.137-1.4T4%2010h3V8.85q-1.275-.35-2.137-1.4T4%205h3q0-.825.588-1.412T9%203h6q.825%200%201.413.588T17%205h3q0%201.4-.862%202.45T17%208.85V10h3q0%201.4-.862%202.45T17%2013.85V15h3q0%201.4-.862%202.45T17%2018.85V19q0%20.825-.587%201.413T15%2021H9q-.825%200-1.412-.587T7%2019v-.15q-1.275-.35-2.137-1.4T4%2015z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/traffic.svg?color=%231a73e8&size=48