John KuehJohn Kueh

wrench icon

Heroicons · wrench · MIT

Download SVG

The Heroicons wrench icon depicts a common tool used to represent settings, configuration, or repair functions within a user interface.

Common uses

  • Accessing application settings
  • Opening a configuration panel
  • Indicating a repair or maintenance mode

Use it in React

Install
npm i @heroicons/react
Import & render
import { WrenchIcon } from '@heroicons/react/24/outline';

<WrenchIcon className="size-6" />

Styles

Heroicons ships this icon in 4 styles — each its own import:

24/outline
<WrenchIcon className="size-6" />
24/solid
<WrenchIcon className="size-6" />
20/solid
<WrenchIcon className="size-6" />
16/solid
<WrenchIcon className="size-6" />

Details

Library
Heroicons (324 icons)
License
MIT
viewBox
0 0 24 24
Keywords
wrenchsettingsconfiguregeartools

FAQ

What is the wrench icon typically used for?
It's commonly used to signify settings, configuration, or actions related to maintenance and repair.
How do I use the wrench icon in React?
Import it using `import { WrenchIcon } from '@heroicons/react/24/outline'` and then use it as a component: `<WrenchIcon className="h-6 w-6" />`.
What is the license for Heroicons?
Heroicons are distributed under the MIT license, allowing for free use in both open-source and commercial projects.

Related icons

The same idea in other libraries, and near matches in Heroicons.

Looking for something else? Search Heroicons and 4 more libraries by description →