pin road 2 icon
pin-road-2 from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- pin-road-2
- Set
- Material Symbols Light
- 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 Light
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.135 20v-2.866h1V20zm0-6.558v-2.865h1v2.865zm0-6.558V4h1v2.885zM20.019 20L17.673 4h1L21 20zm-13.61-.064q-.113-.064-.175-.192l-.083-.193q-.455-1.026-1.336-1.747q-.88-.722-1.496-1.642q-.342-.495-.513-1.076q-.171-.58-.171-1.191q0-1.664 1.154-2.844t2.807-1.18q1.675 0 2.879 1.109t1.204 2.756q0 .633-.152 1.262t-.52 1.164q-.615.925-1.486 1.651t-1.36 1.736l-.084.19q-.064.13-.181.196Q6.779 20 6.65 20t-.241-.064m1.435-4.88q.501-.5.501-1.19q0-.691-.5-1.192t-1.192-.501t-1.192.501t-.5 1.192t.5 1.19t1.192.502t1.191-.501m3.016-6.051q-.207-.194-.417-.346t-.46-.312L10.617 4h.98z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPinRoad2(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.135 20v-2.866h1V20zm0-6.558v-2.865h1v2.865zm0-6.558V4h1v2.885zM20.019 20L17.673 4h1L21 20zm-13.61-.064q-.113-.064-.175-.192l-.083-.193q-.455-1.026-1.336-1.747q-.88-.722-1.496-1.642q-.342-.495-.513-1.076q-.171-.58-.171-1.191q0-1.664 1.154-2.844t2.807-1.18q1.675 0 2.879 1.109t1.204 2.756q0 .633-.152 1.262t-.52 1.164q-.615.925-1.486 1.651t-1.36 1.736l-.084.19q-.064.13-.181.196Q6.779 20 6.65 20t-.241-.064m1.435-4.88q.501-.5.501-1.19q0-.691-.5-1.192t-1.192-.501t-1.192.501t-.5 1.192t.5 1.19t1.192.502t1.191-.501m3.016-6.051q-.207-.194-.417-.346t-.46-.312L10.617 4h.98z"/></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.135 20v-2.866h1V20zm0-6.558v-2.865h1v2.865zm0-6.558V4h1v2.885zM20.019 20L17.673 4h1L21 20zm-13.61-.064q-.113-.064-.175-.192l-.083-.193q-.455-1.026-1.336-1.747q-.88-.722-1.496-1.642q-.342-.495-.513-1.076q-.171-.58-.171-1.191q0-1.664 1.154-2.844t2.807-1.18q1.675 0 2.879 1.109t1.204 2.756q0 .633-.152 1.262t-.52 1.164q-.615.925-1.486 1.651t-1.36 1.736l-.084.19q-.064.13-.181.196Q6.779 20 6.65 20t-.241-.064m1.435-4.88q.501-.5.501-1.19q0-.691-.5-1.192t-1.192-.501t-1.192.501t-.5 1.192t.5 1.19t1.192.502t1.191-.501m3.016-6.051q-.207-.194-.417-.346t-.46-.312L10.617 4h.98z"/></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.135%2020v-2.866h1V20zm0-6.558v-2.865h1v2.865zm0-6.558V4h1v2.885zM20.019%2020L17.673%204h1L21%2020zm-13.61-.064q-.113-.064-.175-.192l-.083-.193q-.455-1.026-1.336-1.747q-.88-.722-1.496-1.642q-.342-.495-.513-1.076q-.171-.58-.171-1.191q0-1.664%201.154-2.844t2.807-1.18q1.675%200%202.879%201.109t1.204%202.756q0%20.633-.152%201.262t-.52%201.164q-.615.925-1.486%201.651t-1.36%201.736l-.084.19q-.064.13-.181.196Q6.779%2020%206.65%2020t-.241-.064m1.435-4.88q.501-.5.501-1.19q0-.691-.5-1.192t-1.192-.501t-1.192.501t-.5%201.192t.5%201.19t1.192.502t1.191-.501m3.016-6.051q-.207-.194-.417-.346t-.46-.312L10.617%204h.98z%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.135%2020v-2.866h1V20zm0-6.558v-2.865h1v2.865zm0-6.558V4h1v2.885zM20.019%2020L17.673%204h1L21%2020zm-13.61-.064q-.113-.064-.175-.192l-.083-.193q-.455-1.026-1.336-1.747q-.88-.722-1.496-1.642q-.342-.495-.513-1.076q-.171-.58-.171-1.191q0-1.664%201.154-2.844t2.807-1.18q1.675%200%202.879%201.109t1.204%202.756q0%20.633-.152%201.262t-.52%201.164q-.615.925-1.486%201.651t-1.36%201.736l-.084.19q-.064.13-.181.196Q6.779%2020%206.65%2020t-.241-.064m1.435-4.88q.501-.5.501-1.19q0-.691-.5-1.192t-1.192-.501t-1.192.501t-.5%201.192t.5%201.19t1.192.502t1.191-.501m3.016-6.051q-.207-.194-.417-.346t-.46-.312L10.617%204h.98z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/pin-road-2.svg?color=%231a73e8&size=48