Tune It Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tune It 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/348909.svg" alt="Tune It icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348909.svg" alt="Tune It icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348909.svg" alt="Tune It icon" :width="24" :height="24" />
CSS background
.icon-tune-it {
background-image: url('https://proicons.com/icon/348909.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse id="c" class="i" cx="37.9143" cy="17.0708" rx="4.6554" ry="3.2006" transform="translate(-2.9773 9.5352) rotate(-13.798)"/><ellipse id="d" class="i" cx="10.0857" cy="22.5194" rx="4.6554" ry="3.2006" transform="translate(-5.0798 3.0553) rotate(-13.798)"/><path id="e" class="i" d="m33.3285,17.7841v18.6934l-27.8285,5.9635v-19.1857"/><circle id="f" class="i" cx="21.8441" cy="37.4576" r="1.4483"/><path id="g" class="i" d="m21.8441,36.0093l.0117-9.2804"/><path id="h" class="i" d="m19.5349,5.559v18.7838c0,3.1981,4.4816,3.2087,4.4816-.1128V5.559"/></svg>
Copied!