Universal Tuner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Universal Tuner 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/334527.svg" alt="Universal Tuner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334527.svg" alt="Universal Tuner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334527.svg" alt="Universal Tuner icon" :width="24" :height="24" />
CSS background
.icon-universal-tuner {
background-image: url('https://proicons.com/icon/334527.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M27.2018,4.5V27.6563A3.2018,3.2018,0,0,1,24,30.8581h0a3.2018,3.2018,0,0,1-3.2018-3.2018V4.5"/><line class="a" x1="24" y1="30.8581" x2="24" y2="40.1536"/><circle class="a" cx="24" cy="41.8268" r="1.6732"/><path class="a" d="M17.1172,11.1145a9.93,9.93,0,0,0-.5929,13.6938"/><path class="a" d="M31.4757,24.8083a9.93,9.93,0,0,0-.5928-13.6937"/><path class="a" d="M12.51,6.7211a16.2925,16.2925,0,0,0-.5925,22.4809"/><path class="a" d="M36.0822,29.202a16.2924,16.2924,0,0,0-.5618-22.45"/></svg>
Copied!