John KuehJohn Kueh

dropbox logo icon

Phosphor · dropbox-logo · MIT

Download SVG

The Phosphor dropbox logo icon visually represents the Dropbox brand and is commonly used in UIs to link to or identify Dropbox services.

Common uses

  • Linking to a user's Dropbox account
  • Indicating file upload/download destination
  • Branding within an app that integrates with Dropbox

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { DropboxLogo } from '@phosphor-icons/react';

<DropboxLogo size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<DropboxLogo size={24} />
thin
<DropboxLogo size={24} weight="thin" />
light
<DropboxLogo size={24} weight="light" />
bold
<DropboxLogo size={24} weight="bold" />
fill
<DropboxLogo size={24} weight="fill" />
duotone
<DropboxLogo size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
brands
Keywords
cloudstoragebackuplogosbrandsdropboxlogocloud storagefile service logobrand logo

FAQ

What is the dropbox-logo icon used for?
It's used to represent the Dropbox brand, often for linking to services or indicating Dropbox integration.
How do I use the dropbox-logo icon in React?
You can import it directly using: import { DropboxLogo } from '@phosphor-icons/react' and then use it as a component.
What is the license for the dropbox-logo icon?
The Phosphor icon library, including the dropbox-logo 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 →