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

Name
gas-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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.05zM6.5 6A1.5 1.5 0 0 0 5 7.5v7A1.5 1.5 0 0 0 6.5 16h7a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 13.5 6zm6.354 2.146a.5.5 0 0 1 0 .708L10.707 11l2.147 2.146a.5.5 0 0 1-.708.708L10 11.707l-2.146 2.147a.5.5 0 0 1-.708-.708L9.293 11L7.146 8.854a.5.5 0 1 1 .708-.708L10 10.293l2.146-2.147a.5.5 0 0 1 .708 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentGas20Regular(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.05zM6.5 6A1.5 1.5 0 0 0 5 7.5v7A1.5 1.5 0 0 0 6.5 16h7a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 13.5 6zm6.354 2.146a.5.5 0 0 1 0 .708L10.707 11l2.147 2.146a.5.5 0 0 1-.708.708L10 11.707l-2.146 2.147a.5.5 0 0 1-.708-.708L9.293 11L7.146 8.854a.5.5 0 1 1 .708-.708L10 10.293l2.146-2.147a.5.5 0 0 1 .708 0"/></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.05zM6.5 6A1.5 1.5 0 0 0 5 7.5v7A1.5 1.5 0 0 0 6.5 16h7a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 13.5 6zm6.354 2.146a.5.5 0 0 1 0 .708L10.707 11l2.147 2.146a.5.5 0 0 1-.708.708L10 11.707l-2.146 2.147a.5.5 0 0 1-.708-.708L9.293 11L7.146 8.854a.5.5 0 1 1 .708-.708L10 10.293l2.146-2.147a.5.5 0 0 1 .708 0"/></svg>
</template>

CSS

.icon-gas-20-regular {
  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.05zM6.5%206A1.5%201.5%200%200%200%205%207.5v7A1.5%201.5%200%200%200%206.5%2016h7a1.5%201.5%200%200%200%201.5-1.5v-7A1.5%201.5%200%200%200%2013.5%206zm6.354%202.146a.5.5%200%200%201%200%20.708L10.707%2011l2.147%202.146a.5.5%200%200%201-.708.708L10%2011.707l-2.146%202.147a.5.5%200%200%201-.708-.708L9.293%2011L7.146%208.854a.5.5%200%201%201%20.708-.708L10%2010.293l2.146-2.147a.5.5%200%200%201%20.708%200%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.05zM6.5%206A1.5%201.5%200%200%200%205%207.5v7A1.5%201.5%200%200%200%206.5%2016h7a1.5%201.5%200%200%200%201.5-1.5v-7A1.5%201.5%200%200%200%2013.5%206zm6.354%202.146a.5.5%200%200%201%200%20.708L10.707%2011l2.147%202.146a.5.5%200%200%201-.708.708L10%2011.707l-2.146%202.147a.5.5%200%200%201-.708-.708L9.293%2011L7.146%208.854a.5.5%200%201%201%20.708-.708L10%2010.293l2.146-2.147a.5.5%200%200%201%20.708%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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