road-map-line from Remix Icon by Remix Design · Line · Map · Apache-2.0 Free for personal and commercial use.

Name
road-map-line
Set
Remix Icon
Style
Line
Category
Map
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More map icons from Remix Icon

Use the road map icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 6.143v12.824l5.065-2.17l6 3L20 17.68V4.857l1.303-.558a.5.5 0 0 1 .697.46V19l-7 3l-6-3l-6.303 2.701a.5.5 0 0 1-.697-.46V7zm12.243 5.1L12 15.485l-4.243-4.242a6 6 0 1 1 8.486 0M12 12.657l2.828-2.829a4 4 0 1 0-5.656 0z"/></svg>

React

import type { SVGProps } from "react";

export function RiRoadMapLine(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" d="M4 6.143v12.824l5.065-2.17l6 3L20 17.68V4.857l1.303-.558a.5.5 0 0 1 .697.46V19l-7 3l-6-3l-6.303 2.701a.5.5 0 0 1-.697-.46V7zm12.243 5.1L12 15.485l-4.243-4.242a6 6 0 1 1 8.486 0M12 12.657l2.828-2.829a4 4 0 1 0-5.656 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 6.143v12.824l5.065-2.17l6 3L20 17.68V4.857l1.303-.558a.5.5 0 0 1 .697.46V19l-7 3l-6-3l-6.303 2.701a.5.5 0 0 1-.697-.46V7zm12.243 5.1L12 15.485l-4.243-4.242a6 6 0 1 1 8.486 0M12 12.657l2.828-2.829a4 4 0 1 0-5.656 0z"/></svg>
</template>

CSS

.icon-road-map-line {
  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%20d%3D%22M4%206.143v12.824l5.065-2.17l6%203L20%2017.68V4.857l1.303-.558a.5.5%200%200%201%20.697.46V19l-7%203l-6-3l-6.303%202.701a.5.5%200%200%201-.697-.46V7zm12.243%205.1L12%2015.485l-4.243-4.242a6%206%200%201%201%208.486%200M12%2012.657l2.828-2.829a4%204%200%201%200-5.656%200z%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%20d%3D%22M4%206.143v12.824l5.065-2.17l6%203L20%2017.68V4.857l1.303-.558a.5.5%200%200%201%20.697.46V19l-7%203l-6-3l-6.303%202.701a.5.5%200%200%201-.697-.46V7zm12.243%205.1L12%2015.485l-4.243-4.242a6%206%200%201%201%208.486%200M12%2012.657l2.828-2.829a4%204%200%201%200-5.656%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/road-map-line.svg?color=%231a73e8&size=48