Tablet Pixel Art Icon
A tablet device icon for responsive-design previews, iPad app specs, cross-platform device selectors and tablet-specific UI documentation.
Tags
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Tablet icon
A landscape or portrait tablet frame with a bezel and home indicator, representing an iPad-class device. Use it in responsive-design toggles alongside smartphone and desktop icons, in device-list management panels that track tablets separately from phones, and in app-store metadata sections for iPad screenshots. It clearly distinguishes a medium-form device from a phone (taller proportions, smaller bezel) or a laptop (no keyboard). Pair with tablet-charging when battery state matters.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/tablet.svg" width="24" height="24" alt="Tablet" />
<!-- React -->
import { Tablet } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="tablet.svg" width="48" height="48" style="image-rendering: pixelated" />