ios keypad icon

ios-keypad from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-keypad
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

Use the ios keypad icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M394.6 341.2c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4z" fill="currentColor"/><path d="M256 341.2c-29.5 0-53.4 23.9-53.4 53.4S226.5 448 256 448s53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4z" fill="currentColor"/><path d="M117.4 341.2c-29.5 0-53.4 23.9-53.4 53.4S87.9 448 117.4 448s53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4z" fill="currentColor"/><path d="M394.6 202.6c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4S448 285.5 448 256s-23.9-53.4-53.4-53.4z" fill="currentColor"/><path d="M256 202.6c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4z" fill="currentColor"/><path d="M117.4 202.6C87.9 202.6 64 226.5 64 256s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4z" fill="currentColor"/><path d="M394.6 64c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4S424.1 64 394.6 64z" fill="currentColor"/><path d="M256 64c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4S285.5 64 256 64z" fill="currentColor"/><path d="M117.4 64C87.9 64 64 87.9 64 117.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4S146.9 64 117.4 64z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosKeypad(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M394.6 341.2c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4z" fill="currentColor"/><path d="M256 341.2c-29.5 0-53.4 23.9-53.4 53.4S226.5 448 256 448s53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4z" fill="currentColor"/><path d="M117.4 341.2c-29.5 0-53.4 23.9-53.4 53.4S87.9 448 117.4 448s53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4z" fill="currentColor"/><path d="M394.6 202.6c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4S448 285.5 448 256s-23.9-53.4-53.4-53.4z" fill="currentColor"/><path d="M256 202.6c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4z" fill="currentColor"/><path d="M117.4 202.6C87.9 202.6 64 226.5 64 256s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4z" fill="currentColor"/><path d="M394.6 64c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4S424.1 64 394.6 64z" fill="currentColor"/><path d="M256 64c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4S285.5 64 256 64z" fill="currentColor"/><path d="M117.4 64C87.9 64 64 87.9 64 117.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4S146.9 64 117.4 64z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M394.6 341.2c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4z" fill="currentColor"/><path d="M256 341.2c-29.5 0-53.4 23.9-53.4 53.4S226.5 448 256 448s53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4z" fill="currentColor"/><path d="M117.4 341.2c-29.5 0-53.4 23.9-53.4 53.4S87.9 448 117.4 448s53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4z" fill="currentColor"/><path d="M394.6 202.6c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4S448 285.5 448 256s-23.9-53.4-53.4-53.4z" fill="currentColor"/><path d="M256 202.6c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4z" fill="currentColor"/><path d="M117.4 202.6C87.9 202.6 64 226.5 64 256s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4z" fill="currentColor"/><path d="M394.6 64c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4S424.1 64 394.6 64z" fill="currentColor"/><path d="M256 64c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4S285.5 64 256 64z" fill="currentColor"/><path d="M117.4 64C87.9 64 64 87.9 64 117.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4S146.9 64 117.4 64z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-keypad {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M394.6%20341.2c-29.5%200-53.4%2023.9-53.4%2053.4s23.9%2053.4%2053.4%2053.4%2053.4-23.9%2053.4-53.4-23.9-53.4-53.4-53.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20341.2c-29.5%200-53.4%2023.9-53.4%2053.4S226.5%20448%20256%20448s53.4-23.9%2053.4-53.4-23.9-53.4-53.4-53.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M117.4%20341.2c-29.5%200-53.4%2023.9-53.4%2053.4S87.9%20448%20117.4%20448s53.4-23.9%2053.4-53.4-23.9-53.4-53.4-53.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M394.6%20202.6c-29.5%200-53.4%2023.9-53.4%2053.4s23.9%2053.4%2053.4%2053.4S448%20285.5%20448%20256s-23.9-53.4-53.4-53.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20202.6c-29.5%200-53.4%2023.9-53.4%2053.4s23.9%2053.4%2053.4%2053.4%2053.4-23.9%2053.4-53.4-23.9-53.4-53.4-53.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M117.4%20202.6C87.9%20202.6%2064%20226.5%2064%20256s23.9%2053.4%2053.4%2053.4%2053.4-23.9%2053.4-53.4-23.9-53.4-53.4-53.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M394.6%2064c-29.5%200-53.4%2023.9-53.4%2053.4s23.9%2053.4%2053.4%2053.4%2053.4-23.9%2053.4-53.4S424.1%2064%20394.6%2064z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%2064c-29.5%200-53.4%2023.9-53.4%2053.4s23.9%2053.4%2053.4%2053.4%2053.4-23.9%2053.4-53.4S285.5%2064%20256%2064z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M117.4%2064C87.9%2064%2064%2087.9%2064%20117.4s23.9%2053.4%2053.4%2053.4%2053.4-23.9%2053.4-53.4S146.9%2064%20117.4%2064z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M394.6%20341.2c-29.5%200-53.4%2023.9-53.4%2053.4s23.9%2053.4%2053.4%2053.4%2053.4-23.9%2053.4-53.4-23.9-53.4-53.4-53.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20341.2c-29.5%200-53.4%2023.9-53.4%2053.4S226.5%20448%20256%20448s53.4-23.9%2053.4-53.4-23.9-53.4-53.4-53.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M117.4%20341.2c-29.5%200-53.4%2023.9-53.4%2053.4S87.9%20448%20117.4%20448s53.4-23.9%2053.4-53.4-23.9-53.4-53.4-53.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M394.6%20202.6c-29.5%200-53.4%2023.9-53.4%2053.4s23.9%2053.4%2053.4%2053.4S448%20285.5%20448%20256s-23.9-53.4-53.4-53.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20202.6c-29.5%200-53.4%2023.9-53.4%2053.4s23.9%2053.4%2053.4%2053.4%2053.4-23.9%2053.4-53.4-23.9-53.4-53.4-53.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M117.4%20202.6C87.9%20202.6%2064%20226.5%2064%20256s23.9%2053.4%2053.4%2053.4%2053.4-23.9%2053.4-53.4-23.9-53.4-53.4-53.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M394.6%2064c-29.5%200-53.4%2023.9-53.4%2053.4s23.9%2053.4%2053.4%2053.4%2053.4-23.9%2053.4-53.4S424.1%2064%20394.6%2064z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%2064c-29.5%200-53.4%2023.9-53.4%2053.4s23.9%2053.4%2053.4%2053.4%2053.4-23.9%2053.4-53.4S285.5%2064%20256%2064z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M117.4%2064C87.9%2064%2064%2087.9%2064%20117.4s23.9%2053.4%2053.4%2053.4%2053.4-23.9%2053.4-53.4S146.9%2064%20117.4%2064z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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