empty icon
empty-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- empty-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the empty icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M170.49 91.59A56 56 0 0 1 97.54 175ZM128 72a56 56 0 0 0-42.49 92.41l73-83.37A55.67 55.67 0 0 0 128 72m104 56A104 104 0 1 1 128 24a104.13 104.13 0 0 1 104 104m-32 0a71.68 71.68 0 0 0-18.89-48.55l4.89-6.18a8 8 0 1 0-12-10.54l-4.91 6.18a72 72 0 0 0-94.2 107.64L70 182.73a8 8 0 0 0 12 10.54l4.91-6.18A71.95 71.95 0 0 0 200 128"/></svg>
React
import type { SVGProps } from "react";
export function PhEmptyFill(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="M170.49 91.59A56 56 0 0 1 97.54 175ZM128 72a56 56 0 0 0-42.49 92.41l73-83.37A55.67 55.67 0 0 0 128 72m104 56A104 104 0 1 1 128 24a104.13 104.13 0 0 1 104 104m-32 0a71.68 71.68 0 0 0-18.89-48.55l4.89-6.18a8 8 0 1 0-12-10.54l-4.91 6.18a72 72 0 0 0-94.2 107.64L70 182.73a8 8 0 0 0 12 10.54l4.91-6.18A71.95 71.95 0 0 0 200 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="M170.49 91.59A56 56 0 0 1 97.54 175ZM128 72a56 56 0 0 0-42.49 92.41l73-83.37A55.67 55.67 0 0 0 128 72m104 56A104 104 0 1 1 128 24a104.13 104.13 0 0 1 104 104m-32 0a71.68 71.68 0 0 0-18.89-48.55l4.89-6.18a8 8 0 1 0-12-10.54l-4.91 6.18a72 72 0 0 0-94.2 107.64L70 182.73a8 8 0 0 0 12 10.54l4.91-6.18A71.95 71.95 0 0 0 200 128"/></svg> </template>
CSS
.icon-empty-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%22M170.49%2091.59A56%2056%200%200%201%2097.54%20175ZM128%2072a56%2056%200%200%200-42.49%2092.41l73-83.37A55.67%2055.67%200%200%200%20128%2072m104%2056A104%20104%200%201%201%20128%2024a104.13%20104.13%200%200%201%20104%20104m-32%200a71.68%2071.68%200%200%200-18.89-48.55l4.89-6.18a8%208%200%201%200-12-10.54l-4.91%206.18a72%2072%200%200%200-94.2%20107.64L70%20182.73a8%208%200%200%200%2012%2010.54l4.91-6.18A71.95%2071.95%200%200%200%20200%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%22M170.49%2091.59A56%2056%200%200%201%2097.54%20175ZM128%2072a56%2056%200%200%200-42.49%2092.41l73-83.37A55.67%2055.67%200%200%200%20128%2072m104%2056A104%20104%200%201%201%20128%2024a104.13%20104.13%200%200%201%20104%20104m-32%200a71.68%2071.68%200%200%200-18.89-48.55l4.89-6.18a8%208%200%201%200-12-10.54l-4.91%206.18a72%2072%200%200%200-94.2%20107.64L70%20182.73a8%208%200%200%200%2012%2010.54l4.91-6.18A71.95%2071.95%200%200%200%20200%20128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/empty-fill.svg?color=%231a73e8&size=48