star and crescent emoji
star-and-crescent from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- star-and-crescent
- Set
- Twitter Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji 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-crescentPhosphor
More symbols icons from Twitter Emoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the star and crescent emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9266cc" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><g fill="#fff"><path d="m32.664 18.705l-3.959-1.596l.295-4.258l-2.742 3.272l-3.959-1.596l2.265 3.617l-2.741 3.273l4.141-1.035L28.228 24l.295-4.258z"/><path d="M28.228 24.5a.5.5 0 0 1-.424-.234l-2.071-3.311l-3.788.947a.5.5 0 0 1-.505-.807l2.509-2.994l-2.073-3.309a.5.5 0 0 1 .61-.729l3.622 1.459l2.51-2.993a.5.5 0 0 1 .882.356l-.271 3.896l3.622 1.459a.5.5 0 0 1-.066.949l-3.788.948l-.271 3.896a.5.5 0 0 1-.498.467m-2.264-4.618a.5.5 0 0 1 .424.234l1.447 2.314l.189-2.724a.5.5 0 0 1 .378-.451l2.647-.663l-2.531-1.02a.5.5 0 0 1-.312-.499l.188-2.723l-1.754 2.092a.5.5 0 0 1-.569.143l-2.531-1.02l1.448 2.312a.5.5 0 0 1-.04.586l-1.754 2.094l2.648-.662a.6.6 0 0 1 .122-.013"/></g><path fill="#fff" d="M27.093 28.209a11 11 0 0 1-4.093.799c-6.065 0-11-4.926-11-10.992S16.935 7.033 23 7.033c1.401 0 2.778.301 4.092.828c.122.05.385.136.392.139c.641.281 1.859-1.031.471-2.015A14.85 14.85 0 0 0 19 3C10.729 3 4 9.729 4 18s6.729 15 15 15c3.295 0 6.432-1.061 9.07-3.07a1 1 0 0 0 .265-1.288a1 1 0 0 0-1.242-.433"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiStarAndCrescent(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9266cc" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><g fill="#fff"><path d="m32.664 18.705l-3.959-1.596l.295-4.258l-2.742 3.272l-3.959-1.596l2.265 3.617l-2.741 3.273l4.141-1.035L28.228 24l.295-4.258z"/><path d="M28.228 24.5a.5.5 0 0 1-.424-.234l-2.071-3.311l-3.788.947a.5.5 0 0 1-.505-.807l2.509-2.994l-2.073-3.309a.5.5 0 0 1 .61-.729l3.622 1.459l2.51-2.993a.5.5 0 0 1 .882.356l-.271 3.896l3.622 1.459a.5.5 0 0 1-.066.949l-3.788.948l-.271 3.896a.5.5 0 0 1-.498.467m-2.264-4.618a.5.5 0 0 1 .424.234l1.447 2.314l.189-2.724a.5.5 0 0 1 .378-.451l2.647-.663l-2.531-1.02a.5.5 0 0 1-.312-.499l.188-2.723l-1.754 2.092a.5.5 0 0 1-.569.143l-2.531-1.02l1.448 2.312a.5.5 0 0 1-.04.586l-1.754 2.094l2.648-.662a.6.6 0 0 1 .122-.013"/></g><path fill="#fff" d="M27.093 28.209a11 11 0 0 1-4.093.799c-6.065 0-11-4.926-11-10.992S16.935 7.033 23 7.033c1.401 0 2.778.301 4.092.828c.122.05.385.136.392.139c.641.281 1.859-1.031.471-2.015A14.85 14.85 0 0 0 19 3C10.729 3 4 9.729 4 18s6.729 15 15 15c3.295 0 6.432-1.061 9.07-3.07a1 1 0 0 0 .265-1.288a1 1 0 0 0-1.242-.433"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9266cc" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><g fill="#fff"><path d="m32.664 18.705l-3.959-1.596l.295-4.258l-2.742 3.272l-3.959-1.596l2.265 3.617l-2.741 3.273l4.141-1.035L28.228 24l.295-4.258z"/><path d="M28.228 24.5a.5.5 0 0 1-.424-.234l-2.071-3.311l-3.788.947a.5.5 0 0 1-.505-.807l2.509-2.994l-2.073-3.309a.5.5 0 0 1 .61-.729l3.622 1.459l2.51-2.993a.5.5 0 0 1 .882.356l-.271 3.896l3.622 1.459a.5.5 0 0 1-.066.949l-3.788.948l-.271 3.896a.5.5 0 0 1-.498.467m-2.264-4.618a.5.5 0 0 1 .424.234l1.447 2.314l.189-2.724a.5.5 0 0 1 .378-.451l2.647-.663l-2.531-1.02a.5.5 0 0 1-.312-.499l.188-2.723l-1.754 2.092a.5.5 0 0 1-.569.143l-2.531-1.02l1.448 2.312a.5.5 0 0 1-.04.586l-1.754 2.094l2.648-.662a.6.6 0 0 1 .122-.013"/></g><path fill="#fff" d="M27.093 28.209a11 11 0 0 1-4.093.799c-6.065 0-11-4.926-11-10.992S16.935 7.033 23 7.033c1.401 0 2.778.301 4.092.828c.122.05.385.136.392.139c.641.281 1.859-1.031.471-2.015A14.85 14.85 0 0 0 19 3C10.729 3 4 9.729 4 18s6.729 15 15 15c3.295 0 6.432-1.061 9.07-3.07a1 1 0 0 0 .265-1.288a1 1 0 0 0-1.242-.433"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%239266cc%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m32.664%2018.705l-3.959-1.596l.295-4.258l-2.742%203.272l-3.959-1.596l2.265%203.617l-2.741%203.273l4.141-1.035L28.228%2024l.295-4.258z%22%2F%3E%3Cpath%20d%3D%22M28.228%2024.5a.5.5%200%200%201-.424-.234l-2.071-3.311l-3.788.947a.5.5%200%200%201-.505-.807l2.509-2.994l-2.073-3.309a.5.5%200%200%201%20.61-.729l3.622%201.459l2.51-2.993a.5.5%200%200%201%20.882.356l-.271%203.896l3.622%201.459a.5.5%200%200%201-.066.949l-3.788.948l-.271%203.896a.5.5%200%200%201-.498.467m-2.264-4.618a.5.5%200%200%201%20.424.234l1.447%202.314l.189-2.724a.5.5%200%200%201%20.378-.451l2.647-.663l-2.531-1.02a.5.5%200%200%201-.312-.499l.188-2.723l-1.754%202.092a.5.5%200%200%201-.569.143l-2.531-1.02l1.448%202.312a.5.5%200%200%201-.04.586l-1.754%202.094l2.648-.662a.6.6%200%200%201%20.122-.013%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.093%2028.209a11%2011%200%200%201-4.093.799c-6.065%200-11-4.926-11-10.992S16.935%207.033%2023%207.033c1.401%200%202.778.301%204.092.828c.122.05.385.136.392.139c.641.281%201.859-1.031.471-2.015A14.85%2014.85%200%200%200%2019%203C10.729%203%204%209.729%204%2018s6.729%2015%2015%2015c3.295%200%206.432-1.061%209.07-3.07a1%201%200%200%200%20.265-1.288a1%201%200%200%200-1.242-.433%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%2036%2036%22%3E%3Cpath%20fill%3D%22%239266cc%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m32.664%2018.705l-3.959-1.596l.295-4.258l-2.742%203.272l-3.959-1.596l2.265%203.617l-2.741%203.273l4.141-1.035L28.228%2024l.295-4.258z%22%2F%3E%3Cpath%20d%3D%22M28.228%2024.5a.5.5%200%200%201-.424-.234l-2.071-3.311l-3.788.947a.5.5%200%200%201-.505-.807l2.509-2.994l-2.073-3.309a.5.5%200%200%201%20.61-.729l3.622%201.459l2.51-2.993a.5.5%200%200%201%20.882.356l-.271%203.896l3.622%201.459a.5.5%200%200%201-.066.949l-3.788.948l-.271%203.896a.5.5%200%200%201-.498.467m-2.264-4.618a.5.5%200%200%201%20.424.234l1.447%202.314l.189-2.724a.5.5%200%200%201%20.378-.451l2.647-.663l-2.531-1.02a.5.5%200%200%201-.312-.499l.188-2.723l-1.754%202.092a.5.5%200%200%201-.569.143l-2.531-1.02l1.448%202.312a.5.5%200%200%201-.04.586l-1.754%202.094l2.648-.662a.6.6%200%200%201%20.122-.013%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.093%2028.209a11%2011%200%200%201-4.093.799c-6.065%200-11-4.926-11-10.992S16.935%207.033%2023%207.033c1.401%200%202.778.301%204.092.828c.122.05.385.136.392.139c.641.281%201.859-1.031.471-2.015A14.85%2014.85%200%200%200%2019%203C10.729%203%204%209.729%204%2018s6.729%2015%2015%2015c3.295%200%206.432-1.061%209.07-3.07a1%201%200%200%200%20.265-1.288a1%201%200%200%200-1.242-.433%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/star-and-crescent.svg?color=%231a73e8&size=48