star and crescent icon

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

Name
star-and-crescent-bold
Set
Phosphor
Style
Bold
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="M157.46 195.72a76 76 0 0 1 0-135.44a12 12 0 0 0 0-21.37a100 100 0 1 0 0 178.18a12 12 0 0 0 0-21.37M112 204a76 76 0 0 1 0-152a77 77 0 0 1 13.57 1.19a100.14 100.14 0 0 0 0 149.62A77 77 0 0 1 112 204m136.75-87l-24.28-10.5l-2.12-27.42a12 12 0 0 0-21.22-6.72l-17 20.58l-25.26-6.25a12 12 0 0 0-13.22 17.73L159.54 128l-13.88 23.58a12 12 0 0 0 13.22 17.73l25.26-6.25l17 20.58a12 12 0 0 0 9.26 4.36a11.9 11.9 0 0 0 3.62-.56a12 12 0 0 0 8.34-10.52l2.12-27.42l24.27-10.5a12 12 0 0 0 0-22m-40.44 13.35a12 12 0 0 0-7.21 10.09l-.39 5l-2.87-3.44a12 12 0 0 0-9.25-4.36a11.8 11.8 0 0 0-2.88.35l-4.89 1.21l3-5.07a12 12 0 0 0 0-12.18l-3-5.07l4.89 1.21a12 12 0 0 0 12.13-4l2.87-3.48l.39 5a12 12 0 0 0 7.21 10.09l5.4 2.33Z"/></svg>

React

import type { SVGProps } from "react";

export function PhStarAndCrescentBold(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="M157.46 195.72a76 76 0 0 1 0-135.44a12 12 0 0 0 0-21.37a100 100 0 1 0 0 178.18a12 12 0 0 0 0-21.37M112 204a76 76 0 0 1 0-152a77 77 0 0 1 13.57 1.19a100.14 100.14 0 0 0 0 149.62A77 77 0 0 1 112 204m136.75-87l-24.28-10.5l-2.12-27.42a12 12 0 0 0-21.22-6.72l-17 20.58l-25.26-6.25a12 12 0 0 0-13.22 17.73L159.54 128l-13.88 23.58a12 12 0 0 0 13.22 17.73l25.26-6.25l17 20.58a12 12 0 0 0 9.26 4.36a11.9 11.9 0 0 0 3.62-.56a12 12 0 0 0 8.34-10.52l2.12-27.42l24.27-10.5a12 12 0 0 0 0-22m-40.44 13.35a12 12 0 0 0-7.21 10.09l-.39 5l-2.87-3.44a12 12 0 0 0-9.25-4.36a11.8 11.8 0 0 0-2.88.35l-4.89 1.21l3-5.07a12 12 0 0 0 0-12.18l-3-5.07l4.89 1.21a12 12 0 0 0 12.13-4l2.87-3.48l.39 5a12 12 0 0 0 7.21 10.09l5.4 2.33Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M157.46 195.72a76 76 0 0 1 0-135.44a12 12 0 0 0 0-21.37a100 100 0 1 0 0 178.18a12 12 0 0 0 0-21.37M112 204a76 76 0 0 1 0-152a77 77 0 0 1 13.57 1.19a100.14 100.14 0 0 0 0 149.62A77 77 0 0 1 112 204m136.75-87l-24.28-10.5l-2.12-27.42a12 12 0 0 0-21.22-6.72l-17 20.58l-25.26-6.25a12 12 0 0 0-13.22 17.73L159.54 128l-13.88 23.58a12 12 0 0 0 13.22 17.73l25.26-6.25l17 20.58a12 12 0 0 0 9.26 4.36a11.9 11.9 0 0 0 3.62-.56a12 12 0 0 0 8.34-10.52l2.12-27.42l24.27-10.5a12 12 0 0 0 0-22m-40.44 13.35a12 12 0 0 0-7.21 10.09l-.39 5l-2.87-3.44a12 12 0 0 0-9.25-4.36a11.8 11.8 0 0 0-2.88.35l-4.89 1.21l3-5.07a12 12 0 0 0 0-12.18l-3-5.07l4.89 1.21a12 12 0 0 0 12.13-4l2.87-3.48l.39 5a12 12 0 0 0 7.21 10.09l5.4 2.33Z"/></svg>
</template>

CSS

.icon-star-and-crescent-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%22M157.46%20195.72a76%2076%200%200%201%200-135.44a12%2012%200%200%200%200-21.37a100%20100%200%201%200%200%20178.18a12%2012%200%200%200%200-21.37M112%20204a76%2076%200%200%201%200-152a77%2077%200%200%201%2013.57%201.19a100.14%20100.14%200%200%200%200%20149.62A77%2077%200%200%201%20112%20204m136.75-87l-24.28-10.5l-2.12-27.42a12%2012%200%200%200-21.22-6.72l-17%2020.58l-25.26-6.25a12%2012%200%200%200-13.22%2017.73L159.54%20128l-13.88%2023.58a12%2012%200%200%200%2013.22%2017.73l25.26-6.25l17%2020.58a12%2012%200%200%200%209.26%204.36a11.9%2011.9%200%200%200%203.62-.56a12%2012%200%200%200%208.34-10.52l2.12-27.42l24.27-10.5a12%2012%200%200%200%200-22m-40.44%2013.35a12%2012%200%200%200-7.21%2010.09l-.39%205l-2.87-3.44a12%2012%200%200%200-9.25-4.36a11.8%2011.8%200%200%200-2.88.35l-4.89%201.21l3-5.07a12%2012%200%200%200%200-12.18l-3-5.07l4.89%201.21a12%2012%200%200%200%2012.13-4l2.87-3.48l.39%205a12%2012%200%200%200%207.21%2010.09l5.4%202.33Z%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%22M157.46%20195.72a76%2076%200%200%201%200-135.44a12%2012%200%200%200%200-21.37a100%20100%200%201%200%200%20178.18a12%2012%200%200%200%200-21.37M112%20204a76%2076%200%200%201%200-152a77%2077%200%200%201%2013.57%201.19a100.14%20100.14%200%200%200%200%20149.62A77%2077%200%200%201%20112%20204m136.75-87l-24.28-10.5l-2.12-27.42a12%2012%200%200%200-21.22-6.72l-17%2020.58l-25.26-6.25a12%2012%200%200%200-13.22%2017.73L159.54%20128l-13.88%2023.58a12%2012%200%200%200%2013.22%2017.73l25.26-6.25l17%2020.58a12%2012%200%200%200%209.26%204.36a11.9%2011.9%200%200%200%203.62-.56a12%2012%200%200%200%208.34-10.52l2.12-27.42l24.27-10.5a12%2012%200%200%200%200-22m-40.44%2013.35a12%2012%200%200%200-7.21%2010.09l-.39%205l-2.87-3.44a12%2012%200%200%200-9.25-4.36a11.8%2011.8%200%200%200-2.88.35l-4.89%201.21l3-5.07a12%2012%200%200%200%200-12.18l-3-5.07l4.89%201.21a12%2012%200%200%200%2012.13-4l2.87-3.48l.39%205a12%2012%200%200%200%207.21%2010.09l5.4%202.33Z%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-bold.svg?color=%231a73e8&size=48