John KuehJohn Kueh

line segments icon

Phosphor · line-segments · MIT

Download SVG

The Phosphor line segments icon depicts a series of connected lines, often used to represent a path, a drawing tool, or a segmented design element in user interfaces.

Common uses

  • Path editing tool
  • Vector drawing interface
  • Diagramming component

Use it in React

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

<LineSegments size={24} />

Styles

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

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

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
design
Keywords
shapesdrawingpathpenvectordesignlinesegmentspen toolvector pathconnected lines

FAQ

What is the line segments icon used for?
It typically represents concepts like paths, drawing tools, or segmented visual elements in UI design.
How do I use the line segments icon in React?
Import it using `import { LineSegments } from '@phosphor-icons/react';` and then use it as a React component.
What is the license for the Phosphor line segments icon?
The Phosphor icon library, including the line segments 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 →