gas station icon

gas-station-filled from Reicon by REICON · Filled · Parts · MIT Free for personal and commercial use.

Name
gas-station-filled
Set
Reicon
Style
Filled
Category
Parts
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All gas station icons →

More parts icons from Reicon

Use the gas station icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.75 2h1c2.828 0 4.243 0 5.121.879c.879.878.879 2.293.879 5.121v8.25h1.571c1.204 0 2.179.975 2.179 2.179v.071a.75.75 0 0 0 1.5 0v-4.75l-1.224-.408a1.5 1.5 0 0 1-1.026-1.423V9.5a1.5 1.5 0 0 1 1.5-1.5H21v-.378c0-.185 0-.248-.003-.306a2.25 2.25 0 0 0-.745-1.55a6 6 0 0 0-.237-.194l-1.233-.986a.75.75 0 1 1 .936-1.172l1.25 1c.122.098.206.165.285.236a3.75 3.75 0 0 1 1.241 2.582c.006.105.006.213.006.37V18.5a2.25 2.25 0 1 1-4.5 0v-.071a.68.68 0 0 0-.679-.679H15.75v3.5h1.123a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1 0-1.5h1V8c0-2.828 0-4.243.879-5.121C4.507 2 5.922 2 8.75 2M7 16.25a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5zM11 6H8c-.943 0-1.414 0-1.707.293S6 7.057 6 8s0 1.414.293 1.707S7.057 10 8 10h3c.943 0 1.414 0 1.707-.293S13 8.943 13 8s0-1.414-.293-1.707S11.943 6 11 6" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconGasStationFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M8.75 2h1c2.828 0 4.243 0 5.121.879c.879.878.879 2.293.879 5.121v8.25h1.571c1.204 0 2.179.975 2.179 2.179v.071a.75.75 0 0 0 1.5 0v-4.75l-1.224-.408a1.5 1.5 0 0 1-1.026-1.423V9.5a1.5 1.5 0 0 1 1.5-1.5H21v-.378c0-.185 0-.248-.003-.306a2.25 2.25 0 0 0-.745-1.55a6 6 0 0 0-.237-.194l-1.233-.986a.75.75 0 1 1 .936-1.172l1.25 1c.122.098.206.165.285.236a3.75 3.75 0 0 1 1.241 2.582c.006.105.006.213.006.37V18.5a2.25 2.25 0 1 1-4.5 0v-.071a.68.68 0 0 0-.679-.679H15.75v3.5h1.123a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1 0-1.5h1V8c0-2.828 0-4.243.879-5.121C4.507 2 5.922 2 8.75 2M7 16.25a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5zM11 6H8c-.943 0-1.414 0-1.707.293S6 7.057 6 8s0 1.414.293 1.707S7.057 10 8 10h3c.943 0 1.414 0 1.707-.293S13 8.943 13 8s0-1.414-.293-1.707S11.943 6 11 6" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.75 2h1c2.828 0 4.243 0 5.121.879c.879.878.879 2.293.879 5.121v8.25h1.571c1.204 0 2.179.975 2.179 2.179v.071a.75.75 0 0 0 1.5 0v-4.75l-1.224-.408a1.5 1.5 0 0 1-1.026-1.423V9.5a1.5 1.5 0 0 1 1.5-1.5H21v-.378c0-.185 0-.248-.003-.306a2.25 2.25 0 0 0-.745-1.55a6 6 0 0 0-.237-.194l-1.233-.986a.75.75 0 1 1 .936-1.172l1.25 1c.122.098.206.165.285.236a3.75 3.75 0 0 1 1.241 2.582c.006.105.006.213.006.37V18.5a2.25 2.25 0 1 1-4.5 0v-.071a.68.68 0 0 0-.679-.679H15.75v3.5h1.123a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1 0-1.5h1V8c0-2.828 0-4.243.879-5.121C4.507 2 5.922 2 8.75 2M7 16.25a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5zM11 6H8c-.943 0-1.414 0-1.707.293S6 7.057 6 8s0 1.414.293 1.707S7.057 10 8 10h3c.943 0 1.414 0 1.707-.293S13 8.943 13 8s0-1.414-.293-1.707S11.943 6 11 6" clip-rule="evenodd"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.75%202h1c2.828%200%204.243%200%205.121.879c.879.878.879%202.293.879%205.121v8.25h1.571c1.204%200%202.179.975%202.179%202.179v.071a.75.75%200%200%200%201.5%200v-4.75l-1.224-.408a1.5%201.5%200%200%201-1.026-1.423V9.5a1.5%201.5%200%200%201%201.5-1.5H21v-.378c0-.185%200-.248-.003-.306a2.25%202.25%200%200%200-.745-1.55a6%206%200%200%200-.237-.194l-1.233-.986a.75.75%200%201%201%20.936-1.172l1.25%201c.122.098.206.165.285.236a3.75%203.75%200%200%201%201.241%202.582c.006.105.006.213.006.37V18.5a2.25%202.25%200%201%201-4.5%200v-.071a.68.68%200%200%200-.679-.679H15.75v3.5h1.123a.75.75%200%200%201%200%201.5H1.75a.75.75%200%200%201%200-1.5h1V8c0-2.828%200-4.243.879-5.121C4.507%202%205.922%202%208.75%202M7%2016.25a.75.75%200%200%200%200%201.5h5a.75.75%200%200%200%200-1.5zM11%206H8c-.943%200-1.414%200-1.707.293S6%207.057%206%208s0%201.414.293%201.707S7.057%2010%208%2010h3c.943%200%201.414%200%201.707-.293S13%208.943%2013%208s0-1.414-.293-1.707S11.943%206%2011%206%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.75%202h1c2.828%200%204.243%200%205.121.879c.879.878.879%202.293.879%205.121v8.25h1.571c1.204%200%202.179.975%202.179%202.179v.071a.75.75%200%200%200%201.5%200v-4.75l-1.224-.408a1.5%201.5%200%200%201-1.026-1.423V9.5a1.5%201.5%200%200%201%201.5-1.5H21v-.378c0-.185%200-.248-.003-.306a2.25%202.25%200%200%200-.745-1.55a6%206%200%200%200-.237-.194l-1.233-.986a.75.75%200%201%201%20.936-1.172l1.25%201c.122.098.206.165.285.236a3.75%203.75%200%200%201%201.241%202.582c.006.105.006.213.006.37V18.5a2.25%202.25%200%201%201-4.5%200v-.071a.68.68%200%200%200-.679-.679H15.75v3.5h1.123a.75.75%200%200%201%200%201.5H1.75a.75.75%200%200%201%200-1.5h1V8c0-2.828%200-4.243.879-5.121C4.507%202%205.922%202%208.75%202M7%2016.25a.75.75%200%200%200%200%201.5h5a.75.75%200%200%200%200-1.5zM11%206H8c-.943%200-1.414%200-1.707.293S6%207.057%206%208s0%201.414.293%201.707S7.057%2010%208%2010h3c.943%200%201.414%200%201.707-.293S13%208.943%2013%208s0-1.414-.293-1.707S11.943%206%2011%206%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Gas Station filled icon — Reicon · IconsDB