Twitcasting Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Twitcasting 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/334410.svg" alt="Twitcasting icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334410.svg" alt="Twitcasting icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334410.svg" alt="Twitcasting icon" :width="24" :height="24" />
CSS background
.icon-twitcasting {
background-image: url('https://proicons.com/icon/334410.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="m40.228,24.8492c0,8.9307-7.2161,16.1831-16.1467,16.2278-1.9551.0098-3.8315-.3266-5.5709-.9519m-8.4812-7.0145c-1.4073-2.3749-2.2268-5.1408-2.2564-8.0988-.0696-6.9419,4.2312-12.9134,10.3443-15.2914m11.1946-.2099c6.2406,2.1616,10.7731,8.03,10.9131,15.0134"/><path class="b" d="m18.1999,9.623c3.1801-3.744,6.9527-6.2509,7.0665-4.6118-1.0424,2.3969-.7337,2.3705-.7919,3.6223,2.4081-1.653,4.304-2.6656,4.817-1.9491-.8735.9659-1.3254,2.4052.1465,2.7877"/><path class="b" d="m31.3076,28.5724c0,.8692-.5606,1.5751-1.2543,1.5795s-1.2599-.6944-1.2669-1.5636.5479-1.5821,1.2416-1.5951,1.2654.6786,1.2793,1.5477"/><path class="b" d="m26.0967,31.2868l-2.0142,1.1892-2.0142-1.1892,2.0142-1.1892,2.0142,1.1892Z"/><path class="b" d="m10.4031,38.9254c-.1767-.318-.2772-.6847-.2772-1.0757v-9.7262c0-1.2245.9858-2.2102,2.2102-2.2102h5.72c1.2245,0,2.2102.9857,2.2102,2.2102v9.7262c0,1.2244-.9857,2.2102-2.2102,2.2102h-2.1347"/><path class="b" d="m9.2752,43.5h26.6843"/><path class="b" d="m34.4612,37.6839l1.4976,5.8151"/><path class="b" d="m9.2762,43.4997l1.4796-6.0058c.7005-1.8097,3.9763-.4005,3.1592,1.339,1.9894.1792,2.076,1.1459,2.118,2.1309"/></svg>
Copied!