pin-road-2 from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.

Name
pin-road-2
Set
Material Symbols
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
pin-road-2-outline, pin-road-2-outline-rounded, pin-road-2-outline-sharp, pin-road-2-rounded, pin-road-2-sharp

The same icon in other sets

More maps icons from Material Symbols

Use the pin road 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 21v-4h2v4zm0-7v-4h2v4zm0-7V3h2v4zm6 14L17.5 3h2L22 21zm-13.538-.075q-.137-.075-.212-.225l-.1-.225q-.55-1.2-1.588-2.063T2.8 16.45q-.4-.575-.6-1.25T2 13.8q0-1.975 1.375-3.375t3.325-1.4q1.975 0 3.4 1.312t1.425 3.263q0 .75-.2 1.475T10.7 16.45q-.725 1.1-1.75 1.963t-1.6 2.062l-.1.225q-.075.15-.212.225T6.75 21t-.287-.075m1.7-5.762q.587-.588.587-1.413t-.587-1.412t-1.413-.588t-1.412.588t-.588 1.412t.588 1.413t1.412.587t1.413-.587m3.487-6.138q-.4-.425-.85-.75t-.95-.6L10.5 3h2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPinRoad2(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="M14 21v-4h2v4zm0-7v-4h2v4zm0-7V3h2v4zm6 14L17.5 3h2L22 21zm-13.538-.075q-.137-.075-.212-.225l-.1-.225q-.55-1.2-1.588-2.063T2.8 16.45q-.4-.575-.6-1.25T2 13.8q0-1.975 1.375-3.375t3.325-1.4q1.975 0 3.4 1.312t1.425 3.263q0 .75-.2 1.475T10.7 16.45q-.725 1.1-1.75 1.963t-1.6 2.062l-.1.225q-.075.15-.212.225T6.75 21t-.287-.075m1.7-5.762q.587-.588.587-1.413t-.587-1.412t-1.413-.588t-1.412.588t-.588 1.412t.588 1.413t1.412.587t1.413-.587m3.487-6.138q-.4-.425-.85-.75t-.95-.6L10.5 3h2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 21v-4h2v4zm0-7v-4h2v4zm0-7V3h2v4zm6 14L17.5 3h2L22 21zm-13.538-.075q-.137-.075-.212-.225l-.1-.225q-.55-1.2-1.588-2.063T2.8 16.45q-.4-.575-.6-1.25T2 13.8q0-1.975 1.375-3.375t3.325-1.4q1.975 0 3.4 1.312t1.425 3.263q0 .75-.2 1.475T10.7 16.45q-.725 1.1-1.75 1.963t-1.6 2.062l-.1.225q-.075.15-.212.225T6.75 21t-.287-.075m1.7-5.762q.587-.588.587-1.413t-.587-1.412t-1.413-.588t-1.412.588t-.588 1.412t.588 1.413t1.412.587t1.413-.587m3.487-6.138q-.4-.425-.85-.75t-.95-.6L10.5 3h2z"/></svg>
</template>

CSS

.icon-pin-road-2 {
  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%22M14%2021v-4h2v4zm0-7v-4h2v4zm0-7V3h2v4zm6%2014L17.5%203h2L22%2021zm-13.538-.075q-.137-.075-.212-.225l-.1-.225q-.55-1.2-1.588-2.063T2.8%2016.45q-.4-.575-.6-1.25T2%2013.8q0-1.975%201.375-3.375t3.325-1.4q1.975%200%203.4%201.312t1.425%203.263q0%20.75-.2%201.475T10.7%2016.45q-.725%201.1-1.75%201.963t-1.6%202.062l-.1.225q-.075.15-.212.225T6.75%2021t-.287-.075m1.7-5.762q.587-.588.587-1.413t-.587-1.412t-1.413-.588t-1.412.588t-.588%201.412t.588%201.413t1.412.587t1.413-.587m3.487-6.138q-.4-.425-.85-.75t-.95-.6L10.5%203h2z%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%22M14%2021v-4h2v4zm0-7v-4h2v4zm0-7V3h2v4zm6%2014L17.5%203h2L22%2021zm-13.538-.075q-.137-.075-.212-.225l-.1-.225q-.55-1.2-1.588-2.063T2.8%2016.45q-.4-.575-.6-1.25T2%2013.8q0-1.975%201.375-3.375t3.325-1.4q1.975%200%203.4%201.312t1.425%203.263q0%20.75-.2%201.475T10.7%2016.45q-.725%201.1-1.75%201.963t-1.6%202.062l-.1.225q-.075.15-.212.225T6.75%2021t-.287-.075m1.7-5.762q.587-.588.587-1.413t-.587-1.412t-1.413-.588t-1.412.588t-.588%201.412t.588%201.413t1.412.587t1.413-.587m3.487-6.138q-.4-.425-.85-.75t-.95-.6L10.5%203h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/pin-road-2.svg?color=%231a73e8&size=48