routing 2 icon

routing-2-linear from Solar by 480 Design · Linear · Map · CC-BY-4.0 Attribution required.

Name
routing-2-linear
Set
Solar
Style
Linear
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="M18.5 17.5H18.509"/><path stroke-linecap="round" stroke-linejoin="round" d="M5.49072 5.5H5.49972"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.0002 5H16.1321C18.133 5 18.8939 7.61309 17.2059 8.68732L6.79459 15.3127C5.10651 16.3869 5.86744 19 7.86833 19H12.0002M10.5002 20.5L12.0002 19L10.5002 17.5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarRouting2Linear(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="M18.5 17.5H18.509"/><path strokeLinecap="round" strokeLinejoin="round" d="M5.49072 5.5H5.49972"/><path strokeLinecap="round" strokeLinejoin="round" d="M12.0002 5H16.1321C18.133 5 18.8939 7.61309 17.2059 8.68732L6.79459 15.3127C5.10651 16.3869 5.86744 19 7.86833 19H12.0002M10.5002 20.5L12.0002 19L10.5002 17.5"/></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="M18.5 17.5H18.509"/><path stroke-linecap="round" stroke-linejoin="round" d="M5.49072 5.5H5.49972"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.0002 5H16.1321C18.133 5 18.8939 7.61309 17.2059 8.68732L6.79459 15.3127C5.10651 16.3869 5.86744 19 7.86833 19H12.0002M10.5002 20.5L12.0002 19L10.5002 17.5"/></g></svg>
</template>

CSS

.icon-routing-2-linear {
  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%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%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.0002%205H16.1321C18.133%205%2018.8939%207.61309%2017.2059%208.68732L6.79459%2015.3127C5.10651%2016.3869%205.86744%2019%207.86833%2019H12.0002M10.5002%2020.5L12.0002%2019L10.5002%2017.5%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%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%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.0002%205H16.1321C18.133%205%2018.8939%207.61309%2017.2059%208.68732L6.79459%2015.3127C5.10651%2016.3869%205.86744%2019%207.86833%2019H12.0002M10.5002%2020.5L12.0002%2019L10.5002%2017.5%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-linear.svg?color=%231a73e8&size=48