empty-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
empty-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

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="M195.51 62.66L212.44 44a6 6 0 1 0-8.88-8l-16.93 18.58A94 94 0 0 0 60.49 193.34L43.56 212a6 6 0 0 0 8.88 8l16.93-18.62A94 94 0 0 0 195.51 62.66M46 128a81.93 81.93 0 0 1 132.53-64.51L68.59 184.43A81.7 81.7 0 0 1 46 128m82 82a81.57 81.57 0 0 1-50.53-17.49L187.41 71.57A81.94 81.94 0 0 1 128 210"/></svg>

React

import type { SVGProps } from "react";

export function PhEmptyLight(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="M195.51 62.66L212.44 44a6 6 0 1 0-8.88-8l-16.93 18.58A94 94 0 0 0 60.49 193.34L43.56 212a6 6 0 0 0 8.88 8l16.93-18.62A94 94 0 0 0 195.51 62.66M46 128a81.93 81.93 0 0 1 132.53-64.51L68.59 184.43A81.7 81.7 0 0 1 46 128m82 82a81.57 81.57 0 0 1-50.53-17.49L187.41 71.57A81.94 81.94 0 0 1 128 210"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M195.51 62.66L212.44 44a6 6 0 1 0-8.88-8l-16.93 18.58A94 94 0 0 0 60.49 193.34L43.56 212a6 6 0 0 0 8.88 8l16.93-18.62A94 94 0 0 0 195.51 62.66M46 128a81.93 81.93 0 0 1 132.53-64.51L68.59 184.43A81.7 81.7 0 0 1 46 128m82 82a81.57 81.57 0 0 1-50.53-17.49L187.41 71.57A81.94 81.94 0 0 1 128 210"/></svg>
</template>

CSS

.icon-empty-light {
  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%22M195.51%2062.66L212.44%2044a6%206%200%201%200-8.88-8l-16.93%2018.58A94%2094%200%200%200%2060.49%20193.34L43.56%20212a6%206%200%200%200%208.88%208l16.93-18.62A94%2094%200%200%200%20195.51%2062.66M46%20128a81.93%2081.93%200%200%201%20132.53-64.51L68.59%20184.43A81.7%2081.7%200%200%201%2046%20128m82%2082a81.57%2081.57%200%200%201-50.53-17.49L187.41%2071.57A81.94%2081.94%200%200%201%20128%20210%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%22M195.51%2062.66L212.44%2044a6%206%200%201%200-8.88-8l-16.93%2018.58A94%2094%200%200%200%2060.49%20193.34L43.56%20212a6%206%200%200%200%208.88%208l16.93-18.62A94%2094%200%200%200%20195.51%2062.66M46%20128a81.93%2081.93%200%200%201%20132.53-64.51L68.59%20184.43A81.7%2081.7%200%200%201%2046%20128m82%2082a81.57%2081.57%200%200%201-50.53-17.49L187.41%2071.57A81.94%2081.94%200%200%201%20128%20210%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/empty-light.svg?color=%231a73e8&size=48