pushpin emoji
pushpin from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- pushpin
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji Flat
Use the pushpin emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#d3d3d3" d="M2.383 29.495c-.51-.51-.51-1.33 0-1.84l8.96-8.96l1.84 1.84l-8.96 8.96c-.51.51-1.33.51-1.84 0"/><path fill="#ca0b4a" d="m20.033 19.174l4.603-4.603L23 8.5l-5.796-1.36l-4.603 4.602L14 17.5z"/><path fill="#f8312f" d="m17.183 7.125l7.47 7.46a2.607 2.607 0 0 0 3.69 0l1.11-1.11c.42-.42.42-1.1 0-1.52l-9.64-9.64c-.42-.42-1.1-.42-1.52 0l-1.11 1.11a2.62 2.62 0 0 0 0 3.7m-11.1 7.44l11.12 11.12c.52.52 1.37.52 1.89 0l.91-.91a3.983 3.983 0 0 0 0-5.64l-7.37-7.37a3.983 3.983 0 0 0-5.64 0l-.91.91a1.34 1.34 0 0 0 0 1.89"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatPushpin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#d3d3d3" d="M2.383 29.495c-.51-.51-.51-1.33 0-1.84l8.96-8.96l1.84 1.84l-8.96 8.96c-.51.51-1.33.51-1.84 0"/><path fill="#ca0b4a" d="m20.033 19.174l4.603-4.603L23 8.5l-5.796-1.36l-4.603 4.602L14 17.5z"/><path fill="#f8312f" d="m17.183 7.125l7.47 7.46a2.607 2.607 0 0 0 3.69 0l1.11-1.11c.42-.42.42-1.1 0-1.52l-9.64-9.64c-.42-.42-1.1-.42-1.52 0l-1.11 1.11a2.62 2.62 0 0 0 0 3.7m-11.1 7.44l11.12 11.12c.52.52 1.37.52 1.89 0l.91-.91a3.983 3.983 0 0 0 0-5.64l-7.37-7.37a3.983 3.983 0 0 0-5.64 0l-.91.91a1.34 1.34 0 0 0 0 1.89"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#d3d3d3" d="M2.383 29.495c-.51-.51-.51-1.33 0-1.84l8.96-8.96l1.84 1.84l-8.96 8.96c-.51.51-1.33.51-1.84 0"/><path fill="#ca0b4a" d="m20.033 19.174l4.603-4.603L23 8.5l-5.796-1.36l-4.603 4.602L14 17.5z"/><path fill="#f8312f" d="m17.183 7.125l7.47 7.46a2.607 2.607 0 0 0 3.69 0l1.11-1.11c.42-.42.42-1.1 0-1.52l-9.64-9.64c-.42-.42-1.1-.42-1.52 0l-1.11 1.11a2.62 2.62 0 0 0 0 3.7m-11.1 7.44l11.12 11.12c.52.52 1.37.52 1.89 0l.91-.91a3.983 3.983 0 0 0 0-5.64l-7.37-7.37a3.983 3.983 0 0 0-5.64 0l-.91.91a1.34 1.34 0 0 0 0 1.89"/></g></svg> </template>
CSS
.icon-pushpin {
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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M2.383%2029.495c-.51-.51-.51-1.33%200-1.84l8.96-8.96l1.84%201.84l-8.96%208.96c-.51.51-1.33.51-1.84%200%22%2F%3E%3Cpath%20fill%3D%22%23ca0b4a%22%20d%3D%22m20.033%2019.174l4.603-4.603L23%208.5l-5.796-1.36l-4.603%204.602L14%2017.5z%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22m17.183%207.125l7.47%207.46a2.607%202.607%200%200%200%203.69%200l1.11-1.11c.42-.42.42-1.1%200-1.52l-9.64-9.64c-.42-.42-1.1-.42-1.52%200l-1.11%201.11a2.62%202.62%200%200%200%200%203.7m-11.1%207.44l11.12%2011.12c.52.52%201.37.52%201.89%200l.91-.91a3.983%203.983%200%200%200%200-5.64l-7.37-7.37a3.983%203.983%200%200%200-5.64%200l-.91.91a1.34%201.34%200%200%200%200%201.89%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M2.383%2029.495c-.51-.51-.51-1.33%200-1.84l8.96-8.96l1.84%201.84l-8.96%208.96c-.51.51-1.33.51-1.84%200%22%2F%3E%3Cpath%20fill%3D%22%23ca0b4a%22%20d%3D%22m20.033%2019.174l4.603-4.603L23%208.5l-5.796-1.36l-4.603%204.602L14%2017.5z%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22m17.183%207.125l7.47%207.46a2.607%202.607%200%200%200%203.69%200l1.11-1.11c.42-.42.42-1.1%200-1.52l-9.64-9.64c-.42-.42-1.1-.42-1.52%200l-1.11%201.11a2.62%202.62%200%200%200%200%203.7m-11.1%207.44l11.12%2011.12c.52.52%201.37.52%201.89%200l.91-.91a3.983%203.983%200%200%200%200-5.64l-7.37-7.37a3.983%203.983%200%200%200-5.64%200l-.91.91a1.34%201.34%200%200%200%200%201.89%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/pushpin.svg?color=%231a73e8&size=48