John KuehJohn Kueh

variable icon

Heroicons · variable · MIT

Download SVG

The Heroicons variable icon depicts a placeholder for data or a value that can change, commonly used in UIs to represent settings, parameters, or dynamic content.

Common uses

  • Configuration settings
  • User input fields
  • API parameter display

Use it in React

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

<VariableIcon className="size-6" />

Styles

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

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

Details

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

FAQ

What does the variable icon represent?
It represents a placeholder for data or a value that can change. It's often used to signify settings, parameters, or dynamic content within a user interface.
How do I use the variable icon in React?
You can import and use it in your React application with the following statement: `import { VariableIcon } from '@heroicons/react/24/outline'`. Then, you can render it like any other React component.
What is the license for the Heroicons variable icon?
The Heroicons variable icon is available under the MIT license, which allows for free use in both personal 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 →

The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →