Steam Chat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Steam Chat 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/333321.svg" alt="Steam Chat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333321.svg" alt="Steam Chat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333321.svg" alt="Steam Chat icon" :width="24" :height="24" />
CSS background
.icon-steam-chat {
background-image: url('https://proicons.com/icon/333321.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,.b{fill:none;stroke:#000;stroke-linecap:round;}.a{stroke-linejoin:round;}</style></defs><circle class="a" cx="31.0582" cy="18.3665" r="7.9575"/><circle class="a" cx="17.392" cy="32.0809" r="5.6203"/><path class="a" d="M11.8516,33.0252,3.1842,29.1514m-.6248-6.7622,11.5223,5.15"/><path class="b" d="M23.1007,18.3665,17.392,26.4606m5.62,5.62,8.0459-5.7569"/><path class="a" d="M24,2.5A21.5,21.5,0,0,0,2.5,24,23.1389,23.1389,0,0,0,5.1649,34.2974L2.5,45.5l11.174-2.6581A21.494,21.494,0,1,0,24,2.5Z"/></svg>
Copied!