Golden Discs Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Golden Discs 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/326589.svg" alt="Golden Discs icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326589.svg" alt="Golden Discs icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326589.svg" alt="Golden Discs icon" :width="24" :height="24" />
CSS background
.icon-golden-discs {
background-image: url('https://proicons.com/icon/326589.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m33.309 18.624c.9438 1.6344 1.4407 3.4884 1.4407 5.3758 0 5.9371-4.8129 10.75-10.75 10.75s-10.75-4.8129-10.75-10.75 4.8129-10.75 10.75-10.75c1.8873 0 3.7414.49688 5.3758 1.4407m9.8267 3.9335c.61053 1.7265.92248 3.5445.92248 5.3758 0 8.9056-7.2194 16.125-16.125 16.125s-16.125-7.2194-16.125-16.125 7.2194-16.125 16.125-16.125c1.8313 0 3.6492.31196 5.3758.92248"/><path class="d" d="m24 45.5c-11.874 0-21.5-9.6259-21.5-21.5s9.6259-21.5 21.5-21.5c1.8134 0 3.6195.22942 5.3752.68276l-.000182 20.817c0 2.9685-2.4065 5.375-5.375 5.375s-5.375-2.4065-5.375-5.375 2.4065-5.375 5.375-5.375l20.817-.000182c.45334 1.7556.68276 3.5618.68276 5.3752 0 11.874-9.6259 21.5-21.5 21.5z"/></svg>
Copied!