steam box icon
steam-box from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- steam-box
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Use the steam box icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4l3.19 1.31a2.843 2.843 0 0 0 2.78 2.27c1.56 0 2.83-1.27 2.83-2.83v-.13l3.4-2.43h.08c2.08 0 3.77-1.69 3.77-3.77s-1.69-3.77-3.77-3.77s-3.78 1.69-3.78 3.77v.05l-2.37 3.46l-.16-.01c-.59 0-1.14.18-1.59.49L3 11.6V5a2 2 0 0 1 2-2h14M8.28 17.17c.8.33 1.72-.04 2.05-.84c.33-.8-.05-1.71-.83-2.04l-1.28-.53c.49-.18 1.04-.19 1.56.03c.53.21.94.62 1.15 1.15c.22.52.22 1.1 0 1.62c-.43 1.08-1.7 1.6-2.78 1.15c-.5-.21-.88-.59-1.09-1.04l1.22.5m9.52-7.75c0 1.39-1.13 2.52-2.52 2.52a2.52 2.52 0 0 1-2.51-2.52a2.51 2.51 0 0 1 2.51-2.51a2.52 2.52 0 0 1 2.52 2.51m-4.4 0c0 1.04.84 1.89 1.89 1.89c1.04 0 1.88-.85 1.88-1.89s-.84-1.89-1.88-1.89c-1.05 0-1.89.85-1.89 1.89z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function MdiSteamBox(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4l3.19 1.31a2.843 2.843 0 0 0 2.78 2.27c1.56 0 2.83-1.27 2.83-2.83v-.13l3.4-2.43h.08c2.08 0 3.77-1.69 3.77-3.77s-1.69-3.77-3.77-3.77s-3.78 1.69-3.78 3.77v.05l-2.37 3.46l-.16-.01c-.59 0-1.14.18-1.59.49L3 11.6V5a2 2 0 0 1 2-2h14M8.28 17.17c.8.33 1.72-.04 2.05-.84c.33-.8-.05-1.71-.83-2.04l-1.28-.53c.49-.18 1.04-.19 1.56.03c.53.21.94.62 1.15 1.15c.22.52.22 1.1 0 1.62c-.43 1.08-1.7 1.6-2.78 1.15c-.5-.21-.88-.59-1.09-1.04l1.22.5m9.52-7.75c0 1.39-1.13 2.52-2.52 2.52a2.52 2.52 0 0 1-2.51-2.52a2.51 2.51 0 0 1 2.51-2.51a2.52 2.52 0 0 1 2.52 2.51m-4.4 0c0 1.04.84 1.89 1.89 1.89c1.04 0 1.88-.85 1.88-1.89s-.84-1.89-1.88-1.89c-1.05 0-1.89.85-1.89 1.89z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4l3.19 1.31a2.843 2.843 0 0 0 2.78 2.27c1.56 0 2.83-1.27 2.83-2.83v-.13l3.4-2.43h.08c2.08 0 3.77-1.69 3.77-3.77s-1.69-3.77-3.77-3.77s-3.78 1.69-3.78 3.77v.05l-2.37 3.46l-.16-.01c-.59 0-1.14.18-1.59.49L3 11.6V5a2 2 0 0 1 2-2h14M8.28 17.17c.8.33 1.72-.04 2.05-.84c.33-.8-.05-1.71-.83-2.04l-1.28-.53c.49-.18 1.04-.19 1.56.03c.53.21.94.62 1.15 1.15c.22.52.22 1.1 0 1.62c-.43 1.08-1.7 1.6-2.78 1.15c-.5-.21-.88-.59-1.09-1.04l1.22.5m9.52-7.75c0 1.39-1.13 2.52-2.52 2.52a2.52 2.52 0 0 1-2.51-2.52a2.51 2.51 0 0 1 2.51-2.51a2.52 2.52 0 0 1 2.52 2.51m-4.4 0c0 1.04.84 1.89 1.89 1.89c1.04 0 1.88-.85 1.88-1.89s-.84-1.89-1.88-1.89c-1.05 0-1.89.85-1.89 1.89z" fill="currentColor"/></svg> </template>
CSS
.icon-steam-box {
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%20d%3D%22M19%203a2%202%200%200%201%202%202v14a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2v-4l3.19%201.31a2.843%202.843%200%200%200%202.78%202.27c1.56%200%202.83-1.27%202.83-2.83v-.13l3.4-2.43h.08c2.08%200%203.77-1.69%203.77-3.77s-1.69-3.77-3.77-3.77s-3.78%201.69-3.78%203.77v.05l-2.37%203.46l-.16-.01c-.59%200-1.14.18-1.59.49L3%2011.6V5a2%202%200%200%201%202-2h14M8.28%2017.17c.8.33%201.72-.04%202.05-.84c.33-.8-.05-1.71-.83-2.04l-1.28-.53c.49-.18%201.04-.19%201.56.03c.53.21.94.62%201.15%201.15c.22.52.22%201.1%200%201.62c-.43%201.08-1.7%201.6-2.78%201.15c-.5-.21-.88-.59-1.09-1.04l1.22.5m9.52-7.75c0%201.39-1.13%202.52-2.52%202.52a2.52%202.52%200%200%201-2.51-2.52a2.51%202.51%200%200%201%202.51-2.51a2.52%202.52%200%200%201%202.52%202.51m-4.4%200c0%201.04.84%201.89%201.89%201.89c1.04%200%201.88-.85%201.88-1.89s-.84-1.89-1.88-1.89c-1.05%200-1.89.85-1.89%201.89z%22%20fill%3D%22currentColor%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%20d%3D%22M19%203a2%202%200%200%201%202%202v14a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2v-4l3.19%201.31a2.843%202.843%200%200%200%202.78%202.27c1.56%200%202.83-1.27%202.83-2.83v-.13l3.4-2.43h.08c2.08%200%203.77-1.69%203.77-3.77s-1.69-3.77-3.77-3.77s-3.78%201.69-3.78%203.77v.05l-2.37%203.46l-.16-.01c-.59%200-1.14.18-1.59.49L3%2011.6V5a2%202%200%200%201%202-2h14M8.28%2017.17c.8.33%201.72-.04%202.05-.84c.33-.8-.05-1.71-.83-2.04l-1.28-.53c.49-.18%201.04-.19%201.56.03c.53.21.94.62%201.15%201.15c.22.52.22%201.1%200%201.62c-.43%201.08-1.7%201.6-2.78%201.15c-.5-.21-.88-.59-1.09-1.04l1.22.5m9.52-7.75c0%201.39-1.13%202.52-2.52%202.52a2.52%202.52%200%200%201-2.51-2.52a2.51%202.51%200%200%201%202.51-2.51a2.52%202.52%200%200%201%202.52%202.51m-4.4%200c0%201.04.84%201.89%201.89%201.89c1.04%200%201.88-.85%201.88-1.89s-.84-1.89-1.88-1.89c-1.05%200-1.89.85-1.89%201.89z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/steam-box.svg?color=%231a73e8&size=48