index pointing at the viewer emoji
index-pointing-at-the-viewer from OpenMoji by OpenMoji · Default · People Body · CC-BY-SA-4.0 Attribution required.
- Name
- index-pointing-at-the-viewer
- Set
- OpenMoji
- Style
- Default
- Category
- People Body
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
5 other variants in OpenMoji
The same emoji in other sets
More people body icons from OpenMoji
anatomical-heartartistastronautbabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-rightbackhand-index-pointing-upballet-dancerbiting-lipboneboybreast-feedingbust-in-silhouettebusts-in-silhouettecall-me-handchildclapping-handsconstruction-workercookcouple-with-heartcouple-with-heart-man-mancouple-with-heart-man-man-dark-skin-tone-light-skin-tone
Use the index pointing at the viewer emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M13.1 25.7s.1 6.3.4 10.7c.3 3.2 0 5.2 0 5.2s.1 3.2 1 5.2c1 2.1 8.3 7.2 8.3 7.2s9.5 2.4 12.4 2.1c9.3-1 14.4-4.2 16.5-5.7s5.1-2.8 6.2-8.9s-1.7-12-5-15.2l.6-4.4s-.4-7.1-1.1-7.1s-6.9-.8-6.9-.8l-3 3.5l-3.1-2.2h-4.8L32.3 19l-4.2-1H25l-2.4 3.1l-.8 2.5l-4.2-1.8l-2.1.5z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M13.6 42.9c2.4 5.6 7 10.2 13.2 12.4c6.4 2.3 13.2 1.5 18.7-1.5M31.8 37.3c0 1.3-.9 2.4-2.3 3.1c-1.4.6-3.2.6-4.6 0s-2.3-1.8-2.3-3.1l.1-16.1c0-1.3.9-2.4 2.3-3.1s3.2-.6 4.6 0S32 20 32 21.2z"/><path d="M22.6 35.7c0 1.4-.9 2.6-2.3 3.3s-3.2.6-4.6 0s-2.3-1.9-2.3-3.3l.1-10c0-1.4.9-2.6 2.3-3.3s3.2-.6 4.6 0c1.4.7 2.3 1.9 2.3 3.3zM32 38l.1-18.8c0-1.5.9-2.9 2.3-3.7s3.2-.7 4.6 0c1.4.8 2.3 2.2 2.3 3.7V36m5.8 1.1C46 41 42 39.9 39.9 40c-2.8.1-4 .5-5.6 1.8c-.7.6-1.2 1.4-1.3 2.1c-.5 2.4 1.6 3.7 4.4 4.2c0 0 4.5 1.2 11.1 1.6c3.2.2 6.4-1.7 7.4-5.7c0 0 3-7-1-14m-2.5-5.3c-.1 1.5-1.2 2.8-2.9 3.4s-3.7.5-5.3-.4s-2.5-2.3-2.4-3.8l.2-6.4c.1-1.5 1.2-2.8 2.9-3.4s3.7-.5 5.3.4s2.5 2.3 2.4 3.8z"/><path d="M45.2 22.8s1.6-.7 3.8.2"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiIndexPointingAtTheViewer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M13.1 25.7s.1 6.3.4 10.7c.3 3.2 0 5.2 0 5.2s.1 3.2 1 5.2c1 2.1 8.3 7.2 8.3 7.2s9.5 2.4 12.4 2.1c9.3-1 14.4-4.2 16.5-5.7s5.1-2.8 6.2-8.9s-1.7-12-5-15.2l.6-4.4s-.4-7.1-1.1-7.1s-6.9-.8-6.9-.8l-3 3.5l-3.1-2.2h-4.8L32.3 19l-4.2-1H25l-2.4 3.1l-.8 2.5l-4.2-1.8l-2.1.5z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M13.6 42.9c2.4 5.6 7 10.2 13.2 12.4c6.4 2.3 13.2 1.5 18.7-1.5M31.8 37.3c0 1.3-.9 2.4-2.3 3.1c-1.4.6-3.2.6-4.6 0s-2.3-1.8-2.3-3.1l.1-16.1c0-1.3.9-2.4 2.3-3.1s3.2-.6 4.6 0S32 20 32 21.2z"/><path d="M22.6 35.7c0 1.4-.9 2.6-2.3 3.3s-3.2.6-4.6 0s-2.3-1.9-2.3-3.3l.1-10c0-1.4.9-2.6 2.3-3.3s3.2-.6 4.6 0c1.4.7 2.3 1.9 2.3 3.3zM32 38l.1-18.8c0-1.5.9-2.9 2.3-3.7s3.2-.7 4.6 0c1.4.8 2.3 2.2 2.3 3.7V36m5.8 1.1C46 41 42 39.9 39.9 40c-2.8.1-4 .5-5.6 1.8c-.7.6-1.2 1.4-1.3 2.1c-.5 2.4 1.6 3.7 4.4 4.2c0 0 4.5 1.2 11.1 1.6c3.2.2 6.4-1.7 7.4-5.7c0 0 3-7-1-14m-2.5-5.3c-.1 1.5-1.2 2.8-2.9 3.4s-3.7.5-5.3-.4s-2.5-2.3-2.4-3.8l.2-6.4c.1-1.5 1.2-2.8 2.9-3.4s3.7-.5 5.3.4s2.5 2.3 2.4 3.8z"/><path d="M45.2 22.8s1.6-.7 3.8.2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M13.1 25.7s.1 6.3.4 10.7c.3 3.2 0 5.2 0 5.2s.1 3.2 1 5.2c1 2.1 8.3 7.2 8.3 7.2s9.5 2.4 12.4 2.1c9.3-1 14.4-4.2 16.5-5.7s5.1-2.8 6.2-8.9s-1.7-12-5-15.2l.6-4.4s-.4-7.1-1.1-7.1s-6.9-.8-6.9-.8l-3 3.5l-3.1-2.2h-4.8L32.3 19l-4.2-1H25l-2.4 3.1l-.8 2.5l-4.2-1.8l-2.1.5z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M13.6 42.9c2.4 5.6 7 10.2 13.2 12.4c6.4 2.3 13.2 1.5 18.7-1.5M31.8 37.3c0 1.3-.9 2.4-2.3 3.1c-1.4.6-3.2.6-4.6 0s-2.3-1.8-2.3-3.1l.1-16.1c0-1.3.9-2.4 2.3-3.1s3.2-.6 4.6 0S32 20 32 21.2z"/><path d="M22.6 35.7c0 1.4-.9 2.6-2.3 3.3s-3.2.6-4.6 0s-2.3-1.9-2.3-3.3l.1-10c0-1.4.9-2.6 2.3-3.3s3.2-.6 4.6 0c1.4.7 2.3 1.9 2.3 3.3zM32 38l.1-18.8c0-1.5.9-2.9 2.3-3.7s3.2-.7 4.6 0c1.4.8 2.3 2.2 2.3 3.7V36m5.8 1.1C46 41 42 39.9 39.9 40c-2.8.1-4 .5-5.6 1.8c-.7.6-1.2 1.4-1.3 2.1c-.5 2.4 1.6 3.7 4.4 4.2c0 0 4.5 1.2 11.1 1.6c3.2.2 6.4-1.7 7.4-5.7c0 0 3-7-1-14m-2.5-5.3c-.1 1.5-1.2 2.8-2.9 3.4s-3.7.5-5.3-.4s-2.5-2.3-2.4-3.8l.2-6.4c.1-1.5 1.2-2.8 2.9-3.4s3.7-.5 5.3.4s2.5 2.3 2.4 3.8z"/><path d="M45.2 22.8s1.6-.7 3.8.2"/></g></svg> </template>
CSS
.icon-index-pointing-at-the-viewer {
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%23fcea2b%22%20d%3D%22M13.1%2025.7s.1%206.3.4%2010.7c.3%203.2%200%205.2%200%205.2s.1%203.2%201%205.2c1%202.1%208.3%207.2%208.3%207.2s9.5%202.4%2012.4%202.1c9.3-1%2014.4-4.2%2016.5-5.7s5.1-2.8%206.2-8.9s-1.7-12-5-15.2l.6-4.4s-.4-7.1-1.1-7.1s-6.9-.8-6.9-.8l-3%203.5l-3.1-2.2h-4.8L32.3%2019l-4.2-1H25l-2.4%203.1l-.8%202.5l-4.2-1.8l-2.1.5z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M13.6%2042.9c2.4%205.6%207%2010.2%2013.2%2012.4c6.4%202.3%2013.2%201.5%2018.7-1.5M31.8%2037.3c0%201.3-.9%202.4-2.3%203.1c-1.4.6-3.2.6-4.6%200s-2.3-1.8-2.3-3.1l.1-16.1c0-1.3.9-2.4%202.3-3.1s3.2-.6%204.6%200S32%2020%2032%2021.2z%22%2F%3E%3Cpath%20d%3D%22M22.6%2035.7c0%201.4-.9%202.6-2.3%203.3s-3.2.6-4.6%200s-2.3-1.9-2.3-3.3l.1-10c0-1.4.9-2.6%202.3-3.3s3.2-.6%204.6%200c1.4.7%202.3%201.9%202.3%203.3zM32%2038l.1-18.8c0-1.5.9-2.9%202.3-3.7s3.2-.7%204.6%200c1.4.8%202.3%202.2%202.3%203.7V36m5.8%201.1C46%2041%2042%2039.9%2039.9%2040c-2.8.1-4%20.5-5.6%201.8c-.7.6-1.2%201.4-1.3%202.1c-.5%202.4%201.6%203.7%204.4%204.2c0%200%204.5%201.2%2011.1%201.6c3.2.2%206.4-1.7%207.4-5.7c0%200%203-7-1-14m-2.5-5.3c-.1%201.5-1.2%202.8-2.9%203.4s-3.7.5-5.3-.4s-2.5-2.3-2.4-3.8l.2-6.4c.1-1.5%201.2-2.8%202.9-3.4s3.7-.5%205.3.4s2.5%202.3%202.4%203.8z%22%2F%3E%3Cpath%20d%3D%22M45.2%2022.8s1.6-.7%203.8.2%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%23fcea2b%22%20d%3D%22M13.1%2025.7s.1%206.3.4%2010.7c.3%203.2%200%205.2%200%205.2s.1%203.2%201%205.2c1%202.1%208.3%207.2%208.3%207.2s9.5%202.4%2012.4%202.1c9.3-1%2014.4-4.2%2016.5-5.7s5.1-2.8%206.2-8.9s-1.7-12-5-15.2l.6-4.4s-.4-7.1-1.1-7.1s-6.9-.8-6.9-.8l-3%203.5l-3.1-2.2h-4.8L32.3%2019l-4.2-1H25l-2.4%203.1l-.8%202.5l-4.2-1.8l-2.1.5z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M13.6%2042.9c2.4%205.6%207%2010.2%2013.2%2012.4c6.4%202.3%2013.2%201.5%2018.7-1.5M31.8%2037.3c0%201.3-.9%202.4-2.3%203.1c-1.4.6-3.2.6-4.6%200s-2.3-1.8-2.3-3.1l.1-16.1c0-1.3.9-2.4%202.3-3.1s3.2-.6%204.6%200S32%2020%2032%2021.2z%22%2F%3E%3Cpath%20d%3D%22M22.6%2035.7c0%201.4-.9%202.6-2.3%203.3s-3.2.6-4.6%200s-2.3-1.9-2.3-3.3l.1-10c0-1.4.9-2.6%202.3-3.3s3.2-.6%204.6%200c1.4.7%202.3%201.9%202.3%203.3zM32%2038l.1-18.8c0-1.5.9-2.9%202.3-3.7s3.2-.7%204.6%200c1.4.8%202.3%202.2%202.3%203.7V36m5.8%201.1C46%2041%2042%2039.9%2039.9%2040c-2.8.1-4%20.5-5.6%201.8c-.7.6-1.2%201.4-1.3%202.1c-.5%202.4%201.6%203.7%204.4%204.2c0%200%204.5%201.2%2011.1%201.6c3.2.2%206.4-1.7%207.4-5.7c0%200%203-7-1-14m-2.5-5.3c-.1%201.5-1.2%202.8-2.9%203.4s-3.7.5-5.3-.4s-2.5-2.3-2.4-3.8l.2-6.4c.1-1.5%201.2-2.8%202.9-3.4s3.7-.5%205.3.4s2.5%202.3%202.4%203.8z%22%2F%3E%3Cpath%20d%3D%22M45.2%2022.8s1.6-.7%203.8.2%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/index-pointing-at-the-viewer.svg?color=%231a73e8&size=48