input numbers emoji

input-numbers from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
input-numbers
Set
Noto Emoji
Style
Default
Category
Symbols
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More symbols icons from Noto Emoji

Use the input numbers emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#427687" d="M116 4H12c-4.4 0-8 3.6-8 8v104c0 4.4 3.6 8 8 8h104c4.4 0 8-3.6 8-8V12c0-4.4-3.6-8-8-8"/><path fill="#8cafbf" d="M109.7 4H11.5C7.4 4 4 7.4 4 11.5v97.9c0 4.2 3.4 7.5 7.5 7.5h98.1c4.2 0 7.5-3.4 7.5-7.5V11.5c.2-4.1-3.3-7.5-7.4-7.5"/><path fill="#b4e1ed" d="M39.7 12.9c0-2.3-1.6-3-10.8-2.7c-7.7.3-11.5 1.2-13.8 4s-2.9 8.5-3 15.3c0 4.8 0 9.3 2.5 9.3c3.4 0 3.4-7.9 6.2-12.3c5.4-8.7 18.9-10.6 18.9-13.6" opacity=".5"/><path fill="#fafafa" d="m38.02 30.78l-5.4 3.93l-3.46-5.29l10.53-7.59h5.19v35.83h-6.86zm36 20.64c7.26-7.19 11.61-11.58 13.04-13.15c1.26-1.36 2.12-2.5 2.59-3.4c.47-.91.71-1.94.71-3.09c0-1.22-.45-2.25-1.36-3.09s-2.11-1.26-3.61-1.26c-1.47 0-2.65.42-3.56 1.26s-1.55 1.89-1.94 3.14l-6.18-2.57c.38-1.36 1.09-2.68 2.12-3.95s2.37-2.31 4.01-3.12c1.64-.8 3.53-1.2 5.66-1.2c2.37 0 4.45.46 6.23 1.39s3.16 2.18 4.14 3.77s1.47 3.36 1.47 5.32c0 3.88-1.89 7.67-5.66 11.37c-1.54 1.5-4.38 4.33-8.54 8.49l.16.31h14.5v6.02H74.02zm-40.37 52.49c-2.32-1.61-3.92-3.95-4.79-7.02l6.5-2.57q.63 2.565 2.25 3.96c1.08.93 2.44 1.39 4.09 1.39c1.5 0 2.8-.45 3.9-1.36s1.65-2.06 1.65-3.46c0-1.5-.58-2.7-1.75-3.59s-2.75-1.34-4.74-1.34h-3.09v-6.23h2.83c1.54 0 2.84-.38 3.9-1.15s1.6-1.89 1.6-3.35c0-1.19-.44-2.16-1.31-2.93s-1.99-1.15-3.35-1.15c-1.43 0-2.58.38-3.46 1.15q-1.305 1.155-1.83 2.88l-6.23-2.57c.73-2.1 2.09-3.91 4.06-5.45s4.48-2.3 7.52-2.3q3.345 0 6 1.26c1.76.84 3.13 1.98 4.11 3.43s1.47 3.08 1.47 4.9c0 1.92-.45 3.56-1.34 4.92s-1.96 2.36-3.22 2.99v.42c1.75.7 3.16 1.8 4.24 3.3s1.62 3.32 1.62 5.45c0 2.06-.52 3.91-1.57 5.55s-2.52 2.93-4.43 3.88q-2.85 1.41-6.57 1.41c-3.06-.01-5.74-.82-8.06-2.42m56.56-5.03h-16.5v-5.55l15.92-23.67h7.44V92.5h4.45v6.39h-4.45v6.6h-6.86zm0-6.39V79.87h-.42L81.3 92.49z"/></svg>

React

import type { SVGProps } from "react";

