star and crescent icon

star-and-crescent-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
star-and-crescent-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the star and crescent icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M160 206.4a8 8 0 0 1-4.36 7.13A94.9 94.9 0 0 1 112 224a96 96 0 0 1 0-192a94.9 94.9 0 0 1 43.64 10.47a8 8 0 0 1 0 14.25a80 80 0 0 0 0 142.56a8 8 0 0 1 4.36 7.12m91.17-85.75l-26.5-11.43l-2.31-29.84a8 8 0 0 0-14.14-4.47l-18.59 22.51l-27.71-6.85a8 8 0 0 0-8.81 11.82L168.18 128l-15.07 25.61a8 8 0 0 0 8.81 11.82l27.71-6.85l18.59 22.51a8 8 0 0 0 14.14-4.47l2.31-29.84l26.5-11.43a8 8 0 0 0 0-14.7"/></svg>

React

import type { SVGProps } from "react";

export function PhStarAndCrescentFill(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="M160 206.4a8 8 0 0 1-4.36 7.13A94.9 94.9 0 0 1 112 224a96 96 0 0 1 0-192a94.9 94.9 0 0 1 43.64 10.47a8 8 0 0 1 0 14.25a80 80 0 0 0 0 142.56a8 8 0 0 1 4.36 7.12m91.17-85.75l-26.5-11.43l-2.31-29.84a8 8 0 0 0-14.14-4.47l-18.59 22.51l-27.71-6.85a8 8 0 0 0-8.81 11.82L168.18 128l-15.07 25.61a8 8 0 0 0 8.81 11.82l27.71-6.85l18.59 22.51a8 8 0 0 0 14.14-4.47l2.31-29.84l26.5-11.43a8 8 0 0 0 0-14.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M160 206.4a8 8 0 0 1-4.36 7.13A94.9 94.9 0 0 1 112 224a96 96 0 0 1 0-192a94.9 94.9 0 0 1 43.64 10.47a8 8 0 0 1 0 14.25a80 80 0 0 0 0 142.56a8 8 0 0 1 4.36 7.12m91.17-85.75l-26.5-11.43l-2.31-29.84a8 8 0 0 0-14.14-4.47l-18.59 22.51l-27.71-6.85a8 8 0 0 0-8.81 11.82L168.18 128l-15.07 25.61a8 8 0 0 0 8.81 11.82l27.71-6.85l18.59 22.51a8 8 0 0 0 14.14-4.47l2.31-29.84l26.5-11.43a8 8 0 0 0 0-14.7"/></svg>
</template>

CSS

.icon-star-and-crescent-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%22M160%20206.4a8%208%200%200%201-4.36%207.13A94.9%2094.9%200%200%201%20112%20224a96%2096%200%200%201%200-192a94.9%2094.9%200%200%201%2043.64%2010.47a8%208%200%200%201%200%2014.25a80%2080%200%200%200%200%20142.56a8%208%200%200%201%204.36%207.12m91.17-85.75l-26.5-11.43l-2.31-29.84a8%208%200%200%200-14.14-4.47l-18.59%2022.51l-27.71-6.85a8%208%200%200%200-8.81%2011.82L168.18%20128l-15.07%2025.61a8%208%200%200%200%208.81%2011.82l27.71-6.85l18.59%2022.51a8%208%200%200%200%2014.14-4.47l2.31-29.84l26.5-11.43a8%208%200%200%200%200-14.7%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%22M160%20206.4a8%208%200%200%201-4.36%207.13A94.9%2094.9%200%200%201%20112%20224a96%2096%200%200%201%200-192a94.9%2094.9%200%200%201%2043.64%2010.47a8%208%200%200%201%200%2014.25a80%2080%200%200%200%200%20142.56a8%208%200%200%201%204.36%207.12m91.17-85.75l-26.5-11.43l-2.31-29.84a8%208%200%200%200-14.14-4.47l-18.59%2022.51l-27.71-6.85a8%208%200%200%200-8.81%2011.82L168.18%20128l-15.07%2025.61a8%208%200%200%200%208.81%2011.82l27.71-6.85l18.59%2022.51a8%208%200%200%200%2014.14-4.47l2.31-29.84l26.5-11.43a8%208%200%200%200%200-14.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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