pin invoke icon
pin-invoke-sharp from Material Symbols Light by Google · Sharp · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- pin-invoke-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- pin-invoke-outline-sharp
2 other variants in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
Use the pin invoke icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 19V5h10.73v1H4v12h16v-5.73h1V19zm6.339-2.644l-.708-.714l4.18-4.161H9.85v-1h4.65v4.65h-1v-2.937zm9.238-6.51q-1.01 0-1.717-.706t-.706-1.717t.706-1.716T18.577 5t1.716.707T21 7.423t-.707 1.717t-1.716.706"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPinInvokeSharp(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 19V5h10.73v1H4v12h16v-5.73h1V19zm6.339-2.644l-.708-.714l4.18-4.161H9.85v-1h4.65v4.65h-1v-2.937zm9.238-6.51q-1.01 0-1.717-.706t-.706-1.717t.706-1.716T18.577 5t1.716.707T21 7.423t-.707 1.717t-1.716.706"/></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 19V5h10.73v1H4v12h16v-5.73h1V19zm6.339-2.644l-.708-.714l4.18-4.161H9.85v-1h4.65v4.65h-1v-2.937zm9.238-6.51q-1.01 0-1.717-.706t-.706-1.717t.706-1.716T18.577 5t1.716.707T21 7.423t-.707 1.717t-1.716.706"/></svg> </template>
CSS
.icon-pin-invoke-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%2019V5h10.73v1H4v12h16v-5.73h1V19zm6.339-2.644l-.708-.714l4.18-4.161H9.85v-1h4.65v4.65h-1v-2.937zm9.238-6.51q-1.01%200-1.717-.706t-.706-1.717t.706-1.716T18.577%205t1.716.707T21%207.423t-.707%201.717t-1.716.706%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%2019V5h10.73v1H4v12h16v-5.73h1V19zm6.339-2.644l-.708-.714l4.18-4.161H9.85v-1h4.65v4.65h-1v-2.937zm9.238-6.51q-1.01%200-1.717-.706t-.706-1.717t.706-1.716T18.577%205t1.716.707T21%207.423t-.707%201.717t-1.716.706%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-invoke-sharp.svg?color=%231a73e8&size=48