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

Name
route-filled
Set
Reicon
Style
Filled
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"><path fill="currentColor" fill-rule="evenodd" d="M6.142 6.142C8.904 3.381 10.284 2 12 2s3.096 1.38 5.858 4.142S22 10.284 22 12s-1.38 3.096-4.142 5.858S13.716 22 12 22s-3.096-1.38-5.858-4.142S2 13.716 2 12s1.38-3.096 4.142-5.858m7.704 2.31a.75.75 0 1 0-1.026 1.095l1.283 1.203h-3.436c-.555 0-1.378.15-2.087.628c-.748.505-1.33 1.357-1.33 2.622a.75.75 0 0 0 1.5 0c0-.735.307-1.133.67-1.378a2.37 2.37 0 0 1 1.247-.372h3.436l-1.283 1.203a.75.75 0 0 0 1.026 1.094l2.667-2.5a.75.75 0 0 0 0-1.094z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconRouteFilled(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.142 6.142C8.904 3.381 10.284 2 12 2s3.096 1.38 5.858 4.142S22 10.284 22 12s-1.38 3.096-4.142 5.858S13.716 22 12 22s-3.096-1.38-5.858-4.142S2 13.716 2 12s1.38-3.096 4.142-5.858m7.704 2.31a.75.75 0 1 0-1.026 1.095l1.283 1.203h-3.436c-.555 0-1.378.15-2.087.628c-.748.505-1.33 1.357-1.33 2.622a.75.75 0 0 0 1.5 0c0-.735.307-1.133.67-1.378a2.37 2.37 0 0 1 1.247-.372h3.436l-1.283 1.203a.75.75 0 0 0 1.026 1.094l2.667-2.5a.75.75 0 0 0 0-1.094z" 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.142 6.142C8.904 3.381 10.284 2 12 2s3.096 1.38 5.858 4.142S22 10.284 22 12s-1.38 3.096-4.142 5.858S13.716 22 12 22s-3.096-1.38-5.858-4.142S2 13.716 2 12s1.38-3.096 4.142-5.858m7.704 2.31a.75.75 0 1 0-1.026 1.095l1.283 1.203h-3.436c-.555 0-1.378.15-2.087.628c-.748.505-1.33 1.357-1.33 2.622a.75.75 0 0 0 1.5 0c0-.735.307-1.133.67-1.378a2.37 2.37 0 0 1 1.247-.372h3.436l-1.283 1.203a.75.75 0 0 0 1.026 1.094l2.667-2.5a.75.75 0 0 0 0-1.094z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-route-filled {
  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.142%206.142C8.904%203.381%2010.284%202%2012%202s3.096%201.38%205.858%204.142S22%2010.284%2022%2012s-1.38%203.096-4.142%205.858S13.716%2022%2012%2022s-3.096-1.38-5.858-4.142S2%2013.716%202%2012s1.38-3.096%204.142-5.858m7.704%202.31a.75.75%200%201%200-1.026%201.095l1.283%201.203h-3.436c-.555%200-1.378.15-2.087.628c-.748.505-1.33%201.357-1.33%202.622a.75.75%200%200%200%201.5%200c0-.735.307-1.133.67-1.378a2.37%202.37%200%200%201%201.247-.372h3.436l-1.283%201.203a.75.75%200%200%200%201.026%201.094l2.667-2.5a.75.75%200%200%200%200-1.094z%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.142%206.142C8.904%203.381%2010.284%202%2012%202s3.096%201.38%205.858%204.142S22%2010.284%2022%2012s-1.38%203.096-4.142%205.858S13.716%2022%2012%2022s-3.096-1.38-5.858-4.142S2%2013.716%202%2012s1.38-3.096%204.142-5.858m7.704%202.31a.75.75%200%201%200-1.026%201.095l1.283%201.203h-3.436c-.555%200-1.378.15-2.087.628c-.748.505-1.33%201.357-1.33%202.622a.75.75%200%200%200%201.5%200c0-.735.307-1.133.67-1.378a2.37%202.37%200%200%201%201.247-.372h3.436l-1.283%201.203a.75.75%200%200%200%201.026%201.094l2.667-2.5a.75.75%200%200%200%200-1.094z%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/reicon/route-filled.svg?color=%231a73e8&size=48