ios keypad icon

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

Name
ios-keypad-outline
Set
IonIcons
Style
Outline
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.4zm0 90.8c-20.6 0-37.4-16.8-37.4-37.4 0-20.6 16.8-37.4 37.4-37.4S432 374 432 394.6c0 20.6-16.8 37.4-37.4 37.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.4zm0 90.8c-20.6 0-37.4-16.8-37.4-37.4 0-20.6 16.8-37.4 37.4-37.4s37.4 16.8 37.4 37.4c0 20.6-16.8 37.4-37.4 37.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.4zm0 90.8C96.8 432 80 415.2 80 394.6c0-20.6 16.8-37.4 37.4-37.4s37.4 16.8 37.4 37.4c0 20.6-16.7 37.4-37.4 37.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.4zm0 90.8c-20.6 0-37.4-16.8-37.4-37.4 0-20.6 16.8-37.4 37.4-37.4S432 235.4 432 256c0 20.6-16.8 37.4-37.4 37.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.4zm0 90.8c-20.6 0-37.4-16.8-37.4-37.4 0-20.6 16.8-37.4 37.4-37.4s37.4 16.8 37.4 37.4c0 20.6-16.8 37.4-37.4 37.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.4zm0 90.8C96.8 293.4 80 276.6 80 256c0-20.6 16.8-37.4 37.4-37.4s37.4 16.8 37.4 37.4c0 20.6-16.7 37.4-37.4 37.4z" fill="currentColor"/><path d="M394.6 170.8c29.5 0 53.4-23.9 53.4-53.4S424.1 64 394.6 64s-53.4 23.9-53.4 53.4 23.9 53.4 53.4 53.4zm0-90.8c20.6 0 37.4 16.8 37.4 37.4 0 20.6-16.8 37.4-37.4 37.4s-37.4-16.8-37.4-37.4c0-20.6 16.7-37.4 37.4-37.4z" 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 64zm0 90.8c-20.6 0-37.4-16.8-37.4-37.4 0-20.6 16.8-37.4 37.4-37.4s37.4 16.8 37.4 37.4c0 20.6-16.8 37.4-37.4 37.4z" 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 64zm0 90.8C96.8 154.8 80 138 80 117.4 80 96.8 96.8 80 117.4 80s37.4 16.8 37.4 37.4c0 20.6-16.7 37.4-37.4 37.4z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosKeypadOutline(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.4zm0 90.8c-20.6 0-37.4-16.8-37.4-37.4 0-20.6 16.8-37.4 37.4-37.4S432 374 432 394.6c0 20.6-16.8 37.4-37.4 37.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.4zm0 90.8c-20.6 0-37.4-16.8-37.4-37.4 0-20.6 16.8-37.4 37.4-37.4s37.4 16.8 37.4 37.4c0 20.6-16.8 37.4-37.4 37.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.4zm0 90.8C96.8 432 80 415.2 80 394.6c0-20.6 16.8-37.4 37.4-37.4s37.4 16.8 37.4 37.4c0 20.6-16.7 37.4-37.4 37.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.4zm0 90.8c-20.6 0-37.4-16.8-37.4-37.4 0-20.6 16.8-37.4 37.4-37.4S432 235.4 432 256c0 20.6-16.8 37.4-37.4 37.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.4zm0 90.8c-20.6 0-37.4-16.8-37.4-37.4 0-20.6 16.8-37.4 37.4-37.4s37.4 16.8 37.4 37.4c0 20.6-16.8 37.4-37.4 37.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.4zm0 90.8C96.8 293.4 80 276.6 80 256c0-20.6 16.8-37.4 37.4-37.4s37.4 16.8 37.4 37.4c0 20.6-16.7 37.4-37.4 37.4z" fill="currentColor"/><path d="M394.6 170.8c29.5 0 53.4-23.9 53.4-53.4S424.1 64 394.6 64s-53.4 23.9-53.4 53.4 23.9 53.4 53.4 53.4zm0-90.8c20.6 0 37.4 16.8 37.4 37.4 0 20.6-16.8 37.4-37.4 37.4s-37.4-16.8-37.4-37.4c0-20.6 16.7-37.4 37.4-37.4z" 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 64zm0 90.8c-20.6 0-37.4-16.8-37.4-37.4 0-20.6 16.8-37.4 37.4-37.4s37.4 16.8 37.4 37.4c0 20.6-16.8 37.4-37.4 37.4z" 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 64zm0 90.8C96.8 154.8 80 138 80 117.4 80 96.8 96.8 80 117.4 80s37.4 16.8 37.4 37.4c0 20.6-16.7 37.4-37.4 37.4z" 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.4zm0 90.8c-20.6 0-37.4-16.8-37.4-37.4 0-20.6 16.8-37.4 37.4-37.4S432 374 432 394.6c0 20.6-16.8 37.4-37.4 37.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.4zm0 90.8c-20.6 0-37.4-16.8-37.4-37.4 0-20.6 16.8-37.4 37.4-37.4s37.4 16.8 37.4 37.4c0 20.6-16.8 37.4-37.4 37.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.4zm0 90.8C96.8 432 80 415.2 80 394.6c0-20.6 16.8-37.4 37.4-37.4s37.4 16.8 37.4 37.4c0 20.6-16.7 37.4-37.4 37.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.4zm0 90.8c-20.6 0-37.4-16.8-37.4-37.4 0-20.6 16.8-37.4 37.4-37.4S432 235.4 432 256c0 20.6-16.8 37.4-37.4 37.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.4zm0 90.8c-20.6 0-37.4-16.8-37.4-37.4 0-20.6 16.8-37.4 37.4-37.4s37.4 16.8 37.4 37.4c0 20.6-16.8 37.4-37.4 37.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.4zm0 90.8C96.8 293.4 80 276.6 80 256c0-20.6 16.8-37.4 37.4-37.4s37.4 16.8 37.4 37.4c0 20.6-16.7 37.4-37.4 37.4z" fill="currentColor"/><path d="M394.6 170.8c29.5 0 53.4-23.9 53.4-53.4S424.1 64 394.6 64s-53.4 23.9-53.4 53.4 23.9 53.4 53.4 53.4zm0-90.8c20.6 0 37.4 16.8 37.4 37.4 0 20.6-16.8 37.4-37.4 37.4s-37.4-16.8-37.4-37.4c0-20.6 16.7-37.4 37.4-37.4z" 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 64zm0 90.8c-20.6 0-37.4-16.8-37.4-37.4 0-20.6 16.8-37.4 37.4-37.4s37.4 16.8 37.4 37.4c0 20.6-16.8 37.4-37.4 37.4z" 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 64zm0 90.8C96.8 154.8 80 138 80 117.4 80 96.8 96.8 80 117.4 80s37.4 16.8 37.4 37.4c0 20.6-16.7 37.4-37.4 37.4z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-keypad-outline {
  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.4zm0%2090.8c-20.6%200-37.4-16.8-37.4-37.4%200-20.6%2016.8-37.4%2037.4-37.4S432%20374%20432%20394.6c0%2020.6-16.8%2037.4-37.4%2037.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.4zm0%2090.8c-20.6%200-37.4-16.8-37.4-37.4%200-20.6%2016.8-37.4%2037.4-37.4s37.4%2016.8%2037.4%2037.4c0%2020.6-16.8%2037.4-37.4%2037.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.4zm0%2090.8C96.8%20432%2080%20415.2%2080%20394.6c0-20.6%2016.8-37.4%2037.4-37.4s37.4%2016.8%2037.4%2037.4c0%2020.6-16.7%2037.4-37.4%2037.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.4zm0%2090.8c-20.6%200-37.4-16.8-37.4-37.4%200-20.6%2016.8-37.4%2037.4-37.4S432%20235.4%20432%20256c0%2020.6-16.8%2037.4-37.4%2037.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.4zm0%2090.8c-20.6%200-37.4-16.8-37.4-37.4%200-20.6%2016.8-37.4%2037.4-37.4s37.4%2016.8%2037.4%2037.4c0%2020.6-16.8%2037.4-37.4%2037.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.4zm0%2090.8C96.8%20293.4%2080%20276.6%2080%20256c0-20.6%2016.8-37.4%2037.4-37.4s37.4%2016.8%2037.4%2037.4c0%2020.6-16.7%2037.4-37.4%2037.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M394.6%20170.8c29.5%200%2053.4-23.9%2053.4-53.4S424.1%2064%20394.6%2064s-53.4%2023.9-53.4%2053.4%2023.9%2053.4%2053.4%2053.4zm0-90.8c20.6%200%2037.4%2016.8%2037.4%2037.4%200%2020.6-16.8%2037.4-37.4%2037.4s-37.4-16.8-37.4-37.4c0-20.6%2016.7-37.4%2037.4-37.4z%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%2064zm0%2090.8c-20.6%200-37.4-16.8-37.4-37.4%200-20.6%2016.8-37.4%2037.4-37.4s37.4%2016.8%2037.4%2037.4c0%2020.6-16.8%2037.4-37.4%2037.4z%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%2064zm0%2090.8C96.8%20154.8%2080%20138%2080%20117.4%2080%2096.8%2096.8%2080%20117.4%2080s37.4%2016.8%2037.4%2037.4c0%2020.6-16.7%2037.4-37.4%2037.4z%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.4zm0%2090.8c-20.6%200-37.4-16.8-37.4-37.4%200-20.6%2016.8-37.4%2037.4-37.4S432%20374%20432%20394.6c0%2020.6-16.8%2037.4-37.4%2037.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.4zm0%2090.8c-20.6%200-37.4-16.8-37.4-37.4%200-20.6%2016.8-37.4%2037.4-37.4s37.4%2016.8%2037.4%2037.4c0%2020.6-16.8%2037.4-37.4%2037.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.4zm0%2090.8C96.8%20432%2080%20415.2%2080%20394.6c0-20.6%2016.8-37.4%2037.4-37.4s37.4%2016.8%2037.4%2037.4c0%2020.6-16.7%2037.4-37.4%2037.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.4zm0%2090.8c-20.6%200-37.4-16.8-37.4-37.4%200-20.6%2016.8-37.4%2037.4-37.4S432%20235.4%20432%20256c0%2020.6-16.8%2037.4-37.4%2037.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.4zm0%2090.8c-20.6%200-37.4-16.8-37.4-37.4%200-20.6%2016.8-37.4%2037.4-37.4s37.4%2016.8%2037.4%2037.4c0%2020.6-16.8%2037.4-37.4%2037.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.4zm0%2090.8C96.8%20293.4%2080%20276.6%2080%20256c0-20.6%2016.8-37.4%2037.4-37.4s37.4%2016.8%2037.4%2037.4c0%2020.6-16.7%2037.4-37.4%2037.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M394.6%20170.8c29.5%200%2053.4-23.9%2053.4-53.4S424.1%2064%20394.6%2064s-53.4%2023.9-53.4%2053.4%2023.9%2053.4%2053.4%2053.4zm0-90.8c20.6%200%2037.4%2016.8%2037.4%2037.4%200%2020.6-16.8%2037.4-37.4%2037.4s-37.4-16.8-37.4-37.4c0-20.6%2016.7-37.4%2037.4-37.4z%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%2064zm0%2090.8c-20.6%200-37.4-16.8-37.4-37.4%200-20.6%2016.8-37.4%2037.4-37.4s37.4%2016.8%2037.4%2037.4c0%2020.6-16.8%2037.4-37.4%2037.4z%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%2064zm0%2090.8C96.8%20154.8%2080%20138%2080%20117.4%2080%2096.8%2096.8%2080%20117.4%2080s37.4%2016.8%2037.4%2037.4c0%2020.6-16.7%2037.4-37.4%2037.4z%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-outline.svg?color=%231a73e8&size=48