gas station icon
gas-station-duotone from Reicon by REICON · Duotone · Parts · MIT Free for personal and commercial use.
- Name
- gas-station-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Parts
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All gas station icons →More parts icons from Reicon
Use the gas station icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M9.75 2h-1c-2.828 0-4.243 0-5.121.879C2.75 3.757 2.75 5.172 2.75 8v13.25h13V8c0-2.828 0-4.243-.879-5.121C13.993 2 12.578 2 9.75 2" clip-rule="evenodd" opacity=".5"/><path d="M2.75 21.25h-1a.75.75 0 0 0 0 1.5h15.123a.75.75 0 0 0 0-1.5zM8 6h3c.943 0 1.414 0 1.707.293S13 7.057 13 8s0 1.414-.293 1.707S11.943 10 11 10H8c-.943 0-1.414 0-1.707-.293S6 8.943 6 8s0-1.414.293-1.707S7.057 6 8 6M7 16.25a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5zm8.75 1.5h1.571c.375 0 .679.304.679.679v.071a2.25 2.25 0 1 0 4.5 0V7.602c0-.157 0-.265-.006-.37a3.75 3.75 0 0 0-1.24-2.582a9 9 0 0 0-.286-.236l-1.25-1a.75.75 0 1 0-.936 1.172l1.233.986c.144.116.194.156.237.195c.443.397.711.954.745 1.549a6 6 0 0 1 .003.306V8h-.75a1.5 1.5 0 0 0-1.5 1.5v2.419a1.5 1.5 0 0 0 1.026 1.423L21 13.75v4.75a.75.75 0 0 1-1.5 0v-.071a2.18 2.18 0 0 0-2.179-2.179H15.75z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconGasStationDuotone(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 fillRule="evenodd" d="M9.75 2h-1c-2.828 0-4.243 0-5.121.879C2.75 3.757 2.75 5.172 2.75 8v13.25h13V8c0-2.828 0-4.243-.879-5.121C13.993 2 12.578 2 9.75 2" clipRule="evenodd" opacity=".5"/><path d="M2.75 21.25h-1a.75.75 0 0 0 0 1.5h15.123a.75.75 0 0 0 0-1.5zM8 6h3c.943 0 1.414 0 1.707.293S13 7.057 13 8s0 1.414-.293 1.707S11.943 10 11 10H8c-.943 0-1.414 0-1.707-.293S6 8.943 6 8s0-1.414.293-1.707S7.057 6 8 6M7 16.25a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5zm8.75 1.5h1.571c.375 0 .679.304.679.679v.071a2.25 2.25 0 1 0 4.5 0V7.602c0-.157 0-.265-.006-.37a3.75 3.75 0 0 0-1.24-2.582a9 9 0 0 0-.286-.236l-1.25-1a.75.75 0 1 0-.936 1.172l1.233.986c.144.116.194.156.237.195c.443.397.711.954.745 1.549a6 6 0 0 1 .003.306V8h-.75a1.5 1.5 0 0 0-1.5 1.5v2.419a1.5 1.5 0 0 0 1.026 1.423L21 13.75v4.75a.75.75 0 0 1-1.5 0v-.071a2.18 2.18 0 0 0-2.179-2.179H15.75z"/></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 fill-rule="evenodd" d="M9.75 2h-1c-2.828 0-4.243 0-5.121.879C2.75 3.757 2.75 5.172 2.75 8v13.25h13V8c0-2.828 0-4.243-.879-5.121C13.993 2 12.578 2 9.75 2" clip-rule="evenodd" opacity=".5"/><path d="M2.75 21.25h-1a.75.75 0 0 0 0 1.5h15.123a.75.75 0 0 0 0-1.5zM8 6h3c.943 0 1.414 0 1.707.293S13 7.057 13 8s0 1.414-.293 1.707S11.943 10 11 10H8c-.943 0-1.414 0-1.707-.293S6 8.943 6 8s0-1.414.293-1.707S7.057 6 8 6M7 16.25a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5zm8.75 1.5h1.571c.375 0 .679.304.679.679v.071a2.25 2.25 0 1 0 4.5 0V7.602c0-.157 0-.265-.006-.37a3.75 3.75 0 0 0-1.24-2.582a9 9 0 0 0-.286-.236l-1.25-1a.75.75 0 1 0-.936 1.172l1.233.986c.144.116.194.156.237.195c.443.397.711.954.745 1.549a6 6 0 0 1 .003.306V8h-.75a1.5 1.5 0 0 0-1.5 1.5v2.419a1.5 1.5 0 0 0 1.026 1.423L21 13.75v4.75a.75.75 0 0 1-1.5 0v-.071a2.18 2.18 0 0 0-2.179-2.179H15.75z"/></g></svg> </template>
CSS
.icon-gas-station-duotone {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.75%202h-1c-2.828%200-4.243%200-5.121.879C2.75%203.757%202.75%205.172%202.75%208v13.25h13V8c0-2.828%200-4.243-.879-5.121C13.993%202%2012.578%202%209.75%202%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2.75%2021.25h-1a.75.75%200%200%200%200%201.5h15.123a.75.75%200%200%200%200-1.5zM8%206h3c.943%200%201.414%200%201.707.293S13%207.057%2013%208s0%201.414-.293%201.707S11.943%2010%2011%2010H8c-.943%200-1.414%200-1.707-.293S6%208.943%206%208s0-1.414.293-1.707S7.057%206%208%206M7%2016.25a.75.75%200%200%200%200%201.5h5a.75.75%200%200%200%200-1.5zm8.75%201.5h1.571c.375%200%20.679.304.679.679v.071a2.25%202.25%200%201%200%204.5%200V7.602c0-.157%200-.265-.006-.37a3.75%203.75%200%200%200-1.24-2.582a9%209%200%200%200-.286-.236l-1.25-1a.75.75%200%201%200-.936%201.172l1.233.986c.144.116.194.156.237.195c.443.397.711.954.745%201.549a6%206%200%200%201%20.003.306V8h-.75a1.5%201.5%200%200%200-1.5%201.5v2.419a1.5%201.5%200%200%200%201.026%201.423L21%2013.75v4.75a.75.75%200%200%201-1.5%200v-.071a2.18%202.18%200%200%200-2.179-2.179H15.75z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.75%202h-1c-2.828%200-4.243%200-5.121.879C2.75%203.757%202.75%205.172%202.75%208v13.25h13V8c0-2.828%200-4.243-.879-5.121C13.993%202%2012.578%202%209.75%202%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2.75%2021.25h-1a.75.75%200%200%200%200%201.5h15.123a.75.75%200%200%200%200-1.5zM8%206h3c.943%200%201.414%200%201.707.293S13%207.057%2013%208s0%201.414-.293%201.707S11.943%2010%2011%2010H8c-.943%200-1.414%200-1.707-.293S6%208.943%206%208s0-1.414.293-1.707S7.057%206%208%206M7%2016.25a.75.75%200%200%200%200%201.5h5a.75.75%200%200%200%200-1.5zm8.75%201.5h1.571c.375%200%20.679.304.679.679v.071a2.25%202.25%200%201%200%204.5%200V7.602c0-.157%200-.265-.006-.37a3.75%203.75%200%200%200-1.24-2.582a9%209%200%200%200-.286-.236l-1.25-1a.75.75%200%201%200-.936%201.172l1.233.986c.144.116.194.156.237.195c.443.397.711.954.745%201.549a6%206%200%200%201%20.003.306V8h-.75a1.5%201.5%200%200%200-1.5%201.5v2.419a1.5%201.5%200%200%200%201.026%201.423L21%2013.75v4.75a.75.75%200%200%201-1.5%200v-.071a2.18%202.18%200%200%200-2.179-2.179H15.75z%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-station-duotone.svg?color=%231a73e8&size=48