John KuehJohn Kueh

gas can icon

Phosphor · gas-can · MIT

Download SVG

The Phosphor gas can icon, also known as a jerrycan, visually represents fuel or gasoline and is commonly used in UIs to indicate gas stations, fuel levels, or related travel amenities.

Common uses

  • Indicate gas station locations on a map.
  • Represent fuel or energy consumption in a dashboard.
  • Symbolize a refill or refueling action.

Use it in React

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

<GasCan size={24} />

Styles

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

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

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
maps & travel
Keywords
jerrycanpetrolfuelgasolinemaps & travelobjectsgascan

FAQ

What does the gas can icon represent?
It represents fuel, gasoline, or a jerrycan, often used for navigation or indicating services related to vehicles.
How do I use the gas can icon in React?
You can import it directly from the Phosphor React library using: import { GasCan } from '@phosphor-icons/react'
What is the license for this icon?
The Phosphor icon library, including the gas can 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 →