Emoji Round Pushpin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Round Pushpin icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/325381.svg" alt="Emoji Round Pushpin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325381.svg" alt="Emoji Round Pushpin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325381.svg" alt="Emoji Round Pushpin icon" :width="24" :height="24" />
CSS background
.icon-emoji-round-pushpin {
background-image: url('https://proicons.com/icon/325381.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M25.7257,21.2976v15.4451l-1.75,5.7574-2.0417-5.7574v-15.5281"/><path id="c" class="d" d="M16.0028,13.4929c0,4.4144,3.5805,7.993,7.9972,7.993s7.9972-3.5786,7.9972-7.993-3.5805-7.993-7.9972-7.993-7.9972,3.5786-7.9972,7.993"/></svg>
Copied!