gas station in use icon

gas-station-in-use-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.

Name
gas-station-in-use-outline
Set
Material Design Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

Related icons in Material Design Icons

Use the gas station in use icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.73 6.73c-.45.45-.73 1.08-.73 1.77v10a1 1 0 0 1-2 0V14a2 2 0 0 0-2-2h-1V5a2 2 0 0 0-2-2H4c-1.11 0-2 .89-2 2v16h10v-7.5h1.5v5a2.5 2.5 0 0 0 5 0v-7.71c.31.13.64.21 1 .21A2.5 2.5 0 0 0 22 8.5c0-1.07-.67-2-1.61-2.33l2.11-2.11L21.44 3l-3.72 3.72zM4 10V5h6v5zm16.207-.793a1 1 0 1 1-1.414-1.414a1 1 0 0 1 1.414 1.414M10 12v7H4v-7z"/></svg>

React

import type { SVGProps } from "react";

export function MdiGasStationInUseOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.73 6.73c-.45.45-.73 1.08-.73 1.77v10a1 1 0 0 1-2 0V14a2 2 0 0 0-2-2h-1V5a2 2 0 0 0-2-2H4c-1.11 0-2 .89-2 2v16h10v-7.5h1.5v5a2.5 2.5 0 0 0 5 0v-7.71c.31.13.64.21 1 .21A2.5 2.5 0 0 0 22 8.5c0-1.07-.67-2-1.61-2.33l2.11-2.11L21.44 3l-3.72 3.72zM4 10V5h6v5zm16.207-.793a1 1 0 1 1-1.414-1.414a1 1 0 0 1 1.414 1.414M10 12v7H4v-7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.73 6.73c-.45.45-.73 1.08-.73 1.77v10a1 1 0 0 1-2 0V14a2 2 0 0 0-2-2h-1V5a2 2 0 0 0-2-2H4c-1.11 0-2 .89-2 2v16h10v-7.5h1.5v5a2.5 2.5 0 0 0 5 0v-7.71c.31.13.64.21 1 .21A2.5 2.5 0 0 0 22 8.5c0-1.07-.67-2-1.61-2.33l2.11-2.11L21.44 3l-3.72 3.72zM4 10V5h6v5zm16.207-.793a1 1 0 1 1-1.414-1.414a1 1 0 0 1 1.414 1.414M10 12v7H4v-7z"/></svg>
</template>

CSS

.icon-gas-station-in-use-outline {
  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%20fill%3D%22currentColor%22%20d%3D%22M17.73%206.73c-.45.45-.73%201.08-.73%201.77v10a1%201%200%200%201-2%200V14a2%202%200%200%200-2-2h-1V5a2%202%200%200%200-2-2H4c-1.11%200-2%20.89-2%202v16h10v-7.5h1.5v5a2.5%202.5%200%200%200%205%200v-7.71c.31.13.64.21%201%20.21A2.5%202.5%200%200%200%2022%208.5c0-1.07-.67-2-1.61-2.33l2.11-2.11L21.44%203l-3.72%203.72zM4%2010V5h6v5zm16.207-.793a1%201%200%201%201-1.414-1.414a1%201%200%200%201%201.414%201.414M10%2012v7H4v-7z%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%20fill%3D%22currentColor%22%20d%3D%22M17.73%206.73c-.45.45-.73%201.08-.73%201.77v10a1%201%200%200%201-2%200V14a2%202%200%200%200-2-2h-1V5a2%202%200%200%200-2-2H4c-1.11%200-2%20.89-2%202v16h10v-7.5h1.5v5a2.5%202.5%200%200%200%205%200v-7.71c.31.13.64.21%201%20.21A2.5%202.5%200%200%200%2022%208.5c0-1.07-.67-2-1.61-2.33l2.11-2.11L21.44%203l-3.72%203.72zM4%2010V5h6v5zm16.207-.793a1%201%200%201%201-1.414-1.414a1%201%200%200%201%201.414%201.414M10%2012v7H4v-7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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