star and crescent emoji
star-and-crescent from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- star-and-crescent
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Symbols
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
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-crescentPhosphorstar-and-crescentTwitter Emoji
More symbols icons from Emoji One (Colored)
Use the star and crescent emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#c28fef"><path d="M40.6 58.2c-14.2 0-25.7-11.8-25.7-26.2S26.4 5.8 40.6 5.8c2.2 0 4.4.2 6.4.8C42.5 3.7 37.1 2 31.4 2C15.2 2 2 15.4 2 32s13.2 30 29.4 30c5.7 0 11.1-1.7 15.6-4.6c-2 .6-4.2.8-6.4.8"/><path d="m49.8 38l7.5 5.2l-2.8-8.5l7.5-5.4h-9.3l-2.9-8.5l-2.9 8.5h-9.3l7.5 5.4l-2.8 8.5z"/></g></svg>
React
import type { SVGProps } from "react";
export function EmojioneStarAndCrescent(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#c28fef"><path d="M40.6 58.2c-14.2 0-25.7-11.8-25.7-26.2S26.4 5.8 40.6 5.8c2.2 0 4.4.2 6.4.8C42.5 3.7 37.1 2 31.4 2C15.2 2 2 15.4 2 32s13.2 30 29.4 30c5.7 0 11.1-1.7 15.6-4.6c-2 .6-4.2.8-6.4.8"/><path d="m49.8 38l7.5 5.2l-2.8-8.5l7.5-5.4h-9.3l-2.9-8.5l-2.9 8.5h-9.3l7.5 5.4l-2.8 8.5z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#c28fef"><path d="M40.6 58.2c-14.2 0-25.7-11.8-25.7-26.2S26.4 5.8 40.6 5.8c2.2 0 4.4.2 6.4.8C42.5 3.7 37.1 2 31.4 2C15.2 2 2 15.4 2 32s13.2 30 29.4 30c5.7 0 11.1-1.7 15.6-4.6c-2 .6-4.2.8-6.4.8"/><path d="m49.8 38l7.5 5.2l-2.8-8.5l7.5-5.4h-9.3l-2.9-8.5l-2.9 8.5h-9.3l7.5 5.4l-2.8 8.5z"/></g></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%2064%2064%22%3E%3Cg%20fill%3D%22%23c28fef%22%3E%3Cpath%20d%3D%22M40.6%2058.2c-14.2%200-25.7-11.8-25.7-26.2S26.4%205.8%2040.6%205.8c2.2%200%204.4.2%206.4.8C42.5%203.7%2037.1%202%2031.4%202C15.2%202%202%2015.4%202%2032s13.2%2030%2029.4%2030c5.7%200%2011.1-1.7%2015.6-4.6c-2%20.6-4.2.8-6.4.8%22%2F%3E%3Cpath%20d%3D%22m49.8%2038l7.5%205.2l-2.8-8.5l7.5-5.4h-9.3l-2.9-8.5l-2.9%208.5h-9.3l7.5%205.4l-2.8%208.5z%22%2F%3E%3C%2Fg%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%2064%2064%22%3E%3Cg%20fill%3D%22%23c28fef%22%3E%3Cpath%20d%3D%22M40.6%2058.2c-14.2%200-25.7-11.8-25.7-26.2S26.4%205.8%2040.6%205.8c2.2%200%204.4.2%206.4.8C42.5%203.7%2037.1%202%2031.4%202C15.2%202%202%2015.4%202%2032s13.2%2030%2029.4%2030c5.7%200%2011.1-1.7%2015.6-4.6c-2%20.6-4.2.8-6.4.8%22%2F%3E%3Cpath%20d%3D%22m49.8%2038l7.5%205.2l-2.8-8.5l7.5-5.4h-9.3l-2.9-8.5l-2.9%208.5h-9.3l7.5%205.4l-2.8%208.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/star-and-crescent.svg?color=%231a73e8&size=48