routing 2 icon

routing-2-line-duotone from Solar by 480 Design · Line Duotone · Map · CC-BY-4.0 Attribution required.

Name
routing-2-line-duotone
Set
Solar
Style
Line Duotone
Category
Map
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More map icons from Solar

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="none" stroke="currentColor" stroke-width="1.5"><path d="M2 5.25732C2 3.45835 3.567 2 5.5 2C7.433 2 9 3.45835 9 5.25732C9 7.04219 7.88292 9.12497 6.14003 9.86978C5.73374 10.0434 5.26626 10.0434 4.85997 9.86978C3.11708 9.12497 2 7.04219 2 5.25732Z"/><path d="M15 17.2573C15 15.4584 16.567 14 18.5 14C20.433 14 22 15.4584 22 17.2573C22 19.0422 20.8829 21.125 19.14 21.8698C18.7337 22.0434 18.2663 22.0434 17.86 21.8698C16.1171 21.125 15 19.0422 15 17.2573Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 5H16.1319C18.1328 5 18.8937 7.61309 17.2056 8.68732L6.79435 15.3127C5.10627 16.3869 5.86719 19 7.86809 19H12M10.5 20.5L12 19L10.5 17.5" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M18.5 17.5H18.509"/><path stroke-linecap="round" stroke-linejoin="round" d="M5.49072 5.5H5.49972"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarRouting2LineDuotone(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 5.25732C2 3.45835 3.567 2 5.5 2C7.433 2 9 3.45835 9 5.25732C9 7.04219 7.88292 9.12497 6.14003 9.86978C5.73374 10.0434 5.26626 10.0434 4.85997 9.86978C3.11708 9.12497 2 7.04219 2 5.25732Z"/><path d="M15 17.2573C15 15.4584 16.567 14 18.5 14C20.433 14 22 15.4584 22 17.2573C22 19.0422 20.8829 21.125 19.14 21.8698C18.7337 22.0434 18.2663 22.0434 17.86 21.8698C16.1171 21.125 15 19.0422 15 17.2573Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 5H16.1319C18.1328 5 18.8937 7.61309 17.2056 8.68732L6.79435 15.3127C5.10627 16.3869 5.86719 19 7.86809 19H12M10.5 20.5L12 19L10.5 17.5" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M18.5 17.5H18.509"/><path strokeLinecap="round" strokeLinejoin="round" d="M5.49072 5.5H5.49972"/></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 5.25732C2 3.45835 3.567 2 5.5 2C7.433 2 9 3.45835 9 5.25732C9 7.04219 7.88292 9.12497 6.14003 9.86978C5.73374 10.0434 5.26626 10.0434 4.85997 9.86978C3.11708 9.12497 2 7.04219 2 5.25732Z"/><path d="M15 17.2573C15 15.4584 16.567 14 18.5 14C20.433 14 22 15.4584 22 17.2573C22 19.0422 20.8829 21.125 19.14 21.8698C18.7337 22.0434 18.2663 22.0434 17.86 21.8698C16.1171 21.125 15 19.0422 15 17.2573Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 5H16.1319C18.1328 5 18.8937 7.61309 17.2056 8.68732L6.79435 15.3127C5.10627 16.3869 5.86719 19 7.86809 19H12M10.5 20.5L12 19L10.5 17.5" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M18.5 17.5H18.509"/><path stroke-linecap="round" stroke-linejoin="round" d="M5.49072 5.5H5.49972"/></g></svg>
</template>

CSS

.icon-routing-2-line-duotone {
  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%205.25732C2%203.45835%203.567%202%205.5%202C7.433%202%209%203.45835%209%205.25732C9%207.04219%207.88292%209.12497%206.14003%209.86978C5.73374%2010.0434%205.26626%2010.0434%204.85997%209.86978C3.11708%209.12497%202%207.04219%202%205.25732Z%22%2F%3E%3Cpath%20d%3D%22M15%2017.2573C15%2015.4584%2016.567%2014%2018.5%2014C20.433%2014%2022%2015.4584%2022%2017.2573C22%2019.0422%2020.8829%2021.125%2019.14%2021.8698C18.7337%2022.0434%2018.2663%2022.0434%2017.86%2021.8698C16.1171%2021.125%2015%2019.0422%2015%2017.2573Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%205H16.1319C18.1328%205%2018.8937%207.61309%2017.2056%208.68732L6.79435%2015.3127C5.10627%2016.3869%205.86719%2019%207.86809%2019H12M10.5%2020.5L12%2019L10.5%2017.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18.5%2017.5H18.509%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.49072%205.5H5.49972%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%205.25732C2%203.45835%203.567%202%205.5%202C7.433%202%209%203.45835%209%205.25732C9%207.04219%207.88292%209.12497%206.14003%209.86978C5.73374%2010.0434%205.26626%2010.0434%204.85997%209.86978C3.11708%209.12497%202%207.04219%202%205.25732Z%22%2F%3E%3Cpath%20d%3D%22M15%2017.2573C15%2015.4584%2016.567%2014%2018.5%2014C20.433%2014%2022%2015.4584%2022%2017.2573C22%2019.0422%2020.8829%2021.125%2019.14%2021.8698C18.7337%2022.0434%2018.2663%2022.0434%2017.86%2021.8698C16.1171%2021.125%2015%2019.0422%2015%2017.2573Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%205H16.1319C18.1328%205%2018.8937%207.61309%2017.2056%208.68732L6.79435%2015.3127C5.10627%2016.3869%205.86719%2019%207.86809%2019H12M10.5%2020.5L12%2019L10.5%2017.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18.5%2017.5H18.509%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.49072%205.5H5.49972%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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