input numbers emoji

input-numbers from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.

Name
input-numbers
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 input numbers 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="M9.613 6.096H8.492c-.912 0-1.292-.665-1.292-1.311c0-.665.475-1.311 1.292-1.311h2.698c.817 0 1.273.589 1.273 1.349v10.81c0 .95-.608 1.481-1.425 1.481s-1.425-.532-1.425-1.481zm5.129 16.627c0 1.196-.513 2.241-1.558 2.906c1.368.627 2.318 1.9 2.318 3.4c0 2.28-2.09 4.198-4.788 4.198c-2.812 0-4.559-2.07-4.559-3.571c0-.74.779-1.272 1.463-1.272c1.291 0 .988 2.223 3.134 2.223c.988 0 1.786-.76 1.786-1.767c0-2.66-3.23-.703-3.23-2.944c0-1.995 2.698-.646 2.698-2.755c0-.722-.513-1.273-1.368-1.273c-1.805 0-1.558 1.862-2.85 1.862c-.779 0-1.235-.703-1.235-1.406c0-1.481 2.033-3.077 4.142-3.077c2.736-.001 4.047 1.993 4.047 3.476m13.373-8.231c.836 0 1.48.38 1.48 1.254S28.951 17 28.228 17h-6.346c-.835 0-1.48-.38-1.48-1.254c0-.399.246-.741.437-.969c1.577-1.881 3.286-3.59 4.729-5.68c.343-.494.666-1.083.666-1.767c0-.779-.59-1.463-1.368-1.463c-2.185 0-1.14 3.078-2.964 3.078c-.912 0-1.387-.646-1.387-1.387c0-2.394 2.128-4.312 4.465-4.312s4.217 1.539 4.217 3.951c0 2.641-2.944 5.262-4.559 7.295zm-6.934 15.526c-.931 0-1.33-.627-1.33-1.121c0-.418.152-.646.267-.836l4.255-7.713c.418-.76.95-1.102 1.938-1.102c1.102 0 2.184.703 2.184 2.432v5.832h.323c.741 0 1.33.494 1.33 1.254s-.589 1.254-1.33 1.254h-.323v1.614c0 1.007-.398 1.483-1.367 1.483s-1.368-.476-1.368-1.483v-1.614zm4.578-7.808h-.038l-2.564 5.3h2.603z"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiInputNumbers(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="M9.613 6.096H8.492c-.912 0-1.292-.665-1.292-1.311c0-.665.475-1.311 1.292-1.311h2.698c.817 0 1.273.589 1.273 1.349v10.81c0 .95-.608 1.481-1.425 1.481s-1.425-.532-1.425-1.481zm5.129 16.627c0 1.196-.513 2.241-1.558 2.906c1.368.627 2.318 1.9 2.318 3.4c0 2.28-2.09 4.198-4.788 4.198c-2.812 0-4.559-2.07-4.559-3.571c0-.74.779-1.272 1.463-1.272c1.291 0 .988 2.223 3.134 2.223c.988 0 1.786-.76 1.786-1.767c0-2.66-3.23-.703-3.23-2.944c0-1.995 2.698-.646 2.698-2.755c0-.722-.513-1.273-1.368-1.273c-1.805 0-1.558 1.862-2.85 1.862c-.779 0-1.235-.703-1.235-1.406c0-1.481 2.033-3.077 4.142-3.077c2.736-.001 4.047 1.993 4.047 3.476m13.373-8.231c.836 0 1.48.38 1.48 1.254S28.951 17 28.228 17h-6.346c-.835 0-1.48-.38-1.48-1.254c0-.399.246-.741.437-.969c1.577-1.881 3.286-3.59 4.729-5.68c.343-.494.666-1.083.666-1.767c0-.779-.59-1.463-1.368-1.463c-2.185 0-1.14 3.078-2.964 3.078c-.912 0-1.387-.646-1.387-1.387c0-2.394 2.128-4.312 4.465-4.312s4.217 1.539 4.217 3.951c0 2.641-2.944 5.262-4.559 7.295zm-6.934 15.526c-.931 0-1.33-.627-1.33-1.121c0-.418.152-.646.267-.836l4.255-7.713c.418-.76.95-1.102 1.938-1.102c1.102 0 2.184.703 2.184 2.432v5.832h.323c.741 0 1.33.494 1.33 1.254s-.589 1.254-1.33 1.254h-.323v1.614c0 1.007-.398 1.483-1.367 1.483s-1.368-.476-1.368-1.483v-1.614zm4.578-7.808h-.038l-2.564 5.3h2.603z"/></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="M9.613 6.096H8.492c-.912 0-1.292-.665-1.292-1.311c0-.665.475-1.311 1.292-1.311h2.698c.817 0 1.273.589 1.273 1.349v10.81c0 .95-.608 1.481-1.425 1.481s-1.425-.532-1.425-1.481zm5.129 16.627c0 1.196-.513 2.241-1.558 2.906c1.368.627 2.318 1.9 2.318 3.4c0 2.28-2.09 4.198-4.788 4.198c-2.812 0-4.559-2.07-4.559-3.571c0-.74.779-1.272 1.463-1.272c1.291 0 .988 2.223 3.134 2.223c.988 0 1.786-.76 1.786-1.767c0-2.66-3.23-.703-3.23-2.944c0-1.995 2.698-.646 2.698-2.755c0-.722-.513-1.273-1.368-1.273c-1.805 0-1.558 1.862-2.85 1.862c-.779 0-1.235-.703-1.235-1.406c0-1.481 2.033-3.077 4.142-3.077c2.736-.001 4.047 1.993 4.047 3.476m13.373-8.231c.836 0 1.48.38 1.48 1.254S28.951 17 28.228 17h-6.346c-.835 0-1.48-.38-1.48-1.254c0-.399.246-.741.437-.969c1.577-1.881 3.286-3.59 4.729-5.68c.343-.494.666-1.083.666-1.767c0-.779-.59-1.463-1.368-1.463c-2.185 0-1.14 3.078-2.964 3.078c-.912 0-1.387-.646-1.387-1.387c0-2.394 2.128-4.312 4.465-4.312s4.217 1.539 4.217 3.951c0 2.641-2.944 5.262-4.559 7.295zm-6.934 15.526c-.931 0-1.33-.627-1.33-1.121c0-.418.152-.646.267-.836l4.255-7.713c.418-.76.95-1.102 1.938-1.102c1.102 0 2.184.703 2.184 2.432v5.832h.323c.741 0 1.33.494 1.33 1.254s-.589 1.254-1.33 1.254h-.323v1.614c0 1.007-.398 1.483-1.367 1.483s-1.368-.476-1.368-1.483v-1.614zm4.578-7.808h-.038l-2.564 5.3h2.603z"/></svg>
</template>

CSS

.icon-input-numbers {
  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%22M9.613%206.096H8.492c-.912%200-1.292-.665-1.292-1.311c0-.665.475-1.311%201.292-1.311h2.698c.817%200%201.273.589%201.273%201.349v10.81c0%20.95-.608%201.481-1.425%201.481s-1.425-.532-1.425-1.481zm5.129%2016.627c0%201.196-.513%202.241-1.558%202.906c1.368.627%202.318%201.9%202.318%203.4c0%202.28-2.09%204.198-4.788%204.198c-2.812%200-4.559-2.07-4.559-3.571c0-.74.779-1.272%201.463-1.272c1.291%200%20.988%202.223%203.134%202.223c.988%200%201.786-.76%201.786-1.767c0-2.66-3.23-.703-3.23-2.944c0-1.995%202.698-.646%202.698-2.755c0-.722-.513-1.273-1.368-1.273c-1.805%200-1.558%201.862-2.85%201.862c-.779%200-1.235-.703-1.235-1.406c0-1.481%202.033-3.077%204.142-3.077c2.736-.001%204.047%201.993%204.047%203.476m13.373-8.231c.836%200%201.48.38%201.48%201.254S28.951%2017%2028.228%2017h-6.346c-.835%200-1.48-.38-1.48-1.254c0-.399.246-.741.437-.969c1.577-1.881%203.286-3.59%204.729-5.68c.343-.494.666-1.083.666-1.767c0-.779-.59-1.463-1.368-1.463c-2.185%200-1.14%203.078-2.964%203.078c-.912%200-1.387-.646-1.387-1.387c0-2.394%202.128-4.312%204.465-4.312s4.217%201.539%204.217%203.951c0%202.641-2.944%205.262-4.559%207.295zm-6.934%2015.526c-.931%200-1.33-.627-1.33-1.121c0-.418.152-.646.267-.836l4.255-7.713c.418-.76.95-1.102%201.938-1.102c1.102%200%202.184.703%202.184%202.432v5.832h.323c.741%200%201.33.494%201.33%201.254s-.589%201.254-1.33%201.254h-.323v1.614c0%201.007-.398%201.483-1.367%201.483s-1.368-.476-1.368-1.483v-1.614zm4.578-7.808h-.038l-2.564%205.3h2.603z%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%22M9.613%206.096H8.492c-.912%200-1.292-.665-1.292-1.311c0-.665.475-1.311%201.292-1.311h2.698c.817%200%201.273.589%201.273%201.349v10.81c0%20.95-.608%201.481-1.425%201.481s-1.425-.532-1.425-1.481zm5.129%2016.627c0%201.196-.513%202.241-1.558%202.906c1.368.627%202.318%201.9%202.318%203.4c0%202.28-2.09%204.198-4.788%204.198c-2.812%200-4.559-2.07-4.559-3.571c0-.74.779-1.272%201.463-1.272c1.291%200%20.988%202.223%203.134%202.223c.988%200%201.786-.76%201.786-1.767c0-2.66-3.23-.703-3.23-2.944c0-1.995%202.698-.646%202.698-2.755c0-.722-.513-1.273-1.368-1.273c-1.805%200-1.558%201.862-2.85%201.862c-.779%200-1.235-.703-1.235-1.406c0-1.481%202.033-3.077%204.142-3.077c2.736-.001%204.047%201.993%204.047%203.476m13.373-8.231c.836%200%201.48.38%201.48%201.254S28.951%2017%2028.228%2017h-6.346c-.835%200-1.48-.38-1.48-1.254c0-.399.246-.741.437-.969c1.577-1.881%203.286-3.59%204.729-5.68c.343-.494.666-1.083.666-1.767c0-.779-.59-1.463-1.368-1.463c-2.185%200-1.14%203.078-2.964%203.078c-.912%200-1.387-.646-1.387-1.387c0-2.394%202.128-4.312%204.465-4.312s4.217%201.539%204.217%203.951c0%202.641-2.944%205.262-4.559%207.295zm-6.934%2015.526c-.931%200-1.33-.627-1.33-1.121c0-.418.152-.646.267-.836l4.255-7.713c.418-.76.95-1.102%201.938-1.102c1.102%200%202.184.703%202.184%202.432v5.832h.323c.741%200%201.33.494%201.33%201.254s-.589%201.254-1.33%201.254h-.323v1.614c0%201.007-.398%201.483-1.367%201.483s-1.368-.476-1.368-1.483v-1.614zm4.578-7.808h-.038l-2.564%205.3h2.603z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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