Teamspeak Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Teamspeak 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/333727.svg" alt="Teamspeak icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333727.svg" alt="Teamspeak icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333727.svg" alt="Teamspeak icon" :width="24" :height="24" />
CSS background
.icon-teamspeak {
background-image: url('https://proicons.com/icon/333727.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" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m14.7935,8.8223c4.6884.1987,7.112,9.4364,7.112,10.3899s-.9933.8344-.9933,1.6489,3.2978,4.887,3.2978,5.8605-2.3243.8542-2.3243,1.7085.6556,1.2516.6556,1.629-1.033.4967-1.033.8145.6953.3377.6953.7748-.9138.9734-.9138,1.3906,1.0728.9138.4371,2.2051-2.6223,2.3045-6.3571,1.192c3.9533-4.7679,4.2315-6.4366,4.2315-10.5489s-2.5429-7.1915-4.6685-8.8603l-.1391-8.2047Z"/><path class="b" d="m8.4848,17.1701c-1.754.7419-2.9848,2.4787-2.9848,4.503,0,2.699,2.188,4.887,4.887,4.887s4.887-2.188,4.887-4.887c0-1.8397-1.0165-3.4419-2.5184-4.2757"/><line class="b" x1="12.7557" y1="17.3974" x2="12.7809" y2="7.3335"/><path class="b" d="m10.5289,40.0783s2.7018,1.9071,10.3568,1.9071c9.3768,0,21.6143-6.3836,21.6143-17.9589S30.8453,6.0146,20.8857,6.0146c-5.9333,0-10.3568,2.1985-10.3568,2.1985l-2.0441,8.957"/><path class="b" d="m14.7935,8.8223c6.9664-1.139,21.9586,1.8012,21.9586,13.6414s-13.5884,14.9401-18.7271,14.4497"/></svg>
Copied!