bxs gas pump icon
bxs-gas-pump from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxs-gas-pump
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
bxs-add-to-queuebxs-adjustbxs-adjust-altbxs-alarmbxs-alarm-addbxs-alarm-exclamationbxs-alarm-offbxs-alarm-snoozebxs-albumbxs-ambulancebxs-analysebxs-angrybxs-archbxs-archivebxs-archive-inbxs-archive-outbxs-areabxs-arrow-from-bottombxs-arrow-from-leftbxs-arrow-from-rightbxs-arrow-from-topbxs-arrow-to-bottombxs-arrow-to-leftbxs-arrow-to-right
Use the bxs gas pump icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.616 6.48l.014-.017l-4-3.24l-1.26 1.554l2.067 1.674a2.99 2.99 0 0 0-1.394 3.062c.15.899.769 1.676 1.57 2.111c.895.487 1.68.442 2.378.194L18.976 18a.996.996 0 0 1-1.39.922a.995.995 0 0 1-.318-.217a.996.996 0 0 1-.291-.705L17 16a2.98 2.98 0 0 0-.877-2.119A3 3 0 0 0 14 13h-1V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-4h1c.136 0 .267.027.391.078a1.028 1.028 0 0 1 .531.533A.994.994 0 0 1 15 16l-.024 2c0 .406.079.799.236 1.168c.151.359.368.68.641.951a2.97 2.97 0 0 0 2.123.881c.406 0 .798-.078 1.168-.236c.358-.15.68-.367.951-.641A2.983 2.983 0 0 0 20.976 18L21 9a2.997 2.997 0 0 0-1.384-2.52zM11 8H4V5h7v3zm7 2a1 1 0 1 1 0-2a1 1 0 0 1 0 2z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxsGasPump(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.616 6.48l.014-.017l-4-3.24l-1.26 1.554l2.067 1.674a2.99 2.99 0 0 0-1.394 3.062c.15.899.769 1.676 1.57 2.111c.895.487 1.68.442 2.378.194L18.976 18a.996.996 0 0 1-1.39.922a.995.995 0 0 1-.318-.217a.996.996 0 0 1-.291-.705L17 16a2.98 2.98 0 0 0-.877-2.119A3 3 0 0 0 14 13h-1V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-4h1c.136 0 .267.027.391.078a1.028 1.028 0 0 1 .531.533A.994.994 0 0 1 15 16l-.024 2c0 .406.079.799.236 1.168c.151.359.368.68.641.951a2.97 2.97 0 0 0 2.123.881c.406 0 .798-.078 1.168-.236c.358-.15.68-.367.951-.641A2.983 2.983 0 0 0 20.976 18L21 9a2.997 2.997 0 0 0-1.384-2.52zM11 8H4V5h7v3zm7 2a1 1 0 1 1 0-2a1 1 0 0 1 0 2z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.616 6.48l.014-.017l-4-3.24l-1.26 1.554l2.067 1.674a2.99 2.99 0 0 0-1.394 3.062c.15.899.769 1.676 1.57 2.111c.895.487 1.68.442 2.378.194L18.976 18a.996.996 0 0 1-1.39.922a.995.995 0 0 1-.318-.217a.996.996 0 0 1-.291-.705L17 16a2.98 2.98 0 0 0-.877-2.119A3 3 0 0 0 14 13h-1V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-4h1c.136 0 .267.027.391.078a1.028 1.028 0 0 1 .531.533A.994.994 0 0 1 15 16l-.024 2c0 .406.079.799.236 1.168c.151.359.368.68.641.951a2.97 2.97 0 0 0 2.123.881c.406 0 .798-.078 1.168-.236c.358-.15.68-.367.951-.641A2.983 2.983 0 0 0 20.976 18L21 9a2.997 2.997 0 0 0-1.384-2.52zM11 8H4V5h7v3zm7 2a1 1 0 1 1 0-2a1 1 0 0 1 0 2z" fill="currentColor"/></svg> </template>
CSS
.icon-bxs-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%2024%2024%22%3E%3Cpath%20d%3D%22M19.616%206.48l.014-.017l-4-3.24l-1.26%201.554l2.067%201.674a2.99%202.99%200%200%200-1.394%203.062c.15.899.769%201.676%201.57%202.111c.895.487%201.68.442%202.378.194L18.976%2018a.996.996%200%200%201-1.39.922a.995.995%200%200%201-.318-.217a.996.996%200%200%201-.291-.705L17%2016a2.98%202.98%200%200%200-.877-2.119A3%203%200%200%200%2014%2013h-1V5a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v14a2%202%200%200%200%202%202h7a2%202%200%200%200%202-2v-4h1c.136%200%20.267.027.391.078a1.028%201.028%200%200%201%20.531.533A.994.994%200%200%201%2015%2016l-.024%202c0%20.406.079.799.236%201.168c.151.359.368.68.641.951a2.97%202.97%200%200%200%202.123.881c.406%200%20.798-.078%201.168-.236c.358-.15.68-.367.951-.641A2.983%202.983%200%200%200%2020.976%2018L21%209a2.997%202.997%200%200%200-1.384-2.52zM11%208H4V5h7v3zm7%202a1%201%200%201%201%200-2a1%201%200%200%201%200%202z%22%20fill%3D%22currentColor%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%20d%3D%22M19.616%206.48l.014-.017l-4-3.24l-1.26%201.554l2.067%201.674a2.99%202.99%200%200%200-1.394%203.062c.15.899.769%201.676%201.57%202.111c.895.487%201.68.442%202.378.194L18.976%2018a.996.996%200%200%201-1.39.922a.995.995%200%200%201-.318-.217a.996.996%200%200%201-.291-.705L17%2016a2.98%202.98%200%200%200-.877-2.119A3%203%200%200%200%2014%2013h-1V5a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v14a2%202%200%200%200%202%202h7a2%202%200%200%200%202-2v-4h1c.136%200%20.267.027.391.078a1.028%201.028%200%200%201%20.531.533A.994.994%200%200%201%2015%2016l-.024%202c0%20.406.079.799.236%201.168c.151.359.368.68.641.951a2.97%202.97%200%200%200%202.123.881c.406%200%20.798-.078%201.168-.236c.358-.15.68-.367.951-.641A2.983%202.983%200%200%200%2020.976%2018L21%209a2.997%202.997%200%200%200-1.384-2.52zM11%208H4V5h7v3zm7%202a1%201%200%201%201%200-2a1%201%200%200%201%200%202z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxs-gas-pump.svg?color=%231a73e8&size=48