Opsu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Opsu 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/345315.svg" alt="Opsu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345315.svg" alt="Opsu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345315.svg" alt="Opsu icon" :width="24" :height="24" />
CSS background
.icon-opsu {
background-image: url('https://proicons.com/icon/345315.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;}.b{fill:#fff;}</style></defs><path class="a" d="M21.4571,3.9916l7.8305,8.9233a1.4,1.4,0,0,0,1.2164.467L42.294,11.99a1.4,1.4,0,0,1,1.3675,2.1058L37.5946,24.3005a1.4005,1.4005,0,0,0-.0682,1.3012l4.967,10.7829a1.4,1.4,0,0,1-1.58,1.9513l-11.58-2.6165a1.4,1.4,0,0,0-1.2586.3372l-8.72,8.0559a1.4,1.4,0,0,1-2.3441-.9l-1.09-11.8217a1.4,1.4,0,0,0-.71-1.0928L4.8545,24.4942a1.4,1.4,0,0,1,.1314-2.5074l10.9063-4.69a1.4,1.4,0,0,0,.82-1.0126l2.32-11.643A1.4,1.4,0,0,1,21.4571,3.9916Z"/><rect class="a" x="20.6885" y="21.2969" width="6.3546" height="8.4198" rx="3.1773" transform="translate(-5.7884 7.046) rotate(-15)"/><circle class="b" cx="30.5724" cy="27.8404" r="0.7501"/><line class="a" x1="27.7941" y1="17.4718" x2="29.8605" y2="25.1835"/></svg>
Copied!