keycap-8 from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.

Name
keycap-8
Set
Twitter Emoji
Style
Default
Category
Symbols
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Twitter Emoji

Use the keycap 8 emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M10.343 22.303c0-2.48 1.364-4.309 3.317-5.364c-1.457-1.054-2.356-2.48-2.356-4.434c0-3.628 3.008-5.953 6.697-5.953c3.596 0 6.729 2.294 6.729 5.953c0 1.736-.869 3.473-2.389 4.434c2.109 1.055 3.318 2.977 3.318 5.364c0 4.31-3.504 7.069-7.659 7.069c-4.277 0-7.657-2.915-7.657-7.069m4.837-.311c0 1.582.93 3.102 2.821 3.102c1.768 0 2.822-1.52 2.822-3.102c0-1.953-1.116-3.1-2.822-3.1c-1.797 0-2.821 1.364-2.821 3.1m.589-8.991c0 1.395.807 2.356 2.232 2.356s2.264-.961 2.264-2.356c0-1.333-.807-2.357-2.264-2.357s-2.232 1.024-2.232 2.357"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiKeycap8(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M10.343 22.303c0-2.48 1.364-4.309 3.317-5.364c-1.457-1.054-2.356-2.48-2.356-4.434c0-3.628 3.008-5.953 6.697-5.953c3.596 0 6.729 2.294 6.729 5.953c0 1.736-.869 3.473-2.389 4.434c2.109 1.055 3.318 2.977 3.318 5.364c0 4.31-3.504 7.069-7.659 7.069c-4.277 0-7.657-2.915-7.657-7.069m4.837-.311c0 1.582.93 3.102 2.821 3.102c1.768 0 2.822-1.52 2.822-3.102c0-1.953-1.116-3.1-2.822-3.1c-1.797 0-2.821 1.364-2.821 3.1m.589-8.991c0 1.395.807 2.356 2.232 2.356s2.264-.961 2.264-2.356c0-1.333-.807-2.357-2.264-2.357s-2.232 1.024-2.232 2.357"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M10.343 22.303c0-2.48 1.364-4.309 3.317-5.364c-1.457-1.054-2.356-2.48-2.356-4.434c0-3.628 3.008-5.953 6.697-5.953c3.596 0 6.729 2.294 6.729 5.953c0 1.736-.869 3.473-2.389 4.434c2.109 1.055 3.318 2.977 3.318 5.364c0 4.31-3.504 7.069-7.659 7.069c-4.277 0-7.657-2.915-7.657-7.069m4.837-.311c0 1.582.93 3.102 2.821 3.102c1.768 0 2.822-1.52 2.822-3.102c0-1.953-1.116-3.1-2.822-3.1c-1.797 0-2.821 1.364-2.821 3.1m.589-8.991c0 1.395.807 2.356 2.232 2.356s2.264-.961 2.264-2.356c0-1.333-.807-2.357-2.264-2.357s-2.232 1.024-2.232 2.357"/></svg>
</template>

CSS

.icon-keycap-8 {
  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%233b88c3%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.343%2022.303c0-2.48%201.364-4.309%203.317-5.364c-1.457-1.054-2.356-2.48-2.356-4.434c0-3.628%203.008-5.953%206.697-5.953c3.596%200%206.729%202.294%206.729%205.953c0%201.736-.869%203.473-2.389%204.434c2.109%201.055%203.318%202.977%203.318%205.364c0%204.31-3.504%207.069-7.659%207.069c-4.277%200-7.657-2.915-7.657-7.069m4.837-.311c0%201.582.93%203.102%202.821%203.102c1.768%200%202.822-1.52%202.822-3.102c0-1.953-1.116-3.1-2.822-3.1c-1.797%200-2.821%201.364-2.821%203.1m.589-8.991c0%201.395.807%202.356%202.232%202.356s2.264-.961%202.264-2.356c0-1.333-.807-2.357-2.264-2.357s-2.232%201.024-2.232%202.357%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%233b88c3%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.343%2022.303c0-2.48%201.364-4.309%203.317-5.364c-1.457-1.054-2.356-2.48-2.356-4.434c0-3.628%203.008-5.953%206.697-5.953c3.596%200%206.729%202.294%206.729%205.953c0%201.736-.869%203.473-2.389%204.434c2.109%201.055%203.318%202.977%203.318%205.364c0%204.31-3.504%207.069-7.659%207.069c-4.277%200-7.657-2.915-7.657-7.069m4.837-.311c0%201.582.93%203.102%202.821%203.102c1.768%200%202.822-1.52%202.822-3.102c0-1.953-1.116-3.1-2.822-3.1c-1.797%200-2.821%201.364-2.821%203.1m.589-8.991c0%201.395.807%202.356%202.232%202.356s2.264-.961%202.264-2.356c0-1.333-.807-2.357-2.264-2.357s-2.232%201.024-2.232%202.357%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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