Osu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Osu 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/330821.svg" alt="Osu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330821.svg" alt="Osu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330821.svg" alt="Osu icon" :width="24" :height="24" />
CSS background
.icon-osu {
background-image: url('https://proicons.com/icon/330821.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:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><rect class="a" x="9.22" y="19.96" width="6.34" height="8.4" rx="3.17"/><path class="a" d="M27.57,20v5.23a3.16,3.16,0,0,0,3.17,3.17h0a3.16,3.16,0,0,0,3.16-3.17V20"/><line class="a" x1="33.9" y1="25.19" x2="33.9" y2="28.36"/><path class="a" d="M18.86,27.65a3.56,3.56,0,0,0,2.61.71h.71a2.1,2.1,0,0,0,2.1-2.1h0a2.1,2.1,0,0,0-2.1-2.1H20.76a2.1,2.1,0,0,1-2.1-2.1h0a2.1,2.1,0,0,1,2.1-2.1h.71a3.56,3.56,0,0,1,2.61.71"/><circle class="b" cx="38.03" cy="28.17" r="0.75"/><line class="a" x1="38.03" y1="15.49" x2="38.03" y2="24.92"/></svg>
Osu in other icon packs
Copied!