gas pump icon
gas-pump from Font Awesome Solid by Dave Gandy · Solid · Automotive · CC-BY-4.0 Attribution required.
- Name
- gas-pump
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Automotive
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More automotive icons from Font Awesome Solid
Use the gas pump icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M96 128c0-35.3 28.7-64 64-64h160c35.3 0 64 28.7 64 64v192h8c48.6 0 88 39.4 88 88v32c0 13.3 10.7 24 24 24s24-10.7 24-24V286c-27.6-7.1-48-32.2-48-62v-59.5l-25.8-28.3c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l71.7 78.8c9.4 10.3 14.6 23.7 14.6 37.7V440c0 39.8-32.2 72-72 72s-72-32.2-72-72v-32c0-22.1-17.9-40-40-40h-8v161.4c9.3 3.3 16 12.2 16 22.6c0 13.3-10.7 24-24 24H104c-13.3 0-24-10.7-24-24c0-10.5 6.7-19.3 16-22.6zm64 16v96c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-96c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidGasPump(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M96 128c0-35.3 28.7-64 64-64h160c35.3 0 64 28.7 64 64v192h8c48.6 0 88 39.4 88 88v32c0 13.3 10.7 24 24 24s24-10.7 24-24V286c-27.6-7.1-48-32.2-48-62v-59.5l-25.8-28.3c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l71.7 78.8c9.4 10.3 14.6 23.7 14.6 37.7V440c0 39.8-32.2 72-72 72s-72-32.2-72-72v-32c0-22.1-17.9-40-40-40h-8v161.4c9.3 3.3 16 12.2 16 22.6c0 13.3-10.7 24-24 24H104c-13.3 0-24-10.7-24-24c0-10.5 6.7-19.3 16-22.6zm64 16v96c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-96c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M96 128c0-35.3 28.7-64 64-64h160c35.3 0 64 28.7 64 64v192h8c48.6 0 88 39.4 88 88v32c0 13.3 10.7 24 24 24s24-10.7 24-24V286c-27.6-7.1-48-32.2-48-62v-59.5l-25.8-28.3c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l71.7 78.8c9.4 10.3 14.6 23.7 14.6 37.7V440c0 39.8-32.2 72-72 72s-72-32.2-72-72v-32c0-22.1-17.9-40-40-40h-8v161.4c9.3 3.3 16 12.2 16 22.6c0 13.3-10.7 24-24 24H104c-13.3 0-24-10.7-24-24c0-10.5 6.7-19.3 16-22.6zm64 16v96c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-96c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20128c0-35.3%2028.7-64%2064-64h160c35.3%200%2064%2028.7%2064%2064v192h8c48.6%200%2088%2039.4%2088%2088v32c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24V286c-27.6-7.1-48-32.2-48-62v-59.5l-25.8-28.3c-8.9-9.8-8.2-25%201.6-33.9s25-8.2%2033.9%201.6l71.7%2078.8c9.4%2010.3%2014.6%2023.7%2014.6%2037.7V440c0%2039.8-32.2%2072-72%2072s-72-32.2-72-72v-32c0-22.1-17.9-40-40-40h-8v161.4c9.3%203.3%2016%2012.2%2016%2022.6c0%2013.3-10.7%2024-24%2024H104c-13.3%200-24-10.7-24-24c0-10.5%206.7-19.3%2016-22.6zm64%2016v96c0%208.8%207.2%2016%2016%2016h128c8.8%200%2016-7.2%2016-16v-96c0-8.8-7.2-16-16-16H176c-8.8%200-16%207.2-16%2016%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20128c0-35.3%2028.7-64%2064-64h160c35.3%200%2064%2028.7%2064%2064v192h8c48.6%200%2088%2039.4%2088%2088v32c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24V286c-27.6-7.1-48-32.2-48-62v-59.5l-25.8-28.3c-8.9-9.8-8.2-25%201.6-33.9s25-8.2%2033.9%201.6l71.7%2078.8c9.4%2010.3%2014.6%2023.7%2014.6%2037.7V440c0%2039.8-32.2%2072-72%2072s-72-32.2-72-72v-32c0-22.1-17.9-40-40-40h-8v161.4c9.3%203.3%2016%2012.2%2016%2022.6c0%2013.3-10.7%2024-24%2024H104c-13.3%200-24-10.7-24-24c0-10.5%206.7-19.3%2016-22.6zm64%2016v96c0%208.8%207.2%2016%2016%2016h128c8.8%200%2016-7.2%2016-16v-96c0-8.8-7.2-16-16-16H176c-8.8%200-16%207.2-16%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/gas-pump.svg?color=%231a73e8&size=48