routing icon

routing-outline from Solar by 480 Design · Outline · Map · CC-BY-4.0 Attribution required.

Name
routing-outline
Set
Solar
Style
Outline
Category
Map
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More map icons from Solar

Use the routing 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="M6 3.75C5.30964 3.75 4.75 4.30964 4.75 5C4.75 5.69036 5.30964 6.25 6 6.25C6.69036 6.25 7.25 5.69036 7.25 5C7.25 4.30964 6.69036 3.75 6 3.75ZM3.25 5C3.25 3.48122 4.48122 2.25 6 2.25C7.25878 2.25 8.32002 3.09575 8.64648 4.25H16.5C18.8472 4.25 20.75 6.15279 20.75 8.5C20.75 10.8472 18.8472 12.75 16.5 12.75H7.5C5.98122 12.75 4.75 13.9812 4.75 15.5C4.75 17.0188 5.98122 18.25 7.5 18.25H18.1893L17.4697 17.5303C17.1768 17.2374 17.1768 16.7626 17.4697 16.4697C17.7626 16.1768 18.2374 16.1768 18.5303 16.4697L20.5303 18.4697C20.8232 18.7626 20.8232 19.2374 20.5303 19.5303L18.5303 21.5303C18.2374 21.8232 17.7626 21.8232 17.4697 21.5303C17.1768 21.2374 17.1768 20.7626 17.4697 20.4697L18.1893 19.75H7.5C5.15279 19.75 3.25 17.8472 3.25 15.5C3.25 13.1528 5.15279 11.25 7.5 11.25H16.5C18.0188 11.25 19.25 10.0188 19.25 8.5C19.25 6.98122 18.0188 5.75 16.5 5.75H8.64648C8.32002 6.90425 7.25878 7.75 6 7.75C4.48122 7.75 3.25 6.51878 3.25 5Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarRoutingOutline(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="M6 3.75C5.30964 3.75 4.75 4.30964 4.75 5C4.75 5.69036 5.30964 6.25 6 6.25C6.69036 6.25 7.25 5.69036 7.25 5C7.25 4.30964 6.69036 3.75 6 3.75ZM3.25 5C3.25 3.48122 4.48122 2.25 6 2.25C7.25878 2.25 8.32002 3.09575 8.64648 4.25H16.5C18.8472 4.25 20.75 6.15279 20.75 8.5C20.75 10.8472 18.8472 12.75 16.5 12.75H7.5C5.98122 12.75 4.75 13.9812 4.75 15.5C4.75 17.0188 5.98122 18.25 7.5 18.25H18.1893L17.4697 17.5303C17.1768 17.2374 17.1768 16.7626 17.4697 16.4697C17.7626 16.1768 18.2374 16.1768 18.5303 16.4697L20.5303 18.4697C20.8232 18.7626 20.8232 19.2374 20.5303 19.5303L18.5303 21.5303C18.2374 21.8232 17.7626 21.8232 17.4697 21.5303C17.1768 21.2374 17.1768 20.7626 17.4697 20.4697L18.1893 19.75H7.5C5.15279 19.75 3.25 17.8472 3.25 15.5C3.25 13.1528 5.15279 11.25 7.5 11.25H16.5C18.0188 11.25 19.25 10.0188 19.25 8.5C19.25 6.98122 18.0188 5.75 16.5 5.75H8.64648C8.32002 6.90425 7.25878 7.75 6 7.75C4.48122 7.75 3.25 6.51878 3.25 5Z" 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="M6 3.75C5.30964 3.75 4.75 4.30964 4.75 5C4.75 5.69036 5.30964 6.25 6 6.25C6.69036 6.25 7.25 5.69036 7.25 5C7.25 4.30964 6.69036 3.75 6 3.75ZM3.25 5C3.25 3.48122 4.48122 2.25 6 2.25C7.25878 2.25 8.32002 3.09575 8.64648 4.25H16.5C18.8472 4.25 20.75 6.15279 20.75 8.5C20.75 10.8472 18.8472 12.75 16.5 12.75H7.5C5.98122 12.75 4.75 13.9812 4.75 15.5C4.75 17.0188 5.98122 18.25 7.5 18.25H18.1893L17.4697 17.5303C17.1768 17.2374 17.1768 16.7626 17.4697 16.4697C17.7626 16.1768 18.2374 16.1768 18.5303 16.4697L20.5303 18.4697C20.8232 18.7626 20.8232 19.2374 20.5303 19.5303L18.5303 21.5303C18.2374 21.8232 17.7626 21.8232 17.4697 21.5303C17.1768 21.2374 17.1768 20.7626 17.4697 20.4697L18.1893 19.75H7.5C5.15279 19.75 3.25 17.8472 3.25 15.5C3.25 13.1528 5.15279 11.25 7.5 11.25H16.5C18.0188 11.25 19.25 10.0188 19.25 8.5C19.25 6.98122 18.0188 5.75 16.5 5.75H8.64648C8.32002 6.90425 7.25878 7.75 6 7.75C4.48122 7.75 3.25 6.51878 3.25 5Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-routing-outline {
  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%22M6%203.75C5.30964%203.75%204.75%204.30964%204.75%205C4.75%205.69036%205.30964%206.25%206%206.25C6.69036%206.25%207.25%205.69036%207.25%205C7.25%204.30964%206.69036%203.75%206%203.75ZM3.25%205C3.25%203.48122%204.48122%202.25%206%202.25C7.25878%202.25%208.32002%203.09575%208.64648%204.25H16.5C18.8472%204.25%2020.75%206.15279%2020.75%208.5C20.75%2010.8472%2018.8472%2012.75%2016.5%2012.75H7.5C5.98122%2012.75%204.75%2013.9812%204.75%2015.5C4.75%2017.0188%205.98122%2018.25%207.5%2018.25H18.1893L17.4697%2017.5303C17.1768%2017.2374%2017.1768%2016.7626%2017.4697%2016.4697C17.7626%2016.1768%2018.2374%2016.1768%2018.5303%2016.4697L20.5303%2018.4697C20.8232%2018.7626%2020.8232%2019.2374%2020.5303%2019.5303L18.5303%2021.5303C18.2374%2021.8232%2017.7626%2021.8232%2017.4697%2021.5303C17.1768%2021.2374%2017.1768%2020.7626%2017.4697%2020.4697L18.1893%2019.75H7.5C5.15279%2019.75%203.25%2017.8472%203.25%2015.5C3.25%2013.1528%205.15279%2011.25%207.5%2011.25H16.5C18.0188%2011.25%2019.25%2010.0188%2019.25%208.5C19.25%206.98122%2018.0188%205.75%2016.5%205.75H8.64648C8.32002%206.90425%207.25878%207.75%206%207.75C4.48122%207.75%203.25%206.51878%203.25%205Z%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%22M6%203.75C5.30964%203.75%204.75%204.30964%204.75%205C4.75%205.69036%205.30964%206.25%206%206.25C6.69036%206.25%207.25%205.69036%207.25%205C7.25%204.30964%206.69036%203.75%206%203.75ZM3.25%205C3.25%203.48122%204.48122%202.25%206%202.25C7.25878%202.25%208.32002%203.09575%208.64648%204.25H16.5C18.8472%204.25%2020.75%206.15279%2020.75%208.5C20.75%2010.8472%2018.8472%2012.75%2016.5%2012.75H7.5C5.98122%2012.75%204.75%2013.9812%204.75%2015.5C4.75%2017.0188%205.98122%2018.25%207.5%2018.25H18.1893L17.4697%2017.5303C17.1768%2017.2374%2017.1768%2016.7626%2017.4697%2016.4697C17.7626%2016.1768%2018.2374%2016.1768%2018.5303%2016.4697L20.5303%2018.4697C20.8232%2018.7626%2020.8232%2019.2374%2020.5303%2019.5303L18.5303%2021.5303C18.2374%2021.8232%2017.7626%2021.8232%2017.4697%2021.5303C17.1768%2021.2374%2017.1768%2020.7626%2017.4697%2020.4697L18.1893%2019.75H7.5C5.15279%2019.75%203.25%2017.8472%203.25%2015.5C3.25%2013.1528%205.15279%2011.25%207.5%2011.25H16.5C18.0188%2011.25%2019.25%2010.0188%2019.25%208.5C19.25%206.98122%2018.0188%205.75%2016.5%205.75H8.64648C8.32002%206.90425%207.25878%207.75%206%207.75C4.48122%207.75%203.25%206.51878%203.25%205Z%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/solar/routing-outline.svg?color=%231a73e8&size=48