ipad from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ipad
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

The same icon in other sets

Use the ipad icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M112 72.8v366.4c0 4.9 3.9 8.8 8.8 8.8h270.4c4.9 0 8.8-3.9 8.8-8.8V72.8c0-4.9-3.9-8.8-8.8-8.8H120.8c-4.9 0-8.8 3.9-8.8 8.8zm144 364.8c-7.5 0-13.6-6-13.6-13.5s6.1-13.6 13.6-13.6c7.4 0 13.5 6.1 13.5 13.6.1 7.5-6 13.5-13.5 13.5zm-112-319c0-3.5 2.7-6.6 6-6.6h211.2c3.4 0 6.8 3.1 6.8 6.6v275.2c0 3.5-3.4 6.3-6.8 6.3H150c-3.4 0-6-2.8-6-6.3V118.6z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIpad(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M112 72.8v366.4c0 4.9 3.9 8.8 8.8 8.8h270.4c4.9 0 8.8-3.9 8.8-8.8V72.8c0-4.9-3.9-8.8-8.8-8.8H120.8c-4.9 0-8.8 3.9-8.8 8.8zm144 364.8c-7.5 0-13.6-6-13.6-13.5s6.1-13.6 13.6-13.6c7.4 0 13.5 6.1 13.5 13.6.1 7.5-6 13.5-13.5 13.5zm-112-319c0-3.5 2.7-6.6 6-6.6h211.2c3.4 0 6.8 3.1 6.8 6.6v275.2c0 3.5-3.4 6.3-6.8 6.3H150c-3.4 0-6-2.8-6-6.3V118.6z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M112 72.8v366.4c0 4.9 3.9 8.8 8.8 8.8h270.4c4.9 0 8.8-3.9 8.8-8.8V72.8c0-4.9-3.9-8.8-8.8-8.8H120.8c-4.9 0-8.8 3.9-8.8 8.8zm144 364.8c-7.5 0-13.6-6-13.6-13.5s6.1-13.6 13.6-13.6c7.4 0 13.5 6.1 13.5 13.6.1 7.5-6 13.5-13.5 13.5zm-112-319c0-3.5 2.7-6.6 6-6.6h211.2c3.4 0 6.8 3.1 6.8 6.6v275.2c0 3.5-3.4 6.3-6.8 6.3H150c-3.4 0-6-2.8-6-6.3V118.6z" fill="currentColor"/></svg>
</template>

CSS

.icon-ipad {
  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%22M112%2072.8v366.4c0%204.9%203.9%208.8%208.8%208.8h270.4c4.9%200%208.8-3.9%208.8-8.8V72.8c0-4.9-3.9-8.8-8.8-8.8H120.8c-4.9%200-8.8%203.9-8.8%208.8zm144%20364.8c-7.5%200-13.6-6-13.6-13.5s6.1-13.6%2013.6-13.6c7.4%200%2013.5%206.1%2013.5%2013.6.1%207.5-6%2013.5-13.5%2013.5zm-112-319c0-3.5%202.7-6.6%206-6.6h211.2c3.4%200%206.8%203.1%206.8%206.6v275.2c0%203.5-3.4%206.3-6.8%206.3H150c-3.4%200-6-2.8-6-6.3V118.6z%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%22M112%2072.8v366.4c0%204.9%203.9%208.8%208.8%208.8h270.4c4.9%200%208.8-3.9%208.8-8.8V72.8c0-4.9-3.9-8.8-8.8-8.8H120.8c-4.9%200-8.8%203.9-8.8%208.8zm144%20364.8c-7.5%200-13.6-6-13.6-13.5s6.1-13.6%2013.6-13.6c7.4%200%2013.5%206.1%2013.5%2013.6.1%207.5-6%2013.5-13.5%2013.5zm-112-319c0-3.5%202.7-6.6%206-6.6h211.2c3.4%200%206.8%203.1%206.8%206.6v275.2c0%203.5-3.4%206.3-6.8%206.3H150c-3.4%200-6-2.8-6-6.3V118.6z%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/ipad.svg?color=%231a73e8&size=48