Fossify Musicplayer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fossify Musicplayer 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/340750.svg" alt="Fossify Musicplayer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340750.svg" alt="Fossify Musicplayer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340750.svg" alt="Fossify Musicplayer icon" :width="24" :height="24" />
CSS background
.icon-fossify-musicplayer {
background-image: url('https://proicons.com/icon/340750.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M27.90814448,4.50003648c-2.16453743,0-3.90710831,1.7430582-3.90710831,3.90820217v18.73761559c-1.32400894-.75939941-2.82349014-1.15937233-4.34971619-1.1602478-4.83499241-.00012016-8.75462627,3.92041588-8.75474644,8.75676346v.00043488c-.00012016,4.83634567,3.91931725,8.75707626,8.75430965,8.75719833h.00043678c4.83499146.00011826,8.75462532-3.92041779,8.75474548-8.75676346v-.00043488c-.00038528-.09607697-.00235367-.19213867-.00589943-.28815079l.01338005.02286148V13.29917931h4.78277206c2.16453934,0,3.90710831-1.74305916,3.90710831-3.90820312v-.98277664c0-2.16514397-1.74256897-3.90820265-3.90710831-3.90820265l-5.28817368.00003958Z"/></svg>
Copied!