diving scuba tank icon

diving-scuba-tank from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
diving-scuba-tank
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the diving scuba tank icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 18.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5c0-1.03.62-1.91 1.5-2.29V6H11v1.35c1.22.58 2 1.8 2 3.15V22H6V10.5c0-1.35.78-2.57 2-3.15V6H6V4h2v-.5A1.5 1.5 0 0 1 9.5 2A1.5 1.5 0 0 1 11 3.5V4h4.5a2 2 0 0 1 2 2v10.21c.88.38 1.5 1.26 1.5 2.29"/></svg>

React

import type { SVGProps } from "react";

export function MdiDivingScubaTank(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="M19 18.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5c0-1.03.62-1.91 1.5-2.29V6H11v1.35c1.22.58 2 1.8 2 3.15V22H6V10.5c0-1.35.78-2.57 2-3.15V6H6V4h2v-.5A1.5 1.5 0 0 1 9.5 2A1.5 1.5 0 0 1 11 3.5V4h4.5a2 2 0 0 1 2 2v10.21c.88.38 1.5 1.26 1.5 2.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="M19 18.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5c0-1.03.62-1.91 1.5-2.29V6H11v1.35c1.22.58 2 1.8 2 3.15V22H6V10.5c0-1.35.78-2.57 2-3.15V6H6V4h2v-.5A1.5 1.5 0 0 1 9.5 2A1.5 1.5 0 0 1 11 3.5V4h4.5a2 2 0 0 1 2 2v10.21c.88.38 1.5 1.26 1.5 2.29"/></svg>
</template>

CSS

.icon-diving-scuba-tank {
  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%22M19%2018.5a2.5%202.5%200%200%201-2.5%202.5a2.5%202.5%200%200%201-2.5-2.5c0-1.03.62-1.91%201.5-2.29V6H11v1.35c1.22.58%202%201.8%202%203.15V22H6V10.5c0-1.35.78-2.57%202-3.15V6H6V4h2v-.5A1.5%201.5%200%200%201%209.5%202A1.5%201.5%200%200%201%2011%203.5V4h4.5a2%202%200%200%201%202%202v10.21c.88.38%201.5%201.26%201.5%202.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%22M19%2018.5a2.5%202.5%200%200%201-2.5%202.5a2.5%202.5%200%200%201-2.5-2.5c0-1.03.62-1.91%201.5-2.29V6H11v1.35c1.22.58%202%201.8%202%203.15V22H6V10.5c0-1.35.78-2.57%202-3.15V6H6V4h2v-.5A1.5%201.5%200%200%201%209.5%202A1.5%201.5%200%200%201%2011%203.5V4h4.5a2%202%200%200%201%202%202v10.21c.88.38%201.5%201.26%201.5%202.29%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/diving-scuba-tank.svg?color=%231a73e8&size=48