gas pump icon
gas-pump-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- gas-pump-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All gas pump icons →More ui icons from Reicon
Use the gas pump icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.878 4.855a1 1 0 1 0-1.756.957l1.382 2.534a1 1 0 0 0-.837.987v2.334a1 1 0 0 0 1 1h.353l.008 1.363a2 2 0 0 1-4-.002a1 1 0 1 0-2 0a4 4 0 0 0 8 0L24 9.337c0-.39-.099-.773-.285-1.114z"/><path d="M19.333 20H18V5.667A3.67 3.67 0 0 0 14.333 2H7.667A3.67 3.67 0 0 0 4 5.667V20H2.67a1 1 0 0 0 0 2h16.663a1 1 0 0 0 0-2M7.667 4h6.666A1.67 1.67 0 0 1 16 5.667v5H6v-5A1.67 1.67 0 0 1 7.667 4"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconGasPumpFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.878 4.855a1 1 0 1 0-1.756.957l1.382 2.534a1 1 0 0 0-.837.987v2.334a1 1 0 0 0 1 1h.353l.008 1.363a2 2 0 0 1-4-.002a1 1 0 1 0-2 0a4 4 0 0 0 8 0L24 9.337c0-.39-.099-.773-.285-1.114z"/><path d="M19.333 20H18V5.667A3.67 3.67 0 0 0 14.333 2H7.667A3.67 3.67 0 0 0 4 5.667V20H2.67a1 1 0 0 0 0 2h16.663a1 1 0 0 0 0-2M7.667 4h6.666A1.67 1.67 0 0 1 16 5.667v5H6v-5A1.67 1.67 0 0 1 7.667 4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.878 4.855a1 1 0 1 0-1.756.957l1.382 2.534a1 1 0 0 0-.837.987v2.334a1 1 0 0 0 1 1h.353l.008 1.363a2 2 0 0 1-4-.002a1 1 0 1 0-2 0a4 4 0 0 0 8 0L24 9.337c0-.39-.099-.773-.285-1.114z"/><path d="M19.333 20H18V5.667A3.67 3.67 0 0 0 14.333 2H7.667A3.67 3.67 0 0 0 4 5.667V20H2.67a1 1 0 0 0 0 2h16.663a1 1 0 0 0 0-2M7.667 4h6.666A1.67 1.67 0 0 1 16 5.667v5H6v-5A1.67 1.67 0 0 1 7.667 4"/></g></svg> </template>
CSS
.icon-gas-pump-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.878%204.855a1%201%200%201%200-1.756.957l1.382%202.534a1%201%200%200%200-.837.987v2.334a1%201%200%200%200%201%201h.353l.008%201.363a2%202%200%200%201-4-.002a1%201%200%201%200-2%200a4%204%200%200%200%208%200L24%209.337c0-.39-.099-.773-.285-1.114z%22%2F%3E%3Cpath%20d%3D%22M19.333%2020H18V5.667A3.67%203.67%200%200%200%2014.333%202H7.667A3.67%203.67%200%200%200%204%205.667V20H2.67a1%201%200%200%200%200%202h16.663a1%201%200%200%200%200-2M7.667%204h6.666A1.67%201.67%200%200%201%2016%205.667v5H6v-5A1.67%201.67%200%200%201%207.667%204%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.878%204.855a1%201%200%201%200-1.756.957l1.382%202.534a1%201%200%200%200-.837.987v2.334a1%201%200%200%200%201%201h.353l.008%201.363a2%202%200%200%201-4-.002a1%201%200%201%200-2%200a4%204%200%200%200%208%200L24%209.337c0-.39-.099-.773-.285-1.114z%22%2F%3E%3Cpath%20d%3D%22M19.333%2020H18V5.667A3.67%203.67%200%200%200%2014.333%202H7.667A3.67%203.67%200%200%200%204%205.667V20H2.67a1%201%200%200%200%200%202h16.663a1%201%200%200%200%200-2M7.667%204h6.666A1.67%201.67%200%200%201%2016%205.667v5H6v-5A1.67%201.67%200%200%201%207.667%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/gas-pump-filled.svg?color=%231a73e8&size=48