hole from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.

Name
hole
Set
Twitter Emoji
Style
Default
Category
Smileys & Emotion
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More smileys & emotion icons from Twitter Emoji

Use the hole emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M18 11.001c-9.389 0-17 3.358-17 7.5s7.611 7.5 17 7.5s17-3.358 17-7.5s-7.611-7.5-17-7.5"/><path fill="#7d8b93" d="M33.871 19.284c.079-.256.129-.516.129-.783c0-1.418-1.16-2.676-3-3.699v2.778c1.083.51 2.05 1.08 2.871 1.704M5 14.802c-1.84 1.023-3 2.281-3 3.699c0 .267.05.527.129.783C2.95 18.66 3.917 18.09 5 17.58z"/><path fill="#ccd6dd" d="M18 12.001c-4.766 0-9.87 1.06-13 2.801v2.778c3.398-1.598 7.967-2.579 13-2.579s9.602.981 13 2.579v-2.778c-3.13-1.741-8.234-2.801-13-2.801"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiHole(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M18 11.001c-9.389 0-17 3.358-17 7.5s7.611 7.5 17 7.5s17-3.358 17-7.5s-7.611-7.5-17-7.5"/><path fill="#7d8b93" d="M33.871 19.284c.079-.256.129-.516.129-.783c0-1.418-1.16-2.676-3-3.699v2.778c1.083.51 2.05 1.08 2.871 1.704M5 14.802c-1.84 1.023-3 2.281-3 3.699c0 .267.05.527.129.783C2.95 18.66 3.917 18.09 5 17.58z"/><path fill="#ccd6dd" d="M18 12.001c-4.766 0-9.87 1.06-13 2.801v2.778c3.398-1.598 7.967-2.579 13-2.579s9.602.981 13 2.579v-2.778c-3.13-1.741-8.234-2.801-13-2.801"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M18 11.001c-9.389 0-17 3.358-17 7.5s7.611 7.5 17 7.5s17-3.358 17-7.5s-7.611-7.5-17-7.5"/><path fill="#7d8b93" d="M33.871 19.284c.079-.256.129-.516.129-.783c0-1.418-1.16-2.676-3-3.699v2.778c1.083.51 2.05 1.08 2.871 1.704M5 14.802c-1.84 1.023-3 2.281-3 3.699c0 .267.05.527.129.783C2.95 18.66 3.917 18.09 5 17.58z"/><path fill="#ccd6dd" d="M18 12.001c-4.766 0-9.87 1.06-13 2.801v2.778c3.398-1.598 7.967-2.579 13-2.579s9.602.981 13 2.579v-2.778c-3.13-1.741-8.234-2.801-13-2.801"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%2331373d%22%20d%3D%22M18%2011.001c-9.389%200-17%203.358-17%207.5s7.611%207.5%2017%207.5s17-3.358%2017-7.5s-7.611-7.5-17-7.5%22%2F%3E%3Cpath%20fill%3D%22%237d8b93%22%20d%3D%22M33.871%2019.284c.079-.256.129-.516.129-.783c0-1.418-1.16-2.676-3-3.699v2.778c1.083.51%202.05%201.08%202.871%201.704M5%2014.802c-1.84%201.023-3%202.281-3%203.699c0%20.267.05.527.129.783C2.95%2018.66%203.917%2018.09%205%2017.58z%22%2F%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22M18%2012.001c-4.766%200-9.87%201.06-13%202.801v2.778c3.398-1.598%207.967-2.579%2013-2.579s9.602.981%2013%202.579v-2.778c-3.13-1.741-8.234-2.801-13-2.801%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%3Cpath%20fill%3D%22%2331373d%22%20d%3D%22M18%2011.001c-9.389%200-17%203.358-17%207.5s7.611%207.5%2017%207.5s17-3.358%2017-7.5s-7.611-7.5-17-7.5%22%2F%3E%3Cpath%20fill%3D%22%237d8b93%22%20d%3D%22M33.871%2019.284c.079-.256.129-.516.129-.783c0-1.418-1.16-2.676-3-3.699v2.778c1.083.51%202.05%201.08%202.871%201.704M5%2014.802c-1.84%201.023-3%202.281-3%203.699c0%20.267.05.527.129.783C2.95%2018.66%203.917%2018.09%205%2017.58z%22%2F%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22M18%2012.001c-4.766%200-9.87%201.06-13%202.801v2.778c3.398-1.598%207.967-2.579%2013-2.579s9.602.981%2013%202.579v-2.778c-3.13-1.741-8.234-2.801-13-2.801%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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