John KuehJohn Kueh

wrench icon

Phosphor · wrench · MIT

Download SVG

The Phosphor wrench icon depicts a tool used for tightening or loosening fasteners, commonly representing settings, configuration, or repair functions in user interfaces.

Common uses

  • Accessing application settings or preferences.
  • Indicating a system maintenance or update process.
  • Representing a 'tools' or 'utilities' section.

Use it in React

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

<Wrench size={24} />

Styles

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

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

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
system
Keywords
settingssetuppreferencestoolsmachinerymechanicalrepairssystemobjectscommercewrenchsettings icontools iconpreferences icongear icon

FAQ

What is the wrench icon typically used for in UI design?
It's generally used to signify settings, configuration, system tools, or repair functionalities within an application.
How do I use the wrench icon in a React application?
Import it from the library and use it as a component: import { Wrench } from '@phosphor-icons/react'; <Wrench />.
What is the license for the Phosphor wrench icon?
The Phosphor icon library, including the wrench 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 →