star and crescent icon

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

Name
star-and-crescent
Set
Phosphor
Style
Regular
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="M155.64 199.28a80 80 0 0 1 0-142.56a8 8 0 0 0 0-14.25A94.9 94.9 0 0 0 112 32a96 96 0 0 0 0 192a94.9 94.9 0 0 0 43.64-10.47a8 8 0 0 0 0-14.25M112 208a80 80 0 1 1 22.4-156.84a96.08 96.08 0 0 0 0 153.68A79.8 79.8 0 0 1 112 208m139.17-87.35l-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.7M213.89 134a8 8 0 0 0-4.8 6.73l-1.15 14.89l-9.18-11.11a8 8 0 0 0-6.17-2.91a8.4 8.4 0 0 0-1.92.23l-14.12 3.5l7.81-13.27a8 8 0 0 0 0-8.12l-7.81-13.27l14.12 3.5a8 8 0 0 0 8.09-2.68l9.18-11.11l1.15 14.89a8 8 0 0 0 4.8 6.73l13.92 6Z"/></svg>

React

import type { SVGProps } from "react";

export function PhStarAndCrescent(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="M155.64 199.28a80 80 0 0 1 0-142.56a8 8 0 0 0 0-14.25A94.9 94.9 0 0 0 112 32a96 96 0 0 0 0 192a94.9 94.9 0 0 0 43.64-10.47a8 8 0 0 0 0-14.25M112 208a80 80 0 1 1 22.4-156.84a96.08 96.08 0 0 0 0 153.68A79.8 79.8 0 0 1 112 208m139.17-87.35l-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.7M213.89 134a8 8 0 0 0-4.8 6.73l-1.15 14.89l-9.18-11.11a8 8 0 0 0-6.17-2.91a8.4 8.4 0 0 0-1.92.23l-14.12 3.5l7.81-13.27a8 8 0 0 0 0-8.12l-7.81-13.27l14.12 3.5a8 8 0 0 0 8.09-2.68l9.18-11.11l1.15 14.89a8 8 0 0 0 4.8 6.73l13.92 6Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M155.64 199.28a80 80 0 0 1 0-142.56a8 8 0 0 0 0-14.25A94.9 94.9 0 0 0 112 32a96 96 0 0 0 0 192a94.9 94.9 0 0 0 43.64-10.47a8 8 0 0 0 0-14.25M112 208a80 80 0 1 1 22.4-156.84a96.08 96.08 0 0 0 0 153.68A79.8 79.8 0 0 1 112 208m139.17-87.35l-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.7M213.89 134a8 8 0 0 0-4.8 6.73l-1.15 14.89l-9.18-11.11a8 8 0 0 0-6.17-2.91a8.4 8.4 0 0 0-1.92.23l-14.12 3.5l7.81-13.27a8 8 0 0 0 0-8.12l-7.81-13.27l14.12 3.5a8 8 0 0 0 8.09-2.68l9.18-11.11l1.15 14.89a8 8 0 0 0 4.8 6.73l13.92 6Z"/></svg>
</template>

CSS

.icon-star-and-crescent {
  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%22M155.64%20199.28a80%2080%200%200%201%200-142.56a8%208%200%200%200%200-14.25A94.9%2094.9%200%200%200%20112%2032a96%2096%200%200%200%200%20192a94.9%2094.9%200%200%200%2043.64-10.47a8%208%200%200%200%200-14.25M112%20208a80%2080%200%201%201%2022.4-156.84a96.08%2096.08%200%200%200%200%20153.68A79.8%2079.8%200%200%201%20112%20208m139.17-87.35l-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.7M213.89%20134a8%208%200%200%200-4.8%206.73l-1.15%2014.89l-9.18-11.11a8%208%200%200%200-6.17-2.91a8.4%208.4%200%200%200-1.92.23l-14.12%203.5l7.81-13.27a8%208%200%200%200%200-8.12l-7.81-13.27l14.12%203.5a8%208%200%200%200%208.09-2.68l9.18-11.11l1.15%2014.89a8%208%200%200%200%204.8%206.73l13.92%206Z%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%22M155.64%20199.28a80%2080%200%200%201%200-142.56a8%208%200%200%200%200-14.25A94.9%2094.9%200%200%200%20112%2032a96%2096%200%200%200%200%20192a94.9%2094.9%200%200%200%2043.64-10.47a8%208%200%200%200%200-14.25M112%20208a80%2080%200%201%201%2022.4-156.84a96.08%2096.08%200%200%200%200%20153.68A79.8%2079.8%200%200%201%20112%20208m139.17-87.35l-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.7M213.89%20134a8%208%200%200%200-4.8%206.73l-1.15%2014.89l-9.18-11.11a8%208%200%200%200-6.17-2.91a8.4%208.4%200%200%200-1.92.23l-14.12%203.5l7.81-13.27a8%208%200%200%200%200-8.12l-7.81-13.27l14.12%203.5a8%208%200%200%200%208.09-2.68l9.18-11.11l1.15%2014.89a8%208%200%200%200%204.8%206.73l13.92%206Z%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.svg?color=%231a73e8&size=48