gas station diesel icon

gas-station-diesel from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
gas-station-diesel
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the gas station diesel 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-9v-2h5V6H6v9H4V5c0-.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 28H2V18h4c1.654 0 3 1.346 3 3v4c0 1.654-1.346 3-3 3m-2-2h2a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1H4z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonGasStationDiesel(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-9v-2h5V6H6v9H4V5c0-.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 28H2V18h4c1.654 0 3 1.346 3 3v4c0 1.654-1.346 3-3 3m-2-2h2a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1H4z"/></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-9v-2h5V6H6v9H4V5c0-.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 28H2V18h4c1.654 0 3 1.346 3 3v4c0 1.654-1.346 3-3 3m-2-2h2a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1H4z"/></svg>
</template>

CSS

.icon-gas-station-diesel {
  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-9v-2h5V6H6v9H4V5c0-.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%2028H2V18h4c1.654%200%203%201.346%203%203v4c0%201.654-1.346%203-3%203m-2-2h2a1%201%200%200%200%201-1v-4a1%201%200%200%200-1-1H4z%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-9v-2h5V6H6v9H4V5c0-.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%2028H2V18h4c1.654%200%203%201.346%203%203v4c0%201.654-1.346%203-3%203m-2-2h2a1%201%200%200%200%201-1v-4a1%201%200%200%200-1-1H4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/gas-station-diesel.svg?color=%231a73e8&size=48