disc icon
disc-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- disc-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the disc icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M188.3 43.31a8 8 0 0 0-.65-.5c-.23-.16-.47-.31-.71-.45a103.85 103.85 0 1 0 1.36 1ZM128 152a24 24 0 1 1 24-24a24 24 0 0 1-24 24m88-24c0 2.47-.11 4.92-.31 7.34L168 126.92a39.83 39.83 0 0 0-11-26.41l27.78-39.67A87.8 87.8 0 0 1 216 128"/></svg>
React
import type { SVGProps } from "react";
export function PhDiscFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M188.3 43.31a8 8 0 0 0-.65-.5c-.23-.16-.47-.31-.71-.45a103.85 103.85 0 1 0 1.36 1ZM128 152a24 24 0 1 1 24-24a24 24 0 0 1-24 24m88-24c0 2.47-.11 4.92-.31 7.34L168 126.92a39.83 39.83 0 0 0-11-26.41l27.78-39.67A87.8 87.8 0 0 1 216 128"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M188.3 43.31a8 8 0 0 0-.65-.5c-.23-.16-.47-.31-.71-.45a103.85 103.85 0 1 0 1.36 1ZM128 152a24 24 0 1 1 24-24a24 24 0 0 1-24 24m88-24c0 2.47-.11 4.92-.31 7.34L168 126.92a39.83 39.83 0 0 0-11-26.41l27.78-39.67A87.8 87.8 0 0 1 216 128"/></svg> </template>
CSS
.icon-disc-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M188.3%2043.31a8%208%200%200%200-.65-.5c-.23-.16-.47-.31-.71-.45a103.85%20103.85%200%201%200%201.36%201ZM128%20152a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024m88-24c0%202.47-.11%204.92-.31%207.34L168%20126.92a39.83%2039.83%200%200%200-11-26.41l27.78-39.67A87.8%2087.8%200%200%201%20216%20128%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M188.3%2043.31a8%208%200%200%200-.65-.5c-.23-.16-.47-.31-.71-.45a103.85%20103.85%200%201%200%201.36%201ZM128%20152a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024m88-24c0%202.47-.11%204.92-.31%207.34L168%20126.92a39.83%2039.83%200%200%200-11-26.41l27.78-39.67A87.8%2087.8%200%200%201%20216%20128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/disc-fill.svg?color=%231a73e8&size=48