Steamx Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Steamx icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/347884.svg" alt="Steamx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347884.svg" alt="Steamx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347884.svg" alt="Steamx icon" :width="24" :height="24" />
CSS background
.icon-steamx {
background-image: url('https://proicons.com/icon/347884.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?>
<svg id="a" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><circle class="d" cx="20.031" cy="20" r="2.75"/><circle class="d" cx="28.031" cy="20" r="2.75"/><circle class="d" cx="28.031" cy="28" r="2.75"/><circle class="d" cx="20.031" cy="28" r="2.75"/><circle class="c" cx="5.75" cy="20" r=".75"/><circle class="c" cx="5.75" cy="28" r=".75"/><circle class="c" cx="42.25" cy="20" r=".75"/><circle class="c" cx="28" cy="5.75" r=".75"/><circle class="c" cx="42.25" cy="28" r=".75"/><circle class="c" cx="20" cy="5.75" r=".75"/><circle class="c" cx="28" cy="42.25" r=".75"/><circle class="c" cx="20" cy="42.25" r=".75"/><circle class="d" cx="12" cy="12" r="1.75"/><circle class="d" cx="20" cy="12" r="1.75"/><circle class="d" cx="28" cy="12" r="1.75"/><circle class="d" cx="36" cy="12" r="1.75"/><circle class="d" cx="12" cy="36" r="1.75"/><circle class="d" cx="20" cy="36" r="1.75"/><circle class="d" cx="28" cy="36" r="1.75"/><circle class="d" cx="36" cy="36" r="1.75"/><circle class="d" cx="12.031" cy="28" r="1.75"/><circle class="d" cx="36.031" cy="28" r="1.75"/><circle class="d" cx="12.031" cy="20" r="1.75"/><circle class="d" cx="36.031" cy="20" r="1.75"/></svg>
Copied!