routing 2 icon

routing-2-filled from Reicon by REICON · Filled · Map · MIT Free for personal and commercial use.

Name
routing-2-filled
Set
Reicon
Style
Filled
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"><path fill="currentColor" fill-rule="evenodd" d="M18.5 14c-1.933 0-3.5 1.458-3.5 3.257c0 1.785 1.117 3.868 2.86 4.613c.406.173.874.173 1.28 0c1.743-.745 2.86-2.828 2.86-4.613C22 15.458 20.433 14 18.5 14m0 4.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2M5.5 2C3.567 2 2 3.458 2 5.257C2 7.042 3.117 9.125 4.86 9.87c.406.173.874.173 1.28 0C7.883 9.125 9 7.042 9 5.257C9 3.458 7.433 2 5.5 2m0 4.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2M11.25 5a.75.75 0 0 1 .75-.75h4.132c2.751 0 3.797 3.593 1.476 5.07l-10.41 6.625c-1.056.672-.58 2.305.67 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-.75" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconRouting2Filled(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" fillRule="evenodd" d="M18.5 14c-1.933 0-3.5 1.458-3.5 3.257c0 1.785 1.117 3.868 2.86 4.613c.406.173.874.173 1.28 0c1.743-.745 2.86-2.828 2.86-4.613C22 15.458 20.433 14 18.5 14m0 4.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2M5.5 2C3.567 2 2 3.458 2 5.257C2 7.042 3.117 9.125 4.86 9.87c.406.173.874.173 1.28 0C7.883 9.125 9 7.042 9 5.257C9 3.458 7.433 2 5.5 2m0 4.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2M11.25 5a.75.75 0 0 1 .75-.75h4.132c2.751 0 3.797 3.593 1.476 5.07l-10.41 6.625c-1.056.672-.58 2.305.67 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-.75" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18.5 14c-1.933 0-3.5 1.458-3.5 3.257c0 1.785 1.117 3.868 2.86 4.613c.406.173.874.173 1.28 0c1.743-.745 2.86-2.828 2.86-4.613C22 15.458 20.433 14 18.5 14m0 4.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2M5.5 2C3.567 2 2 3.458 2 5.257C2 7.042 3.117 9.125 4.86 9.87c.406.173.874.173 1.28 0C7.883 9.125 9 7.042 9 5.257C9 3.458 7.433 2 5.5 2m0 4.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2M11.25 5a.75.75 0 0 1 .75-.75h4.132c2.751 0 3.797 3.593 1.476 5.07l-10.41 6.625c-1.056.672-.58 2.305.67 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-.75" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-routing-2-filled {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M18.5%2014c-1.933%200-3.5%201.458-3.5%203.257c0%201.785%201.117%203.868%202.86%204.613c.406.173.874.173%201.28%200c1.743-.745%202.86-2.828%202.86-4.613C22%2015.458%2020.433%2014%2018.5%2014m0%204.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202M5.5%202C3.567%202%202%203.458%202%205.257C2%207.042%203.117%209.125%204.86%209.87c.406.173.874.173%201.28%200C7.883%209.125%209%207.042%209%205.257C9%203.458%207.433%202%205.5%202m0%204.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202M11.25%205a.75.75%200%200%201%20.75-.75h4.132c2.751%200%203.797%203.593%201.476%205.07l-10.41%206.625c-1.056.672-.58%202.305.67%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-.75%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M18.5%2014c-1.933%200-3.5%201.458-3.5%203.257c0%201.785%201.117%203.868%202.86%204.613c.406.173.874.173%201.28%200c1.743-.745%202.86-2.828%202.86-4.613C22%2015.458%2020.433%2014%2018.5%2014m0%204.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202M5.5%202C3.567%202%202%203.458%202%205.257C2%207.042%203.117%209.125%204.86%209.87c.406.173.874.173%201.28%200C7.883%209.125%209%207.042%209%205.257C9%203.458%207.433%202%205.5%202m0%204.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202M11.25%205a.75.75%200%200%201%20.75-.75h4.132c2.751%200%203.797%203.593%201.476%205.07l-10.41%206.625c-1.056.672-.58%202.305.67%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-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/routing-2-filled.svg?color=%231a73e8&size=48