gas-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
gas-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the gas icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.084 2.223A.5.5 0 0 1 11.5 2h3a.5.5 0 0 1 .5.5v3c.607.456 1 1.182 1 2v7a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 4 14.5v-7A2.5 2.5 0 0 1 6.5 5h.415A1.5 1.5 0 0 0 5.5 4h-1a.5.5 0 0 1 0-1h1a2.5 2.5 0 0 1 2.45 2h1.282zM14 3h-2.232l-1.334 2H13.5q.257 0 .5.05zm-1.146 5.146a.5.5 0 0 0-.708 0L10 10.293L7.854 8.146a.5.5 0 1 0-.708.708L9.293 11l-2.147 2.146a.5.5 0 0 0 .708.708L10 11.707l2.146 2.147a.5.5 0 0 0 .708-.708L10.707 11l2.147-2.146a.5.5 0 0 0 0-.708"/></svg>

React

import type { SVGProps } from "react";

export function FluentGas20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.084 2.223A.5.5 0 0 1 11.5 2h3a.5.5 0 0 1 .5.5v3c.607.456 1 1.182 1 2v7a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 4 14.5v-7A2.5 2.5 0 0 1 6.5 5h.415A1.5 1.5 0 0 0 5.5 4h-1a.5.5 0 0 1 0-1h1a2.5 2.5 0 0 1 2.45 2h1.282zM14 3h-2.232l-1.334 2H13.5q.257 0 .5.05zm-1.146 5.146a.5.5 0 0 0-.708 0L10 10.293L7.854 8.146a.5.5 0 1 0-.708.708L9.293 11l-2.147 2.146a.5.5 0 0 0 .708.708L10 11.707l2.146 2.147a.5.5 0 0 0 .708-.708L10.707 11l2.147-2.146a.5.5 0 0 0 0-.708"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.084 2.223A.5.5 0 0 1 11.5 2h3a.5.5 0 0 1 .5.5v3c.607.456 1 1.182 1 2v7a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 4 14.5v-7A2.5 2.5 0 0 1 6.5 5h.415A1.5 1.5 0 0 0 5.5 4h-1a.5.5 0 0 1 0-1h1a2.5 2.5 0 0 1 2.45 2h1.282zM14 3h-2.232l-1.334 2H13.5q.257 0 .5.05zm-1.146 5.146a.5.5 0 0 0-.708 0L10 10.293L7.854 8.146a.5.5 0 1 0-.708.708L9.293 11l-2.147 2.146a.5.5 0 0 0 .708.708L10 11.707l2.146 2.147a.5.5 0 0 0 .708-.708L10.707 11l2.147-2.146a.5.5 0 0 0 0-.708"/></svg>
</template>

CSS

.icon-gas-20-filled {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.084%202.223A.5.5%200%200%201%2011.5%202h3a.5.5%200%200%201%20.5.5v3c.607.456%201%201.182%201%202v7a2.5%202.5%200%200%201-2.5%202.5h-7A2.5%202.5%200%200%201%204%2014.5v-7A2.5%202.5%200%200%201%206.5%205h.415A1.5%201.5%200%200%200%205.5%204h-1a.5.5%200%200%201%200-1h1a2.5%202.5%200%200%201%202.45%202h1.282zM14%203h-2.232l-1.334%202H13.5q.257%200%20.5.05zm-1.146%205.146a.5.5%200%200%200-.708%200L10%2010.293L7.854%208.146a.5.5%200%201%200-.708.708L9.293%2011l-2.147%202.146a.5.5%200%200%200%20.708.708L10%2011.707l2.146%202.147a.5.5%200%200%200%20.708-.708L10.707%2011l2.147-2.146a.5.5%200%200%200%200-.708%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.084%202.223A.5.5%200%200%201%2011.5%202h3a.5.5%200%200%201%20.5.5v3c.607.456%201%201.182%201%202v7a2.5%202.5%200%200%201-2.5%202.5h-7A2.5%202.5%200%200%201%204%2014.5v-7A2.5%202.5%200%200%201%206.5%205h.415A1.5%201.5%200%200%200%205.5%204h-1a.5.5%200%200%201%200-1h1a2.5%202.5%200%200%201%202.45%202h1.282zM14%203h-2.232l-1.334%202H13.5q.257%200%20.5.05zm-1.146%205.146a.5.5%200%200%200-.708%200L10%2010.293L7.854%208.146a.5.5%200%201%200-.708.708L9.293%2011l-2.147%202.146a.5.5%200%200%200%20.708.708L10%2011.707l2.146%202.147a.5.5%200%200%200%20.708-.708L10.707%2011l2.147-2.146a.5.5%200%200%200%200-.708%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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