empty icon
empty-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- empty-bold
- Set
- Phosphor
- Style
- Bold
- 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="m203.63 62.65l13.25-14.58a12 12 0 0 0-17.76-16.14l-13.24 14.56A100 100 0 0 0 52.37 193.35l-13.25 14.58a12 12 0 1 0 17.76 16.14l13.24-14.56A100 100 0 0 0 203.63 62.65M52 128a75.94 75.94 0 0 1 117.58-63.57l-100.91 111A75.6 75.6 0 0 1 52 128m76 76a75.5 75.5 0 0 1-41.58-12.43l100.91-111A75.94 75.94 0 0 1 128 204"/></svg>
React
import type { SVGProps } from "react";
export function PhEmptyBold(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="m203.63 62.65l13.25-14.58a12 12 0 0 0-17.76-16.14l-13.24 14.56A100 100 0 0 0 52.37 193.35l-13.25 14.58a12 12 0 1 0 17.76 16.14l13.24-14.56A100 100 0 0 0 203.63 62.65M52 128a75.94 75.94 0 0 1 117.58-63.57l-100.91 111A75.6 75.6 0 0 1 52 128m76 76a75.5 75.5 0 0 1-41.58-12.43l100.91-111A75.94 75.94 0 0 1 128 204"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m203.63 62.65l13.25-14.58a12 12 0 0 0-17.76-16.14l-13.24 14.56A100 100 0 0 0 52.37 193.35l-13.25 14.58a12 12 0 1 0 17.76 16.14l13.24-14.56A100 100 0 0 0 203.63 62.65M52 128a75.94 75.94 0 0 1 117.58-63.57l-100.91 111A75.6 75.6 0 0 1 52 128m76 76a75.5 75.5 0 0 1-41.58-12.43l100.91-111A75.94 75.94 0 0 1 128 204"/></svg> </template>
CSS
.icon-empty-bold {
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%22m203.63%2062.65l13.25-14.58a12%2012%200%200%200-17.76-16.14l-13.24%2014.56A100%20100%200%200%200%2052.37%20193.35l-13.25%2014.58a12%2012%200%201%200%2017.76%2016.14l13.24-14.56A100%20100%200%200%200%20203.63%2062.65M52%20128a75.94%2075.94%200%200%201%20117.58-63.57l-100.91%20111A75.6%2075.6%200%200%201%2052%20128m76%2076a75.5%2075.5%200%200%201-41.58-12.43l100.91-111A75.94%2075.94%200%200%201%20128%20204%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%22m203.63%2062.65l13.25-14.58a12%2012%200%200%200-17.76-16.14l-13.24%2014.56A100%20100%200%200%200%2052.37%20193.35l-13.25%2014.58a12%2012%200%201%200%2017.76%2016.14l13.24-14.56A100%20100%200%200%200%20203.63%2062.65M52%20128a75.94%2075.94%200%200%201%20117.58-63.57l-100.91%20111A75.6%2075.6%200%200%201%2052%20128m76%2076a75.5%2075.5%200%200%201-41.58-12.43l100.91-111A75.94%2075.94%200%200%201%20128%20204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/empty-bold.svg?color=%231a73e8&size=48