flagged point emoji
flagged-point from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- flagged-point
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras openmoji icons from OpenMoji
Use the flagged point emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m30.879 13.583l-.224 10.403s5.9-2.92 8.094-1.114s13.03 6.45 15.224 6.321s1.068-1.008 1.068-1.008l.867-13.57s-4.516 1.16-8.515-1.032s-12.773-6.064-16.514 0"/><ellipse cx="27.503" cy="53.486" fill="#a57939" rx="11.656" ry="7.87"/><path fill="#d0cfce" d="M30.655 23.986a14.06 14.06 0 0 1 7.21-1.89c4.723 0 8.775 6.496 14.907 6.496c.904 0 1.356-.407 2.269-.407c.756 0 1.058.541 1.058 1.496v1.628c0 .746-.814 1.593-3.205 1.593c-7.186 0-11.237-4.065-15.407-4.065a12.2 12.2 0 0 0-6.915 2.308v-4.438z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M32.177 46.274c4.11 1.216 6.983 3.988 6.983 7.212c0 4.346-5.219 7.87-11.656 7.87s-11.656-3.524-11.656-7.87c0-3.154 2.747-5.874 6.714-7.13"/><path stroke-linejoin="round" d="M30.655 12.48a13.95 13.95 0 0 1 7.21-2.233c4.723 0 8.775 4.108 14.907 4.108c.904 0 1.356-.407 2.269-.407c.756 0 1.058.54 1.058 1.496v15.865c0 .746-.814 1.592-3.205 1.592c-7.186 0-11.237-4.064-15.407-4.064a12.2 12.2 0 0 0-6.915 2.308v-4.438"/><path stroke-miterlimit="10" d="M27.182 10.421V52.34"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiFlaggedPoint(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m30.879 13.583l-.224 10.403s5.9-2.92 8.094-1.114s13.03 6.45 15.224 6.321s1.068-1.008 1.068-1.008l.867-13.57s-4.516 1.16-8.515-1.032s-12.773-6.064-16.514 0"/><ellipse cx="27.503" cy="53.486" fill="#a57939" rx="11.656" ry="7.87"/><path fill="#d0cfce" d="M30.655 23.986a14.06 14.06 0 0 1 7.21-1.89c4.723 0 8.775 6.496 14.907 6.496c.904 0 1.356-.407 2.269-.407c.756 0 1.058.541 1.058 1.496v1.628c0 .746-.814 1.593-3.205 1.593c-7.186 0-11.237-4.065-15.407-4.065a12.2 12.2 0 0 0-6.915 2.308v-4.438z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeWidth="2"><path strokeMiterlimit="10" d="M32.177 46.274c4.11 1.216 6.983 3.988 6.983 7.212c0 4.346-5.219 7.87-11.656 7.87s-11.656-3.524-11.656-7.87c0-3.154 2.747-5.874 6.714-7.13"/><path strokeLinejoin="round" d="M30.655 12.48a13.95 13.95 0 0 1 7.21-2.233c4.723 0 8.775 4.108 14.907 4.108c.904 0 1.356-.407 2.269-.407c.756 0 1.058.54 1.058 1.496v15.865c0 .746-.814 1.592-3.205 1.592c-7.186 0-11.237-4.064-15.407-4.064a12.2 12.2 0 0 0-6.915 2.308v-4.438"/><path strokeMiterlimit="10" d="M27.182 10.421V52.34"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m30.879 13.583l-.224 10.403s5.9-2.92 8.094-1.114s13.03 6.45 15.224 6.321s1.068-1.008 1.068-1.008l.867-13.57s-4.516 1.16-8.515-1.032s-12.773-6.064-16.514 0"/><ellipse cx="27.503" cy="53.486" fill="#a57939" rx="11.656" ry="7.87"/><path fill="#d0cfce" d="M30.655 23.986a14.06 14.06 0 0 1 7.21-1.89c4.723 0 8.775 6.496 14.907 6.496c.904 0 1.356-.407 2.269-.407c.756 0 1.058.541 1.058 1.496v1.628c0 .746-.814 1.593-3.205 1.593c-7.186 0-11.237-4.065-15.407-4.065a12.2 12.2 0 0 0-6.915 2.308v-4.438z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M32.177 46.274c4.11 1.216 6.983 3.988 6.983 7.212c0 4.346-5.219 7.87-11.656 7.87s-11.656-3.524-11.656-7.87c0-3.154 2.747-5.874 6.714-7.13"/><path stroke-linejoin="round" d="M30.655 12.48a13.95 13.95 0 0 1 7.21-2.233c4.723 0 8.775 4.108 14.907 4.108c.904 0 1.356-.407 2.269-.407c.756 0 1.058.54 1.058 1.496v15.865c0 .746-.814 1.592-3.205 1.592c-7.186 0-11.237-4.064-15.407-4.064a12.2 12.2 0 0 0-6.915 2.308v-4.438"/><path stroke-miterlimit="10" d="M27.182 10.421V52.34"/></g></svg> </template>
CSS
.icon-flagged-point {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m30.879%2013.583l-.224%2010.403s5.9-2.92%208.094-1.114s13.03%206.45%2015.224%206.321s1.068-1.008%201.068-1.008l.867-13.57s-4.516%201.16-8.515-1.032s-12.773-6.064-16.514%200%22%2F%3E%3Cellipse%20cx%3D%2227.503%22%20cy%3D%2253.486%22%20fill%3D%22%23a57939%22%20rx%3D%2211.656%22%20ry%3D%227.87%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M30.655%2023.986a14.06%2014.06%200%200%201%207.21-1.89c4.723%200%208.775%206.496%2014.907%206.496c.904%200%201.356-.407%202.269-.407c.756%200%201.058.541%201.058%201.496v1.628c0%20.746-.814%201.593-3.205%201.593c-7.186%200-11.237-4.065-15.407-4.065a12.2%2012.2%200%200%200-6.915%202.308v-4.438z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M32.177%2046.274c4.11%201.216%206.983%203.988%206.983%207.212c0%204.346-5.219%207.87-11.656%207.87s-11.656-3.524-11.656-7.87c0-3.154%202.747-5.874%206.714-7.13%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M30.655%2012.48a13.95%2013.95%200%200%201%207.21-2.233c4.723%200%208.775%204.108%2014.907%204.108c.904%200%201.356-.407%202.269-.407c.756%200%201.058.54%201.058%201.496v15.865c0%20.746-.814%201.592-3.205%201.592c-7.186%200-11.237-4.064-15.407-4.064a12.2%2012.2%200%200%200-6.915%202.308v-4.438%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M27.182%2010.421V52.34%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m30.879%2013.583l-.224%2010.403s5.9-2.92%208.094-1.114s13.03%206.45%2015.224%206.321s1.068-1.008%201.068-1.008l.867-13.57s-4.516%201.16-8.515-1.032s-12.773-6.064-16.514%200%22%2F%3E%3Cellipse%20cx%3D%2227.503%22%20cy%3D%2253.486%22%20fill%3D%22%23a57939%22%20rx%3D%2211.656%22%20ry%3D%227.87%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M30.655%2023.986a14.06%2014.06%200%200%201%207.21-1.89c4.723%200%208.775%206.496%2014.907%206.496c.904%200%201.356-.407%202.269-.407c.756%200%201.058.541%201.058%201.496v1.628c0%20.746-.814%201.593-3.205%201.593c-7.186%200-11.237-4.065-15.407-4.065a12.2%2012.2%200%200%200-6.915%202.308v-4.438z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M32.177%2046.274c4.11%201.216%206.983%203.988%206.983%207.212c0%204.346-5.219%207.87-11.656%207.87s-11.656-3.524-11.656-7.87c0-3.154%202.747-5.874%206.714-7.13%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M30.655%2012.48a13.95%2013.95%200%200%201%207.21-2.233c4.723%200%208.775%204.108%2014.907%204.108c.904%200%201.356-.407%202.269-.407c.756%200%201.058.54%201.058%201.496v15.865c0%20.746-.814%201.592-3.205%201.592c-7.186%200-11.237-4.064-15.407-4.064a12.2%2012.2%200%200%200-6.915%202.308v-4.438%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M27.182%2010.421V52.34%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/flagged-point.svg?color=%231a73e8&size=48