star crescent icon
star-crescent from Material Design Icons by Pictogrammers · Filled · Religion · Apache-2.0 Free for personal and commercial use.
- Name
- star-crescent
- Set
- Material Design Icons
- Style
- Filled
- Category
- Religion
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- religion-islamic, religion-muslim
More religion icons from Material Design Icons
Use the star crescent icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.3 2H12A10 10 0 0 0 2 12a10 10 0 0 0 10 10c3 0 4.7-1 6.5-2.5C13 21 8 17 8 12s5-9 10.5-7.5A8.56 8.56 0 0 0 12.3 2m4.5 4.2l-1.5 3.5l-3.7.3l2.9 2.5l-.9 3.5l3.2-2l3.2 2l-1-3.5l3-2.5l-3.7-.3z"/></svg>
React
import type { SVGProps } from "react";
export function MdiStarCrescent(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.3 2H12A10 10 0 0 0 2 12a10 10 0 0 0 10 10c3 0 4.7-1 6.5-2.5C13 21 8 17 8 12s5-9 10.5-7.5A8.56 8.56 0 0 0 12.3 2m4.5 4.2l-1.5 3.5l-3.7.3l2.9 2.5l-.9 3.5l3.2-2l3.2 2l-1-3.5l3-2.5l-3.7-.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.3 2H12A10 10 0 0 0 2 12a10 10 0 0 0 10 10c3 0 4.7-1 6.5-2.5C13 21 8 17 8 12s5-9 10.5-7.5A8.56 8.56 0 0 0 12.3 2m4.5 4.2l-1.5 3.5l-3.7.3l2.9 2.5l-.9 3.5l3.2-2l3.2 2l-1-3.5l3-2.5l-3.7-.3z"/></svg> </template>
CSS
.icon-star-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.3%202H12A10%2010%200%200%200%202%2012a10%2010%200%200%200%2010%2010c3%200%204.7-1%206.5-2.5C13%2021%208%2017%208%2012s5-9%2010.5-7.5A8.56%208.56%200%200%200%2012.3%202m4.5%204.2l-1.5%203.5l-3.7.3l2.9%202.5l-.9%203.5l3.2-2l3.2%202l-1-3.5l3-2.5l-3.7-.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.3%202H12A10%2010%200%200%200%202%2012a10%2010%200%200%200%2010%2010c3%200%204.7-1%206.5-2.5C13%2021%208%2017%208%2012s5-9%2010.5-7.5A8.56%208.56%200%200%200%2012.3%202m4.5%204.2l-1.5%203.5l-3.7.3l2.9%202.5l-.9%203.5l3.2-2l3.2%202l-1-3.5l3-2.5l-3.7-.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/star-crescent.svg?color=%231a73e8&size=48