export function NotoInputNumbers(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#427687" d="M116 4H12c-4.4 0-8 3.6-8 8v104c0 4.4 3.6 8 8 8h104c4.4 0 8-3.6 8-8V12c0-4.4-3.6-8-8-8"/><path fill="#8cafbf" d="M109.7 4H11.5C7.4 4 4 7.4 4 11.5v97.9c0 4.2 3.4 7.5 7.5 7.5h98.1c4.2 0 7.5-3.4 7.5-7.5V11.5c.2-4.1-3.3-7.5-7.4-7.5"/><path fill="#b4e1ed" d="M39.7 12.9c0-2.3-1.6-3-10.8-2.7c-7.7.3-11.5 1.2-13.8 4s-2.9 8.5-3 15.3c0 4.8 0 9.3 2.5 9.3c3.4 0 3.4-7.9 6.2-12.3c5.4-8.7 18.9-10.6 18.9-13.6" opacity=".5"/><path fill="#fafafa" d="m38.02 30.78l-5.4 3.93l-3.46-5.29l10.53-7.59h5.19v35.83h-6.86zm36 20.64c7.26-7.19 11.61-11.58 13.04-13.15c1.26-1.36 2.12-2.5 2.59-3.4c.47-.91.71-1.94.71-3.09c0-1.22-.45-2.25-1.36-3.09s-2.11-1.26-3.61-1.26c-1.47 0-2.65.42-3.56 1.26s-1.55 1.89-1.94 3.14l-6.18-2.57c.38-1.36 1.09-2.68 2.12-3.95s2.37-2.31 4.01-3.12c1.64-.8 3.53-1.2 5.66-1.2c2.37 0 4.45.46 6.23 1.39s3.16 2.18 4.14 3.77s1.47 3.36 1.47 5.32c0 3.88-1.89 7.67-5.66 11.37c-1.54 1.5-4.38 4.33-8.54 8.49l.16.31h14.5v6.02H74.02zm-40.37 52.49c-2.32-1.61-3.92-3.95-4.79-7.02l6.5-2.57q.63 2.565 2.25 3.96c1.08.93 2.44 1.39 4.09 1.39c1.5 0 2.8-.45 3.9-1.36s1.65-2.06 1.65-3.46c0-1.5-.58-2.7-1.75-3.59s-2.75-1.34-4.74-1.34h-3.09v-6.23h2.83c1.54 0 2.84-.38 3.9-1.15s1.6-1.89 1.6-3.35c0-1.19-.44-2.16-1.31-2.93s-1.99-1.15-3.35-1.15c-1.43 0-2.58.38-3.46 1.15q-1.305 1.155-1.83 2.88l-6.23-2.57c.73-2.1 2.09-3.91 4.06-5.45s4.48-2.3 7.52-2.3q3.345 0 6 1.26c1.76.84 3.13 1.98 4.11 3.43s1.47 3.08 1.47 4.9c0 1.92-.45 3.56-1.34 4.92s-1.96 2.36-3.22 2.99v.42c1.75.7 3.16 1.8 4.24 3.3s1.62 3.32 1.62 5.45c0 2.06-.52 3.91-1.57 5.55s-2.52 2.93-4.43 3.88q-2.85 1.41-6.57 1.41c-3.06-.01-5.74-.82-8.06-2.42m56.56-5.03h-16.5v-5.55l15.92-23.67h7.44V92.5h4.45v6.39h-4.45v6.6h-6.86zm0-6.39V79.87h-.42L81.3 92.49z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#427687" d="M116 4H12c-4.4 0-8 3.6-8 8v104c0 4.4 3.6 8 8 8h104c4.4 0 8-3.6 8-8V12c0-4.4-3.6-8-8-8"/><path fill="#8cafbf" d="M109.7 4H11.5C7.4 4 4 7.4 4 11.5v97.9c0 4.2 3.4 7.5 7.5 7.5h98.1c4.2 0 7.5-3.4 7.5-7.5V11.5c.2-4.1-3.3-7.5-7.4-7.5"/><path fill="#b4e1ed" d="M39.7 12.9c0-2.3-1.6-3-10.8-2.7c-7.7.3-11.5 1.2-13.8 4s-2.9 8.5-3 15.3c0 4.8 0 9.3 2.5 9.3c3.4 0 3.4-7.9 6.2-12.3c5.4-8.7 18.9-10.6 18.9-13.6" opacity=".5"/><path fill="#fafafa" d="m38.02 30.78l-5.4 3.93l-3.46-5.29l10.53-7.59h5.19v35.83h-6.86zm36 20.64c7.26-7.19 11.61-11.58 13.04-13.15c1.26-1.36 2.12-2.5 2.59-3.4c.47-.91.71-1.94.71-3.09c0-1.22-.45-2.25-1.36-3.09s-2.11-1.26-3.61-1.26c-1.47 0-2.65.42-3.56 1.26s-1.55 1.89-1.94 3.14l-6.18-2.57c.38-1.36 1.09-2.68 2.12-3.95s2.37-2.31 4.01-3.12c1.64-.8 3.53-1.2 5.66-1.2c2.37 0 4.45.46 6.23 1.39s3.16 2.18 4.14 3.77s1.47 3.36 1.47 5.32c0 3.88-1.89 7.67-5.66 11.37c-1.54 1.5-4.38 4.33-8.54 8.49l.16.31h14.5v6.02H74.02zm-40.37 52.49c-2.32-1.61-3.92-3.95-4.79-7.02l6.5-2.57q.63 2.565 2.25 3.96c1.08.93 2.44 1.39 4.09 1.39c1.5 0 2.8-.45 3.9-1.36s1.65-2.06 1.65-3.46c0-1.5-.58-2.7-1.75-3.59s-2.75-1.34-4.74-1.34h-3.09v-6.23h2.83c1.54 0 2.84-.38 3.9-1.15s1.6-1.89 1.6-3.35c0-1.19-.44-2.16-1.31-2.93s-1.99-1.15-3.35-1.15c-1.43 0-2.58.38-3.46 1.15q-1.305 1.155-1.83 2.88l-6.23-2.57c.73-2.1 2.09-3.91 4.06-5.45s4.48-2.3 7.52-2.3q3.345 0 6 1.26c1.76.84 3.13 1.98 4.11 3.43s1.47 3.08 1.47 4.9c0 1.92-.45 3.56-1.34 4.92s-1.96 2.36-3.22 2.99v.42c1.75.7 3.16 1.8 4.24 3.3s1.62 3.32 1.62 5.45c0 2.06-.52 3.91-1.57 5.55s-2.52 2.93-4.43 3.88q-2.85 1.41-6.57 1.41c-3.06-.01-5.74-.82-8.06-2.42m56.56-5.03h-16.5v-5.55l15.92-23.67h7.44V92.5h4.45v6.39h-4.45v6.6h-6.86zm0-6.39V79.87h-.42L81.3 92.49z"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23427687%22%20d%3D%22M116%204H12c-4.4%200-8%203.6-8%208v104c0%204.4%203.6%208%208%208h104c4.4%200%208-3.6%208-8V12c0-4.4-3.6-8-8-8%22%2F%3E%3Cpath%20fill%3D%22%238cafbf%22%20d%3D%22M109.7%204H11.5C7.4%204%204%207.4%204%2011.5v97.9c0%204.2%203.4%207.5%207.5%207.5h98.1c4.2%200%207.5-3.4%207.5-7.5V11.5c.2-4.1-3.3-7.5-7.4-7.5%22%2F%3E%3Cpath%20fill%3D%22%23b4e1ed%22%20d%3D%22M39.7%2012.9c0-2.3-1.6-3-10.8-2.7c-7.7.3-11.5%201.2-13.8%204s-2.9%208.5-3%2015.3c0%204.8%200%209.3%202.5%209.3c3.4%200%203.4-7.9%206.2-12.3c5.4-8.7%2018.9-10.6%2018.9-13.6%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22%23fafafa%22%20d%3D%22m38.02%2030.78l-5.4%203.93l-3.46-5.29l10.53-7.59h5.19v35.83h-6.86zm36%2020.64c7.26-7.19%2011.61-11.58%2013.04-13.15c1.26-1.36%202.12-2.5%202.59-3.4c.47-.91.71-1.94.71-3.09c0-1.22-.45-2.25-1.36-3.09s-2.11-1.26-3.61-1.26c-1.47%200-2.65.42-3.56%201.26s-1.55%201.89-1.94%203.14l-6.18-2.57c.38-1.36%201.09-2.68%202.12-3.95s2.37-2.31%204.01-3.12c1.64-.8%203.53-1.2%205.66-1.2c2.37%200%204.45.46%206.23%201.39s3.16%202.18%204.14%203.77s1.47%203.36%201.47%205.32c0%203.88-1.89%207.67-5.66%2011.37c-1.54%201.5-4.38%204.33-8.54%208.49l.16.31h14.5v6.02H74.02zm-40.37%2052.49c-2.32-1.61-3.92-3.95-4.79-7.02l6.5-2.57q.63%202.565%202.25%203.96c1.08.93%202.44%201.39%204.09%201.39c1.5%200%202.8-.45%203.9-1.36s1.65-2.06%201.65-3.46c0-1.5-.58-2.7-1.75-3.59s-2.75-1.34-4.74-1.34h-3.09v-6.23h2.83c1.54%200%202.84-.38%203.9-1.15s1.6-1.89%201.6-3.35c0-1.19-.44-2.16-1.31-2.93s-1.99-1.15-3.35-1.15c-1.43%200-2.58.38-3.46%201.15q-1.305%201.155-1.83%202.88l-6.23-2.57c.73-2.1%202.09-3.91%204.06-5.45s4.48-2.3%207.52-2.3q3.345%200%206%201.26c1.76.84%203.13%201.98%204.11%203.43s1.47%203.08%201.47%204.9c0%201.92-.45%203.56-1.34%204.92s-1.96%202.36-3.22%202.99v.42c1.75.7%203.16%201.8%204.24%203.3s1.62%203.32%201.62%205.45c0%202.06-.52%203.91-1.57%205.55s-2.52%202.93-4.43%203.88q-2.85%201.41-6.57%201.41c-3.06-.01-5.74-.82-8.06-2.42m56.56-5.03h-16.5v-5.55l15.92-23.67h7.44V92.5h4.45v6.39h-4.45v6.6h-6.86zm0-6.39V79.87h-.42L81.3%2092.49z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23427687%22%20d%3D%22M116%204H12c-4.4%200-8%203.6-8%208v104c0%204.4%203.6%208%208%208h104c4.4%200%208-3.6%208-8V12c0-4.4-3.6-8-8-8%22%2F%3E%3Cpath%20fill%3D%22%238cafbf%22%20d%3D%22M109.7%204H11.5C7.4%204%204%207.4%204%2011.5v97.9c0%204.2%203.4%207.5%207.5%207.5h98.1c4.2%200%207.5-3.4%207.5-7.5V11.5c.2-4.1-3.3-7.5-7.4-7.5%22%2F%3E%3Cpath%20fill%3D%22%23b4e1ed%22%20d%3D%22M39.7%2012.9c0-2.3-1.6-3-10.8-2.7c-7.7.3-11.5%201.2-13.8%204s-2.9%208.5-3%2015.3c0%204.8%200%209.3%202.5%209.3c3.4%200%203.4-7.9%206.2-12.3c5.4-8.7%2018.9-10.6%2018.9-13.6%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22%23fafafa%22%20d%3D%22m38.02%2030.78l-5.4%203.93l-3.46-5.29l10.53-7.59h5.19v35.83h-6.86zm36%2020.64c7.26-7.19%2011.61-11.58%2013.04-13.15c1.26-1.36%202.12-2.5%202.59-3.4c.47-.91.71-1.94.71-3.09c0-1.22-.45-2.25-1.36-3.09s-2.11-1.26-3.61-1.26c-1.47%200-2.65.42-3.56%201.26s-1.55%201.89-1.94%203.14l-6.18-2.57c.38-1.36%201.09-2.68%202.12-3.95s2.37-2.31%204.01-3.12c1.64-.8%203.53-1.2%205.66-1.2c2.37%200%204.45.46%206.23%201.39s3.16%202.18%204.14%203.77s1.47%203.36%201.47%205.32c0%203.88-1.89%207.67-5.66%2011.37c-1.54%201.5-4.38%204.33-8.54%208.49l.16.31h14.5v6.02H74.02zm-40.37%2052.49c-2.32-1.61-3.92-3.95-4.79-7.02l6.5-2.57q.63%202.565%202.25%203.96c1.08.93%202.44%201.39%204.09%201.39c1.5%200%202.8-.45%203.9-1.36s1.65-2.06%201.65-3.46c0-1.5-.58-2.7-1.75-3.59s-2.75-1.34-4.74-1.34h-3.09v-6.23h2.83c1.54%200%202.84-.38%203.9-1.15s1.6-1.89%201.6-3.35c0-1.19-.44-2.16-1.31-2.93s-1.99-1.15-3.35-1.15c-1.43%200-2.58.38-3.46%201.15q-1.305%201.155-1.83%202.88l-6.23-2.57c.73-2.1%202.09-3.91%204.06-5.45s4.48-2.3%207.52-2.3q3.345%200%206%201.26c1.76.84%203.13%201.98%204.11%203.43s1.47%203.08%201.47%204.9c0%201.92-.45%203.56-1.34%204.92s-1.96%202.36-3.22%202.99v.42c1.75.7%203.16%201.8%204.24%203.3s1.62%203.32%201.62%205.45c0%202.06-.52%203.91-1.57%205.55s-2.52%202.93-4.43%203.88q-2.85%201.41-6.57%201.41c-3.06-.01-5.74-.82-8.06-2.42m56.56-5.03h-16.5v-5.55l15.92-23.67h7.44V92.5h4.45v6.39h-4.45v6.6h-6.86zm0-6.39V79.87h-.42L81.3%2092.49z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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