local gas station icon

local-gas-station-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
local-gas-station-rounded
Set
Material Symbols
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the local gas station icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20V5q0-.825.588-1.412T6 3h6q.825 0 1.413.588T14 5v7h1q.825 0 1.413.588T17 14v4.5q0 .425.288.713T18 19.5t.713-.288T19 18.5v-7.2q-.225.125-.475.163T18 11.5q-1.05 0-1.775-.725T15.5 9q0-.8.438-1.437T17.1 6.65l-1.575-1.575Q15.3 4.85 15.3 4.55t.225-.525q.2-.2.513-.213t.537.188l3.175 3.1q.375.375.563.875T20.5 9v9.5q0 1.05-.725 1.775T18 21t-1.775-.725T15.5 18.5v-5H14V20q0 .425-.288.713T13 21H5q-.425 0-.712-.288T4 20m2-10h6V5H6zm12 0q.425 0 .713-.288T19 9t-.288-.712T18 8t-.712.288T17 9t.288.713T18 10"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLocalGasStationRounded(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="M4 20V5q0-.825.588-1.412T6 3h6q.825 0 1.413.588T14 5v7h1q.825 0 1.413.588T17 14v4.5q0 .425.288.713T18 19.5t.713-.288T19 18.5v-7.2q-.225.125-.475.163T18 11.5q-1.05 0-1.775-.725T15.5 9q0-.8.438-1.437T17.1 6.65l-1.575-1.575Q15.3 4.85 15.3 4.55t.225-.525q.2-.2.513-.213t.537.188l3.175 3.1q.375.375.563.875T20.5 9v9.5q0 1.05-.725 1.775T18 21t-1.775-.725T15.5 18.5v-5H14V20q0 .425-.288.713T13 21H5q-.425 0-.712-.288T4 20m2-10h6V5H6zm12 0q.425 0 .713-.288T19 9t-.288-.712T18 8t-.712.288T17 9t.288.713T18 10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20V5q0-.825.588-1.412T6 3h6q.825 0 1.413.588T14 5v7h1q.825 0 1.413.588T17 14v4.5q0 .425.288.713T18 19.5t.713-.288T19 18.5v-7.2q-.225.125-.475.163T18 11.5q-1.05 0-1.775-.725T15.5 9q0-.8.438-1.437T17.1 6.65l-1.575-1.575Q15.3 4.85 15.3 4.55t.225-.525q.2-.2.513-.213t.537.188l3.175 3.1q.375.375.563.875T20.5 9v9.5q0 1.05-.725 1.775T18 21t-1.775-.725T15.5 18.5v-5H14V20q0 .425-.288.713T13 21H5q-.425 0-.712-.288T4 20m2-10h6V5H6zm12 0q.425 0 .713-.288T19 9t-.288-.712T18 8t-.712.288T17 9t.288.713T18 10"/></svg>
</template>

CSS

.icon-local-gas-station-rounded {
  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%22M4%2020V5q0-.825.588-1.412T6%203h6q.825%200%201.413.588T14%205v7h1q.825%200%201.413.588T17%2014v4.5q0%20.425.288.713T18%2019.5t.713-.288T19%2018.5v-7.2q-.225.125-.475.163T18%2011.5q-1.05%200-1.775-.725T15.5%209q0-.8.438-1.437T17.1%206.65l-1.575-1.575Q15.3%204.85%2015.3%204.55t.225-.525q.2-.2.513-.213t.537.188l3.175%203.1q.375.375.563.875T20.5%209v9.5q0%201.05-.725%201.775T18%2021t-1.775-.725T15.5%2018.5v-5H14V20q0%20.425-.288.713T13%2021H5q-.425%200-.712-.288T4%2020m2-10h6V5H6zm12%200q.425%200%20.713-.288T19%209t-.288-.712T18%208t-.712.288T17%209t.288.713T18%2010%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%22M4%2020V5q0-.825.588-1.412T6%203h6q.825%200%201.413.588T14%205v7h1q.825%200%201.413.588T17%2014v4.5q0%20.425.288.713T18%2019.5t.713-.288T19%2018.5v-7.2q-.225.125-.475.163T18%2011.5q-1.05%200-1.775-.725T15.5%209q0-.8.438-1.437T17.1%206.65l-1.575-1.575Q15.3%204.85%2015.3%204.55t.225-.525q.2-.2.513-.213t.537.188l3.175%203.1q.375.375.563.875T20.5%209v9.5q0%201.05-.725%201.775T18%2021t-1.775-.725T15.5%2018.5v-5H14V20q0%20.425-.288.713T13%2021H5q-.425%200-.712-.288T4%2020m2-10h6V5H6zm12%200q.425%200%20.713-.288T19%209t-.288-.712T18%208t-.712.288T17%209t.288.713T18%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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