Discogs Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Discogs 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/339121.svg" alt="Discogs icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339121.svg" alt="Discogs icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339121.svg" alt="Discogs icon" :width="24" :height="24" />
CSS background
.icon-discogs {
background-image: url('https://proicons.com/icon/339121.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><circle class="a" cx="24" cy="24" r="21.5"/><circle class="a" cx="24" cy="24" r="5.5"/><path class="b" d="M24.75,24a.75.75,0,1,1-.75-.75A.76.76,0,0,1,24.75,24Z"/><path class="a" d="M24,7.5A16.5,16.5,0,0,0,7.5,24"/><path class="a" d="M24,13A11,11,0,0,0,13,24"/><path class="a" d="M24,40.5A16.5,16.5,0,0,0,40.5,24"/><path class="a" d="M24,35A11,11,0,0,0,35,24"/></svg>
Discogs in other icon packs
Copied!