pin icon
pin-sharp from Material Symbols Light by Google · Sharp · Android · Apache-2.0 Free for personal and commercial use.
- Name
- pin-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
pinAkar IconspinBootstrap IconspinBoxIcons v2pinBoxIcons v2 SolidpinCarbonpinCodiconspin-fillEva IconspinFramework7 Iconspin-12-filledFluent UI System Iconspin-16Fluent UI System Color Iconspincss.ggpinHuge IconspinIconParkpinIconPark OutlinepinIconPark SolidpinIconPark TwoTonepinIconoirpinIonIconspinJam IconspinLucidepinMage IconspinMajesticonspinMaterial SymbolspinMaterial Design Icons
More android icons from Material Symbols Light
1x-mobiledata1x-mobiledata-badge3g-mobiledata3g-mobiledata-badge4g-mobiledata4g-mobiledata-badge4g-plus-mobiledata5g5g-mobiledata-badgeadbairplanemode-inactiveandroidandroid-cell-4-barandroid-cell-4-bar-alertandroid-cell-4-bar-offandroid-cell-4-bar-plusandroid-cell-5-barandroid-cell-5-bar-alertandroid-cell-5-bar-offandroid-cell-5-bar-plusandroid-cell-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-bar
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="M3 19V5h18v14zm3.654-4.115h.804v-5.77h-.67L5.154 10.29l.446.63l1.054-.727zm3.062 0h3.669v-.77H10.88l-.012-.088q.448-.404.815-.783q.366-.378.739-.771q.412-.43.598-.852q.187-.421.187-.921q0-.687-.492-1.136q-.493-.449-1.266-.449q-.554 0-1.04.318q-.487.317-.706.84l.769.323q.144-.325.41-.512q.267-.188.567-.188q.433 0 .699.229q.267.229.267.625q0 .313-.12.551t-.469.626q-.506.563-.983 1.021t-1.128 1.09zm7.284 0q.804 0 1.306-.472q.502-.47.502-1.213q0-.546-.28-.887q-.278-.34-.786-.463v-.05q.427-.104.647-.397q.219-.294.219-.776q0-.675-.458-1.093t-1.2-.418q-.702 0-1.105.362q-.403.363-.591.695l.73.323q.12-.28.383-.446t.583-.165q.383 0 .624.216q.242.216.242.549q0 .389-.289.627t-.727.239h-.334v.769h.384q.558 0 .862.229q.304.228.304.636q0 .383-.304.668t-.712.286q-.425 0-.698-.188q-.273-.187-.467-.624l-.731.285q.213.61.712.959q.5.349 1.184.349"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPinSharp(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="M3 19V5h18v14zm3.654-4.115h.804v-5.77h-.67L5.154 10.29l.446.63l1.054-.727zm3.062 0h3.669v-.77H10.88l-.012-.088q.448-.404.815-.783q.366-.378.739-.771q.412-.43.598-.852q.187-.421.187-.921q0-.687-.492-1.136q-.493-.449-1.266-.449q-.554 0-1.04.318q-.487.317-.706.84l.769.323q.144-.325.41-.512q.267-.188.567-.188q.433 0 .699.229q.267.229.267.625q0 .313-.12.551t-.469.626q-.506.563-.983 1.021t-1.128 1.09zm7.284 0q.804 0 1.306-.472q.502-.47.502-1.213q0-.546-.28-.887q-.278-.34-.786-.463v-.05q.427-.104.647-.397q.219-.294.219-.776q0-.675-.458-1.093t-1.2-.418q-.702 0-1.105.362q-.403.363-.591.695l.73.323q.12-.28.383-.446t.583-.165q.383 0 .624.216q.242.216.242.549q0 .389-.289.627t-.727.239h-.334v.769h.384q.558 0 .862.229q.304.228.304.636q0 .383-.304.668t-.712.286q-.425 0-.698-.188q-.273-.187-.467-.624l-.731.285q.213.61.712.959q.5.349 1.184.349"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 19V5h18v14zm3.654-4.115h.804v-5.77h-.67L5.154 10.29l.446.63l1.054-.727zm3.062 0h3.669v-.77H10.88l-.012-.088q.448-.404.815-.783q.366-.378.739-.771q.412-.43.598-.852q.187-.421.187-.921q0-.687-.492-1.136q-.493-.449-1.266-.449q-.554 0-1.04.318q-.487.317-.706.84l.769.323q.144-.325.41-.512q.267-.188.567-.188q.433 0 .699.229q.267.229.267.625q0 .313-.12.551t-.469.626q-.506.563-.983 1.021t-1.128 1.09zm7.284 0q.804 0 1.306-.472q.502-.47.502-1.213q0-.546-.28-.887q-.278-.34-.786-.463v-.05q.427-.104.647-.397q.219-.294.219-.776q0-.675-.458-1.093t-1.2-.418q-.702 0-1.105.362q-.403.363-.591.695l.73.323q.12-.28.383-.446t.583-.165q.383 0 .624.216q.242.216.242.549q0 .389-.289.627t-.727.239h-.334v.769h.384q.558 0 .862.229q.304.228.304.636q0 .383-.304.668t-.712.286q-.425 0-.698-.188q-.273-.187-.467-.624l-.731.285q.213.61.712.959q.5.349 1.184.349"/></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%22M3%2019V5h18v14zm3.654-4.115h.804v-5.77h-.67L5.154%2010.29l.446.63l1.054-.727zm3.062%200h3.669v-.77H10.88l-.012-.088q.448-.404.815-.783q.366-.378.739-.771q.412-.43.598-.852q.187-.421.187-.921q0-.687-.492-1.136q-.493-.449-1.266-.449q-.554%200-1.04.318q-.487.317-.706.84l.769.323q.144-.325.41-.512q.267-.188.567-.188q.433%200%20.699.229q.267.229.267.625q0%20.313-.12.551t-.469.626q-.506.563-.983%201.021t-1.128%201.09zm7.284%200q.804%200%201.306-.472q.502-.47.502-1.213q0-.546-.28-.887q-.278-.34-.786-.463v-.05q.427-.104.647-.397q.219-.294.219-.776q0-.675-.458-1.093t-1.2-.418q-.702%200-1.105.362q-.403.363-.591.695l.73.323q.12-.28.383-.446t.583-.165q.383%200%20.624.216q.242.216.242.549q0%20.389-.289.627t-.727.239h-.334v.769h.384q.558%200%20.862.229q.304.228.304.636q0%20.383-.304.668t-.712.286q-.425%200-.698-.188q-.273-.187-.467-.624l-.731.285q.213.61.712.959q.5.349%201.184.349%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%22M3%2019V5h18v14zm3.654-4.115h.804v-5.77h-.67L5.154%2010.29l.446.63l1.054-.727zm3.062%200h3.669v-.77H10.88l-.012-.088q.448-.404.815-.783q.366-.378.739-.771q.412-.43.598-.852q.187-.421.187-.921q0-.687-.492-1.136q-.493-.449-1.266-.449q-.554%200-1.04.318q-.487.317-.706.84l.769.323q.144-.325.41-.512q.267-.188.567-.188q.433%200%20.699.229q.267.229.267.625q0%20.313-.12.551t-.469.626q-.506.563-.983%201.021t-1.128%201.09zm7.284%200q.804%200%201.306-.472q.502-.47.502-1.213q0-.546-.28-.887q-.278-.34-.786-.463v-.05q.427-.104.647-.397q.219-.294.219-.776q0-.675-.458-1.093t-1.2-.418q-.702%200-1.105.362q-.403.363-.591.695l.73.323q.12-.28.383-.446t.583-.165q.383%200%20.624.216q.242.216.242.549q0%20.389-.289.627t-.727.239h-.334v.769h.384q.558%200%20.862.229q.304.228.304.636q0%20.383-.304.668t-.712.286q-.425%200-.698-.188q-.273-.187-.467-.624l-.731.285q.213.61.712.959q.5.349%201.184.349%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-sharp.svg?color=%231a73e8&size=48