round traffic icon
round-traffic from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- round-traffic
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
More maps icons from Google Material Icons
baseline-360baseline-add-businessbaseline-add-locationbaseline-add-location-altbaseline-add-roadbaseline-agriculturebaseline-airline-stopsbaseline-airlinesbaseline-alt-routebaseline-atmbaseline-attractionsbaseline-badgebaseline-bakery-diningbaseline-beenherebaseline-bike-scooterbaseline-breakfast-diningbaseline-brunch-diningbaseline-bus-alertbaseline-car-crashbaseline-car-rentalbaseline-car-repairbaseline-castlebaseline-categorybaseline-celebration
Use the round traffic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.96 10.59a.514.514 0 0 0-.5-.59H17V8.86a4.01 4.01 0 0 0 2.96-3.27a.514.514 0 0 0-.5-.59H17V4c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v1H4.54c-.31 0-.54.28-.5.59A4.01 4.01 0 0 0 7 8.86V10H4.54c-.31 0-.54.28-.5.59A4.01 4.01 0 0 0 7 13.86V15H4.54c-.31 0-.54.28-.5.59A4.01 4.01 0 0 0 7 18.86V20c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-1.14a4.01 4.01 0 0 0 2.96-3.27a.514.514 0 0 0-.5-.59H17v-1.14a4.01 4.01 0 0 0 2.96-3.27M12 19a2 2 0 1 1-.001-3.999A2 2 0 0 1 12 19m0-5a2 2 0 1 1-.001-3.999A2 2 0 0 1 12 14m0-5a2 2 0 0 1-2-2c0-1.11.89-2 2-2a2 2 0 1 1 0 4"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundTraffic(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="M19.96 10.59a.514.514 0 0 0-.5-.59H17V8.86a4.01 4.01 0 0 0 2.96-3.27a.514.514 0 0 0-.5-.59H17V4c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v1H4.54c-.31 0-.54.28-.5.59A4.01 4.01 0 0 0 7 8.86V10H4.54c-.31 0-.54.28-.5.59A4.01 4.01 0 0 0 7 13.86V15H4.54c-.31 0-.54.28-.5.59A4.01 4.01 0 0 0 7 18.86V20c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-1.14a4.01 4.01 0 0 0 2.96-3.27a.514.514 0 0 0-.5-.59H17v-1.14a4.01 4.01 0 0 0 2.96-3.27M12 19a2 2 0 1 1-.001-3.999A2 2 0 0 1 12 19m0-5a2 2 0 1 1-.001-3.999A2 2 0 0 1 12 14m0-5a2 2 0 0 1-2-2c0-1.11.89-2 2-2a2 2 0 1 1 0 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.96 10.59a.514.514 0 0 0-.5-.59H17V8.86a4.01 4.01 0 0 0 2.96-3.27a.514.514 0 0 0-.5-.59H17V4c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v1H4.54c-.31 0-.54.28-.5.59A4.01 4.01 0 0 0 7 8.86V10H4.54c-.31 0-.54.28-.5.59A4.01 4.01 0 0 0 7 13.86V15H4.54c-.31 0-.54.28-.5.59A4.01 4.01 0 0 0 7 18.86V20c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-1.14a4.01 4.01 0 0 0 2.96-3.27a.514.514 0 0 0-.5-.59H17v-1.14a4.01 4.01 0 0 0 2.96-3.27M12 19a2 2 0 1 1-.001-3.999A2 2 0 0 1 12 19m0-5a2 2 0 1 1-.001-3.999A2 2 0 0 1 12 14m0-5a2 2 0 0 1-2-2c0-1.11.89-2 2-2a2 2 0 1 1 0 4"/></svg> </template>
CSS
.icon-round-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%22M19.96%2010.59a.514.514%200%200%200-.5-.59H17V8.86a4.01%204.01%200%200%200%202.96-3.27a.514.514%200%200%200-.5-.59H17V4c0-.55-.45-1-1-1H8c-.55%200-1%20.45-1%201v1H4.54c-.31%200-.54.28-.5.59A4.01%204.01%200%200%200%207%208.86V10H4.54c-.31%200-.54.28-.5.59A4.01%204.01%200%200%200%207%2013.86V15H4.54c-.31%200-.54.28-.5.59A4.01%204.01%200%200%200%207%2018.86V20c0%20.55.45%201%201%201h8c.55%200%201-.45%201-1v-1.14a4.01%204.01%200%200%200%202.96-3.27a.514.514%200%200%200-.5-.59H17v-1.14a4.01%204.01%200%200%200%202.96-3.27M12%2019a2%202%200%201%201-.001-3.999A2%202%200%200%201%2012%2019m0-5a2%202%200%201%201-.001-3.999A2%202%200%200%201%2012%2014m0-5a2%202%200%200%201-2-2c0-1.11.89-2%202-2a2%202%200%201%201%200%204%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%22M19.96%2010.59a.514.514%200%200%200-.5-.59H17V8.86a4.01%204.01%200%200%200%202.96-3.27a.514.514%200%200%200-.5-.59H17V4c0-.55-.45-1-1-1H8c-.55%200-1%20.45-1%201v1H4.54c-.31%200-.54.28-.5.59A4.01%204.01%200%200%200%207%208.86V10H4.54c-.31%200-.54.28-.5.59A4.01%204.01%200%200%200%207%2013.86V15H4.54c-.31%200-.54.28-.5.59A4.01%204.01%200%200%200%207%2018.86V20c0%20.55.45%201%201%201h8c.55%200%201-.45%201-1v-1.14a4.01%204.01%200%200%200%202.96-3.27a.514.514%200%200%200-.5-.59H17v-1.14a4.01%204.01%200%200%200%202.96-3.27M12%2019a2%202%200%201%201-.001-3.999A2%202%200%200%201%2012%2019m0-5a2%202%200%201%201-.001-3.999A2%202%200%200%201%2012%2014m0-5a2%202%200%200%201-2-2c0-1.11.89-2%202-2a2%202%200%201%201%200%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-traffic.svg?color=%231a73e8&size=48