star and crescent icon
star-and-crescent-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- star-and-crescent-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
star-and-crescentEmoji One (Colored)star-and-crescentFont Awesome 6 Solidstar-and-crescentFont Awesome Solidstar-and-crescentFluent Emojistar-and-crescentFluent Emoji Flatstar-and-crescentFluent Emoji High Contraststar-and-crescentLine Awesomestar-and-crescentNoto Emojistar-and-crescentOpenMojistar-and-crescentTwitter Emoji
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="M154.73 201.06a82 82 0 0 1 0-146.12a6 6 0 0 0 0-10.69A93 93 0 0 0 112 34a94 94 0 0 0 0 188a93 93 0 0 0 42.73-10.25a6 6 0 0 0 0-10.69M112 210a82 82 0 1 1 26.81-159.53a94 94 0 0 0 0 155.06A81.4 81.4 0 0 1 112 210m138.38-87.51l-27.61-11.91l-2.4-31a6 6 0 0 0-10.61-3.36l-19.39 23.45l-28.93-7.16a6 6 0 0 0-6.61 8.87L170.5 128l-15.67 26.62a6 6 0 0 0 6.61 8.87l28.93-7.16l19.39 23.49a6 6 0 0 0 10.61-3.36l2.4-31l27.61-11.91a6 6 0 0 0 0-11Zm-35.69 13.35a6 6 0 0 0-3.61 5l-1.53 19.83l-12.33-14.94a6 6 0 0 0-4.63-2.18a6 6 0 0 0-1.44.18l-18.74 4.63L182.64 131a6 6 0 0 0 0-6.08l-10.23-17.37l18.74 4.63a6 6 0 0 0 6.07-2l12.33-14.94l1.53 19.83a6 6 0 0 0 3.61 5l18.17 7.93Z"/></svg>
React
import type { SVGProps } from "react";
export function PhStarAndCrescentLight(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="M154.73 201.06a82 82 0 0 1 0-146.12a6 6 0 0 0 0-10.69A93 93 0 0 0 112 34a94 94 0 0 0 0 188a93 93 0 0 0 42.73-10.25a6 6 0 0 0 0-10.69M112 210a82 82 0 1 1 26.81-159.53a94 94 0 0 0 0 155.06A81.4 81.4 0 0 1 112 210m138.38-87.51l-27.61-11.91l-2.4-31a6 6 0 0 0-10.61-3.36l-19.39 23.45l-28.93-7.16a6 6 0 0 0-6.61 8.87L170.5 128l-15.67 26.62a6 6 0 0 0 6.61 8.87l28.93-7.16l19.39 23.49a6 6 0 0 0 10.61-3.36l2.4-31l27.61-11.91a6 6 0 0 0 0-11Zm-35.69 13.35a6 6 0 0 0-3.61 5l-1.53 19.83l-12.33-14.94a6 6 0 0 0-4.63-2.18a6 6 0 0 0-1.44.18l-18.74 4.63L182.64 131a6 6 0 0 0 0-6.08l-10.23-17.37l18.74 4.63a6 6 0 0 0 6.07-2l12.33-14.94l1.53 19.83a6 6 0 0 0 3.61 5l18.17 7.93Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M154.73 201.06a82 82 0 0 1 0-146.12a6 6 0 0 0 0-10.69A93 93 0 0 0 112 34a94 94 0 0 0 0 188a93 93 0 0 0 42.73-10.25a6 6 0 0 0 0-10.69M112 210a82 82 0 1 1 26.81-159.53a94 94 0 0 0 0 155.06A81.4 81.4 0 0 1 112 210m138.38-87.51l-27.61-11.91l-2.4-31a6 6 0 0 0-10.61-3.36l-19.39 23.45l-28.93-7.16a6 6 0 0 0-6.61 8.87L170.5 128l-15.67 26.62a6 6 0 0 0 6.61 8.87l28.93-7.16l19.39 23.49a6 6 0 0 0 10.61-3.36l2.4-31l27.61-11.91a6 6 0 0 0 0-11Zm-35.69 13.35a6 6 0 0 0-3.61 5l-1.53 19.83l-12.33-14.94a6 6 0 0 0-4.63-2.18a6 6 0 0 0-1.44.18l-18.74 4.63L182.64 131a6 6 0 0 0 0-6.08l-10.23-17.37l18.74 4.63a6 6 0 0 0 6.07-2l12.33-14.94l1.53 19.83a6 6 0 0 0 3.61 5l18.17 7.93Z"/></svg> </template>
CSS
.icon-star-and-crescent-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%22M154.73%20201.06a82%2082%200%200%201%200-146.12a6%206%200%200%200%200-10.69A93%2093%200%200%200%20112%2034a94%2094%200%200%200%200%20188a93%2093%200%200%200%2042.73-10.25a6%206%200%200%200%200-10.69M112%20210a82%2082%200%201%201%2026.81-159.53a94%2094%200%200%200%200%20155.06A81.4%2081.4%200%200%201%20112%20210m138.38-87.51l-27.61-11.91l-2.4-31a6%206%200%200%200-10.61-3.36l-19.39%2023.45l-28.93-7.16a6%206%200%200%200-6.61%208.87L170.5%20128l-15.67%2026.62a6%206%200%200%200%206.61%208.87l28.93-7.16l19.39%2023.49a6%206%200%200%200%2010.61-3.36l2.4-31l27.61-11.91a6%206%200%200%200%200-11Zm-35.69%2013.35a6%206%200%200%200-3.61%205l-1.53%2019.83l-12.33-14.94a6%206%200%200%200-4.63-2.18a6%206%200%200%200-1.44.18l-18.74%204.63L182.64%20131a6%206%200%200%200%200-6.08l-10.23-17.37l18.74%204.63a6%206%200%200%200%206.07-2l12.33-14.94l1.53%2019.83a6%206%200%200%200%203.61%205l18.17%207.93Z%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%22M154.73%20201.06a82%2082%200%200%201%200-146.12a6%206%200%200%200%200-10.69A93%2093%200%200%200%20112%2034a94%2094%200%200%200%200%20188a93%2093%200%200%200%2042.73-10.25a6%206%200%200%200%200-10.69M112%20210a82%2082%200%201%201%2026.81-159.53a94%2094%200%200%200%200%20155.06A81.4%2081.4%200%200%201%20112%20210m138.38-87.51l-27.61-11.91l-2.4-31a6%206%200%200%200-10.61-3.36l-19.39%2023.45l-28.93-7.16a6%206%200%200%200-6.61%208.87L170.5%20128l-15.67%2026.62a6%206%200%200%200%206.61%208.87l28.93-7.16l19.39%2023.49a6%206%200%200%200%2010.61-3.36l2.4-31l27.61-11.91a6%206%200%200%200%200-11Zm-35.69%2013.35a6%206%200%200%200-3.61%205l-1.53%2019.83l-12.33-14.94a6%206%200%200%200-4.63-2.18a6%206%200%200%200-1.44.18l-18.74%204.63L182.64%20131a6%206%200%200%200%200-6.08l-10.23-17.37l18.74%204.63a6%206%200%200%200%206.07-2l12.33-14.94l1.53%2019.83a6%206%200%200%200%203.61%205l18.17%207.93Z%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-light.svg?color=%231a73e8&size=48