Tunein Radio Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tunein Radio Pro 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/334352.svg" alt="Tunein Radio Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334352.svg" alt="Tunein Radio Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334352.svg" alt="Tunein Radio Pro icon" :width="24" :height="24" />
CSS background
.icon-tunein-radio-pro {
background-image: url('https://proicons.com/icon/334352.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><rect class="b" x="4.5" y="19" width="24" height="14" rx="1" ry="1"/><rect class="b" x="28.5" y="15" width="15" height="14" rx="1" ry="1"/><line class="b" x1="23.4292" y1="29.0708" x2="26.5" y2="29.0708"/><line class="b" x1="23.4292" y1="22.9292" x2="26.5" y2="22.9292"/><line class="b" x1="23.4292" y1="26" x2="25.4313" y2="26"/><line class="b" x1="23.4292" y1="22.9292" x2="23.4292" y2="29.0708"/><line class="b" x1="6.5" y1="22.9292" x2="10.5688" y2="22.9292"/><line class="b" x1="8.5344" y1="29.0708" x2="8.5344" y2="22.9292"/><polyline class="b" points="17.786 29.071 17.786 22.929 21.855 29.071 21.855 22.929"/><path class="b" d="m12.1431,22.9292v4.1072c.0008,1.1236.9123,2.0338,2.0358,2.033,1.1224-.0008,2.0322-.9105,2.033-2.033v-4.1072"/><line class="b" x1="33.0771" y1="18.9292" x2="33.0771" y2="25.0708"/><polyline class="b" points="34.854 25.071 34.854 18.929 38.923 25.071 38.923 18.929"/><path class="b" d="m30.4846,35.6453v-4.5133h1.4776c.8353,0,1.5125.6786,1.5125,1.5158s-.6772,1.5158-1.5125,1.5158h-1.4776"/><path class="b" d="m35.3935,35.6453v-4.5133h1.4776c.8353,0,1.5125.6786,1.5125,1.5158s-.6772,1.5158-1.5125,1.5158h-1.4776"/><line class="b" x1="36.871" y1="34.1636" x2="38.3485" y2="35.6442"/><rect class="b" x="40.5099" y="31.132" width="2.9901" height="4.5133" rx="1.495" ry="1.495"/></svg>
Copied!