Steam Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Steam 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/333320.svg" alt="Steam icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333320.svg" alt="Steam icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333320.svg" alt="Steam icon" :width="24" :height="24" />
CSS background
.icon-steam {
background-image: url('https://proicons.com/icon/333320.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="M24,2.5A21.51,21.51,0,0,0,2.5,24c0,.3,0,.61,0,.91l10.79,3.95a6,6,0,0,1,2.54-1.4,6,6,0,0,1,1.8-.21,8,8,0,0,1,.84.1h0L25,18.12a7.63,7.63,0,0,1,5.65-7.39,7.51,7.51,0,0,1,2.26-.25,7.62,7.62,0,0,1,1.68,15h0a7.46,7.46,0,0,1-2,.25h0l-9.22,6.52h0a6.06,6.06,0,0,1-11.81,2.64h0a5.64,5.64,0,0,1-.15-.82L3.78,31.26A21.49,21.49,0,1,0,24,2.5Zm8.93,8a7.51,7.51,0,0,0-2.26.25,7.63,7.63,0,0,0-5.39,9.33h0A7.62,7.62,0,0,0,40,16.12h0a7.59,7.59,0,0,0-7.07-5.64ZM17.42,27.25a6.05,6.05,0,0,0-6.05,6h0a6.05,6.05,0,0,0,6.05,6h0a6.05,6.05,0,0,0,6.06-6h0a6.05,6.05,0,0,0-6.05-6.06Z"/></svg>
Steam in other icon packs
Copied!