hole emoji
hole from OpenMoji by OpenMoji · Default · Smileys Emotion · CC-BY-SA-4.0 Attribution required.
- Name
- hole
- Set
- OpenMoji
- Style
- Default
- Category
- Smileys Emotion
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More smileys emotion icons from OpenMoji
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecracking-facecrying-cat
Use the hole emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="36" cy="36" fill="#3f3f3f" rx="32.5" ry="13.5"/><path fill="#9b9b9a" d="M36 32.5c13.52 0 25.107 3.303 30.005 8c1.605-1.54 2.495-3.228 2.495-5c0-7.18-14.55-13-32.5-13s-32.5 5.82-32.5 13c0 1.772.89 3.46 2.495 5c4.898-4.697 16.486-8 30.005-8"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><ellipse cx="36" cy="36" rx="32.5" ry="13.5"/><path d="M36 32.5c13.52 0 25.107 3.303 30.005 8c1.605-1.54 2.495-3.228 2.495-5c0-7.18-14.55-13-32.5-13s-32.5 5.82-32.5 13c0 1.772.89 3.46 2.495 5c4.898-4.697 16.486-8 30.005-8z"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiHole(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="36" cy="36" fill="#3f3f3f" rx="32.5" ry="13.5"/><path fill="#9b9b9a" d="M36 32.5c13.52 0 25.107 3.303 30.005 8c1.605-1.54 2.495-3.228 2.495-5c0-7.18-14.55-13-32.5-13s-32.5 5.82-32.5 13c0 1.772.89 3.46 2.495 5c4.898-4.697 16.486-8 30.005-8"/><g fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"><ellipse cx="36" cy="36" rx="32.5" ry="13.5"/><path d="M36 32.5c13.52 0 25.107 3.303 30.005 8c1.605-1.54 2.495-3.228 2.495-5c0-7.18-14.55-13-32.5-13s-32.5 5.82-32.5 13c0 1.772.89 3.46 2.495 5c4.898-4.697 16.486-8 30.005-8z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="36" cy="36" fill="#3f3f3f" rx="32.5" ry="13.5"/><path fill="#9b9b9a" d="M36 32.5c13.52 0 25.107 3.303 30.005 8c1.605-1.54 2.495-3.228 2.495-5c0-7.18-14.55-13-32.5-13s-32.5 5.82-32.5 13c0 1.772.89 3.46 2.495 5c4.898-4.697 16.486-8 30.005-8"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><ellipse cx="36" cy="36" rx="32.5" ry="13.5"/><path d="M36 32.5c13.52 0 25.107 3.303 30.005 8c1.605-1.54 2.495-3.228 2.495-5c0-7.18-14.55-13-32.5-13s-32.5 5.82-32.5 13c0 1.772.89 3.46 2.495 5c4.898-4.697 16.486-8 30.005-8z"/></g></svg> </template>
CSS
.icon-hole {
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%3Cellipse%20cx%3D%2236%22%20cy%3D%2236%22%20fill%3D%22%233f3f3f%22%20rx%3D%2232.5%22%20ry%3D%2213.5%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M36%2032.5c13.52%200%2025.107%203.303%2030.005%208c1.605-1.54%202.495-3.228%202.495-5c0-7.18-14.55-13-32.5-13s-32.5%205.82-32.5%2013c0%201.772.89%203.46%202.495%205c4.898-4.697%2016.486-8%2030.005-8%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cellipse%20cx%3D%2236%22%20cy%3D%2236%22%20rx%3D%2232.5%22%20ry%3D%2213.5%22%2F%3E%3Cpath%20d%3D%22M36%2032.5c13.52%200%2025.107%203.303%2030.005%208c1.605-1.54%202.495-3.228%202.495-5c0-7.18-14.55-13-32.5-13s-32.5%205.82-32.5%2013c0%201.772.89%203.46%202.495%205c4.898-4.697%2016.486-8%2030.005-8z%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%3Cellipse%20cx%3D%2236%22%20cy%3D%2236%22%20fill%3D%22%233f3f3f%22%20rx%3D%2232.5%22%20ry%3D%2213.5%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M36%2032.5c13.52%200%2025.107%203.303%2030.005%208c1.605-1.54%202.495-3.228%202.495-5c0-7.18-14.55-13-32.5-13s-32.5%205.82-32.5%2013c0%201.772.89%203.46%202.495%205c4.898-4.697%2016.486-8%2030.005-8%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cellipse%20cx%3D%2236%22%20cy%3D%2236%22%20rx%3D%2232.5%22%20ry%3D%2213.5%22%2F%3E%3Cpath%20d%3D%22M36%2032.5c13.52%200%2025.107%203.303%2030.005%208c1.605-1.54%202.495-3.228%202.495-5c0-7.18-14.55-13-32.5-13s-32.5%205.82-32.5%2013c0%201.772.89%203.46%202.495%205c4.898-4.697%2016.486-8%2030.005-8z%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/hole.svg?color=%231a73e8&size=48