input numbers emoji
input-numbers from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.
- Name
- input-numbers
- Set
- OpenMoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More symbols icons from OpenMoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the input numbers emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="3.885" d="M44.014 20.998a4.18 4.18 0 0 1 4.093-3.336c1.154 0 2.197.468 2.953 1.224c1.175 1.177 1.068 3.13-.035 4.375l-7.095 8h8.354m-31.33 20.667c.358 1.55 1.904 2.714 3.757 2.714c2.118 0 3.835-1.521 3.835-3.4c0-1.877-1.717-3.4-3.835-3.4c2.118 0 3.835-1.521 3.835-3.4c0-1.877-1.717-3.4-3.835-3.4c-1.853 0-3.4 1.168-3.757 2.716m.38-23.28l3.763-2.821v13.6m24.097 9.791l-5.053 11.43h7.955m-1.242-4.21v6.388" clip-rule="evenodd"/><path fill="#fff" d="M12 12h48v47.83H12z"/><path fill="#3f3f3f" d="M12.004 11.998h24.03v24.12h-24.03z"/><path fill="#3f3f3f" d="M35.994 35.988h23.92v24h-23.92z"/><path fill="none" stroke="#3f3f3f" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.885" d="M44.014 20.998a4.18 4.18 0 0 1 4.093-3.336c1.154 0 2.197.468 2.953 1.224c1.175 1.177 1.068 3.13-.035 4.375l-7.095 8h8.354m-31.33 20.667c.358 1.55 1.904 2.714 3.757 2.714c2.118 0 3.835-1.521 3.835-3.4c0-1.877-1.717-3.4-3.835-3.4c2.118 0 3.835-1.521 3.835-3.4c0-1.877-1.717-3.4-3.835-3.4c-1.853 0-3.4 1.168-3.757 2.716"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.885" d="m21.334 20.478l3.763-2.821v13.6m24.097 9.791l-5.053 11.43h7.955m-1.242-4.21v6.388"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 12h48v48H12z"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiInputNumbers(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="3.885" d="M44.014 20.998a4.18 4.18 0 0 1 4.093-3.336c1.154 0 2.197.468 2.953 1.224c1.175 1.177 1.068 3.13-.035 4.375l-7.095 8h8.354m-31.33 20.667c.358 1.55 1.904 2.714 3.757 2.714c2.118 0 3.835-1.521 3.835-3.4c0-1.877-1.717-3.4-3.835-3.4c2.118 0 3.835-1.521 3.835-3.4c0-1.877-1.717-3.4-3.835-3.4c-1.853 0-3.4 1.168-3.757 2.716m.38-23.28l3.763-2.821v13.6m24.097 9.791l-5.053 11.43h7.955m-1.242-4.21v6.388" clipRule="evenodd"/><path fill="#fff" d="M12 12h48v47.83H12z"/><path fill="#3f3f3f" d="M12.004 11.998h24.03v24.12h-24.03z"/><path fill="#3f3f3f" d="M35.994 35.988h23.92v24h-23.92z"/><path fill="none" stroke="#3f3f3f" strokeLinecap="round" strokeLinejoin="round" strokeWidth="3.885" d="M44.014 20.998a4.18 4.18 0 0 1 4.093-3.336c1.154 0 2.197.468 2.953 1.224c1.175 1.177 1.068 3.13-.035 4.375l-7.095 8h8.354m-31.33 20.667c.358 1.55 1.904 2.714 3.757 2.714c2.118 0 3.835-1.521 3.835-3.4c0-1.877-1.717-3.4-3.835-3.4c2.118 0 3.835-1.521 3.835-3.4c0-1.877-1.717-3.4-3.835-3.4c-1.853 0-3.4 1.168-3.757 2.716"/><path fill="none" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="3.885" d="m21.334 20.478l3.763-2.821v13.6m24.097 9.791l-5.053 11.43h7.955m-1.242-4.21v6.388"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M12 12h48v48H12z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="3.885" d="M44.014 20.998a4.18 4.18 0 0 1 4.093-3.336c1.154 0 2.197.468 2.953 1.224c1.175 1.177 1.068 3.13-.035 4.375l-7.095 8h8.354m-31.33 20.667c.358 1.55 1.904 2.714 3.757 2.714c2.118 0 3.835-1.521 3.835-3.4c0-1.877-1.717-3.4-3.835-3.4c2.118 0 3.835-1.521 3.835-3.4c0-1.877-1.717-3.4-3.835-3.4c-1.853 0-3.4 1.168-3.757 2.716m.38-23.28l3.763-2.821v13.6m24.097 9.791l-5.053 11.43h7.955m-1.242-4.21v6.388" clip-rule="evenodd"/><path fill="#fff" d="M12 12h48v47.83H12z"/><path fill="#3f3f3f" d="M12.004 11.998h24.03v24.12h-24.03z"/><path fill="#3f3f3f" d="M35.994 35.988h23.92v24h-23.92z"/><path fill="none" stroke="#3f3f3f" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.885" d="M44.014 20.998a4.18 4.18 0 0 1 4.093-3.336c1.154 0 2.197.468 2.953 1.224c1.175 1.177 1.068 3.13-.035 4.375l-7.095 8h8.354m-31.33 20.667c.358 1.55 1.904 2.714 3.757 2.714c2.118 0 3.835-1.521 3.835-3.4c0-1.877-1.717-3.4-3.835-3.4c2.118 0 3.835-1.521 3.835-3.4c0-1.877-1.717-3.4-3.835-3.4c-1.853 0-3.4 1.168-3.757 2.716"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.885" d="m21.334 20.478l3.763-2.821v13.6m24.097 9.791l-5.053 11.43h7.955m-1.242-4.21v6.388"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 12h48v48H12z"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223.885%22%20d%3D%22M44.014%2020.998a4.18%204.18%200%200%201%204.093-3.336c1.154%200%202.197.468%202.953%201.224c1.175%201.177%201.068%203.13-.035%204.375l-7.095%208h8.354m-31.33%2020.667c.358%201.55%201.904%202.714%203.757%202.714c2.118%200%203.835-1.521%203.835-3.4c0-1.877-1.717-3.4-3.835-3.4c2.118%200%203.835-1.521%203.835-3.4c0-1.877-1.717-3.4-3.835-3.4c-1.853%200-3.4%201.168-3.757%202.716m.38-23.28l3.763-2.821v13.6m24.097%209.791l-5.053%2011.43h7.955m-1.242-4.21v6.388%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%2012h48v47.83H12z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M12.004%2011.998h24.03v24.12h-24.03z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M35.994%2035.988h23.92v24h-23.92z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%233f3f3f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223.885%22%20d%3D%22M44.014%2020.998a4.18%204.18%200%200%201%204.093-3.336c1.154%200%202.197.468%202.953%201.224c1.175%201.177%201.068%203.13-.035%204.375l-7.095%208h8.354m-31.33%2020.667c.358%201.55%201.904%202.714%203.757%202.714c2.118%200%203.835-1.521%203.835-3.4c0-1.877-1.717-3.4-3.835-3.4c2.118%200%203.835-1.521%203.835-3.4c0-1.877-1.717-3.4-3.835-3.4c-1.853%200-3.4%201.168-3.757%202.716%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223.885%22%20d%3D%22m21.334%2020.478l3.763-2.821v13.6m24.097%209.791l-5.053%2011.43h7.955m-1.242-4.21v6.388%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%2012h48v48H12z%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%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223.885%22%20d%3D%22M44.014%2020.998a4.18%204.18%200%200%201%204.093-3.336c1.154%200%202.197.468%202.953%201.224c1.175%201.177%201.068%203.13-.035%204.375l-7.095%208h8.354m-31.33%2020.667c.358%201.55%201.904%202.714%203.757%202.714c2.118%200%203.835-1.521%203.835-3.4c0-1.877-1.717-3.4-3.835-3.4c2.118%200%203.835-1.521%203.835-3.4c0-1.877-1.717-3.4-3.835-3.4c-1.853%200-3.4%201.168-3.757%202.716m.38-23.28l3.763-2.821v13.6m24.097%209.791l-5.053%2011.43h7.955m-1.242-4.21v6.388%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%2012h48v47.83H12z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M12.004%2011.998h24.03v24.12h-24.03z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M35.994%2035.988h23.92v24h-23.92z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%233f3f3f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223.885%22%20d%3D%22M44.014%2020.998a4.18%204.18%200%200%201%204.093-3.336c1.154%200%202.197.468%202.953%201.224c1.175%201.177%201.068%203.13-.035%204.375l-7.095%208h8.354m-31.33%2020.667c.358%201.55%201.904%202.714%203.757%202.714c2.118%200%203.835-1.521%203.835-3.4c0-1.877-1.717-3.4-3.835-3.4c2.118%200%203.835-1.521%203.835-3.4c0-1.877-1.717-3.4-3.835-3.4c-1.853%200-3.4%201.168-3.757%202.716%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223.885%22%20d%3D%22m21.334%2020.478l3.763-2.821v13.6m24.097%209.791l-5.053%2011.43h7.955m-1.242-4.21v6.388%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%2012h48v48H12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/input-numbers.svg?color=%231a73e8&size=48