Oto Music Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oto Music icon is commonly used in audio players, playlist apps and music streaming UIs. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/345383.svg" alt="Oto Music icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345383.svg" alt="Oto Music icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345383.svg" alt="Oto Music icon" :width="24" :height="24" />
CSS background
.icon-oto-music {
background-image: url('https://proicons.com/icon/345383.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="20.0566" cy="32.5856" r="2.1638"/><circle class="a" cx="36.6129" cy="18.7359" r="2.1638"/><line class="a" x1="22.2204" y1="32.5856" x2="22.2204" y2="15.4144"/><path class="a" d="M22.2216,21.886a11.1534,11.1534,0,0,0-4.0951-.0492,10.9178,10.9178,0,0,0,2.5076,21.6483,11.1735,11.1735,0,0,0,10.3369-11.29V18.1964a4.9458,4.9458,0,0,1,4.9458-4.9458h2.941V4.5h-5.723A10.9144,10.9144,0,0,0,22.22,15.4144"/><polyline class="a" points="33.135 4.5 13.169 4.5 13.169 13.251 22.22 13.251"/></svg>
Copied!