Tenda Wifi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tenda Wifi icon is commonly used in network status bars and connectivity indicators. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/333784.svg" alt="Tenda Wifi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333784.svg" alt="Tenda Wifi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333784.svg" alt="Tenda Wifi icon" :width="24" :height="24" />
CSS background
.icon-tenda-wifi {
background-image: url('https://proicons.com/icon/333784.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="M23.9997,31.4003s1.9096,6.2534,4.4724,7.7299h-8.9448c3.1862-3.1794,4.4724-7.7299,4.4724-7.7299h0Z"/><path class="b" d="M4.5,20.135c4.0222-6.971,11.4556-11.2653,19.5-11.2653,8.0444,0,15.4778,4.2943,19.5,11.2653"/><path class="b" d="M10.8487,23.8029c2.7126-4.7013,7.7258-7.5974,13.1511-7.5974,5.4253,0,10.4384,2.8961,13.1511,7.5974"/><path class="b" d="M17.1976,27.4708c1.4031-2.4317,3.9961-3.9297,6.8022-3.9297,2.8062,0,5.3992,1.498,6.8022,3.9297"/></svg>
Copied!