bxs traffic icon
bxs-traffic from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxs-traffic
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
bxs-add-to-queuebxs-adjustbxs-adjust-altbxs-alarmbxs-alarm-addbxs-alarm-exclamationbxs-alarm-offbxs-alarm-snoozebxs-albumbxs-ambulancebxs-analysebxs-angrybxs-archbxs-archivebxs-archive-inbxs-archive-outbxs-areabxs-arrow-from-bottombxs-arrow-from-leftbxs-arrow-from-rightbxs-arrow-from-topbxs-arrow-to-bottombxs-arrow-to-leftbxs-arrow-to-right
Use the bxs traffic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M2.958 16l.043 1.042c.005.12.142 2.255 2.999 3.338v1.12a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5v-1.12c2.857-1.083 2.994-3.218 2.999-3.338L21.043 16H18v-1.62c2.857-1.083 2.994-3.218 2.999-3.338L21.043 10H18V8.38c2.857-1.083 2.994-3.218 2.999-3.338L21.043 4H18V2.5a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0-.5.5V4H2.958l.043 1.042c.005.12.142 2.255 2.999 3.338V10H2.958l.043 1.042c.005.12.142 2.255 2.999 3.338V16H2.958zM12 4a2 2 0 1 1-.001 4.001A2 2 0 0 1 12 4zm0 6a2 2 0 1 1-.001 4.001A2 2 0 0 1 12 10zm0 6a2 2 0 1 1-.001 4.001A2 2 0 0 1 12 16z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxsTraffic(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M2.958 16l.043 1.042c.005.12.142 2.255 2.999 3.338v1.12a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5v-1.12c2.857-1.083 2.994-3.218 2.999-3.338L21.043 16H18v-1.62c2.857-1.083 2.994-3.218 2.999-3.338L21.043 10H18V8.38c2.857-1.083 2.994-3.218 2.999-3.338L21.043 4H18V2.5a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0-.5.5V4H2.958l.043 1.042c.005.12.142 2.255 2.999 3.338V10H2.958l.043 1.042c.005.12.142 2.255 2.999 3.338V16H2.958zM12 4a2 2 0 1 1-.001 4.001A2 2 0 0 1 12 4zm0 6a2 2 0 1 1-.001 4.001A2 2 0 0 1 12 10zm0 6a2 2 0 1 1-.001 4.001A2 2 0 0 1 12 16z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M2.958 16l.043 1.042c.005.12.142 2.255 2.999 3.338v1.12a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5v-1.12c2.857-1.083 2.994-3.218 2.999-3.338L21.043 16H18v-1.62c2.857-1.083 2.994-3.218 2.999-3.338L21.043 10H18V8.38c2.857-1.083 2.994-3.218 2.999-3.338L21.043 4H18V2.5a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0-.5.5V4H2.958l.043 1.042c.005.12.142 2.255 2.999 3.338V10H2.958l.043 1.042c.005.12.142 2.255 2.999 3.338V16H2.958zM12 4a2 2 0 1 1-.001 4.001A2 2 0 0 1 12 4zm0 6a2 2 0 1 1-.001 4.001A2 2 0 0 1 12 10zm0 6a2 2 0 1 1-.001 4.001A2 2 0 0 1 12 16z" fill="currentColor"/></svg> </template>
CSS
.icon-bxs-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%20d%3D%22M2.958%2016l.043%201.042c.005.12.142%202.255%202.999%203.338v1.12a.5.5%200%200%200%20.5.5h11a.5.5%200%200%200%20.5-.5v-1.12c2.857-1.083%202.994-3.218%202.999-3.338L21.043%2016H18v-1.62c2.857-1.083%202.994-3.218%202.999-3.338L21.043%2010H18V8.38c2.857-1.083%202.994-3.218%202.999-3.338L21.043%204H18V2.5a.5.5%200%200%200-.5-.5h-11a.5.5%200%200%200-.5.5V4H2.958l.043%201.042c.005.12.142%202.255%202.999%203.338V10H2.958l.043%201.042c.005.12.142%202.255%202.999%203.338V16H2.958zM12%204a2%202%200%201%201-.001%204.001A2%202%200%200%201%2012%204zm0%206a2%202%200%201%201-.001%204.001A2%202%200%200%201%2012%2010zm0%206a2%202%200%201%201-.001%204.001A2%202%200%200%201%2012%2016z%22%20fill%3D%22currentColor%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%20d%3D%22M2.958%2016l.043%201.042c.005.12.142%202.255%202.999%203.338v1.12a.5.5%200%200%200%20.5.5h11a.5.5%200%200%200%20.5-.5v-1.12c2.857-1.083%202.994-3.218%202.999-3.338L21.043%2016H18v-1.62c2.857-1.083%202.994-3.218%202.999-3.338L21.043%2010H18V8.38c2.857-1.083%202.994-3.218%202.999-3.338L21.043%204H18V2.5a.5.5%200%200%200-.5-.5h-11a.5.5%200%200%200-.5.5V4H2.958l.043%201.042c.005.12.142%202.255%202.999%203.338V10H2.958l.043%201.042c.005.12.142%202.255%202.999%203.338V16H2.958zM12%204a2%202%200%201%201-.001%204.001A2%202%200%200%201%2012%204zm0%206a2%202%200%201%201-.001%204.001A2%202%200%200%201%2012%2010zm0%206a2%202%200%201%201-.001%204.001A2%202%200%200%201%2012%2016z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxs-traffic.svg?color=%231a73e8&size=48