traffic icon
traffic-sharp from Material Symbols by Google · Sharp · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- traffic-sharp
- Set
- Material Symbols
- Style
- Sharp
- 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 21v-2.15q-1.275-.35-2.137-1.4T4 15h3v-1.15q-1.275-.35-2.137-1.4T4 10h3V8.85q-1.275-.35-2.137-1.4T4 5h3V3h10v2h3q0 1.4-.862 2.45T17 8.85V10h3q0 1.4-.862 2.45T17 13.85V15h3q0 1.4-.862 2.45T17 18.85V21z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTrafficSharp(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 21v-2.15q-1.275-.35-2.137-1.4T4 15h3v-1.15q-1.275-.35-2.137-1.4T4 10h3V8.85q-1.275-.35-2.137-1.4T4 5h3V3h10v2h3q0 1.4-.862 2.45T17 8.85V10h3q0 1.4-.862 2.45T17 13.85V15h3q0 1.4-.862 2.45T17 18.85V21z"/></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 21v-2.15q-1.275-.35-2.137-1.4T4 15h3v-1.15q-1.275-.35-2.137-1.4T4 10h3V8.85q-1.275-.35-2.137-1.4T4 5h3V3h10v2h3q0 1.4-.862 2.45T17 8.85V10h3q0 1.4-.862 2.45T17 13.85V15h3q0 1.4-.862 2.45T17 18.85V21z"/></svg> </template>
CSS
.icon-traffic-sharp {
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%2021v-2.15q-1.275-.35-2.137-1.4T4%2015h3v-1.15q-1.275-.35-2.137-1.4T4%2010h3V8.85q-1.275-.35-2.137-1.4T4%205h3V3h10v2h3q0%201.4-.862%202.45T17%208.85V10h3q0%201.4-.862%202.45T17%2013.85V15h3q0%201.4-.862%202.45T17%2018.85V21z%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%2021v-2.15q-1.275-.35-2.137-1.4T4%2015h3v-1.15q-1.275-.35-2.137-1.4T4%2010h3V8.85q-1.275-.35-2.137-1.4T4%205h3V3h10v2h3q0%201.4-.862%202.45T17%208.85V10h3q0%201.4-.862%202.45T17%2013.85V15h3q0%201.4-.862%202.45T17%2018.85V21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/traffic-sharp.svg?color=%231a73e8&size=48