traffic icon
traffic-outline-rounded from Material Symbols Light by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- traffic-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
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="M12.739 17.3q.319-.314.319-.796q0-.481-.315-.8t-.796-.32t-.8.315q-.32.315-.32.796t.315.801t.796.32t.8-.315m0-4.5q.32-.315.32-.796t-.315-.801t-.796-.32t-.8.315t-.32.796t.315.801t.796.32t.8-.315m0-4.5q.32-.315.32-.796t-.315-.801t-.796-.32t-.8.315t-.32.797t.315.8t.796.32t.8-.315m-4.796 6.93v-2.342q-.775-.18-1.232-.638q-.458-.459-.62-1.049q-.028-.244.122-.415t.402-.171h1.328V8.273q-.775-.179-1.232-.637q-.458-.459-.62-1.049q-.028-.245.122-.416T6.614 6h1.328v-.923q0-.517.294-.797T8.942 4h6q.413 0 .706.28t.294.797V6h1.445q.252 0 .392.18q.14.182.108.42q-.177.577-.673 1.035q-.497.46-1.272.638v2.343h1.445q.252 0 .392.18q.14.181.108.42q-.177.576-.673 1.035t-1.272.638v2.342h1.445q.252 0 .392.18q.14.181.108.42q-.177.577-.673 1.035q-.497.459-1.272.638V19q0 .413-.293.706t-.707.294h-6q-.412 0-.706-.294T7.942 19v-1.496q-.775-.179-1.232-.638q-.458-.458-.62-1.048q-.028-.245.122-.416t.402-.171zm1 3.769h6V5h-6zm0 0V5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTrafficOutlineRounded(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="M12.739 17.3q.319-.314.319-.796q0-.481-.315-.8t-.796-.32t-.8.315q-.32.315-.32.796t.315.801t.796.32t.8-.315m0-4.5q.32-.315.32-.796t-.315-.801t-.796-.32t-.8.315t-.32.796t.315.801t.796.32t.8-.315m0-4.5q.32-.315.32-.796t-.315-.801t-.796-.32t-.8.315t-.32.797t.315.8t.796.32t.8-.315m-4.796 6.93v-2.342q-.775-.18-1.232-.638q-.458-.459-.62-1.049q-.028-.244.122-.415t.402-.171h1.328V8.273q-.775-.179-1.232-.637q-.458-.459-.62-1.049q-.028-.245.122-.416T6.614 6h1.328v-.923q0-.517.294-.797T8.942 4h6q.413 0 .706.28t.294.797V6h1.445q.252 0 .392.18q.14.182.108.42q-.177.577-.673 1.035q-.497.46-1.272.638v2.343h1.445q.252 0 .392.18q.14.181.108.42q-.177.576-.673 1.035t-1.272.638v2.342h1.445q.252 0 .392.18q.14.181.108.42q-.177.577-.673 1.035q-.497.459-1.272.638V19q0 .413-.293.706t-.707.294h-6q-.412 0-.706-.294T7.942 19v-1.496q-.775-.179-1.232-.638q-.458-.458-.62-1.048q-.028-.245.122-.416t.402-.171zm1 3.769h6V5h-6zm0 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="M12.739 17.3q.319-.314.319-.796q0-.481-.315-.8t-.796-.32t-.8.315q-.32.315-.32.796t.315.801t.796.32t.8-.315m0-4.5q.32-.315.32-.796t-.315-.801t-.796-.32t-.8.315t-.32.796t.315.801t.796.32t.8-.315m0-4.5q.32-.315.32-.796t-.315-.801t-.796-.32t-.8.315t-.32.797t.315.8t.796.32t.8-.315m-4.796 6.93v-2.342q-.775-.18-1.232-.638q-.458-.459-.62-1.049q-.028-.244.122-.415t.402-.171h1.328V8.273q-.775-.179-1.232-.637q-.458-.459-.62-1.049q-.028-.245.122-.416T6.614 6h1.328v-.923q0-.517.294-.797T8.942 4h6q.413 0 .706.28t.294.797V6h1.445q.252 0 .392.18q.14.182.108.42q-.177.577-.673 1.035q-.497.46-1.272.638v2.343h1.445q.252 0 .392.18q.14.181.108.42q-.177.576-.673 1.035t-1.272.638v2.342h1.445q.252 0 .392.18q.14.181.108.42q-.177.577-.673 1.035q-.497.459-1.272.638V19q0 .413-.293.706t-.707.294h-6q-.412 0-.706-.294T7.942 19v-1.496q-.775-.179-1.232-.638q-.458-.458-.62-1.048q-.028-.245.122-.416t.402-.171zm1 3.769h6V5h-6zm0 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%22M12.739%2017.3q.319-.314.319-.796q0-.481-.315-.8t-.796-.32t-.8.315q-.32.315-.32.796t.315.801t.796.32t.8-.315m0-4.5q.32-.315.32-.796t-.315-.801t-.796-.32t-.8.315t-.32.796t.315.801t.796.32t.8-.315m0-4.5q.32-.315.32-.796t-.315-.801t-.796-.32t-.8.315t-.32.797t.315.8t.796.32t.8-.315m-4.796%206.93v-2.342q-.775-.18-1.232-.638q-.458-.459-.62-1.049q-.028-.244.122-.415t.402-.171h1.328V8.273q-.775-.179-1.232-.637q-.458-.459-.62-1.049q-.028-.245.122-.416T6.614%206h1.328v-.923q0-.517.294-.797T8.942%204h6q.413%200%20.706.28t.294.797V6h1.445q.252%200%20.392.18q.14.182.108.42q-.177.577-.673%201.035q-.497.46-1.272.638v2.343h1.445q.252%200%20.392.18q.14.181.108.42q-.177.576-.673%201.035t-1.272.638v2.342h1.445q.252%200%20.392.18q.14.181.108.42q-.177.577-.673%201.035q-.497.459-1.272.638V19q0%20.413-.293.706t-.707.294h-6q-.412%200-.706-.294T7.942%2019v-1.496q-.775-.179-1.232-.638q-.458-.458-.62-1.048q-.028-.245.122-.416t.402-.171zm1%203.769h6V5h-6zm0%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%22M12.739%2017.3q.319-.314.319-.796q0-.481-.315-.8t-.796-.32t-.8.315q-.32.315-.32.796t.315.801t.796.32t.8-.315m0-4.5q.32-.315.32-.796t-.315-.801t-.796-.32t-.8.315t-.32.796t.315.801t.796.32t.8-.315m0-4.5q.32-.315.32-.796t-.315-.801t-.796-.32t-.8.315t-.32.797t.315.8t.796.32t.8-.315m-4.796%206.93v-2.342q-.775-.18-1.232-.638q-.458-.459-.62-1.049q-.028-.244.122-.415t.402-.171h1.328V8.273q-.775-.179-1.232-.637q-.458-.459-.62-1.049q-.028-.245.122-.416T6.614%206h1.328v-.923q0-.517.294-.797T8.942%204h6q.413%200%20.706.28t.294.797V6h1.445q.252%200%20.392.18q.14.182.108.42q-.177.577-.673%201.035q-.497.46-1.272.638v2.343h1.445q.252%200%20.392.18q.14.181.108.42q-.177.576-.673%201.035t-1.272.638v2.342h1.445q.252%200%20.392.18q.14.181.108.42q-.177.577-.673%201.035q-.497.459-1.272.638V19q0%20.413-.293.706t-.707.294h-6q-.412%200-.706-.294T7.942%2019v-1.496q-.775-.179-1.232-.638q-.458-.458-.62-1.048q-.028-.245.122-.416t.402-.171zm1%203.769h6V5h-6zm0%200V5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/traffic-outline-rounded.svg?color=%231a73e8&size=48