Opentune Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Opentune 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/345291.svg" alt="Opentune icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345291.svg" alt="Opentune icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345291.svg" alt="Opentune icon" :width="24" :height="24" />
CSS background
.icon-opentune {
background-image: url('https://proicons.com/icon/345291.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="M38.7308,26.1645c-1.0481,7.1951-7.2433,12.7208-14.7291,12.7208-8.2209,0-14.8853-6.6644-14.8853-14.8853s6.6644-14.8853,14.8853-14.8853"/><circle id="c" class="g" cx="24" cy="24" r="21.5"/><g id="d"><path id="e" class="g" d="M38.8097,22.1468c-.6853-5.7531-4.6416-10.5104-9.9661-12.3123-.4063-.1375-.9832.0155-.9832.7759v13.3215"/><path id="f" class="g" d="M27.8546,23.9719c0,2.1132-1.7135,3.8263-3.8267,3.8263s-3.8262-1.7131-3.8262-3.8263,1.713-3.8263,3.8262-3.8263,3.8267,1.7131,3.8267,3.8263"/></g></svg>
Copied!