pin-sharp from Material Symbols by Google · Sharp · Android · Apache-2.0 Free for personal and commercial use.

Name
pin-sharp
Set
Material Symbols
Style
Sharp
Category
Android
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the pin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 20V4h20v16zm4.5-5h1.15V9h-.9L5 10.25l.6.9l.9-.65zm3.1 0h3.9v-1h-2.35l-.05-.05q.525-.5.863-.85t.537-.55q.45-.45.675-.9t.225-.95q0-.725-.55-1.213T11.45 9q-.65 0-1.175.375t-.725.975l1 .4q.125-.325.363-.513t.537-.187q.375 0 .613.2t.237.5q0 .275-.1.513t-.45.587l-.8.8L9.6 14zm7.4 0q.9 0 1.45-.5t.55-1.3q0-.45-.25-.8t-.7-.55v-.05q.35-.2.55-.513t.2-.737q0-.675-.525-1.113T16.95 9q-.625 0-1.162.363t-.688.887l1 .4q.1-.3.325-.475T16.95 10q.325 0 .538.188t.212.462q0 .35-.25.55t-.65.2h-.45v1h.5q.5 0 .775.2t.275.55q0 .325-.275.563T17 13.95q-.425 0-.65-.187t-.4-.663l-1 .4q.175.725.713 1.113T17 15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPinSharp(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="M2 20V4h20v16zm4.5-5h1.15V9h-.9L5 10.25l.6.9l.9-.65zm3.1 0h3.9v-1h-2.35l-.05-.05q.525-.5.863-.85t.537-.55q.45-.45.675-.9t.225-.95q0-.725-.55-1.213T11.45 9q-.65 0-1.175.375t-.725.975l1 .4q.125-.325.363-.513t.537-.187q.375 0 .613.2t.237.5q0 .275-.1.513t-.45.587l-.8.8L9.6 14zm7.4 0q.9 0 1.45-.5t.55-1.3q0-.45-.25-.8t-.7-.55v-.05q.35-.2.55-.513t.2-.737q0-.675-.525-1.113T16.95 9q-.625 0-1.162.363t-.688.887l1 .4q.1-.3.325-.475T16.95 10q.325 0 .538.188t.212.462q0 .35-.25.55t-.65.2h-.45v1h.5q.5 0 .775.2t.275.55q0 .325-.275.563T17 13.95q-.425 0-.65-.187t-.4-.663l-1 .4q.175.725.713 1.113T17 15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 20V4h20v16zm4.5-5h1.15V9h-.9L5 10.25l.6.9l.9-.65zm3.1 0h3.9v-1h-2.35l-.05-.05q.525-.5.863-.85t.537-.55q.45-.45.675-.9t.225-.95q0-.725-.55-1.213T11.45 9q-.65 0-1.175.375t-.725.975l1 .4q.125-.325.363-.513t.537-.187q.375 0 .613.2t.237.5q0 .275-.1.513t-.45.587l-.8.8L9.6 14zm7.4 0q.9 0 1.45-.5t.55-1.3q0-.45-.25-.8t-.7-.55v-.05q.35-.2.55-.513t.2-.737q0-.675-.525-1.113T16.95 9q-.625 0-1.162.363t-.688.887l1 .4q.1-.3.325-.475T16.95 10q.325 0 .538.188t.212.462q0 .35-.25.55t-.65.2h-.45v1h.5q.5 0 .775.2t.275.55q0 .325-.275.563T17 13.95q-.425 0-.65-.187t-.4-.663l-1 .4q.175.725.713 1.113T17 15"/></svg>
</template>

CSS

.icon-pin-sharp {
  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%22M2%2020V4h20v16zm4.5-5h1.15V9h-.9L5%2010.25l.6.9l.9-.65zm3.1%200h3.9v-1h-2.35l-.05-.05q.525-.5.863-.85t.537-.55q.45-.45.675-.9t.225-.95q0-.725-.55-1.213T11.45%209q-.65%200-1.175.375t-.725.975l1%20.4q.125-.325.363-.513t.537-.187q.375%200%20.613.2t.237.5q0%20.275-.1.513t-.45.587l-.8.8L9.6%2014zm7.4%200q.9%200%201.45-.5t.55-1.3q0-.45-.25-.8t-.7-.55v-.05q.35-.2.55-.513t.2-.737q0-.675-.525-1.113T16.95%209q-.625%200-1.162.363t-.688.887l1%20.4q.1-.3.325-.475T16.95%2010q.325%200%20.538.188t.212.462q0%20.35-.25.55t-.65.2h-.45v1h.5q.5%200%20.775.2t.275.55q0%20.325-.275.563T17%2013.95q-.425%200-.65-.187t-.4-.663l-1%20.4q.175.725.713%201.113T17%2015%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%22M2%2020V4h20v16zm4.5-5h1.15V9h-.9L5%2010.25l.6.9l.9-.65zm3.1%200h3.9v-1h-2.35l-.05-.05q.525-.5.863-.85t.537-.55q.45-.45.675-.9t.225-.95q0-.725-.55-1.213T11.45%209q-.65%200-1.175.375t-.725.975l1%20.4q.125-.325.363-.513t.537-.187q.375%200%20.613.2t.237.5q0%20.275-.1.513t-.45.587l-.8.8L9.6%2014zm7.4%200q.9%200%201.45-.5t.55-1.3q0-.45-.25-.8t-.7-.55v-.05q.35-.2.55-.513t.2-.737q0-.675-.525-1.113T16.95%209q-.625%200-1.162.363t-.688.887l1%20.4q.1-.3.325-.475T16.95%2010q.325%200%20.538.188t.212.462q0%20.35-.25.55t-.65.2h-.45v1h.5q.5%200%20.775.2t.275.55q0%20.325-.275.563T17%2013.95q-.425%200-.65-.187t-.4-.663l-1%20.4q.175.725.713%201.113T17%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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