Wifi Audio Streaming Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wifi Audio Streaming 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/335156.svg" alt="Wifi Audio Streaming icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335156.svg" alt="Wifi Audio Streaming icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335156.svg" alt="Wifi Audio Streaming icon" :width="24" :height="24" />
CSS background
.icon-wifi-audio-streaming {
background-image: url('https://proicons.com/icon/335156.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="j" d="M8.8759,27.4997c-1.9797.0671-3.4573,2.7369-3.3724,5.5817.1101,3.6917,1.5265,5.5491,3.6011,5.5185v-13.7894c0-10.8083,7.8325-15.757,14.8485-15.7191,7.016.0378,15.8997,5.2042,15.3916,17.9506v11.6151c2.5239-.3025,3.1633-2.7247,3.1552-5.2592-.011-3.4296-.9951-4.8323-3.1552-5.0972"/><circle id="d" class="j" cx="23.9531" cy="35.9392" r="1.4284"/><path id="e" class="j" d="M20.9948,31.8768c1.7146-1.7135,4.1536-1.6754,6.2024-.0572"/><path id="f" class="j" d="M17.8508,28.5296c3.7784-3.7565,9.1311-3.2757,12.3475-.0858"/><path id="g" class="j" d="M14.621,25.2539c6.2092-5.6967,13.5656-5.5049,18.8643,0"/><path id="h" class="j" d="M11.3118,27.2271v11.5853c1.0717,0,3.1314,0,3.1314-1.26v-8.6465c0-1.3939-1.9072-2.0677-3.1314-1.6788Z"/><path id="i" class="j" d="M34.1165,29.1225v8.5005c0,1.7547,1.9033,1.198,2.9391,1.2152v-10.9841c-.9033-.5191-2.9319-.0963-2.9391,1.2685Z"/></svg>
Copied!