Add icons to this collection by clicking the heart icon.
Compact Disc icon - also known as cd, music, multimedia, dvd, compact disc, and music and multimedia. Created in a clean gradient style, perfect for web, apps, and UI projects. Available in SVG and PNG, with multiple style variants.
<svg
    xmlns="http://www.w3.org/2000/svg"
    width="512"
    height="512"
    viewBox="0 0 512 512"
>
    <linearGradient
        id="a"
        x1="256"
        x2="256"
        y1="512"
        y2="0"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#a93aff" />
        <stop offset="1" stop-color="#ff81ff" />
    </linearGradient>
    <linearGradient
        id="b"
        x1="256"
        x2="256"
        y1="451"
        y2="61"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#ffbef9" />
        <stop offset="1" stop-color="#fff1ff" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M497 0H15C6.709 0 0 6.709 0 15v482c0 8.291 6.709 15 15 15h482c8.291 0 15-6.709 15-15V15c0-8.291-6.709-15-15-15z"
    />
    <path
        fill="url(#b)"
        d="M256 61C148.48 61 61 148.481 61 256s87.48 195 195 195 195-87.48 195-195S363.52 61 256 61zm0 300c-57.891 0-105-47.109-105-105 0-8.291 6.709-15 15-15s15 6.709 15 15c0 41.353 33.647 75 75 75 8.291 0 15 6.709 15 15s-6.709 15-15 15zm0-60c-24.814 0-45-20.186-45-45s20.186-45 45-45 45 20.186 45 45-20.185 45-45 45zm90-30c-8.291 0-15-6.709-15-15 0-41.353-33.647-75-75-75-8.291 0-15-6.709-15-15s6.709-15 15-15c57.891 0 105 47.109 105 105 0 8.291-6.709 15-15 15zm90-180c8.284 0 15-6.716 15-15s-6.716-15-15-15-15 6.716-15 15 6.716 15 15 15zM76 91c8.284 0 15-6.716 15-15s-6.716-15-15-15-15 6.716-15 15 6.716 15 15 15zm0 330c-8.284 0-15 6.716-15 15s6.716 15 15 15 15-6.716 15-15-6.716-15-15-15zm360 0c-8.284 0-15 6.716-15 15s6.716 15 15 15 15-6.716 15-15-6.716-15-15-15z"
    />
</svg>
More icons in the same style and category