route-duotone from Reicon by REICON · Duotone · Map · MIT Free for personal and commercial use.

Name
route-duotone
Set
Reicon
Style
Duotone
Category
Map
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All route icons →

More map icons from Reicon

Use the route icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 2c-1.716 0-3.096 1.38-5.858 4.142S2 10.284 2 12s1.38 3.096 4.142 5.858S10.284 22 12 22s3.096-1.38 5.858-4.142S22 13.716 22 12s-1.38-3.096-4.142-5.858S13.716 2 12 2" opacity=".5"/><path d="M12.786 8.487a.75.75 0 0 1 1.06-.034l2.667 2.5a.75.75 0 0 1 0 1.094l-2.667 2.5a.75.75 0 0 1-1.026-1.094l1.283-1.203h-3.436c-.334 0-.844.1-1.247.372c-.363.245-.67.643-.67 1.378a.75.75 0 0 1-1.5 0c0-1.265.582-2.117 1.33-2.622c.709-.478 1.532-.628 2.087-.628h3.436L12.82 9.547a.75.75 0 0 1-.034-1.06"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconRouteDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M12 2c-1.716 0-3.096 1.38-5.858 4.142S2 10.284 2 12s1.38 3.096 4.142 5.858S10.284 22 12 22s3.096-1.38 5.858-4.142S22 13.716 22 12s-1.38-3.096-4.142-5.858S13.716 2 12 2" opacity=".5"/><path d="M12.786 8.487a.75.75 0 0 1 1.06-.034l2.667 2.5a.75.75 0 0 1 0 1.094l-2.667 2.5a.75.75 0 0 1-1.026-1.094l1.283-1.203h-3.436c-.334 0-.844.1-1.247.372c-.363.245-.67.643-.67 1.378a.75.75 0 0 1-1.5 0c0-1.265.582-2.117 1.33-2.622c.709-.478 1.532-.628 2.087-.628h3.436L12.82 9.547a.75.75 0 0 1-.034-1.06"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 2c-1.716 0-3.096 1.38-5.858 4.142S2 10.284 2 12s1.38 3.096 4.142 5.858S10.284 22 12 22s3.096-1.38 5.858-4.142S22 13.716 22 12s-1.38-3.096-4.142-5.858S13.716 2 12 2" opacity=".5"/><path d="M12.786 8.487a.75.75 0 0 1 1.06-.034l2.667 2.5a.75.75 0 0 1 0 1.094l-2.667 2.5a.75.75 0 0 1-1.026-1.094l1.283-1.203h-3.436c-.334 0-.844.1-1.247.372c-.363.245-.67.643-.67 1.378a.75.75 0 0 1-1.5 0c0-1.265.582-2.117 1.33-2.622c.709-.478 1.532-.628 2.087-.628h3.436L12.82 9.547a.75.75 0 0 1-.034-1.06"/></g></svg>
</template>

CSS

.icon-route-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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12%202c-1.716%200-3.096%201.38-5.858%204.142S2%2010.284%202%2012s1.38%203.096%204.142%205.858S10.284%2022%2012%2022s3.096-1.38%205.858-4.142S22%2013.716%2022%2012s-1.38-3.096-4.142-5.858S13.716%202%2012%202%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.786%208.487a.75.75%200%200%201%201.06-.034l2.667%202.5a.75.75%200%200%201%200%201.094l-2.667%202.5a.75.75%200%200%201-1.026-1.094l1.283-1.203h-3.436c-.334%200-.844.1-1.247.372c-.363.245-.67.643-.67%201.378a.75.75%200%200%201-1.5%200c0-1.265.582-2.117%201.33-2.622c.709-.478%201.532-.628%202.087-.628h3.436L12.82%209.547a.75.75%200%200%201-.034-1.06%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12%202c-1.716%200-3.096%201.38-5.858%204.142S2%2010.284%202%2012s1.38%203.096%204.142%205.858S10.284%2022%2012%2022s3.096-1.38%205.858-4.142S22%2013.716%2022%2012s-1.38-3.096-4.142-5.858S13.716%202%2012%202%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.786%208.487a.75.75%200%200%201%201.06-.034l2.667%202.5a.75.75%200%200%201%200%201.094l-2.667%202.5a.75.75%200%200%201-1.026-1.094l1.283-1.203h-3.436c-.334%200-.844.1-1.247.372c-.363.245-.67.643-.67%201.378a.75.75%200%200%201-1.5%200c0-1.265.582-2.117%201.33-2.622c.709-.478%201.532-.628%202.087-.628h3.436L12.82%209.547a.75.75%200%200%201-.034-1.06%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Route duotone icon — Reicon · IconsDB