gas station in use icon

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

Name
gas-station-in-use
Set
Material Design Icons
Style
Filled
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 18.5v-10c0-.69.28-1.32.73-1.77l-.01-.01L21.44 3l1.06 1.06l-2.11 2.11C21.33 6.5 22 7.43 22 8.5c0 .33-.06.65-.19.96c-.13.3-.31.58-.54.81a2.505 2.505 0 0 1-2.77.52v7.71c0 .33-.07.65-.19.96c-.13.3-.31.58-.54.81s-.51.42-.81.54a2.505 2.505 0 0 1-2.73-.54c-.47-.47-.73-1.11-.73-1.77v-5H12V21H2V5c0-1.11.89-2 2-2h6a2 2 0 0 1 2 2v7h1a2 2 0 0 1 2 2v4.5c0 .27.11.5.29.71c.21.19.45.29.71.29c.27 0 .5-.1.71-.29c.19-.21.29-.44.29-.71M10 10V5H4v5zm9.5-.5c.27 0 .5-.1.71-.29c.19-.21.29-.44.29-.71c0-.26-.1-.5-.29-.71c-.21-.18-.44-.29-.71-.29c-.26 0-.5.11-.71.29c-.18.21-.29.45-.29.71c0 .27.11.5.29.71c.21.19.45.29.71.29"/></svg>

React

import type { SVGProps } from "react";

export function MdiGasStationInUse(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 18.5v-10c0-.69.28-1.32.73-1.77l-.01-.01L21.44 3l1.06 1.06l-2.11 2.11C21.33 6.5 22 7.43 22 8.5c0 .33-.06.65-.19.96c-.13.3-.31.58-.54.81a2.505 2.505 0 0 1-2.77.52v7.71c0 .33-.07.65-.19.96c-.13.3-.31.58-.54.81s-.51.42-.81.54a2.505 2.505 0 0 1-2.73-.54c-.47-.47-.73-1.11-.73-1.77v-5H12V21H2V5c0-1.11.89-2 2-2h6a2 2 0 0 1 2 2v7h1a2 2 0 0 1 2 2v4.5c0 .27.11.5.29.71c.21.19.45.29.71.29c.27 0 .5-.1.71-.29c.19-.21.29-.44.29-.71M10 10V5H4v5zm9.5-.5c.27 0 .5-.1.71-.29c.19-.21.29-.44.29-.71c0-.26-.1-.5-.29-.71c-.21-.18-.44-.29-.71-.29c-.26 0-.5.11-.71.29c-.18.21-.29.45-.29.71c0 .27.11.5.29.71c.21.19.45.29.71.29"/></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 18.5v-10c0-.69.28-1.32.73-1.77l-.01-.01L21.44 3l1.06 1.06l-2.11 2.11C21.33 6.5 22 7.43 22 8.5c0 .33-.06.65-.19.96c-.13.3-.31.58-.54.81a2.505 2.505 0 0 1-2.77.52v7.71c0 .33-.07.65-.19.96c-.13.3-.31.58-.54.81s-.51.42-.81.54a2.505 2.505 0 0 1-2.73-.54c-.47-.47-.73-1.11-.73-1.77v-5H12V21H2V5c0-1.11.89-2 2-2h6a2 2 0 0 1 2 2v7h1a2 2 0 0 1 2 2v4.5c0 .27.11.5.29.71c.21.19.45.29.71.29c.27 0 .5-.1.71-.29c.19-.21.29-.44.29-.71M10 10V5H4v5zm9.5-.5c.27 0 .5-.1.71-.29c.19-.21.29-.44.29-.71c0-.26-.1-.5-.29-.71c-.21-.18-.44-.29-.71-.29c-.26 0-.5.11-.71.29c-.18.21-.29.45-.29.71c0 .27.11.5.29.71c.21.19.45.29.71.29"/></svg>
</template>

CSS

.icon-gas-station-in-use {
  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%2018.5v-10c0-.69.28-1.32.73-1.77l-.01-.01L21.44%203l1.06%201.06l-2.11%202.11C21.33%206.5%2022%207.43%2022%208.5c0%20.33-.06.65-.19.96c-.13.3-.31.58-.54.81a2.505%202.505%200%200%201-2.77.52v7.71c0%20.33-.07.65-.19.96c-.13.3-.31.58-.54.81s-.51.42-.81.54a2.505%202.505%200%200%201-2.73-.54c-.47-.47-.73-1.11-.73-1.77v-5H12V21H2V5c0-1.11.89-2%202-2h6a2%202%200%200%201%202%202v7h1a2%202%200%200%201%202%202v4.5c0%20.27.11.5.29.71c.21.19.45.29.71.29c.27%200%20.5-.1.71-.29c.19-.21.29-.44.29-.71M10%2010V5H4v5zm9.5-.5c.27%200%20.5-.1.71-.29c.19-.21.29-.44.29-.71c0-.26-.1-.5-.29-.71c-.21-.18-.44-.29-.71-.29c-.26%200-.5.11-.71.29c-.18.21-.29.45-.29.71c0%20.27.11.5.29.71c.21.19.45.29.71.29%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%2018.5v-10c0-.69.28-1.32.73-1.77l-.01-.01L21.44%203l1.06%201.06l-2.11%202.11C21.33%206.5%2022%207.43%2022%208.5c0%20.33-.06.65-.19.96c-.13.3-.31.58-.54.81a2.505%202.505%200%200%201-2.77.52v7.71c0%20.33-.07.65-.19.96c-.13.3-.31.58-.54.81s-.51.42-.81.54a2.505%202.505%200%200%201-2.73-.54c-.47-.47-.73-1.11-.73-1.77v-5H12V21H2V5c0-1.11.89-2%202-2h6a2%202%200%200%201%202%202v7h1a2%202%200%200%201%202%202v4.5c0%20.27.11.5.29.71c.21.19.45.29.71.29c.27%200%20.5-.1.71-.29c.19-.21.29-.44.29-.71M10%2010V5H4v5zm9.5-.5c.27%200%20.5-.1.71-.29c.19-.21.29-.44.29-.71c0-.26-.1-.5-.29-.71c-.21-.18-.44-.29-.71-.29c-.26%200-.5.11-.71.29c-.18.21-.29.45-.29.71c0%20.27.11.5.29.71c.21.19.45.29.71.29%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.svg?color=%231a73e8&size=48