John KuehJohn Kueh

vector two icon

Phosphor · vector-two · MIT

Download SVG

The Phosphor vector two icon depicts a 2D Cartesian coordinate plane with an arrow, commonly used to represent concepts related to 2D space, dimensions, or directional movement within a UI.

Common uses

  • Indicating a 2D view or mode.
  • Labeling a setting for 2D graphics or mapping.
  • Representing movement along X and Y axes.

Use it in React

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

<VectorTwo size={24} />

Styles

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

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

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
arrows
Keywords
*new*2dxycartesiancoordinatesplanedimensionsmathematicsarrowstechnology & developmentdesignvectortwo2d arrowcoordinate planexy axis

FAQ

What does the vector two icon represent?
It represents a 2D coordinate system or plane, often used for concepts involving 2D space, dimensions, or directional movement.
How do I use the vector two icon in React?
You can import and use it in React with: import { VectorTwo } from '@phosphor-icons/react'. Then render it as <VectorTwo />.
What is the license for this icon?
The Phosphor icon library, including the vector two 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 →