Tunein Radio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tunein Radio 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/348910.svg" alt="Tunein Radio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348910.svg" alt="Tunein Radio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348910.svg" alt="Tunein Radio icon" :width="24" :height="24" />
CSS background
.icon-tunein-radio {
background-image: url('https://proicons.com/icon/348910.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="4.5" y="19" width="24" height="14" rx="1"/><rect class="a" x="28.5" y="15" width="15" height="14" rx="1"/><line class="a" x1="23.4292" y1="29.0708" x2="26.5" y2="29.0708"/><line class="a" x1="23.4292" y1="22.9292" x2="26.5" y2="22.9292"/><line class="a" x1="23.4292" y1="26" x2="25.4313" y2="26"/><line class="a" x1="23.4292" y1="22.9292" x2="23.4292" y2="29.0708"/><line class="a" x1="6.5" y1="22.9292" x2="10.5688" y2="22.9292"/><line class="a" x1="8.5344" y1="29.0708" x2="8.5344" y2="22.9292"/><polyline class="a" points="17.786 29.071 17.786 22.929 21.855 29.071 21.855 22.929"/><path class="a" d="M12.1431,22.9292v4.1072a2.0344,2.0344,0,0,0,4.0688,0V22.9292"/><line class="a" x1="33.0771" y1="18.9292" x2="33.0771" y2="25.0708"/><polyline class="a" points="34.854 25.071 34.854 18.929 38.923 25.071 38.923 18.929"/></svg>
Copied!