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

Name
road-map-fill
Set
Remix Icon
Style
Fill
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="M16.95 11.95a7 7 0 0 0 1.858-6.582l2.495-1.07a.5.5 0 0 1 .697.46V19l-7 3l-6-3l-6.303 2.701a.5.5 0 0 1-.697-.46V7l3.129-1.341a7 7 0 0 0 1.921 6.29L12 16.9zm-1.414-1.414L12 14.07l-3.536-3.535a5 5 0 1 1 7.072 0"/></svg>

React

import type { SVGProps } from "react";

export function RiRoadMapFill(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="M16.95 11.95a7 7 0 0 0 1.858-6.582l2.495-1.07a.5.5 0 0 1 .697.46V19l-7 3l-6-3l-6.303 2.701a.5.5 0 0 1-.697-.46V7l3.129-1.341a7 7 0 0 0 1.921 6.29L12 16.9zm-1.414-1.414L12 14.07l-3.536-3.535a5 5 0 1 1 7.072 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.95 11.95a7 7 0 0 0 1.858-6.582l2.495-1.07a.5.5 0 0 1 .697.46V19l-7 3l-6-3l-6.303 2.701a.5.5 0 0 1-.697-.46V7l3.129-1.341a7 7 0 0 0 1.921 6.29L12 16.9zm-1.414-1.414L12 14.07l-3.536-3.535a5 5 0 1 1 7.072 0"/></svg>
</template>

CSS

.icon-road-map-fill {
  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%22M16.95%2011.95a7%207%200%200%200%201.858-6.582l2.495-1.07a.5.5%200%200%201%20.697.46V19l-7%203l-6-3l-6.303%202.701a.5.5%200%200%201-.697-.46V7l3.129-1.341a7%207%200%200%200%201.921%206.29L12%2016.9zm-1.414-1.414L12%2014.07l-3.536-3.535a5%205%200%201%201%207.072%200%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%22M16.95%2011.95a7%207%200%200%200%201.858-6.582l2.495-1.07a.5.5%200%200%201%20.697.46V19l-7%203l-6-3l-6.303%202.701a.5.5%200%200%201-.697-.46V7l3.129-1.341a7%207%200%200%200%201.921%206.29L12%2016.9zm-1.414-1.414L12%2014.07l-3.536-3.535a5%205%200%201%201%207.072%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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