gas station icon
gas-station from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- gas-station
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
1 other variant in Carbon
The same icon in other sets
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the gas station icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 10h7v2H8z"/><path fill="currentColor" d="m28.414 8l-5-5L22 4.414l3 3V12a2 2 0 0 0 2 2v10.5a1.5 1.5 0 0 1-3 0V16a1 1 0 0 0-1-1h-4V5a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v21H2v2h19v-2h-2v-9h3v7.4a3.564 3.564 0 0 0 2.765 3.525A3.506 3.506 0 0 0 29 24.5V9.414A2 2 0 0 0 28.414 8M17 26H6V6h11Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonGasStation(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 10h7v2H8z"/><path fill="currentColor" d="m28.414 8l-5-5L22 4.414l3 3V12a2 2 0 0 0 2 2v10.5a1.5 1.5 0 0 1-3 0V16a1 1 0 0 0-1-1h-4V5a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v21H2v2h19v-2h-2v-9h3v7.4a3.564 3.564 0 0 0 2.765 3.525A3.506 3.506 0 0 0 29 24.5V9.414A2 2 0 0 0 28.414 8M17 26H6V6h11Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 10h7v2H8z"/><path fill="currentColor" d="m28.414 8l-5-5L22 4.414l3 3V12a2 2 0 0 0 2 2v10.5a1.5 1.5 0 0 1-3 0V16a1 1 0 0 0-1-1h-4V5a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v21H2v2h19v-2h-2v-9h3v7.4a3.564 3.564 0 0 0 2.765 3.525A3.506 3.506 0 0 0 29 24.5V9.414A2 2 0 0 0 28.414 8M17 26H6V6h11Z"/></svg> </template>
CSS
.icon-gas-station {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2010h7v2H8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m28.414%208l-5-5L22%204.414l3%203V12a2%202%200%200%200%202%202v10.5a1.5%201.5%200%200%201-3%200V16a1%201%200%200%200-1-1h-4V5a1%201%200%200%200-1-1H5a1%201%200%200%200-1%201v21H2v2h19v-2h-2v-9h3v7.4a3.564%203.564%200%200%200%202.765%203.525A3.506%203.506%200%200%200%2029%2024.5V9.414A2%202%200%200%200%2028.414%208M17%2026H6V6h11Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2010h7v2H8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m28.414%208l-5-5L22%204.414l3%203V12a2%202%200%200%200%202%202v10.5a1.5%201.5%200%200%201-3%200V16a1%201%200%200%200-1-1h-4V5a1%201%200%200%200-1-1H5a1%201%200%200%200-1%201v21H2v2h19v-2h-2v-9h3v7.4a3.564%203.564%200%200%200%202.765%203.525A3.506%203.506%200%200%200%2029%2024.5V9.414A2%202%200%200%200%2028.414%208M17%2026H6V6h11Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/gas-station.svg?color=%231a73e8&size=48