compact disk icon
compact-disk-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- compact-disk-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
Use the compact disk icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.24 4.758a10.24 10.24 0 1 0 3 7.25a10.2 10.2 0 0 0-3-7.25M12 19.438a7.44 7.44 0 0 1-5.83-2.81a.75.75 0 0 1 1.17-.93a6 6 0 0 0 2.07 1.65a6 6 0 0 0 2.59.59a.75.75 0 1 1 0 1.5m0-4.31a3.12 3.12 0 1 1 0-6.24a3.12 3.12 0 0 1 0 6.24m6.61-4.3a.8.8 0 0 1-.22 0a.74.74 0 0 1-.71-.53a5.93 5.93 0 0 0-3.91-4a.75.75 0 0 1 .45-1.43a7.35 7.35 0 0 1 3.07 1.88a7.45 7.45 0 0 1 1.82 3.1a.74.74 0 0 1-.5 1.01z"/></svg>
React
import type { SVGProps } from "react";
export function MageCompactDiskFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.24 4.758a10.24 10.24 0 1 0 3 7.25a10.2 10.2 0 0 0-3-7.25M12 19.438a7.44 7.44 0 0 1-5.83-2.81a.75.75 0 0 1 1.17-.93a6 6 0 0 0 2.07 1.65a6 6 0 0 0 2.59.59a.75.75 0 1 1 0 1.5m0-4.31a3.12 3.12 0 1 1 0-6.24a3.12 3.12 0 0 1 0 6.24m6.61-4.3a.8.8 0 0 1-.22 0a.74.74 0 0 1-.71-.53a5.93 5.93 0 0 0-3.91-4a.75.75 0 0 1 .45-1.43a7.35 7.35 0 0 1 3.07 1.88a7.45 7.45 0 0 1 1.82 3.1a.74.74 0 0 1-.5 1.01z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.24 4.758a10.24 10.24 0 1 0 3 7.25a10.2 10.2 0 0 0-3-7.25M12 19.438a7.44 7.44 0 0 1-5.83-2.81a.75.75 0 0 1 1.17-.93a6 6 0 0 0 2.07 1.65a6 6 0 0 0 2.59.59a.75.75 0 1 1 0 1.5m0-4.31a3.12 3.12 0 1 1 0-6.24a3.12 3.12 0 0 1 0 6.24m6.61-4.3a.8.8 0 0 1-.22 0a.74.74 0 0 1-.71-.53a5.93 5.93 0 0 0-3.91-4a.75.75 0 0 1 .45-1.43a7.35 7.35 0 0 1 3.07 1.88a7.45 7.45 0 0 1 1.82 3.1a.74.74 0 0 1-.5 1.01z"/></svg> </template>
CSS
.icon-compact-disk-fill {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.24%204.758a10.24%2010.24%200%201%200%203%207.25a10.2%2010.2%200%200%200-3-7.25M12%2019.438a7.44%207.44%200%200%201-5.83-2.81a.75.75%200%200%201%201.17-.93a6%206%200%200%200%202.07%201.65a6%206%200%200%200%202.59.59a.75.75%200%201%201%200%201.5m0-4.31a3.12%203.12%200%201%201%200-6.24a3.12%203.12%200%200%201%200%206.24m6.61-4.3a.8.8%200%200%201-.22%200a.74.74%200%200%201-.71-.53a5.93%205.93%200%200%200-3.91-4a.75.75%200%200%201%20.45-1.43a7.35%207.35%200%200%201%203.07%201.88a7.45%207.45%200%200%201%201.82%203.1a.74.74%200%200%201-.5%201.01z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.24%204.758a10.24%2010.24%200%201%200%203%207.25a10.2%2010.2%200%200%200-3-7.25M12%2019.438a7.44%207.44%200%200%201-5.83-2.81a.75.75%200%200%201%201.17-.93a6%206%200%200%200%202.07%201.65a6%206%200%200%200%202.59.59a.75.75%200%201%201%200%201.5m0-4.31a3.12%203.12%200%201%201%200-6.24a3.12%203.12%200%200%201%200%206.24m6.61-4.3a.8.8%200%200%201-.22%200a.74.74%200%200%201-.71-.53a5.93%205.93%200%200%200-3.91-4a.75.75%200%200%201%20.45-1.43a7.35%207.35%200%200%201%203.07%201.88a7.45%207.45%200%200%201%201.82%203.1a.74.74%200%200%201-.5%201.01z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/compact-disk-fill.svg?color=%231a73e8&size=48