Simpmusic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Simpmusic 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/332801.svg" alt="Simpmusic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332801.svg" alt="Simpmusic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332801.svg" alt="Simpmusic icon" :width="24" :height="24" />
CSS background
.icon-simpmusic {
background-image: url('https://proicons.com/icon/332801.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m15.7081,7.542v14.1809h-2.8737c-2.1118,0-3.9977,1.5439-4.1982,3.6461-.23,2.4116,1.6602,4.4406,4.0243,4.4406h3.3504c2.2331,0,4.0433-1.8102,4.0433-4.0433v-13.5169l14.9825,6.874v10.8536l-19.4071,7.1318c-1.021.3752-1.8081,1.2753-1.91,2.3583-.1828,1.9434,1.6067,3.4206,3.4411,2.9421l19.1722-5c1.7963-.4685,3.0498-2.0908,3.0498-3.9472v-16.9296c0-.7972-.4645-1.5214-1.1891-1.8538L18.5983,5.6882c-1.3511-.6199-2.8901.3673-2.8901,1.8538Z"/></svg>
Copied!