Memory Stick Pixel Art Icon
A memory stick icon for USB flash drives, portable storage devices, firmware update flows, and removable media labels.
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 Memory Stick icon
A USB memory stick or flash drive, representing portable removable storage. Use it in a firmware update flow that asks users to insert a USB drive, a file manager's connected-devices sidebar, a 'Backup to USB' action, or a hardware spec listing for USB storage compatibility. It communicates portable physical media as opposed to cloud or internal storage. For a fixed internal drive, a hard drive icon is more appropriate; for cloud transfer, drive-download and drive-upload are the right choices.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/memory-stick.svg" width="24" height="24" alt="Memory Stick" />
<!-- React -->
import { MemoryStick } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="memory-stick.svg" width="48" height="48" style="image-rendering: pixelated" />