route icon

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

Name
route-line-duotone
Set
Solar
Style
Line Duotone
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 route 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="M6.14214 6.14214C8.90356 3.38071 10.2843 2 12 2C13.7157 2 15.0964 3.38071 17.8579 6.14214C20.6193 8.90356 22 10.2843 22 12C22 13.7157 20.6193 15.0964 17.8579 17.8579C15.0964 20.6193 13.7157 22 12 22C10.2843 22 8.90356 20.6193 6.14214 17.8579C3.38071 15.0964 2 13.7157 2 12C2 10.2843 3.38071 8.90356 6.14214 6.14214Z" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M9 14C9 13.0572 9 12.5858 9.29289 12.2929C9.58579 12 10.0572 12 11 12H15M13 14L15 12L13 10"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarRouteLineDuotone(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="M6.14214 6.14214C8.90356 3.38071 10.2843 2 12 2C13.7157 2 15.0964 3.38071 17.8579 6.14214C20.6193 8.90356 22 10.2843 22 12C22 13.7157 20.6193 15.0964 17.8579 17.8579C15.0964 20.6193 13.7157 22 12 22C10.2843 22 8.90356 20.6193 6.14214 17.8579C3.38071 15.0964 2 13.7157 2 12C2 10.2843 3.38071 8.90356 6.14214 6.14214Z" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M9 14C9 13.0572 9 12.5858 9.29289 12.2929C9.58579 12 10.0572 12 11 12H15M13 14L15 12L13 10"/></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="M6.14214 6.14214C8.90356 3.38071 10.2843 2 12 2C13.7157 2 15.0964 3.38071 17.8579 6.14214C20.6193 8.90356 22 10.2843 22 12C22 13.7157 20.6193 15.0964 17.8579 17.8579C15.0964 20.6193 13.7157 22 12 22C10.2843 22 8.90356 20.6193 6.14214 17.8579C3.38071 15.0964 2 13.7157 2 12C2 10.2843 3.38071 8.90356 6.14214 6.14214Z" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M9 14C9 13.0572 9 12.5858 9.29289 12.2929C9.58579 12 10.0572 12 11 12H15M13 14L15 12L13 10"/></g></svg>
</template>

CSS

.icon-route-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%22M6.14214%206.14214C8.90356%203.38071%2010.2843%202%2012%202C13.7157%202%2015.0964%203.38071%2017.8579%206.14214C20.6193%208.90356%2022%2010.2843%2022%2012C22%2013.7157%2020.6193%2015.0964%2017.8579%2017.8579C15.0964%2020.6193%2013.7157%2022%2012%2022C10.2843%2022%208.90356%2020.6193%206.14214%2017.8579C3.38071%2015.0964%202%2013.7157%202%2012C2%2010.2843%203.38071%208.90356%206.14214%206.14214Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2014C9%2013.0572%209%2012.5858%209.29289%2012.2929C9.58579%2012%2010.0572%2012%2011%2012H15M13%2014L15%2012L13%2010%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%22M6.14214%206.14214C8.90356%203.38071%2010.2843%202%2012%202C13.7157%202%2015.0964%203.38071%2017.8579%206.14214C20.6193%208.90356%2022%2010.2843%2022%2012C22%2013.7157%2020.6193%2015.0964%2017.8579%2017.8579C15.0964%2020.6193%2013.7157%2022%2012%2022C10.2843%2022%208.90356%2020.6193%206.14214%2017.8579C3.38071%2015.0964%202%2013.7157%202%2012C2%2010.2843%203.38071%208.90356%206.14214%206.14214Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2014C9%2013.0572%209%2012.5858%209.29289%2012.2929C9.58579%2012%2010.0572%2012%2011%2012H15M13%2014L15%2012L13%2010%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/route-line-duotone.svg?color=%231a73e8&size=48