pushpin emoji
pushpin from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- pushpin
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 512×512
- License
- Apache 2.0
The same emoji in other sets
More objects icons from Firefox OS Emoji
admissionticketsalienmonsteramericanfootballartistpaletteauberginebabybottlebackofenvelopeballoonballotboldscriptxballotboxboldcheckballotboxwithboldscriptxballottboxwithballottballottboxwithscriptxballottscriptxbananabanknotedollarbanknoteeurobanknotepoundbanknoteyenbarchartbaseballbasketballandhoopbathbathtub
Use the pushpin emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#96A9B2" d="M181.973 356.959s-.511.62-1.508 1.743c-.98 1.14-2.471 2.758-4.361 4.826c-3.807 4.107-9.367 9.854-16.276 16.513a573 573 0 0 1-11.301 10.605c-4.053 3.72-8.399 7.571-12.925 11.525l-14.026 12.12c-4.803 4.101-9.649 8.3-14.57 12.424l-14.64 12.355c-4.826 4.078-9.654 8.012-14.284 11.862l-6.835 5.656l-6.601 5.359c-4.3 3.474-8.325 6.797-12.118 9.789l-10.316 8.199l-8.013 6.261l-5.197 3.99l-1.852 1.399a7.21 7.21 0 0 1-10.098-1.406c-1.987-2.63-1.892-6.185 0-8.692l1.399-1.852l3.99-5.197l6.261-8.013l8.199-10.316c2.991-3.793 6.315-7.818 9.789-12.118l5.359-6.601l5.656-6.835c3.85-4.63 7.784-9.458 11.862-14.284l12.355-14.64c4.124-4.921 8.323-9.767 12.424-14.57l12.12-14.026c3.954-4.526 7.805-8.872 11.525-12.925a576 576 0 0 1 10.605-11.301c6.659-6.909 12.406-12.469 16.513-16.276c2.068-1.89 3.686-3.381 4.826-4.361c1.123-.997 1.743-1.508 1.743-1.508c9.17-7.56 22.733-6.255 30.293 2.915c6.667 8.087 6.433 19.59.002 27.38"/><path fill="#FF473E" d="M494.299 171.479L337.16 14.34c-8.189-8.189-21.467-8.189-29.656 0l-6.559 6.559c-21.56 21.56-21.56 56.515 0 78.075a2.83 2.83 0 0 1 0 4.007l-82.228 82.228c-5.252 5.252-13.471 5.873-19.585 1.655c-29.012-20.016-69.057-17.127-94.871 8.687l-32.108 32.108c-17.237 17.237-17.237 45.183 0 62.42L218.56 436.485c17.237 17.237 45.183 17.237 62.42 0l32.108-32.108c25.815-25.815 28.703-65.859 8.687-94.871c-4.218-6.114-3.597-14.333 1.655-19.585l82.228-82.228a2.83 2.83 0 0 1 4.007 0c21.56 21.56 56.515 21.56 78.075 0l6.559-6.559c8.189-8.188 8.189-21.466 0-29.655"/><path fill="#FF6E83" d="M252.285 231.708a16.6 16.6 0 0 1-11.78-4.88c-6.506-6.506-6.506-17.055 0-23.561l65.539-65.539c6.506-6.507 17.055-6.507 23.561 0s6.506 17.055 0 23.561l-65.538 65.539a16.62 16.62 0 0 1-11.782 4.88"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiPushpin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#96A9B2" d="M181.973 356.959s-.511.62-1.508 1.743c-.98 1.14-2.471 2.758-4.361 4.826c-3.807 4.107-9.367 9.854-16.276 16.513a573 573 0 0 1-11.301 10.605c-4.053 3.72-8.399 7.571-12.925 11.525l-14.026 12.12c-4.803 4.101-9.649 8.3-14.57 12.424l-14.64 12.355c-4.826 4.078-9.654 8.012-14.284 11.862l-6.835 5.656l-6.601 5.359c-4.3 3.474-8.325 6.797-12.118 9.789l-10.316 8.199l-8.013 6.261l-5.197 3.99l-1.852 1.399a7.21 7.21 0 0 1-10.098-1.406c-1.987-2.63-1.892-6.185 0-8.692l1.399-1.852l3.99-5.197l6.261-8.013l8.199-10.316c2.991-3.793 6.315-7.818 9.789-12.118l5.359-6.601l5.656-6.835c3.85-4.63 7.784-9.458 11.862-14.284l12.355-14.64c4.124-4.921 8.323-9.767 12.424-14.57l12.12-14.026c3.954-4.526 7.805-8.872 11.525-12.925a576 576 0 0 1 10.605-11.301c6.659-6.909 12.406-12.469 16.513-16.276c2.068-1.89 3.686-3.381 4.826-4.361c1.123-.997 1.743-1.508 1.743-1.508c9.17-7.56 22.733-6.255 30.293 2.915c6.667 8.087 6.433 19.59.002 27.38"/><path fill="#FF473E" d="M494.299 171.479L337.16 14.34c-8.189-8.189-21.467-8.189-29.656 0l-6.559 6.559c-21.56 21.56-21.56 56.515 0 78.075a2.83 2.83 0 0 1 0 4.007l-82.228 82.228c-5.252 5.252-13.471 5.873-19.585 1.655c-29.012-20.016-69.057-17.127-94.871 8.687l-32.108 32.108c-17.237 17.237-17.237 45.183 0 62.42L218.56 436.485c17.237 17.237 45.183 17.237 62.42 0l32.108-32.108c25.815-25.815 28.703-65.859 8.687-94.871c-4.218-6.114-3.597-14.333 1.655-19.585l82.228-82.228a2.83 2.83 0 0 1 4.007 0c21.56 21.56 56.515 21.56 78.075 0l6.559-6.559c8.189-8.188 8.189-21.466 0-29.655"/><path fill="#FF6E83" d="M252.285 231.708a16.6 16.6 0 0 1-11.78-4.88c-6.506-6.506-6.506-17.055 0-23.561l65.539-65.539c6.506-6.507 17.055-6.507 23.561 0s6.506 17.055 0 23.561l-65.538 65.539a16.62 16.62 0 0 1-11.782 4.88"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#96A9B2" d="M181.973 356.959s-.511.62-1.508 1.743c-.98 1.14-2.471 2.758-4.361 4.826c-3.807 4.107-9.367 9.854-16.276 16.513a573 573 0 0 1-11.301 10.605c-4.053 3.72-8.399 7.571-12.925 11.525l-14.026 12.12c-4.803 4.101-9.649 8.3-14.57 12.424l-14.64 12.355c-4.826 4.078-9.654 8.012-14.284 11.862l-6.835 5.656l-6.601 5.359c-4.3 3.474-8.325 6.797-12.118 9.789l-10.316 8.199l-8.013 6.261l-5.197 3.99l-1.852 1.399a7.21 7.21 0 0 1-10.098-1.406c-1.987-2.63-1.892-6.185 0-8.692l1.399-1.852l3.99-5.197l6.261-8.013l8.199-10.316c2.991-3.793 6.315-7.818 9.789-12.118l5.359-6.601l5.656-6.835c3.85-4.63 7.784-9.458 11.862-14.284l12.355-14.64c4.124-4.921 8.323-9.767 12.424-14.57l12.12-14.026c3.954-4.526 7.805-8.872 11.525-12.925a576 576 0 0 1 10.605-11.301c6.659-6.909 12.406-12.469 16.513-16.276c2.068-1.89 3.686-3.381 4.826-4.361c1.123-.997 1.743-1.508 1.743-1.508c9.17-7.56 22.733-6.255 30.293 2.915c6.667 8.087 6.433 19.59.002 27.38"/><path fill="#FF473E" d="M494.299 171.479L337.16 14.34c-8.189-8.189-21.467-8.189-29.656 0l-6.559 6.559c-21.56 21.56-21.56 56.515 0 78.075a2.83 2.83 0 0 1 0 4.007l-82.228 82.228c-5.252 5.252-13.471 5.873-19.585 1.655c-29.012-20.016-69.057-17.127-94.871 8.687l-32.108 32.108c-17.237 17.237-17.237 45.183 0 62.42L218.56 436.485c17.237 17.237 45.183 17.237 62.42 0l32.108-32.108c25.815-25.815 28.703-65.859 8.687-94.871c-4.218-6.114-3.597-14.333 1.655-19.585l82.228-82.228a2.83 2.83 0 0 1 4.007 0c21.56 21.56 56.515 21.56 78.075 0l6.559-6.559c8.189-8.188 8.189-21.466 0-29.655"/><path fill="#FF6E83" d="M252.285 231.708a16.6 16.6 0 0 1-11.78-4.88c-6.506-6.506-6.506-17.055 0-23.561l65.539-65.539c6.506-6.507 17.055-6.507 23.561 0s6.506 17.055 0 23.561l-65.538 65.539a16.62 16.62 0 0 1-11.782 4.88"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22%2396A9B2%22%20d%3D%22M181.973%20356.959s-.511.62-1.508%201.743c-.98%201.14-2.471%202.758-4.361%204.826c-3.807%204.107-9.367%209.854-16.276%2016.513a573%20573%200%200%201-11.301%2010.605c-4.053%203.72-8.399%207.571-12.925%2011.525l-14.026%2012.12c-4.803%204.101-9.649%208.3-14.57%2012.424l-14.64%2012.355c-4.826%204.078-9.654%208.012-14.284%2011.862l-6.835%205.656l-6.601%205.359c-4.3%203.474-8.325%206.797-12.118%209.789l-10.316%208.199l-8.013%206.261l-5.197%203.99l-1.852%201.399a7.21%207.21%200%200%201-10.098-1.406c-1.987-2.63-1.892-6.185%200-8.692l1.399-1.852l3.99-5.197l6.261-8.013l8.199-10.316c2.991-3.793%206.315-7.818%209.789-12.118l5.359-6.601l5.656-6.835c3.85-4.63%207.784-9.458%2011.862-14.284l12.355-14.64c4.124-4.921%208.323-9.767%2012.424-14.57l12.12-14.026c3.954-4.526%207.805-8.872%2011.525-12.925a576%20576%200%200%201%2010.605-11.301c6.659-6.909%2012.406-12.469%2016.513-16.276c2.068-1.89%203.686-3.381%204.826-4.361c1.123-.997%201.743-1.508%201.743-1.508c9.17-7.56%2022.733-6.255%2030.293%202.915c6.667%208.087%206.433%2019.59.002%2027.38%22%2F%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M494.299%20171.479L337.16%2014.34c-8.189-8.189-21.467-8.189-29.656%200l-6.559%206.559c-21.56%2021.56-21.56%2056.515%200%2078.075a2.83%202.83%200%200%201%200%204.007l-82.228%2082.228c-5.252%205.252-13.471%205.873-19.585%201.655c-29.012-20.016-69.057-17.127-94.871%208.687l-32.108%2032.108c-17.237%2017.237-17.237%2045.183%200%2062.42L218.56%20436.485c17.237%2017.237%2045.183%2017.237%2062.42%200l32.108-32.108c25.815-25.815%2028.703-65.859%208.687-94.871c-4.218-6.114-3.597-14.333%201.655-19.585l82.228-82.228a2.83%202.83%200%200%201%204.007%200c21.56%2021.56%2056.515%2021.56%2078.075%200l6.559-6.559c8.189-8.188%208.189-21.466%200-29.655%22%2F%3E%3Cpath%20fill%3D%22%23FF6E83%22%20d%3D%22M252.285%20231.708a16.6%2016.6%200%200%201-11.78-4.88c-6.506-6.506-6.506-17.055%200-23.561l65.539-65.539c6.506-6.507%2017.055-6.507%2023.561%200s6.506%2017.055%200%2023.561l-65.538%2065.539a16.62%2016.62%200%200%201-11.782%204.88%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%20fill%3D%22%2396A9B2%22%20d%3D%22M181.973%20356.959s-.511.62-1.508%201.743c-.98%201.14-2.471%202.758-4.361%204.826c-3.807%204.107-9.367%209.854-16.276%2016.513a573%20573%200%200%201-11.301%2010.605c-4.053%203.72-8.399%207.571-12.925%2011.525l-14.026%2012.12c-4.803%204.101-9.649%208.3-14.57%2012.424l-14.64%2012.355c-4.826%204.078-9.654%208.012-14.284%2011.862l-6.835%205.656l-6.601%205.359c-4.3%203.474-8.325%206.797-12.118%209.789l-10.316%208.199l-8.013%206.261l-5.197%203.99l-1.852%201.399a7.21%207.21%200%200%201-10.098-1.406c-1.987-2.63-1.892-6.185%200-8.692l1.399-1.852l3.99-5.197l6.261-8.013l8.199-10.316c2.991-3.793%206.315-7.818%209.789-12.118l5.359-6.601l5.656-6.835c3.85-4.63%207.784-9.458%2011.862-14.284l12.355-14.64c4.124-4.921%208.323-9.767%2012.424-14.57l12.12-14.026c3.954-4.526%207.805-8.872%2011.525-12.925a576%20576%200%200%201%2010.605-11.301c6.659-6.909%2012.406-12.469%2016.513-16.276c2.068-1.89%203.686-3.381%204.826-4.361c1.123-.997%201.743-1.508%201.743-1.508c9.17-7.56%2022.733-6.255%2030.293%202.915c6.667%208.087%206.433%2019.59.002%2027.38%22%2F%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M494.299%20171.479L337.16%2014.34c-8.189-8.189-21.467-8.189-29.656%200l-6.559%206.559c-21.56%2021.56-21.56%2056.515%200%2078.075a2.83%202.83%200%200%201%200%204.007l-82.228%2082.228c-5.252%205.252-13.471%205.873-19.585%201.655c-29.012-20.016-69.057-17.127-94.871%208.687l-32.108%2032.108c-17.237%2017.237-17.237%2045.183%200%2062.42L218.56%20436.485c17.237%2017.237%2045.183%2017.237%2062.42%200l32.108-32.108c25.815-25.815%2028.703-65.859%208.687-94.871c-4.218-6.114-3.597-14.333%201.655-19.585l82.228-82.228a2.83%202.83%200%200%201%204.007%200c21.56%2021.56%2056.515%2021.56%2078.075%200l6.559-6.559c8.189-8.188%208.189-21.466%200-29.655%22%2F%3E%3Cpath%20fill%3D%22%23FF6E83%22%20d%3D%22M252.285%20231.708a16.6%2016.6%200%200%201-11.78-4.88c-6.506-6.506-6.506-17.055%200-23.561l65.539-65.539c6.506-6.507%2017.055-6.507%2023.561%200s6.506%2017.055%200%2023.561l-65.538%2065.539a16.62%2016.62%200%200%201-11.782%204.88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/pushpin.svg?color=%231a73e8&size=48