routing5 icon
routing5 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- routing5
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the routing5 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M2.07 4.6c.8-3.46 6.01-3.46 6.8 0c.47 2.03-.82 3.75-1.94 4.82c-.82.78-2.11.77-2.93 0C2.89 8.35 1.6 6.63 2.07 4.6Zm13 12c.8-3.46 6.04-3.46 6.84 0c.47 2.03-.82 3.75-1.95 4.82c-.82.78-2.12.77-2.94 0c-1.13-1.07-2.42-2.79-1.95-4.82Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 5h2.68c1.85 0 2.71 2.29 1.32 3.51L8.01 15.5C6.62 16.71 7.48 19 9.32 19H12M5.486 5.5h.012m12.988 12h.012"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconRouting5(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M2.07 4.6c.8-3.46 6.01-3.46 6.8 0c.47 2.03-.82 3.75-1.94 4.82c-.82.78-2.11.77-2.93 0C2.89 8.35 1.6 6.63 2.07 4.6Zm13 12c.8-3.46 6.04-3.46 6.84 0c.47 2.03-.82 3.75-1.95 4.82c-.82.78-2.12.77-2.94 0c-1.13-1.07-2.42-2.79-1.95-4.82Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 5h2.68c1.85 0 2.71 2.29 1.32 3.51L8.01 15.5C6.62 16.71 7.48 19 9.32 19H12M5.486 5.5h.012m12.988 12h.012"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M2.07 4.6c.8-3.46 6.01-3.46 6.8 0c.47 2.03-.82 3.75-1.94 4.82c-.82.78-2.11.77-2.93 0C2.89 8.35 1.6 6.63 2.07 4.6Zm13 12c.8-3.46 6.04-3.46 6.84 0c.47 2.03-.82 3.75-1.95 4.82c-.82.78-2.12.77-2.94 0c-1.13-1.07-2.42-2.79-1.95-4.82Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 5h2.68c1.85 0 2.71 2.29 1.32 3.51L8.01 15.5C6.62 16.71 7.48 19 9.32 19H12M5.486 5.5h.012m12.988 12h.012"/></g></svg> </template>
CSS
.icon-routing5 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.07%204.6c.8-3.46%206.01-3.46%206.8%200c.47%202.03-.82%203.75-1.94%204.82c-.82.78-2.11.77-2.93%200C2.89%208.35%201.6%206.63%202.07%204.6Zm13%2012c.8-3.46%206.04-3.46%206.84%200c.47%202.03-.82%203.75-1.95%204.82c-.82.78-2.12.77-2.94%200c-1.13-1.07-2.42-2.79-1.95-4.82Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%205h2.68c1.85%200%202.71%202.29%201.32%203.51L8.01%2015.5C6.62%2016.71%207.48%2019%209.32%2019H12M5.486%205.5h.012m12.988%2012h.012%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.07%204.6c.8-3.46%206.01-3.46%206.8%200c.47%202.03-.82%203.75-1.94%204.82c-.82.78-2.11.77-2.93%200C2.89%208.35%201.6%206.63%202.07%204.6Zm13%2012c.8-3.46%206.04-3.46%206.84%200c.47%202.03-.82%203.75-1.95%204.82c-.82.78-2.12.77-2.94%200c-1.13-1.07-2.42-2.79-1.95-4.82Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%205h2.68c1.85%200%202.71%202.29%201.32%203.51L8.01%2015.5C6.62%2016.71%207.48%2019%209.32%2019H12M5.486%205.5h.012m12.988%2012h.012%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/routing5.svg?color=%231a73e8&size=48