Subtune Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Subtune 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/347983.svg" alt="Subtune icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347983.svg" alt="Subtune icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347983.svg" alt="Subtune icon" :width="24" :height="24" />
CSS background
.icon-subtune {
background-image: url('https://proicons.com/icon/347983.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="i" d="M8.3231,22.9238c0-8.6738,7.0315-15.7053,15.7053-15.7053h0c8.6738,0,15.7053,7.0315,15.7053,15.7053h0"/><path id="c" class="i" d="M13.7489,23.9122l.0534,14.8694h-6.0832c-1.1368,0-2.2191-.5155-2.2191-1.575v-11.1053c0-1.1724.8753-2.189,1.9221-2.189h6.3268Z"/><path id="d" class="i" d="M34.171,23.9122l-.0534,14.8694h6.4603c.9758,0,1.9221-.5917,1.9221-1.5483v-11.2121c0-1.0554-.6181-2.1089-1.6818-2.1089h-6.6472Z"/><path id="e" class="i" d="M39.7338,22.9237v.9884"/><path id="f" class="i" d="M8.3231,22.9237v.9884"/><circle id="g" class="i" cx="22.0379" cy="33.5226" r="3.0203"/><path id="h" class="i" d="M24.0321,31.2543l-.0031-9.0773,4.5899,4.645c1.4332,1.4485,1.0048,3.9512-.5606,5.259"/></svg>
Copied!