gas station icon

gas-station-filled from Carbon by IBM · Filled · Planning · Apache-2.0 Free for personal and commercial use.

Name
gas-station-filled
Set
Carbon
Style
Filled
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

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="none" 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.565 3.565 0 0 0 2.765 3.525A3.506 3.506 0 0 0 29 24.5V9.415A2 2 0 0 0 28.414 8M15 12H8v-2h7Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonGasStationFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="none" 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.565 3.565 0 0 0 2.765 3.525A3.506 3.506 0 0 0 29 24.5V9.415A2 2 0 0 0 28.414 8M15 12H8v-2h7Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="none" 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.565 3.565 0 0 0 2.765 3.525A3.506 3.506 0 0 0 29 24.5V9.415A2 2 0 0 0 28.414 8M15 12H8v-2h7Z"/></svg>
</template>

CSS

.icon-gas-station-filled {
  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%22none%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.565%203.565%200%200%200%202.765%203.525A3.506%203.506%200%200%200%2029%2024.5V9.415A2%202%200%200%200%2028.414%208M15%2012H8v-2h7Z%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%22none%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.565%203.565%200%200%200%202.765%203.525A3.506%203.506%200%200%200%2029%2024.5V9.415A2%202%200%200%200%2028.414%208M15%2012H8v-2h7Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/gas-station-filled.svg?color=%231a73e8&size=48