pinpoint icon
pinpoint from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- pinpoint
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Use the pinpoint icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm135.8 359.8c-32.5 32.5-74.6 51.9-119.8 55.6l-8-63.4h-16l-7.9 63.3c-45.3-3.7-87.4-23.1-119.8-55.6-32.5-32.5-51.9-74.6-55.6-119.8L128 264v-16l-63.3-7.9c3.7-45.3 23.1-87.4 55.6-119.8 32.5-32.5 74.6-51.9 119.8-55.6L248 128h16l7.9-63.3c45.3 3.7 87.4 23.1 119.8 55.6 32.5 32.5 51.9 74.6 55.6 119.8L384 248v16l63.3 7.9c-3.7 45.3-23.1 87.4-55.5 119.9z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonPinpoint(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm135.8 359.8c-32.5 32.5-74.6 51.9-119.8 55.6l-8-63.4h-16l-7.9 63.3c-45.3-3.7-87.4-23.1-119.8-55.6-32.5-32.5-51.9-74.6-55.6-119.8L128 264v-16l-63.3-7.9c3.7-45.3 23.1-87.4 55.6-119.8 32.5-32.5 74.6-51.9 119.8-55.6L248 128h16l7.9-63.3c45.3 3.7 87.4 23.1 119.8 55.6 32.5 32.5 51.9 74.6 55.6 119.8L384 248v16l63.3 7.9c-3.7 45.3-23.1 87.4-55.5 119.9z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm135.8 359.8c-32.5 32.5-74.6 51.9-119.8 55.6l-8-63.4h-16l-7.9 63.3c-45.3-3.7-87.4-23.1-119.8-55.6-32.5-32.5-51.9-74.6-55.6-119.8L128 264v-16l-63.3-7.9c3.7-45.3 23.1-87.4 55.6-119.8 32.5-32.5 74.6-51.9 119.8-55.6L248 128h16l7.9-63.3c45.3 3.7 87.4 23.1 119.8 55.6 32.5 32.5 51.9 74.6 55.6 119.8L384 248v16l63.3 7.9c-3.7 45.3-23.1 87.4-55.5 119.9z" fill="currentColor"/></svg> </template>
CSS
.icon-pinpoint {
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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2032C132.3%2032%2032%20132.3%2032%20256s100.3%20224%20224%20224%20224-100.3%20224-224S379.7%2032%20256%2032zm135.8%20359.8c-32.5%2032.5-74.6%2051.9-119.8%2055.6l-8-63.4h-16l-7.9%2063.3c-45.3-3.7-87.4-23.1-119.8-55.6-32.5-32.5-51.9-74.6-55.6-119.8L128%20264v-16l-63.3-7.9c3.7-45.3%2023.1-87.4%2055.6-119.8%2032.5-32.5%2074.6-51.9%20119.8-55.6L248%20128h16l7.9-63.3c45.3%203.7%2087.4%2023.1%20119.8%2055.6%2032.5%2032.5%2051.9%2074.6%2055.6%20119.8L384%20248v16l63.3%207.9c-3.7%2045.3-23.1%2087.4-55.5%20119.9z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2032C132.3%2032%2032%20132.3%2032%20256s100.3%20224%20224%20224%20224-100.3%20224-224S379.7%2032%20256%2032zm135.8%20359.8c-32.5%2032.5-74.6%2051.9-119.8%2055.6l-8-63.4h-16l-7.9%2063.3c-45.3-3.7-87.4-23.1-119.8-55.6-32.5-32.5-51.9-74.6-55.6-119.8L128%20264v-16l-63.3-7.9c3.7-45.3%2023.1-87.4%2055.6-119.8%2032.5-32.5%2074.6-51.9%20119.8-55.6L248%20128h16l7.9-63.3c45.3%203.7%2087.4%2023.1%20119.8%2055.6%2032.5%2032.5%2051.9%2074.6%2055.6%20119.8L384%20248v16l63.3%207.9c-3.7%2045.3-23.1%2087.4-55.5%20119.9z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/pinpoint.svg?color=%231a73e8&size=48