route icon

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

Name
route-linear
Set
Solar
Style
Linear
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"/><path stroke-linecap="round" stroke-linejoin="round" d="M13.3333 14L16 11.5L13.3333 9M16 11.5L10.6667 11.5C9.77778 11.5 8 12 8 14"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarRouteLinear(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"/><path strokeLinecap="round" strokeLinejoin="round" d="M13.3333 14L16 11.5L13.3333 9M16 11.5L10.6667 11.5C9.77778 11.5 8 12 8 14"/></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"/><path stroke-linecap="round" stroke-linejoin="round" d="M13.3333 14L16 11.5L13.3333 9M16 11.5L10.6667 11.5C9.77778 11.5 8 12 8 14"/></g></svg>
</template>

CSS

.icon-route-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%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%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.3333%2014L16%2011.5L13.3333%209M16%2011.5L10.6667%2011.5C9.77778%2011.5%208%2012%208%2014%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%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.3333%2014L16%2011.5L13.3333%209M16%2011.5L10.6667%2011.5C9.77778%2011.5%208%2012%208%2014%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-linear.svg?color=%231a73e8&size=48