traffic icon
traffic-outline-rounded from Material Symbols by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- traffic-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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.025-.275-1.8-1.012t-1.05-1.763q-.05-.425.225-.75t.7-.325H7V8.85q-1.025-.275-1.8-1.012T4.15 6.075q-.05-.425.225-.75t.7-.325H7q0-.825.588-1.412T9 3h6q.825 0 1.413.588T17 5h1.925q.425 0 .7.325t.225.75Q19.575 7.1 18.8 7.838T17 8.85V10h1.925q.425 0 .7.325t.225.75q-.275 1.025-1.05 1.763T17 13.85V15h1.925q.425 0 .7.325t.225.75q-.275 1.025-1.05 1.763T17 18.85V19q0 .825-.587 1.413T15 21H9q-.825 0-1.412-.587T7 19v-.15q-1.025-.275-1.8-1.012t-1.05-1.763q-.05-.425.225-.75t.7-.325zm2 4h6V5H9zm0 0V5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTrafficOutlineRounded(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.025-.275-1.8-1.012t-1.05-1.763q-.05-.425.225-.75t.7-.325H7V8.85q-1.025-.275-1.8-1.012T4.15 6.075q-.05-.425.225-.75t.7-.325H7q0-.825.588-1.412T9 3h6q.825 0 1.413.588T17 5h1.925q.425 0 .7.325t.225.75Q19.575 7.1 18.8 7.838T17 8.85V10h1.925q.425 0 .7.325t.225.75q-.275 1.025-1.05 1.763T17 13.85V15h1.925q.425 0 .7.325t.225.75q-.275 1.025-1.05 1.763T17 18.85V19q0 .825-.587 1.413T15 21H9q-.825 0-1.412-.587T7 19v-.15q-1.025-.275-1.8-1.012t-1.05-1.763q-.05-.425.225-.75t.7-.325zm2 4h6V5H9zm0 0V5z"/></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.025-.275-1.8-1.012t-1.05-1.763q-.05-.425.225-.75t.7-.325H7V8.85q-1.025-.275-1.8-1.012T4.15 6.075q-.05-.425.225-.75t.7-.325H7q0-.825.588-1.412T9 3h6q.825 0 1.413.588T17 5h1.925q.425 0 .7.325t.225.75Q19.575 7.1 18.8 7.838T17 8.85V10h1.925q.425 0 .7.325t.225.75q-.275 1.025-1.05 1.763T17 13.85V15h1.925q.425 0 .7.325t.225.75q-.275 1.025-1.05 1.763T17 18.85V19q0 .825-.587 1.413T15 21H9q-.825 0-1.412-.587T7 19v-.15q-1.025-.275-1.8-1.012t-1.05-1.763q-.05-.425.225-.75t.7-.325zm2 4h6V5H9zm0 0V5z"/></svg> </template>
CSS
.icon-traffic-outline-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%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.025-.275-1.8-1.012t-1.05-1.763q-.05-.425.225-.75t.7-.325H7V8.85q-1.025-.275-1.8-1.012T4.15%206.075q-.05-.425.225-.75t.7-.325H7q0-.825.588-1.412T9%203h6q.825%200%201.413.588T17%205h1.925q.425%200%20.7.325t.225.75Q19.575%207.1%2018.8%207.838T17%208.85V10h1.925q.425%200%20.7.325t.225.75q-.275%201.025-1.05%201.763T17%2013.85V15h1.925q.425%200%20.7.325t.225.75q-.275%201.025-1.05%201.763T17%2018.85V19q0%20.825-.587%201.413T15%2021H9q-.825%200-1.412-.587T7%2019v-.15q-1.025-.275-1.8-1.012t-1.05-1.763q-.05-.425.225-.75t.7-.325zm2%204h6V5H9zm0%200V5z%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.025-.275-1.8-1.012t-1.05-1.763q-.05-.425.225-.75t.7-.325H7V8.85q-1.025-.275-1.8-1.012T4.15%206.075q-.05-.425.225-.75t.7-.325H7q0-.825.588-1.412T9%203h6q.825%200%201.413.588T17%205h1.925q.425%200%20.7.325t.225.75Q19.575%207.1%2018.8%207.838T17%208.85V10h1.925q.425%200%20.7.325t.225.75q-.275%201.025-1.05%201.763T17%2013.85V15h1.925q.425%200%20.7.325t.225.75q-.275%201.025-1.05%201.763T17%2018.85V19q0%20.825-.587%201.413T15%2021H9q-.825%200-1.412-.587T7%2019v-.15q-1.025-.275-1.8-1.012t-1.05-1.763q-.05-.425.225-.75t.7-.325zm2%204h6V5H9zm0%200V5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/traffic-outline-rounded.svg?color=%231a73e8&size=48