star and crescent icon
star-and-crescent from Font Awesome 6 Solid by Dave Gandy · Regular · Religion · CC-BY-4.0 Attribution required.
- Name
- star-and-crescent
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Religion
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
star-and-crescentEmoji One (Colored)star-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 religion icons from Font Awesome 6 Solid
Use the star and crescent icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 256C0 114.6 114.6 0 256 0c33 0 64.6 6.3 93.6 17.7c7.4 2.9 11.5 10.7 9.8 18.4s-8.8 13-16.7 12.4c-4.8-.3-9.7-.5-14.6-.5c-114.9 0-208 93.1-208 208s93.1 208 208 208c4.9 0 9.8-.2 14.6-.5c7.9-.5 15 4.7 16.7 12.4s-2.4 15.5-9.8 18.4C320.6 505.7 289 512 256 512C114.6 512 0 397.4 0 256m375.4-118.6c3.5-7.1 13.7-7.1 17.2 0l31.5 63.8c1.4 2.8 4.1 4.8 7.2 5.3l70.4 10.2c7.9 1.1 11 10.8 5.3 16.4l-50.9 49.6c-2.3 2.2-3.3 5.4-2.8 8.5l12 70.1c1.3 7.8-6.9 13.8-13.9 10.1l-63-33.1c-2.8-1.5-6.1-1.5-8.9 0l-63 33.1c-7 3.7-15.3-2.3-13.9-10.1l12-70.1c.5-3.1-.5-6.3-2.8-8.5L261 233.1c-5.7-5.6-2.6-15.2 5.3-16.4l70.4-10.2c3.1-.5 5.8-2.4 7.2-5.3z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidStarAndCrescent(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 256C0 114.6 114.6 0 256 0c33 0 64.6 6.3 93.6 17.7c7.4 2.9 11.5 10.7 9.8 18.4s-8.8 13-16.7 12.4c-4.8-.3-9.7-.5-14.6-.5c-114.9 0-208 93.1-208 208s93.1 208 208 208c4.9 0 9.8-.2 14.6-.5c7.9-.5 15 4.7 16.7 12.4s-2.4 15.5-9.8 18.4C320.6 505.7 289 512 256 512C114.6 512 0 397.4 0 256m375.4-118.6c3.5-7.1 13.7-7.1 17.2 0l31.5 63.8c1.4 2.8 4.1 4.8 7.2 5.3l70.4 10.2c7.9 1.1 11 10.8 5.3 16.4l-50.9 49.6c-2.3 2.2-3.3 5.4-2.8 8.5l12 70.1c1.3 7.8-6.9 13.8-13.9 10.1l-63-33.1c-2.8-1.5-6.1-1.5-8.9 0l-63 33.1c-7 3.7-15.3-2.3-13.9-10.1l12-70.1c.5-3.1-.5-6.3-2.8-8.5L261 233.1c-5.7-5.6-2.6-15.2 5.3-16.4l70.4-10.2c3.1-.5 5.8-2.4 7.2-5.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 256C0 114.6 114.6 0 256 0c33 0 64.6 6.3 93.6 17.7c7.4 2.9 11.5 10.7 9.8 18.4s-8.8 13-16.7 12.4c-4.8-.3-9.7-.5-14.6-.5c-114.9 0-208 93.1-208 208s93.1 208 208 208c4.9 0 9.8-.2 14.6-.5c7.9-.5 15 4.7 16.7 12.4s-2.4 15.5-9.8 18.4C320.6 505.7 289 512 256 512C114.6 512 0 397.4 0 256m375.4-118.6c3.5-7.1 13.7-7.1 17.2 0l31.5 63.8c1.4 2.8 4.1 4.8 7.2 5.3l70.4 10.2c7.9 1.1 11 10.8 5.3 16.4l-50.9 49.6c-2.3 2.2-3.3 5.4-2.8 8.5l12 70.1c1.3 7.8-6.9 13.8-13.9 10.1l-63-33.1c-2.8-1.5-6.1-1.5-8.9 0l-63 33.1c-7 3.7-15.3-2.3-13.9-10.1l12-70.1c.5-3.1-.5-6.3-2.8-8.5L261 233.1c-5.7-5.6-2.6-15.2 5.3-16.4l70.4-10.2c3.1-.5 5.8-2.4 7.2-5.3z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%20256C0%20114.6%20114.6%200%20256%200c33%200%2064.6%206.3%2093.6%2017.7c7.4%202.9%2011.5%2010.7%209.8%2018.4s-8.8%2013-16.7%2012.4c-4.8-.3-9.7-.5-14.6-.5c-114.9%200-208%2093.1-208%20208s93.1%20208%20208%20208c4.9%200%209.8-.2%2014.6-.5c7.9-.5%2015%204.7%2016.7%2012.4s-2.4%2015.5-9.8%2018.4C320.6%20505.7%20289%20512%20256%20512C114.6%20512%200%20397.4%200%20256m375.4-118.6c3.5-7.1%2013.7-7.1%2017.2%200l31.5%2063.8c1.4%202.8%204.1%204.8%207.2%205.3l70.4%2010.2c7.9%201.1%2011%2010.8%205.3%2016.4l-50.9%2049.6c-2.3%202.2-3.3%205.4-2.8%208.5l12%2070.1c1.3%207.8-6.9%2013.8-13.9%2010.1l-63-33.1c-2.8-1.5-6.1-1.5-8.9%200l-63%2033.1c-7%203.7-15.3-2.3-13.9-10.1l12-70.1c.5-3.1-.5-6.3-2.8-8.5L261%20233.1c-5.7-5.6-2.6-15.2%205.3-16.4l70.4-10.2c3.1-.5%205.8-2.4%207.2-5.3z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%20256C0%20114.6%20114.6%200%20256%200c33%200%2064.6%206.3%2093.6%2017.7c7.4%202.9%2011.5%2010.7%209.8%2018.4s-8.8%2013-16.7%2012.4c-4.8-.3-9.7-.5-14.6-.5c-114.9%200-208%2093.1-208%20208s93.1%20208%20208%20208c4.9%200%209.8-.2%2014.6-.5c7.9-.5%2015%204.7%2016.7%2012.4s-2.4%2015.5-9.8%2018.4C320.6%20505.7%20289%20512%20256%20512C114.6%20512%200%20397.4%200%20256m375.4-118.6c3.5-7.1%2013.7-7.1%2017.2%200l31.5%2063.8c1.4%202.8%204.1%204.8%207.2%205.3l70.4%2010.2c7.9%201.1%2011%2010.8%205.3%2016.4l-50.9%2049.6c-2.3%202.2-3.3%205.4-2.8%208.5l12%2070.1c1.3%207.8-6.9%2013.8-13.9%2010.1l-63-33.1c-2.8-1.5-6.1-1.5-8.9%200l-63%2033.1c-7%203.7-15.3-2.3-13.9-10.1l12-70.1c.5-3.1-.5-6.3-2.8-8.5L261%20233.1c-5.7-5.6-2.6-15.2%205.3-16.4l70.4-10.2c3.1-.5%205.8-2.4%207.2-5.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/star-and-crescent.svg?color=%231a73e8&size=48