Lineage Radio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lineage 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/343094.svg" alt="Lineage Radio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343094.svg" alt="Lineage Radio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343094.svg" alt="Lineage Radio icon" :width="24" :height="24" />
CSS background
.icon-lineage-radio {
background-image: url('https://proicons.com/icon/343094.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="12.2375" width="39" height="26" rx="2.6221"/><line class="a" x1="38.7215" y1="12.2375" x2="38.7215" y2="9.7625"/><circle class="a" cx="17.1079" cy="25.2375" r="9.7408"/><path class="a" d="M33.5292,15.8962A9.7439,9.7439,0,0,1,32.84,34.7556l-2.0806-6.3343a3.1839,3.1839,0,0,0,.3419-6.3494Z"/><line class="a" x1="33.3117" y1="27.1348" x2="38.8877" y2="30.6042"/></svg>
Copied!