traffic2 icon
traffic2 from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- traffic2
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More ui icons from Reicon
Use the traffic2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.903 22.543A10.75 10.75 0 0 0 22.75 12a.75.75 0 0 0-1.5 0A9.25 9.25 0 1 1 12 2.75a.75.75 0 0 0 0-1.5a10.75 10.75 0 0 0-2.097 21.293"/><path d="M12 8.25a.75.75 0 0 1 .75.75v2.25H15a.75.75 0 0 1 0 1.5h-2.25V15a.75.75 0 0 1-1.5 0v-2.25H9a.75.75 0 0 1 0-1.5h2.25V9a.75.75 0 0 1 .75-.75m2.687-6.661a.75.75 0 1 0-.374 1.452a9.27 9.27 0 0 1 6.646 6.646a.75.75 0 0 0 1.452-.374a10.77 10.77 0 0 0-7.724-7.724"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconTraffic2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.903 22.543A10.75 10.75 0 0 0 22.75 12a.75.75 0 0 0-1.5 0A9.25 9.25 0 1 1 12 2.75a.75.75 0 0 0 0-1.5a10.75 10.75 0 0 0-2.097 21.293"/><path d="M12 8.25a.75.75 0 0 1 .75.75v2.25H15a.75.75 0 0 1 0 1.5h-2.25V15a.75.75 0 0 1-1.5 0v-2.25H9a.75.75 0 0 1 0-1.5h2.25V9a.75.75 0 0 1 .75-.75m2.687-6.661a.75.75 0 1 0-.374 1.452a9.27 9.27 0 0 1 6.646 6.646a.75.75 0 0 0 1.452-.374a10.77 10.77 0 0 0-7.724-7.724"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.903 22.543A10.75 10.75 0 0 0 22.75 12a.75.75 0 0 0-1.5 0A9.25 9.25 0 1 1 12 2.75a.75.75 0 0 0 0-1.5a10.75 10.75 0 0 0-2.097 21.293"/><path d="M12 8.25a.75.75 0 0 1 .75.75v2.25H15a.75.75 0 0 1 0 1.5h-2.25V15a.75.75 0 0 1-1.5 0v-2.25H9a.75.75 0 0 1 0-1.5h2.25V9a.75.75 0 0 1 .75-.75m2.687-6.661a.75.75 0 1 0-.374 1.452a9.27 9.27 0 0 1 6.646 6.646a.75.75 0 0 0 1.452-.374a10.77 10.77 0 0 0-7.724-7.724"/></g></svg> </template>
CSS
.icon-traffic2 {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.903%2022.543A10.75%2010.75%200%200%200%2022.75%2012a.75.75%200%200%200-1.5%200A9.25%209.25%200%201%201%2012%202.75a.75.75%200%200%200%200-1.5a10.75%2010.75%200%200%200-2.097%2021.293%22%2F%3E%3Cpath%20d%3D%22M12%208.25a.75.75%200%200%201%20.75.75v2.25H15a.75.75%200%200%201%200%201.5h-2.25V15a.75.75%200%200%201-1.5%200v-2.25H9a.75.75%200%200%201%200-1.5h2.25V9a.75.75%200%200%201%20.75-.75m2.687-6.661a.75.75%200%201%200-.374%201.452a9.27%209.27%200%200%201%206.646%206.646a.75.75%200%200%200%201.452-.374a10.77%2010.77%200%200%200-7.724-7.724%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.903%2022.543A10.75%2010.75%200%200%200%2022.75%2012a.75.75%200%200%200-1.5%200A9.25%209.25%200%201%201%2012%202.75a.75.75%200%200%200%200-1.5a10.75%2010.75%200%200%200-2.097%2021.293%22%2F%3E%3Cpath%20d%3D%22M12%208.25a.75.75%200%200%201%20.75.75v2.25H15a.75.75%200%200%201%200%201.5h-2.25V15a.75.75%200%200%201-1.5%200v-2.25H9a.75.75%200%200%201%200-1.5h2.25V9a.75.75%200%200%201%20.75-.75m2.687-6.661a.75.75%200%201%200-.374%201.452a9.27%209.27%200%200%201%206.646%206.646a.75.75%200%200%200%201.452-.374a10.77%2010.77%200%200%200-7.724-7.724%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/traffic2.svg?color=%231a73e8&size=48