routing 2 icon
routing-2 from Reicon by REICON · Outline · Map · MIT Free for personal and commercial use.
- Name
- routing-2
- Set
- Reicon
- Style
- Outline
- Category
- Map
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More map icons from Reicon
Use the routing 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.5 17.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-13-12a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill-rule="evenodd" d="M1.25 5.257c0-2.263 1.954-4.007 4.25-4.007s4.25 1.744 4.25 4.007c0 2.027-1.246 4.418-3.315 5.302a2.4 2.4 0 0 1-1.87 0C2.495 9.675 1.25 7.284 1.25 5.257M5.5 2.75c-1.57 0-2.75 1.172-2.75 2.507c0 1.544.988 3.318 2.405 3.923a.9.9 0 0 0 .69 0C7.262 8.575 8.25 6.8 8.25 5.257c0-1.335-1.18-2.507-2.75-2.507M11.25 5a.75.75 0 0 1 .75-.75h4.132c2.751 0 3.797 3.593 1.476 5.07L7.197 15.945c-1.055.672-.58 2.305.671 2.305h2.321l-.22-.22a.75.75 0 1 1 1.061-1.06l1.5 1.5a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06l.22-.22H7.867c-2.751 0-3.797-3.593-1.476-5.07l10.411-6.625c1.055-.672.58-2.305-.671-2.305H12a.75.75 0 0 1-.75-.75m3 12.257c0-2.263 1.954-4.007 4.25-4.007s4.25 1.744 4.25 4.007c0 2.027-1.246 4.418-3.315 5.302a2.4 2.4 0 0 1-1.87 0c-2.07-.884-3.315-3.275-3.315-5.302m4.25-2.507c-1.57 0-2.75 1.172-2.75 2.507c0 1.544.988 3.318 2.405 3.923a.9.9 0 0 0 .69 0c1.417-.605 2.405-2.38 2.405-3.923c0-1.335-1.18-2.507-2.75-2.507" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconRouting2(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="M19.5 17.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-13-12a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fillRule="evenodd" d="M1.25 5.257c0-2.263 1.954-4.007 4.25-4.007s4.25 1.744 4.25 4.007c0 2.027-1.246 4.418-3.315 5.302a2.4 2.4 0 0 1-1.87 0C2.495 9.675 1.25 7.284 1.25 5.257M5.5 2.75c-1.57 0-2.75 1.172-2.75 2.507c0 1.544.988 3.318 2.405 3.923a.9.9 0 0 0 .69 0C7.262 8.575 8.25 6.8 8.25 5.257c0-1.335-1.18-2.507-2.75-2.507M11.25 5a.75.75 0 0 1 .75-.75h4.132c2.751 0 3.797 3.593 1.476 5.07L7.197 15.945c-1.055.672-.58 2.305.671 2.305h2.321l-.22-.22a.75.75 0 1 1 1.061-1.06l1.5 1.5a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06l.22-.22H7.867c-2.751 0-3.797-3.593-1.476-5.07l10.411-6.625c1.055-.672.58-2.305-.671-2.305H12a.75.75 0 0 1-.75-.75m3 12.257c0-2.263 1.954-4.007 4.25-4.007s4.25 1.744 4.25 4.007c0 2.027-1.246 4.418-3.315 5.302a2.4 2.4 0 0 1-1.87 0c-2.07-.884-3.315-3.275-3.315-5.302m4.25-2.507c-1.57 0-2.75 1.172-2.75 2.507c0 1.544.988 3.318 2.405 3.923a.9.9 0 0 0 .69 0c1.417-.605 2.405-2.38 2.405-3.923c0-1.335-1.18-2.507-2.75-2.507" clipRule="evenodd"/></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="M19.5 17.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-13-12a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill-rule="evenodd" d="M1.25 5.257c0-2.263 1.954-4.007 4.25-4.007s4.25 1.744 4.25 4.007c0 2.027-1.246 4.418-3.315 5.302a2.4 2.4 0 0 1-1.87 0C2.495 9.675 1.25 7.284 1.25 5.257M5.5 2.75c-1.57 0-2.75 1.172-2.75 2.507c0 1.544.988 3.318 2.405 3.923a.9.9 0 0 0 .69 0C7.262 8.575 8.25 6.8 8.25 5.257c0-1.335-1.18-2.507-2.75-2.507M11.25 5a.75.75 0 0 1 .75-.75h4.132c2.751 0 3.797 3.593 1.476 5.07L7.197 15.945c-1.055.672-.58 2.305.671 2.305h2.321l-.22-.22a.75.75 0 1 1 1.061-1.06l1.5 1.5a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06l.22-.22H7.867c-2.751 0-3.797-3.593-1.476-5.07l10.411-6.625c1.055-.672.58-2.305-.671-2.305H12a.75.75 0 0 1-.75-.75m3 12.257c0-2.263 1.954-4.007 4.25-4.007s4.25 1.744 4.25 4.007c0 2.027-1.246 4.418-3.315 5.302a2.4 2.4 0 0 1-1.87 0c-2.07-.884-3.315-3.275-3.315-5.302m4.25-2.507c-1.57 0-2.75 1.172-2.75 2.507c0 1.544.988 3.318 2.405 3.923a.9.9 0 0 0 .69 0c1.417-.605 2.405-2.38 2.405-3.923c0-1.335-1.18-2.507-2.75-2.507" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-routing-2 {
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%22M19.5%2017.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-13-12a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%205.257c0-2.263%201.954-4.007%204.25-4.007s4.25%201.744%204.25%204.007c0%202.027-1.246%204.418-3.315%205.302a2.4%202.4%200%200%201-1.87%200C2.495%209.675%201.25%207.284%201.25%205.257M5.5%202.75c-1.57%200-2.75%201.172-2.75%202.507c0%201.544.988%203.318%202.405%203.923a.9.9%200%200%200%20.69%200C7.262%208.575%208.25%206.8%208.25%205.257c0-1.335-1.18-2.507-2.75-2.507M11.25%205a.75.75%200%200%201%20.75-.75h4.132c2.751%200%203.797%203.593%201.476%205.07L7.197%2015.945c-1.055.672-.58%202.305.671%202.305h2.321l-.22-.22a.75.75%200%201%201%201.061-1.06l1.5%201.5a.75.75%200%200%201%200%201.06l-1.5%201.5a.75.75%200%201%201-1.06-1.06l.22-.22H7.867c-2.751%200-3.797-3.593-1.476-5.07l10.411-6.625c1.055-.672.58-2.305-.671-2.305H12a.75.75%200%200%201-.75-.75m3%2012.257c0-2.263%201.954-4.007%204.25-4.007s4.25%201.744%204.25%204.007c0%202.027-1.246%204.418-3.315%205.302a2.4%202.4%200%200%201-1.87%200c-2.07-.884-3.315-3.275-3.315-5.302m4.25-2.507c-1.57%200-2.75%201.172-2.75%202.507c0%201.544.988%203.318%202.405%203.923a.9.9%200%200%200%20.69%200c1.417-.605%202.405-2.38%202.405-3.923c0-1.335-1.18-2.507-2.75-2.507%22%20clip-rule%3D%22evenodd%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%22M19.5%2017.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-13-12a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%205.257c0-2.263%201.954-4.007%204.25-4.007s4.25%201.744%204.25%204.007c0%202.027-1.246%204.418-3.315%205.302a2.4%202.4%200%200%201-1.87%200C2.495%209.675%201.25%207.284%201.25%205.257M5.5%202.75c-1.57%200-2.75%201.172-2.75%202.507c0%201.544.988%203.318%202.405%203.923a.9.9%200%200%200%20.69%200C7.262%208.575%208.25%206.8%208.25%205.257c0-1.335-1.18-2.507-2.75-2.507M11.25%205a.75.75%200%200%201%20.75-.75h4.132c2.751%200%203.797%203.593%201.476%205.07L7.197%2015.945c-1.055.672-.58%202.305.671%202.305h2.321l-.22-.22a.75.75%200%201%201%201.061-1.06l1.5%201.5a.75.75%200%200%201%200%201.06l-1.5%201.5a.75.75%200%201%201-1.06-1.06l.22-.22H7.867c-2.751%200-3.797-3.593-1.476-5.07l10.411-6.625c1.055-.672.58-2.305-.671-2.305H12a.75.75%200%200%201-.75-.75m3%2012.257c0-2.263%201.954-4.007%204.25-4.007s4.25%201.744%204.25%204.007c0%202.027-1.246%204.418-3.315%205.302a2.4%202.4%200%200%201-1.87%200c-2.07-.884-3.315-3.275-3.315-5.302m4.25-2.507c-1.57%200-2.75%201.172-2.75%202.507c0%201.544.988%203.318%202.405%203.923a.9.9%200%200%200%20.69%200c1.417-.605%202.405-2.38%202.405-3.923c0-1.335-1.18-2.507-2.75-2.507%22%20clip-rule%3D%22evenodd%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/routing-2.svg?color=%231a73e8&size=48