Tunable Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tunable 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/348908.svg" alt="Tunable icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348908.svg" alt="Tunable icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348908.svg" alt="Tunable icon" :width="24" :height="24" />
CSS background
.icon-tunable {
background-image: url('https://proicons.com/icon/348908.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>.m{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><line id="d" class="m" x1="26.2423" y1="7.0634" x2="30.2229" y2="34.6985"/><path id="e" class="m" d="M30.2229,34.6985c.5736,3.9824-2.0146,7.7353-5.9409,8.6142-3.9263.8789-7.8676-1.4123-9.0466-5.2591s.8015-7.953,4.546-9.4251"/><path id="f" class="m" d="M26.3762,6.9993l10.6789-2.4993"/><path id="g" class="m" d="M37.0963,4.5536c.4477,1.5809.8954,3.1617-.2392,4.2887-1.1347,1.127-3.8516,1.8-6.5686,2.473"/></g><g id="h"><path id="i" class="m" d="M12.259,14.0541c1.0813,2.9148,2.1626,5.8295,3.2439,8.7443"/><path id="j" class="m" d="M16.102,13.2824c.977,2.7472,1.9539,5.4944,2.9309,8.2417"/><path id="k" class="m" d="M10.4274,17.5244c2.8911-.8727,5.7821-1.7454,8.6732-2.6181"/><path id="l" class="m" d="M11.7773,20.8735c2.7863-.915,5.5727-1.83,8.359-2.745"/></g></g></svg>
Copied!