Smartphone Pixel Art Icon
A smartphone icon for mobile device settings, app previews, responsive-design toggles and mobile-platform documentation.
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 Smartphone icon
A portrait-orientation phone with a screen area and minimal bezel details. Use it in device selectors (phone vs. tablet vs. desktop), responsive-preview toggles in design tools, mobile-app download prompts, and system menus that list connected devices. It is among the most versatile device icons; pair it with the tablet icon to form a 'mobile and tablet' set, or with the laptop icon when illustrating cross-platform support.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/smartphone.svg" width="24" height="24" alt="Smartphone" />
<!-- React -->
import { Smartphone } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="smartphone.svg" width="48" height="48" style="image-rendering: pixelated" />