John KuehJohn Kueh

cross icon

Phosphor · cross · MIT

Download SVG

The Phosphor cross icon depicts a simple cross shape, commonly used to represent actions like closing a modal, dismissing a notification, or indicating an error.

Common uses

  • Close button for modals and dialogs
  • Dismiss button for alerts and banners
  • Cancel action in forms

Use it in React

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

<Cross size={24} />

Styles

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

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

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
design
Keywords
daggercrucifixchristchristianityreligionworshipsymboldesigncommunicationscrossclosedismisscancelerror

FAQ

What is the cross icon used for?
It's primarily used for closing or dismissing elements in a user interface, or to signify cancellation or errors.
How do I use the cross icon in React?
You can import and use it like this: import { Cross } from '@phosphor-icons/react'; <Cross />.
What is the license for this icon?
The Phosphor cross 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 →