star emoji
star from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.
- Name
- star
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- People
- Viewbox
- 512×512
- License
- Apache 2.0
The same emoji in other sets
starAkar Iconsstar-filledAnt Design IconsstarBootstrap IconsstarBoxIcons v2starBoxIcons v2 SolidstarCarbonstarEmoji One (Colored)starElement Plusstar-fillEva IconsstarFramework7 IconsstarFont Awesome 6 RegularstarFont Awesome 6 SolidstarFont Awesome RegularstarFont Awesome SolidstarFeather Iconsstar-outlineFlowbite Iconsstar-12-filledFluent UI System Iconsstar-16Fluent UI System Color IconsstarFluent EmojistarFluent Emoji FlatstarFluent Emoji High ContraststarHeroIconsstarHuge IconsstarHumbleicons
More people icons from Firefox OS Emoji
Use the star emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFB636" d="m252.5 381l-128 49c-5.9 2.2-12.1-2.3-11.8-8.6l7-136.9c.1-2.1-.6-4.2-1.9-5.9L31.6 172c-4-4.9-1.6-12.2 4.5-13.9l132.4-35.6c2.1-.6 3.9-1.9 5-3.7L248.3 4c3.4-5.3 11.2-5.3 14.6 0l74.8 114.9c1.2 1.8 3 3.1 5 3.7l132.4 35.6c6.1 1.6 8.5 9 4.5 13.9l-86.1 106.6c-1.3 1.7-2 3.8-1.9 5.9l7 136.9c.3 6.3-5.9 10.8-11.8 8.6l-128-49c-2.1-.8-4.3-.8-6.3-.1"/><path fill="#FFD469" d="m456.1 51.7l-41-41c-1.2-1.2-2.8-1.7-4.4-1.5s-3.1 1.2-3.9 2.6l-42.3 83.3c-1.2 2.1-.8 4.6.9 6.3c1 1 2.4 1.5 3.7 1.5c.9 0 1.8-.2 2.6-.7L454.9 60c1.4-.8 2.4-2.2 2.6-3.9c.3-1.6-.3-3.2-1.4-4.4m-307 43.5l-42.3-83.3c-.8-1.4-2.2-2.4-3.9-2.6c-1.6-.2-3.3.3-4.4 1.5l-41 41c-1.2 1.2-1.7 2.8-1.5 4.4s1.2 3.1 2.6 3.9l83.3 42.3c.8.5 1.7.7 2.6.7c1.4 0 2.7-.5 3.7-1.5c1.7-1.8 2-4.4.9-6.4m140.7 410l-29-88.8c-.2-.9-.7-1.7-1.3-2.3c-1-1-2.3-1.5-3.7-1.5c-2.4 0-4.4 1.6-5.1 3.9l-29 88.8c-.4 1.6-.1 3.3.9 4.6s2.5 2.1 4.2 2.1h57.9c1.6 0 3.2-.8 4.2-2.1c1.1-1.4 1.4-3.1.9-4.7"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiStar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFB636" d="m252.5 381l-128 49c-5.9 2.2-12.1-2.3-11.8-8.6l7-136.9c.1-2.1-.6-4.2-1.9-5.9L31.6 172c-4-4.9-1.6-12.2 4.5-13.9l132.4-35.6c2.1-.6 3.9-1.9 5-3.7L248.3 4c3.4-5.3 11.2-5.3 14.6 0l74.8 114.9c1.2 1.8 3 3.1 5 3.7l132.4 35.6c6.1 1.6 8.5 9 4.5 13.9l-86.1 106.6c-1.3 1.7-2 3.8-1.9 5.9l7 136.9c.3 6.3-5.9 10.8-11.8 8.6l-128-49c-2.1-.8-4.3-.8-6.3-.1"/><path fill="#FFD469" d="m456.1 51.7l-41-41c-1.2-1.2-2.8-1.7-4.4-1.5s-3.1 1.2-3.9 2.6l-42.3 83.3c-1.2 2.1-.8 4.6.9 6.3c1 1 2.4 1.5 3.7 1.5c.9 0 1.8-.2 2.6-.7L454.9 60c1.4-.8 2.4-2.2 2.6-3.9c.3-1.6-.3-3.2-1.4-4.4m-307 43.5l-42.3-83.3c-.8-1.4-2.2-2.4-3.9-2.6c-1.6-.2-3.3.3-4.4 1.5l-41 41c-1.2 1.2-1.7 2.8-1.5 4.4s1.2 3.1 2.6 3.9l83.3 42.3c.8.5 1.7.7 2.6.7c1.4 0 2.7-.5 3.7-1.5c1.7-1.8 2-4.4.9-6.4m140.7 410l-29-88.8c-.2-.9-.7-1.7-1.3-2.3c-1-1-2.3-1.5-3.7-1.5c-2.4 0-4.4 1.6-5.1 3.9l-29 88.8c-.4 1.6-.1 3.3.9 4.6s2.5 2.1 4.2 2.1h57.9c1.6 0 3.2-.8 4.2-2.1c1.1-1.4 1.4-3.1.9-4.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFB636" d="m252.5 381l-128 49c-5.9 2.2-12.1-2.3-11.8-8.6l7-136.9c.1-2.1-.6-4.2-1.9-5.9L31.6 172c-4-4.9-1.6-12.2 4.5-13.9l132.4-35.6c2.1-.6 3.9-1.9 5-3.7L248.3 4c3.4-5.3 11.2-5.3 14.6 0l74.8 114.9c1.2 1.8 3 3.1 5 3.7l132.4 35.6c6.1 1.6 8.5 9 4.5 13.9l-86.1 106.6c-1.3 1.7-2 3.8-1.9 5.9l7 136.9c.3 6.3-5.9 10.8-11.8 8.6l-128-49c-2.1-.8-4.3-.8-6.3-.1"/><path fill="#FFD469" d="m456.1 51.7l-41-41c-1.2-1.2-2.8-1.7-4.4-1.5s-3.1 1.2-3.9 2.6l-42.3 83.3c-1.2 2.1-.8 4.6.9 6.3c1 1 2.4 1.5 3.7 1.5c.9 0 1.8-.2 2.6-.7L454.9 60c1.4-.8 2.4-2.2 2.6-3.9c.3-1.6-.3-3.2-1.4-4.4m-307 43.5l-42.3-83.3c-.8-1.4-2.2-2.4-3.9-2.6c-1.6-.2-3.3.3-4.4 1.5l-41 41c-1.2 1.2-1.7 2.8-1.5 4.4s1.2 3.1 2.6 3.9l83.3 42.3c.8.5 1.7.7 2.6.7c1.4 0 2.7-.5 3.7-1.5c1.7-1.8 2-4.4.9-6.4m140.7 410l-29-88.8c-.2-.9-.7-1.7-1.3-2.3c-1-1-2.3-1.5-3.7-1.5c-2.4 0-4.4 1.6-5.1 3.9l-29 88.8c-.4 1.6-.1 3.3.9 4.6s2.5 2.1 4.2 2.1h57.9c1.6 0 3.2-.8 4.2-2.1c1.1-1.4 1.4-3.1.9-4.7"/></svg> </template>
CSS
.icon-star {
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%22%23FFB636%22%20d%3D%22m252.5%20381l-128%2049c-5.9%202.2-12.1-2.3-11.8-8.6l7-136.9c.1-2.1-.6-4.2-1.9-5.9L31.6%20172c-4-4.9-1.6-12.2%204.5-13.9l132.4-35.6c2.1-.6%203.9-1.9%205-3.7L248.3%204c3.4-5.3%2011.2-5.3%2014.6%200l74.8%20114.9c1.2%201.8%203%203.1%205%203.7l132.4%2035.6c6.1%201.6%208.5%209%204.5%2013.9l-86.1%20106.6c-1.3%201.7-2%203.8-1.9%205.9l7%20136.9c.3%206.3-5.9%2010.8-11.8%208.6l-128-49c-2.1-.8-4.3-.8-6.3-.1%22%2F%3E%3Cpath%20fill%3D%22%23FFD469%22%20d%3D%22m456.1%2051.7l-41-41c-1.2-1.2-2.8-1.7-4.4-1.5s-3.1%201.2-3.9%202.6l-42.3%2083.3c-1.2%202.1-.8%204.6.9%206.3c1%201%202.4%201.5%203.7%201.5c.9%200%201.8-.2%202.6-.7L454.9%2060c1.4-.8%202.4-2.2%202.6-3.9c.3-1.6-.3-3.2-1.4-4.4m-307%2043.5l-42.3-83.3c-.8-1.4-2.2-2.4-3.9-2.6c-1.6-.2-3.3.3-4.4%201.5l-41%2041c-1.2%201.2-1.7%202.8-1.5%204.4s1.2%203.1%202.6%203.9l83.3%2042.3c.8.5%201.7.7%202.6.7c1.4%200%202.7-.5%203.7-1.5c1.7-1.8%202-4.4.9-6.4m140.7%20410l-29-88.8c-.2-.9-.7-1.7-1.3-2.3c-1-1-2.3-1.5-3.7-1.5c-2.4%200-4.4%201.6-5.1%203.9l-29%2088.8c-.4%201.6-.1%203.3.9%204.6s2.5%202.1%204.2%202.1h57.9c1.6%200%203.2-.8%204.2-2.1c1.1-1.4%201.4-3.1.9-4.7%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%22%23FFB636%22%20d%3D%22m252.5%20381l-128%2049c-5.9%202.2-12.1-2.3-11.8-8.6l7-136.9c.1-2.1-.6-4.2-1.9-5.9L31.6%20172c-4-4.9-1.6-12.2%204.5-13.9l132.4-35.6c2.1-.6%203.9-1.9%205-3.7L248.3%204c3.4-5.3%2011.2-5.3%2014.6%200l74.8%20114.9c1.2%201.8%203%203.1%205%203.7l132.4%2035.6c6.1%201.6%208.5%209%204.5%2013.9l-86.1%20106.6c-1.3%201.7-2%203.8-1.9%205.9l7%20136.9c.3%206.3-5.9%2010.8-11.8%208.6l-128-49c-2.1-.8-4.3-.8-6.3-.1%22%2F%3E%3Cpath%20fill%3D%22%23FFD469%22%20d%3D%22m456.1%2051.7l-41-41c-1.2-1.2-2.8-1.7-4.4-1.5s-3.1%201.2-3.9%202.6l-42.3%2083.3c-1.2%202.1-.8%204.6.9%206.3c1%201%202.4%201.5%203.7%201.5c.9%200%201.8-.2%202.6-.7L454.9%2060c1.4-.8%202.4-2.2%202.6-3.9c.3-1.6-.3-3.2-1.4-4.4m-307%2043.5l-42.3-83.3c-.8-1.4-2.2-2.4-3.9-2.6c-1.6-.2-3.3.3-4.4%201.5l-41%2041c-1.2%201.2-1.7%202.8-1.5%204.4s1.2%203.1%202.6%203.9l83.3%2042.3c.8.5%201.7.7%202.6.7c1.4%200%202.7-.5%203.7-1.5c1.7-1.8%202-4.4.9-6.4m140.7%20410l-29-88.8c-.2-.9-.7-1.7-1.3-2.3c-1-1-2.3-1.5-3.7-1.5c-2.4%200-4.4%201.6-5.1%203.9l-29%2088.8c-.4%201.6-.1%203.3.9%204.6s2.5%202.1%204.2%202.1h57.9c1.6%200%203.2-.8%204.2-2.1c1.1-1.4%201.4-3.1.9-4.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/star.svg?color=%231a73e8&size=48