Winamp Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Winamp 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/316643.svg" alt="Winamp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316643.svg" alt="Winamp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316643.svg" alt="Winamp icon" :width="24" :height="24" />
CSS background
.icon-winamp {
background-image: url('https://proicons.com/icon/316643.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Winamp</title><path d="M11.902 0a.987.987 0 0 0-.91.604l-6.139 14.57c-.176.42.131.883.586.883H8.66a.987.987 0 0 0 .91-.604L15.707.883A.636.636 0 0 0 15.12 0h-3.219Zm3.438 7.943a.987.987 0 0 0-.91.604l-6.137 14.57c-.177.42.13.883.586.883h3.219a.987.987 0 0 0 .91-.604l6.138-14.57a.636.636 0 0 0-.586-.883h-3.22Z"/></svg>
Winamp in other icon packs
Copied!