Wetv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wetv 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/335100.svg" alt="Wetv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335100.svg" alt="Wetv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335100.svg" alt="Wetv icon" :width="24" :height="24" />
CSS background
.icon-wetv {
background-image: url('https://proicons.com/icon/335100.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M40.9048,27.3135c-5.6488,5.5221-13.8394,9.9192-21.3132,12.8203-3.9482,1.5326-5.91.4801-7.1634-3.1872-1.1019-3.9041-1.3001-8.0035-1.3001-12.9466s.1982-9.0425,1.3001-12.9466c1.2534-3.6673,3.2152-4.7198,7.1634-3.1872,7.4738,2.9011,15.6644,7.2982,21.3132,12.8203,0,0,1.5952,1.436,1.5952,3.3135s-1.5952,3.3135-1.5952,3.3135Z"/><path id="c" class="e" d="M33.2515,26.5937c-5.2646,4.3226-12.8982,7.7644-19.8636,10.0353-3.6797,1.1996-5.508.3758-6.6762-2.4948-1.0269-3.056-1.2117-6.2649-1.2117-10.1342s.1847-7.0782,1.2117-10.1342c1.1681-2.8706,2.9965-3.6945,6.6762-2.4948,6.9654,2.2709,14.599,5.7127,19.8636,10.0353,0,0,1.4867,1.124,1.4867,2.5937s-1.4867,2.5937-1.4867,2.5937Z"/><path id="d" class="e" d="M27.5572,24.6258c-3.1676,2.1487-6.4594,3.9201-10.2811,5.3599-1.2634.476-1.3734-.7098-1.4923-1.7198-.1202-1.2172-.1857-2.1187-.1857-4.3794s.0655-3.1623.1857-4.3794c.1189-1.01.2288-2.1957,1.4923-1.7198,3.8217,1.4398,7.1135,3.2111,10.2811,5.3599,0,0,.4133.2885.4133.7393s-.4133.7393-.4133.7393Z"/></svg>
Copied!