The Phosphor bezier curve icon visually represents a smooth, curved line defined by mathematical points, commonly used in UI to signify tools for drawing, vector editing, or path manipulation.
Common uses
- Vector editing tool button
- Path creation control
- Drawing application feature
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { BezierCurve } from '@phosphor-icons/react';
<BezierCurve size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<BezierCurve size={24} />thin
<BezierCurve size={24} weight="thin" />light
<BezierCurve size={24} weight="light" />bold
<BezierCurve size={24} weight="bold" />fill
<BezierCurve size={24} weight="fill" />duotone
<BezierCurve size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- shapesdrawingpathpenvectordesignbeziercurvepen toolvector pathdrawing curvesmooth line
FAQ
- What does the bezier curve icon represent?
- It represents a smooth curve defined by control points, often used in design software for creating shapes and paths.
- How do I use the bezier curve icon in React?
- You can import and use it in React with: import { BezierCurve } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon set, including the bezier curve icon, is available under the MIT license.
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 →