round pushpin emoji

round-pushpin from Twitter Emoji by Twitter · Default · Objects · CC-BY-4.0 Attribution required.

Name
round-pushpin
Set
Twitter Emoji
Style
Default
Category
Objects
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More objects icons from Twitter Emoji

Use the round pushpin emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><ellipse cx="18" cy="34.5" fill="#292f33" rx="4" ry="1.5"/><path fill="#99aab5" d="M14.339 10.725S16.894 34.998 18.001 35s3.66-24.275 3.66-24.275z"/><circle cx="18" cy="8" r="8" fill="#dd2e44"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiRoundPushpin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><ellipse cx="18" cy="34.5" fill="#292f33" rx="4" ry="1.5"/><path fill="#99aab5" d="M14.339 10.725S16.894 34.998 18.001 35s3.66-24.275 3.66-24.275z"/><circle cx="18" cy="8" r="8" fill="#dd2e44"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><ellipse cx="18" cy="34.5" fill="#292f33" rx="4" ry="1.5"/><path fill="#99aab5" d="M14.339 10.725S16.894 34.998 18.001 35s3.66-24.275 3.66-24.275z"/><circle cx="18" cy="8" r="8" fill="#dd2e44"/></svg>
</template>

CSS

.icon-round-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%2036%2036%22%3E%3Cellipse%20cx%3D%2218%22%20cy%3D%2234.5%22%20fill%3D%22%23292f33%22%20rx%3D%224%22%20ry%3D%221.5%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M14.339%2010.725S16.894%2034.998%2018.001%2035s3.66-24.275%203.66-24.275z%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%23dd2e44%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%2036%2036%22%3E%3Cellipse%20cx%3D%2218%22%20cy%3D%2234.5%22%20fill%3D%22%23292f33%22%20rx%3D%224%22%20ry%3D%221.5%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M14.339%2010.725S16.894%2034.998%2018.001%2035s3.66-24.275%203.66-24.275z%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%23dd2e44%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/round-pushpin.svg?color=%231a73e8&size=48