gas-pump from Line Awesome by Icons8 · Line · Status · Apache-2.0 Free for personal and commercial use.

Name
gas-pump
Set
Line Awesome
Style
Line
Category
Status
Viewbox
32×32
License
Apache 2.0
Aliases
gas-pump-solid

The same icon in other sets

More status icons from Line Awesome

Use the gas pump icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 5C6.355 5 5 6.355 5 8v19h14v-7h2v4c0 1.645 1.355 3 3 3s3-1.355 3-3V13.812c0-.796-.313-1.53-.875-2.093L21.406 7L20 8.406l2.844 2.844C21.77 11.707 21 12.766 21 14c0 1.645 1.355 3 3 3a3 3 0 0 0 1-.188V24c0 .566-.434 1-1 1s-1-.434-1-1v-4c0-1.094-.906-2-2-2h-2V8c0-1.645-1.355-3-3-3zm0 2h8c.566 0 1 .434 1 1v4H7V8c0-.566.434-1 1-1m16 6c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1M7 14h10v11H7z"/></svg>

React

import type { SVGProps } from "react";

export function LaGasPump(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 5C6.355 5 5 6.355 5 8v19h14v-7h2v4c0 1.645 1.355 3 3 3s3-1.355 3-3V13.812c0-.796-.313-1.53-.875-2.093L21.406 7L20 8.406l2.844 2.844C21.77 11.707 21 12.766 21 14c0 1.645 1.355 3 3 3a3 3 0 0 0 1-.188V24c0 .566-.434 1-1 1s-1-.434-1-1v-4c0-1.094-.906-2-2-2h-2V8c0-1.645-1.355-3-3-3zm0 2h8c.566 0 1 .434 1 1v4H7V8c0-.566.434-1 1-1m16 6c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1M7 14h10v11H7z"/></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 5C6.355 5 5 6.355 5 8v19h14v-7h2v4c0 1.645 1.355 3 3 3s3-1.355 3-3V13.812c0-.796-.313-1.53-.875-2.093L21.406 7L20 8.406l2.844 2.844C21.77 11.707 21 12.766 21 14c0 1.645 1.355 3 3 3a3 3 0 0 0 1-.188V24c0 .566-.434 1-1 1s-1-.434-1-1v-4c0-1.094-.906-2-2-2h-2V8c0-1.645-1.355-3-3-3zm0 2h8c.566 0 1 .434 1 1v4H7V8c0-.566.434-1 1-1m16 6c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1M7 14h10v11H7z"/></svg>
</template>

CSS

.icon-gas-pump {
  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%205C6.355%205%205%206.355%205%208v19h14v-7h2v4c0%201.645%201.355%203%203%203s3-1.355%203-3V13.812c0-.796-.313-1.53-.875-2.093L21.406%207L20%208.406l2.844%202.844C21.77%2011.707%2021%2012.766%2021%2014c0%201.645%201.355%203%203%203a3%203%200%200%200%201-.188V24c0%20.566-.434%201-1%201s-1-.434-1-1v-4c0-1.094-.906-2-2-2h-2V8c0-1.645-1.355-3-3-3zm0%202h8c.566%200%201%20.434%201%201v4H7V8c0-.566.434-1%201-1m16%206c.563%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.438-1%201-1M7%2014h10v11H7z%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%205C6.355%205%205%206.355%205%208v19h14v-7h2v4c0%201.645%201.355%203%203%203s3-1.355%203-3V13.812c0-.796-.313-1.53-.875-2.093L21.406%207L20%208.406l2.844%202.844C21.77%2011.707%2021%2012.766%2021%2014c0%201.645%201.355%203%203%203a3%203%200%200%200%201-.188V24c0%20.566-.434%201-1%201s-1-.434-1-1v-4c0-1.094-.906-2-2-2h-2V8c0-1.645-1.355-3-3-3zm0%202h8c.566%200%201%20.434%201%201v4H7V8c0-.566.434-1%201-1m16%206c.563%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.438-1%201-1M7%2014h10v11H7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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