oxygen tank icon

oxygen-tank-24px from Health Icons by Resolve to Save Lives · Filled 24px · Devices · MIT Free for personal and commercial use.

Name
oxygen-tank-24px
Set
Health Icons
Style
Filled 24px
Category
Devices
Viewbox
24×24
License
MIT

3 other variants in Health Icons

More devices icons from Health Icons

Use the oxygen tank icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M15 16c-1.144 0-1.932-.527-2.409-1.233c-.449-.665-.591-1.439-.591-1.967v-1.6c0-.528.142-1.302.591-1.967C13.068 8.527 13.856 8 15 8s1.932.527 2.409 1.233c.449.665.591 1.439.591 1.967v1.6c0 .528-.142 1.302-.591 1.967C16.932 15.473 16.144 16 15 16m-1.5-3.2c0 .272.083.698.309 1.033c.198.294.535.567 1.191.567s.993-.273 1.191-.567c.226-.335.309-.761.309-1.033v-1.6c0-.272-.083-.698-.309-1.033c-.198-.294-.535-.567-1.191-.567s-.993.273-1.191.567A2 2 0 0 0 13.5 11.2z" clip-rule="evenodd"/><path d="M20.25 13.75a.46.46 0 0 0-.065-.25h-.37a.4.4 0 0 0-.047.109a.75.75 0 1 1-1.45-.384c.152-.576.638-1.225 1.432-1.225h.5c.496 0 .888.27 1.13.593s.37.734.37 1.157c0 .446-.143.883-.415 1.215L20.532 16H21a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.593-1.21l1.75-2.254l.018-.022a.43.43 0 0 0 .075-.264M8 4H7v2.17C8.165 6.584 9 7.695 9 9H3c0-1.306.835-2.417 2-2.83V4H4V2h4zm1 16.95V11H3v9.95c0 .58.47 1.05 1.05 1.05h3.9C8.53 22 9 21.53 9 20.95"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsOxygenTank24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M15 16c-1.144 0-1.932-.527-2.409-1.233c-.449-.665-.591-1.439-.591-1.967v-1.6c0-.528.142-1.302.591-1.967C13.068 8.527 13.856 8 15 8s1.932.527 2.409 1.233c.449.665.591 1.439.591 1.967v1.6c0 .528-.142 1.302-.591 1.967C16.932 15.473 16.144 16 15 16m-1.5-3.2c0 .272.083.698.309 1.033c.198.294.535.567 1.191.567s.993-.273 1.191-.567c.226-.335.309-.761.309-1.033v-1.6c0-.272-.083-.698-.309-1.033c-.198-.294-.535-.567-1.191-.567s-.993.273-1.191.567A2 2 0 0 0 13.5 11.2z" clipRule="evenodd"/><path d="M20.25 13.75a.46.46 0 0 0-.065-.25h-.37a.4.4 0 0 0-.047.109a.75.75 0 1 1-1.45-.384c.152-.576.638-1.225 1.432-1.225h.5c.496 0 .888.27 1.13.593s.37.734.37 1.157c0 .446-.143.883-.415 1.215L20.532 16H21a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.593-1.21l1.75-2.254l.018-.022a.43.43 0 0 0 .075-.264M8 4H7v2.17C8.165 6.584 9 7.695 9 9H3c0-1.306.835-2.417 2-2.83V4H4V2h4zm1 16.95V11H3v9.95c0 .58.47 1.05 1.05 1.05h3.9C8.53 22 9 21.53 9 20.95"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M15 16c-1.144 0-1.932-.527-2.409-1.233c-.449-.665-.591-1.439-.591-1.967v-1.6c0-.528.142-1.302.591-1.967C13.068 8.527 13.856 8 15 8s1.932.527 2.409 1.233c.449.665.591 1.439.591 1.967v1.6c0 .528-.142 1.302-.591 1.967C16.932 15.473 16.144 16 15 16m-1.5-3.2c0 .272.083.698.309 1.033c.198.294.535.567 1.191.567s.993-.273 1.191-.567c.226-.335.309-.761.309-1.033v-1.6c0-.272-.083-.698-.309-1.033c-.198-.294-.535-.567-1.191-.567s-.993.273-1.191.567A2 2 0 0 0 13.5 11.2z" clip-rule="evenodd"/><path d="M20.25 13.75a.46.46 0 0 0-.065-.25h-.37a.4.4 0 0 0-.047.109a.75.75 0 1 1-1.45-.384c.152-.576.638-1.225 1.432-1.225h.5c.496 0 .888.27 1.13.593s.37.734.37 1.157c0 .446-.143.883-.415 1.215L20.532 16H21a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.593-1.21l1.75-2.254l.018-.022a.43.43 0 0 0 .075-.264M8 4H7v2.17C8.165 6.584 9 7.695 9 9H3c0-1.306.835-2.417 2-2.83V4H4V2h4zm1 16.95V11H3v9.95c0 .58.47 1.05 1.05 1.05h3.9C8.53 22 9 21.53 9 20.95"/></g></svg>
</template>

