Steamlink Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Steamlink 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/333323.svg" alt="Steamlink icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333323.svg" alt="Steamlink icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333323.svg" alt="Steamlink icon" :width="24" :height="24" />
CSS background
.icon-steamlink {
background-image: url('https://proicons.com/icon/333323.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M41.59,18h0a7.28,7.28,0,0,0-12.24-4.34H18.67a7.29,7.29,0,0,0-5-2h0A7.3,7.3,0,0,0,6.42,18h0L4.51,33.24c-.32,3.89,6.53,4,7.81,1.32l3.09-4.9A4.32,4.32,0,0,1,19,27.36H29a4.24,4.24,0,0,1,3.62,2.3l3.09,4.9c1.28,2.66,8.13,2.57,7.81-1.32Z"/><circle class="a" cx="13.65" cy="18.84" r="4.11"/><circle class="a" cx="34.35" cy="18.84" r="4.11"/></svg>
Copied!