gas station eco icon
gas-station-eco from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- gas-station-eco
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the gas station eco icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 10v2h7v-2zm21-.59V24.5c0 1.93-1.57 3.5-3.5 3.5S22 26.43 22 24.5V17h-3v9h2v2h-6v-2h2V6H6v9H4V5c0-.55.45-1 1-1h13c.55 0 1 .45 1 1v10h4c.55 0 1 .45 1 1v8.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V14c-1.1 0-2-.9-2-2V7.41l-3.01-3l1.42-1.42l5 5.01c.38.38.59.88.59 1.41M6 28H2v-4c0-3.309 2.691-6 6-6h4v4c0 3.309-2.691 6-6 6m-.586-2H6c2.206 0 4-1.794 4-4v-2H8c-2.206 0-4 1.794-4 4v.586l2.293-2.293l1.414 1.414z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonGasStationEco(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 10v2h7v-2zm21-.59V24.5c0 1.93-1.57 3.5-3.5 3.5S22 26.43 22 24.5V17h-3v9h2v2h-6v-2h2V6H6v9H4V5c0-.55.45-1 1-1h13c.55 0 1 .45 1 1v10h4c.55 0 1 .45 1 1v8.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V14c-1.1 0-2-.9-2-2V7.41l-3.01-3l1.42-1.42l5 5.01c.38.38.59.88.59 1.41M6 28H2v-4c0-3.309 2.691-6 6-6h4v4c0 3.309-2.691 6-6 6m-.586-2H6c2.206 0 4-1.794 4-4v-2H8c-2.206 0-4 1.794-4 4v.586l2.293-2.293l1.414 1.414z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 10v2h7v-2zm21-.59V24.5c0 1.93-1.57 3.5-3.5 3.5S22 26.43 22 24.5V17h-3v9h2v2h-6v-2h2V6H6v9H4V5c0-.55.45-1 1-1h13c.55 0 1 .45 1 1v10h4c.55 0 1 .45 1 1v8.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V14c-1.1 0-2-.9-2-2V7.41l-3.01-3l1.42-1.42l5 5.01c.38.38.59.88.59 1.41M6 28H2v-4c0-3.309 2.691-6 6-6h4v4c0 3.309-2.691 6-6 6m-.586-2H6c2.206 0 4-1.794 4-4v-2H8c-2.206 0-4 1.794-4 4v.586l2.293-2.293l1.414 1.414z"/></svg> </template>
CSS
.icon-gas-station-eco {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2010v2h7v-2zm21-.59V24.5c0%201.93-1.57%203.5-3.5%203.5S22%2026.43%2022%2024.5V17h-3v9h2v2h-6v-2h2V6H6v9H4V5c0-.55.45-1%201-1h13c.55%200%201%20.45%201%201v10h4c.55%200%201%20.45%201%201v8.5c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5V14c-1.1%200-2-.9-2-2V7.41l-3.01-3l1.42-1.42l5%205.01c.38.38.59.88.59%201.41M6%2028H2v-4c0-3.309%202.691-6%206-6h4v4c0%203.309-2.691%206-6%206m-.586-2H6c2.206%200%204-1.794%204-4v-2H8c-2.206%200-4%201.794-4%204v.586l2.293-2.293l1.414%201.414z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2010v2h7v-2zm21-.59V24.5c0%201.93-1.57%203.5-3.5%203.5S22%2026.43%2022%2024.5V17h-3v9h2v2h-6v-2h2V6H6v9H4V5c0-.55.45-1%201-1h13c.55%200%201%20.45%201%201v10h4c.55%200%201%20.45%201%201v8.5c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5V14c-1.1%200-2-.9-2-2V7.41l-3.01-3l1.42-1.42l5%205.01c.38.38.59.88.59%201.41M6%2028H2v-4c0-3.309%202.691-6%206-6h4v4c0%203.309-2.691%206-6%206m-.586-2H6c2.206%200%204-1.794%204-4v-2H8c-2.206%200-4%201.794-4%204v.586l2.293-2.293l1.414%201.414z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/gas-station-eco.svg?color=%231a73e8&size=48