CSS

.icon-oxygen-tank-24px {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2016c-1.144%200-1.932-.527-2.409-1.233c-.449-.665-.591-1.439-.591-1.967v-1.6c0-.528.142-1.302.591-1.967C13.068%208.527%2013.856%208%2015%208s1.932.527%202.409%201.233c.449.665.591%201.439.591%201.967v1.6c0%20.528-.142%201.302-.591%201.967C16.932%2015.473%2016.144%2016%2015%2016m-1.5-3.2c0%20.272.083.698.309%201.033c.198.294.535.567%201.191.567s.993-.273%201.191-.567c.226-.335.309-.761.309-1.033v-1.6c0-.272-.083-.698-.309-1.033c-.198-.294-.535-.567-1.191-.567s-.993.273-1.191.567A2%202%200%200%200%2013.5%2011.2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20.25%2013.75a.46.46%200%200%200-.065-.25h-.37a.4.4%200%200%200-.047.109a.75.75%200%201%201-1.45-.384c.152-.576.638-1.225%201.432-1.225h.5c.496%200%20.888.27%201.13.593s.37.734.37%201.157c0%20.446-.143.883-.415%201.215L20.532%2016H21a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201-.593-1.21l1.75-2.254l.018-.022a.43.43%200%200%200%20.075-.264M8%204H7v2.17C8.165%206.584%209%207.695%209%209H3c0-1.306.835-2.417%202-2.83V4H4V2h4zm1%2016.95V11H3v9.95c0%20.58.47%201.05%201.05%201.05h3.9C8.53%2022%209%2021.53%209%2020.95%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2016c-1.144%200-1.932-.527-2.409-1.233c-.449-.665-.591-1.439-.591-1.967v-1.6c0-.528.142-1.302.591-1.967C13.068%208.527%2013.856%208%2015%208s1.932.527%202.409%201.233c.449.665.591%201.439.591%201.967v1.6c0%20.528-.142%201.302-.591%201.967C16.932%2015.473%2016.144%2016%2015%2016m-1.5-3.2c0%20.272.083.698.309%201.033c.198.294.535.567%201.191.567s.993-.273%201.191-.567c.226-.335.309-.761.309-1.033v-1.6c0-.272-.083-.698-.309-1.033c-.198-.294-.535-.567-1.191-.567s-.993.273-1.191.567A2%202%200%200%200%2013.5%2011.2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20.25%2013.75a.46.46%200%200%200-.065-.25h-.37a.4.4%200%200%200-.047.109a.75.75%200%201%201-1.45-.384c.152-.576.638-1.225%201.432-1.225h.5c.496%200%20.888.27%201.13.593s.37.734.37%201.157c0%20.446-.143.883-.415%201.215L20.532%2016H21a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201-.593-1.21l1.75-2.254l.018-.022a.43.43%200%200%200%20.075-.264M8%204H7v2.17C8.165%206.584%209%207.695%209%209H3c0-1.306.835-2.417%202-2.83V4H4V2h4zm1%2016.95V11H3v9.95c0%20.58.47%201.05%201.05%201.05h3.9C8.53%2022%209%2021.53%209%2020.95%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/oxygen-tank-24px.svg?color=%231a73e8&size=48