compact disc icon
compact-disc from Font Awesome Solid by Dave Gandy · Solid · Computers · CC-BY-4.0 Attribution required.
- Name
- compact-disc
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Computers
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More computers icons from Font Awesome Solid
Use the compact disc icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320m256 32c-17.7 0-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32m-96-32c0 53 43 96 96 96s96-43 96-96s-43-96-96-96s-96 43-96 96m-56-16c0-32.4 16.3-66.6 42.8-93.2S271.6 168 304 168c13.3 0 24-10.7 24-24s-10.7-24-24-24c-47.9 0-93.7 23.5-127.1 56.9S120 256.1 120 304c0 13.3 10.7 24 24 24s24-10.7 24-24"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidCompactDisc(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320m256 32c-17.7 0-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32m-96-32c0 53 43 96 96 96s96-43 96-96s-43-96-96-96s-96 43-96 96m-56-16c0-32.4 16.3-66.6 42.8-93.2S271.6 168 304 168c13.3 0 24-10.7 24-24s-10.7-24-24-24c-47.9 0-93.7 23.5-127.1 56.9S120 256.1 120 304c0 13.3 10.7 24 24 24s24-10.7 24-24"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320m256 32c-17.7 0-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32m-96-32c0 53 43 96 96 96s96-43 96-96s-43-96-96-96s-96 43-96 96m-56-16c0-32.4 16.3-66.6 42.8-93.2S271.6 168 304 168c13.3 0 24-10.7 24-24s-10.7-24-24-24c-47.9 0-93.7 23.5-127.1 56.9S120 256.1 120 304c0 13.3 10.7 24 24 24s24-10.7 24-24"/></svg> </template>
CSS
.icon-compact-disc {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20320C64%20178.6%20178.6%2064%20320%2064s256%20114.6%20256%20256s-114.6%20256-256%20256S64%20461.4%2064%20320m256%2032c-17.7%200-32-14.3-32-32s14.3-32%2032-32s32%2014.3%2032%2032s-14.3%2032-32%2032m-96-32c0%2053%2043%2096%2096%2096s96-43%2096-96s-43-96-96-96s-96%2043-96%2096m-56-16c0-32.4%2016.3-66.6%2042.8-93.2S271.6%20168%20304%20168c13.3%200%2024-10.7%2024-24s-10.7-24-24-24c-47.9%200-93.7%2023.5-127.1%2056.9S120%20256.1%20120%20304c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20320C64%20178.6%20178.6%2064%20320%2064s256%20114.6%20256%20256s-114.6%20256-256%20256S64%20461.4%2064%20320m256%2032c-17.7%200-32-14.3-32-32s14.3-32%2032-32s32%2014.3%2032%2032s-14.3%2032-32%2032m-96-32c0%2053%2043%2096%2096%2096s96-43%2096-96s-43-96-96-96s-96%2043-96%2096m-56-16c0-32.4%2016.3-66.6%2042.8-93.2S271.6%20168%20304%20168c13.3%200%2024-10.7%2024-24s-10.7-24-24-24c-47.9%200-93.7%2023.5-127.1%2056.9S120%20256.1%20120%20304c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/compact-disc.svg?color=%231a73e8&size=48