The Phosphor usb icon depicts a Universal Serial Bus connector, commonly used to represent external storage, peripherals, or data transfer options in user interfaces.
Common uses
- Connecting external hard drives
- USB drive status indicator
- Peripheral device management
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Usb } from '@phosphor-icons/react';
<Usb size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Usb size={24} />thin
<Usb size={24} weight="thin" />light
<Usb size={24} weight="light" />bold
<Usb size={24} weight="bold" />fill
<Usb size={24} weight="fill" />duotone
<Usb size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- objects
- Keywords
- serialportplugperipheraldeviceobjectssystemusbserial port
FAQ
- What does the USB icon represent?
- It represents a Universal Serial Bus connection, typically used for connecting devices like flash drives, keyboards, or external hard drives.
- How do I use the USB icon in React?
- You can import and use it directly with: import { Usb } from '@phosphor-icons/react'. Then render it as <Usb />.
- What is the license for the Phosphor USB icon?
- The Phosphor icon library, including the USB icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →