Laptop Pixel Art Icon
An open-laptop icon for desktop-view hints, device management, responsive breakpoints and computer settings.
Tags
computernotebookmacbook
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Laptop icon
An open laptop computer seen from the front. It represents desktop or computer use in general: a 'view on desktop' hint, device-management lists, responsive-design breakpoints, or a workstation in a setup guide. Paired with phone and tablet icons it forms the standard device trio for showing where an app runs. Choose it whenever the point is a portable, full-size computer.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/laptop.svg" width="24" height="24" alt="Laptop" />
<!-- React -->
import { Laptop } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="laptop.svg" width="48" height="48" style="image-rendering: pixelated" />