Innertune Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Innertune 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/341999.svg" alt="Innertune icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341999.svg" alt="Innertune icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341999.svg" alt="Innertune icon" :width="24" :height="24" />
CSS background
.icon-innertune {
background-image: url('https://proicons.com/icon/341999.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m12.3515,31.4107c-.6446-.3504-1.4072-.3881-2.1369-.391-.0617-.0002-.1617-.0003-.2234.0009-4.5896.087-7.066,5.5298-4.3855,9.1796.0365.0497.0972.1292.1356.1775,2.7096,3.4042,8.3839,2.3626,9.871-1.6582.0214-.0579.0542-.1523.0732-.211.6566-2.0239.2401-4.6979.2254-6.8188-.0004-.0616-.0004-.1616-.0004-.2233v-13.4583c0-.4626.3808-.8257.831-.9278,3.2353-.7337,3.6018-5.7208.0591-6.6584-.0596-.0158-.157-.0388-.2174-.0512-2.2101-.4538-3.871,1.2814-4.1228,3.3381-.0075.0612-.0171.1608-.0226.2222-.1634,1.8252.0035,3.7504.0102,5.585.0002.0616.0002.1615.0002.2232v11.6154c0,.0617-.0427.0856-.0969.0561h0Zm19.5354-3.4398c-1.7614-.537-3.514-.591-5.1579.349-.0535.0306-.1394.0819-.1917.1147-3.0261,1.8969-3.4753,6.5408-.8803,8.9871.0449.0423.1191.1093.1657.1497,3.0123,2.6117,8.1623,1.4007,9.3415-2.5355.0177-.0591.0444-.1555.0601-.2151.5901-2.248.2429-4.9385.2318-7.2636-.0003-.0617-.0003-.1616-.0003-.2233v-12.2939c0-1.044.8387-2.0037,1.873-2.1452,1.8342-.2508,3.7111-.5781,4.9614-1.4663.0503-.0357.1277-.0989.1721-.1417,1.8265-1.7596,1.1503-5.8801-1.311-5.7053-.0615.0044-.1608.0167-.222.0241-5.647.6868-11.6505,1.6831-17.3142,2.7579-.0606.0115-.1589.0299-.219.0439-2.8905.6692-3.2533,5.6102-.4458,6.372.0595.0162.1582.0223.2196.0165,3.4245-.3237,5.4906-.6308,6.737-.884,1.0847-.2203,1.9072.2593,1.9218,1.3822l.1635,12.5983c.0008.0617-.0462.0966-.1052.0786Z"/></svg>
Copied!