gas-pump-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
gas-pump-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the gas pump icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.75 6a.75.75 0 0 0-.75.75v4.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-4.5a.75.75 0 0 0-.75-.75zm.75 4.5v-3h4v3zM6.75 3A2.75 2.75 0 0 0 4 5.75V20.5h-.25a.75.75 0 0 0 0 1.5h13.5a.75.75 0 0 0 0-1.5H17v-1.803a2.745 2.745 0 0 0 4-2.442v-5.838a2.75 2.75 0 0 0-.55-1.65L19.35 7.3a.75.75 0 0 0-1.2.9l1.1 1.467c.162.216.25.48.25.75v5.838a1.245 1.245 0 1 1-2.49 0V14.5a1 1 0 0 0-.01-.121V5.75A2.75 2.75 0 0 0 14.25 3zm8.75 17.5h-10V5.75c0-.69.56-1.25 1.25-1.25h7.5c.69 0 1.25.56 1.25 1.25z"/></svg>

React

import type { SVGProps } from "react";

export function FluentGasPump24Regular(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" d="M7.75 6a.75.75 0 0 0-.75.75v4.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-4.5a.75.75 0 0 0-.75-.75zm.75 4.5v-3h4v3zM6.75 3A2.75 2.75 0 0 0 4 5.75V20.5h-.25a.75.75 0 0 0 0 1.5h13.5a.75.75 0 0 0 0-1.5H17v-1.803a2.745 2.745 0 0 0 4-2.442v-5.838a2.75 2.75 0 0 0-.55-1.65L19.35 7.3a.75.75 0 0 0-1.2.9l1.1 1.467c.162.216.25.48.25.75v5.838a1.245 1.245 0 1 1-2.49 0V14.5a1 1 0 0 0-.01-.121V5.75A2.75 2.75 0 0 0 14.25 3zm8.75 17.5h-10V5.75c0-.69.56-1.25 1.25-1.25h7.5c.69 0 1.25.56 1.25 1.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.75 6a.75.75 0 0 0-.75.75v4.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-4.5a.75.75 0 0 0-.75-.75zm.75 4.5v-3h4v3zM6.75 3A2.75 2.75 0 0 0 4 5.75V20.5h-.25a.75.75 0 0 0 0 1.5h13.5a.75.75 0 0 0 0-1.5H17v-1.803a2.745 2.745 0 0 0 4-2.442v-5.838a2.75 2.75 0 0 0-.55-1.65L19.35 7.3a.75.75 0 0 0-1.2.9l1.1 1.467c.162.216.25.48.25.75v5.838a1.245 1.245 0 1 1-2.49 0V14.5a1 1 0 0 0-.01-.121V5.75A2.75 2.75 0 0 0 14.25 3zm8.75 17.5h-10V5.75c0-.69.56-1.25 1.25-1.25h7.5c.69 0 1.25.56 1.25 1.25z"/></svg>
</template>

CSS

.icon-gas-pump-24-regular {
  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%20d%3D%22M7.75%206a.75.75%200%200%200-.75.75v4.5c0%20.414.336.75.75.75h5.5a.75.75%200%200%200%20.75-.75v-4.5a.75.75%200%200%200-.75-.75zm.75%204.5v-3h4v3zM6.75%203A2.75%202.75%200%200%200%204%205.75V20.5h-.25a.75.75%200%200%200%200%201.5h13.5a.75.75%200%200%200%200-1.5H17v-1.803a2.745%202.745%200%200%200%204-2.442v-5.838a2.75%202.75%200%200%200-.55-1.65L19.35%207.3a.75.75%200%200%200-1.2.9l1.1%201.467c.162.216.25.48.25.75v5.838a1.245%201.245%200%201%201-2.49%200V14.5a1%201%200%200%200-.01-.121V5.75A2.75%202.75%200%200%200%2014.25%203zm8.75%2017.5h-10V5.75c0-.69.56-1.25%201.25-1.25h7.5c.69%200%201.25.56%201.25%201.25z%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%20d%3D%22M7.75%206a.75.75%200%200%200-.75.75v4.5c0%20.414.336.75.75.75h5.5a.75.75%200%200%200%20.75-.75v-4.5a.75.75%200%200%200-.75-.75zm.75%204.5v-3h4v3zM6.75%203A2.75%202.75%200%200%200%204%205.75V20.5h-.25a.75.75%200%200%200%200%201.5h13.5a.75.75%200%200%200%200-1.5H17v-1.803a2.745%202.745%200%200%200%204-2.442v-5.838a2.75%202.75%200%200%200-.55-1.65L19.35%207.3a.75.75%200%200%200-1.2.9l1.1%201.467c.162.216.25.48.25.75v5.838a1.245%201.245%200%201%201-2.49%200V14.5a1%201%200%200%200-.01-.121V5.75A2.75%202.75%200%200%200%2014.25%203zm8.75%2017.5h-10V5.75c0-.69.56-1.25%201.25-1.25h7.5c.69%200%201.25.56%201.25%201.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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