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

Name
keycap-10
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 10 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="#f5f8fa" d="M7.213 10.975H5.255C3.663 10.975 3 9.814 3 8.686c0-1.16.829-2.288 2.255-2.288h4.71c1.426 0 2.223 1.028 2.223 2.354v18.875c0 1.658-1.062 2.586-2.488 2.586s-2.487-.928-2.487-2.586zm7.967 7.231C15.18 12.799 17.27 6 23.97 6s8.791 6.799 8.791 12.206s-2.091 12.207-8.791 12.207s-8.79-6.801-8.79-12.207m12.406 0c0-2.521-.232-7.696-3.616-7.696s-3.615 5.175-3.615 7.696c0 2.355.232 7.695 3.615 7.695s3.616-5.339 3.616-7.695"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiKeycap10(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="#f5f8fa" d="M7.213 10.975H5.255C3.663 10.975 3 9.814 3 8.686c0-1.16.829-2.288 2.255-2.288h4.71c1.426 0 2.223 1.028 2.223 2.354v18.875c0 1.658-1.062 2.586-2.488 2.586s-2.487-.928-2.487-2.586zm7.967 7.231C15.18 12.799 17.27 6 23.97 6s8.791 6.799 8.791 12.206s-2.091 12.207-8.791 12.207s-8.79-6.801-8.79-12.207m12.406 0c0-2.521-.232-7.696-3.616-7.696s-3.615 5.175-3.615 7.696c0 2.355.232 7.695 3.615 7.695s3.616-5.339 3.616-7.695"/></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="#f5f8fa" d="M7.213 10.975H5.255C3.663 10.975 3 9.814 3 8.686c0-1.16.829-2.288 2.255-2.288h4.71c1.426 0 2.223 1.028 2.223 2.354v18.875c0 1.658-1.062 2.586-2.488 2.586s-2.487-.928-2.487-2.586zm7.967 7.231C15.18 12.799 17.27 6 23.97 6s8.791 6.799 8.791 12.206s-2.091 12.207-8.791 12.207s-8.79-6.801-8.79-12.207m12.406 0c0-2.521-.232-7.696-3.616-7.696s-3.615 5.175-3.615 7.696c0 2.355.232 7.695 3.615 7.695s3.616-5.339 3.616-7.695"/></svg>
</template>

CSS

.icon-keycap-10 {
  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%23f5f8fa%22%20d%3D%22M7.213%2010.975H5.255C3.663%2010.975%203%209.814%203%208.686c0-1.16.829-2.288%202.255-2.288h4.71c1.426%200%202.223%201.028%202.223%202.354v18.875c0%201.658-1.062%202.586-2.488%202.586s-2.487-.928-2.487-2.586zm7.967%207.231C15.18%2012.799%2017.27%206%2023.97%206s8.791%206.799%208.791%2012.206s-2.091%2012.207-8.791%2012.207s-8.79-6.801-8.79-12.207m12.406%200c0-2.521-.232-7.696-3.616-7.696s-3.615%205.175-3.615%207.696c0%202.355.232%207.695%203.615%207.695s3.616-5.339%203.616-7.695%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%23f5f8fa%22%20d%3D%22M7.213%2010.975H5.255C3.663%2010.975%203%209.814%203%208.686c0-1.16.829-2.288%202.255-2.288h4.71c1.426%200%202.223%201.028%202.223%202.354v18.875c0%201.658-1.062%202.586-2.488%202.586s-2.487-.928-2.487-2.586zm7.967%207.231C15.18%2012.799%2017.27%206%2023.97%206s8.791%206.799%208.791%2012.206s-2.091%2012.207-8.791%2012.207s-8.79-6.801-8.79-12.207m12.406%200c0-2.521-.232-7.696-3.616-7.696s-3.615%205.175-3.615%207.696c0%202.355.232%207.695%203.615%207.695s3.616-5.339%203.616-7.695%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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