eight pointed star emoji
eight-pointed-star from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.
- Name
- eight-pointed-star
- Set
- OpenMoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More symbols icons from OpenMoji
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 eight pointed star emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="m42.976 39.075l5.886 9.295a.495.495 0 0 1-.696.674l-8.907-6.048a.495.495 0 0 0-.764.316l-2.008 10.529a.495.495 0 0 1-.972 0l-2.01-10.529a.495.495 0 0 0-.764-.316l-8.905 6.048a.495.495 0 0 1-.696-.674l5.884-9.295a.495.495 0 0 0-.33-.751l-10.145-1.836a.495.495 0 0 1 0-.974l10.146-1.838a.495.495 0 0 0 .33-.751L23.14 23.63a.495.495 0 0 1 .696-.674l8.905 6.048a.495.495 0 0 0 .764-.316l2.01-10.529a.495.495 0 0 1 .972 0l2.008 10.529a.495.495 0 0 0 .764.316l8.907-6.048a.495.495 0 0 1 .696.674l-5.886 9.295a.495.495 0 0 0 .33.751l10.146 1.838a.495.495 0 0 1 0 .974l-10.146 1.836a.495.495 0 0 0-.33.751Z"/><path fill="#f4aa41" d="M60 60.958H12a.945.945 0 0 1-1-1v-48a.945.945 0 0 1 1-1h48a.945.945 0 0 1 1 1v48a.945.945 0 0 1-1 1"/><path fill="#fff" stroke="#fff" stroke-miterlimit="10" stroke-width="2" d="m42.976 39.034l5.886 9.294a.495.495 0 0 1-.696.674l-8.907-6.048a.495.495 0 0 0-.764.317l-2.008 10.528a.495.495 0 0 1-.972 0l-2.01-10.528a.495.495 0 0 0-.764-.317l-8.905 6.048a.495.495 0 0 1-.696-.674l5.884-9.294a.495.495 0 0 0-.33-.752L18.55 36.446a.495.495 0 0 1 0-.973l10.146-1.839a.495.495 0 0 0 .33-.75l-5.885-9.296a.495.495 0 0 1 .696-.674l8.905 6.048a.495.495 0 0 0 .764-.316l2.01-10.529a.495.495 0 0 1 .972 0l2.008 10.529a.495.495 0 0 0 .764.316l8.907-6.047a.495.495 0 0 1 .696.673l-5.886 9.295a.495.495 0 0 0 .33.751l10.146 1.839a.495.495 0 0 1 0 .973l-10.146 1.836a.495.495 0 0 0-.33.752Z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M60 60.958H12a.945.945 0 0 1-1-1v-48a.945.945 0 0 1 1-1h48a.945.945 0 0 1 1 1v48a.945.945 0 0 1-1 1"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiEightPointedStar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2" d="m42.976 39.075l5.886 9.295a.495.495 0 0 1-.696.674l-8.907-6.048a.495.495 0 0 0-.764.316l-2.008 10.529a.495.495 0 0 1-.972 0l-2.01-10.529a.495.495 0 0 0-.764-.316l-8.905 6.048a.495.495 0 0 1-.696-.674l5.884-9.295a.495.495 0 0 0-.33-.751l-10.145-1.836a.495.495 0 0 1 0-.974l10.146-1.838a.495.495 0 0 0 .33-.751L23.14 23.63a.495.495 0 0 1 .696-.674l8.905 6.048a.495.495 0 0 0 .764-.316l2.01-10.529a.495.495 0 0 1 .972 0l2.008 10.529a.495.495 0 0 0 .764.316l8.907-6.048a.495.495 0 0 1 .696.674l-5.886 9.295a.495.495 0 0 0 .33.751l10.146 1.838a.495.495 0 0 1 0 .974l-10.146 1.836a.495.495 0 0 0-.33.751Z"/><path fill="#f4aa41" d="M60 60.958H12a.945.945 0 0 1-1-1v-48a.945.945 0 0 1 1-1h48a.945.945 0 0 1 1 1v48a.945.945 0 0 1-1 1"/><path fill="#fff" stroke="#fff" strokeMiterlimit="10" strokeWidth="2" d="m42.976 39.034l5.886 9.294a.495.495 0 0 1-.696.674l-8.907-6.048a.495.495 0 0 0-.764.317l-2.008 10.528a.495.495 0 0 1-.972 0l-2.01-10.528a.495.495 0 0 0-.764-.317l-8.905 6.048a.495.495 0 0 1-.696-.674l5.884-9.294a.495.495 0 0 0-.33-.752L18.55 36.446a.495.495 0 0 1 0-.973l10.146-1.839a.495.495 0 0 0 .33-.75l-5.885-9.296a.495.495 0 0 1 .696-.674l8.905 6.048a.495.495 0 0 0 .764-.316l2.01-10.529a.495.495 0 0 1 .972 0l2.008 10.529a.495.495 0 0 0 .764.316l8.907-6.047a.495.495 0 0 1 .696.673l-5.886 9.295a.495.495 0 0 0 .33.751l10.146 1.839a.495.495 0 0 1 0 .973l-10.146 1.836a.495.495 0 0 0-.33.752Z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M60 60.958H12a.945.945 0 0 1-1-1v-48a.945.945 0 0 1 1-1h48a.945.945 0 0 1 1 1v48a.945.945 0 0 1-1 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="m42.976 39.075l5.886 9.295a.495.495 0 0 1-.696.674l-8.907-6.048a.495.495 0 0 0-.764.316l-2.008 10.529a.495.495 0 0 1-.972 0l-2.01-10.529a.495.495 0 0 0-.764-.316l-8.905 6.048a.495.495 0 0 1-.696-.674l5.884-9.295a.495.495 0 0 0-.33-.751l-10.145-1.836a.495.495 0 0 1 0-.974l10.146-1.838a.495.495 0 0 0 .33-.751L23.14 23.63a.495.495 0 0 1 .696-.674l8.905 6.048a.495.495 0 0 0 .764-.316l2.01-10.529a.495.495 0 0 1 .972 0l2.008 10.529a.495.495 0 0 0 .764.316l8.907-6.048a.495.495 0 0 1 .696.674l-5.886 9.295a.495.495 0 0 0 .33.751l10.146 1.838a.495.495 0 0 1 0 .974l-10.146 1.836a.495.495 0 0 0-.33.751Z"/><path fill="#f4aa41" d="M60 60.958H12a.945.945 0 0 1-1-1v-48a.945.945 0 0 1 1-1h48a.945.945 0 0 1 1 1v48a.945.945 0 0 1-1 1"/><path fill="#fff" stroke="#fff" stroke-miterlimit="10" stroke-width="2" d="m42.976 39.034l5.886 9.294a.495.495 0 0 1-.696.674l-8.907-6.048a.495.495 0 0 0-.764.317l-2.008 10.528a.495.495 0 0 1-.972 0l-2.01-10.528a.495.495 0 0 0-.764-.317l-8.905 6.048a.495.495 0 0 1-.696-.674l5.884-9.294a.495.495 0 0 0-.33-.752L18.55 36.446a.495.495 0 0 1 0-.973l10.146-1.839a.495.495 0 0 0 .33-.75l-5.885-9.296a.495.495 0 0 1 .696-.674l8.905 6.048a.495.495 0 0 0 .764-.316l2.01-10.529a.495.495 0 0 1 .972 0l2.008 10.529a.495.495 0 0 0 .764.316l8.907-6.047a.495.495 0 0 1 .696.673l-5.886 9.295a.495.495 0 0 0 .33.751l10.146 1.839a.495.495 0 0 1 0 .973l-10.146 1.836a.495.495 0 0 0-.33.752Z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M60 60.958H12a.945.945 0 0 1-1-1v-48a.945.945 0 0 1 1-1h48a.945.945 0 0 1 1 1v48a.945.945 0 0 1-1 1"/></svg> </template>
CSS
.icon-eight-pointed-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%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m42.976%2039.075l5.886%209.295a.495.495%200%200%201-.696.674l-8.907-6.048a.495.495%200%200%200-.764.316l-2.008%2010.529a.495.495%200%200%201-.972%200l-2.01-10.529a.495.495%200%200%200-.764-.316l-8.905%206.048a.495.495%200%200%201-.696-.674l5.884-9.295a.495.495%200%200%200-.33-.751l-10.145-1.836a.495.495%200%200%201%200-.974l10.146-1.838a.495.495%200%200%200%20.33-.751L23.14%2023.63a.495.495%200%200%201%20.696-.674l8.905%206.048a.495.495%200%200%200%20.764-.316l2.01-10.529a.495.495%200%200%201%20.972%200l2.008%2010.529a.495.495%200%200%200%20.764.316l8.907-6.048a.495.495%200%200%201%20.696.674l-5.886%209.295a.495.495%200%200%200%20.33.751l10.146%201.838a.495.495%200%200%201%200%20.974l-10.146%201.836a.495.495%200%200%200-.33.751Z%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M60%2060.958H12a.945.945%200%200%201-1-1v-48a.945.945%200%200%201%201-1h48a.945.945%200%200%201%201%201v48a.945.945%200%200%201-1%201%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m42.976%2039.034l5.886%209.294a.495.495%200%200%201-.696.674l-8.907-6.048a.495.495%200%200%200-.764.317l-2.008%2010.528a.495.495%200%200%201-.972%200l-2.01-10.528a.495.495%200%200%200-.764-.317l-8.905%206.048a.495.495%200%200%201-.696-.674l5.884-9.294a.495.495%200%200%200-.33-.752L18.55%2036.446a.495.495%200%200%201%200-.973l10.146-1.839a.495.495%200%200%200%20.33-.75l-5.885-9.296a.495.495%200%200%201%20.696-.674l8.905%206.048a.495.495%200%200%200%20.764-.316l2.01-10.529a.495.495%200%200%201%20.972%200l2.008%2010.529a.495.495%200%200%200%20.764.316l8.907-6.047a.495.495%200%200%201%20.696.673l-5.886%209.295a.495.495%200%200%200%20.33.751l10.146%201.839a.495.495%200%200%201%200%20.973l-10.146%201.836a.495.495%200%200%200-.33.752Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M60%2060.958H12a.945.945%200%200%201-1-1v-48a.945.945%200%200%201%201-1h48a.945.945%200%200%201%201%201v48a.945.945%200%200%201-1%201%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%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m42.976%2039.075l5.886%209.295a.495.495%200%200%201-.696.674l-8.907-6.048a.495.495%200%200%200-.764.316l-2.008%2010.529a.495.495%200%200%201-.972%200l-2.01-10.529a.495.495%200%200%200-.764-.316l-8.905%206.048a.495.495%200%200%201-.696-.674l5.884-9.295a.495.495%200%200%200-.33-.751l-10.145-1.836a.495.495%200%200%201%200-.974l10.146-1.838a.495.495%200%200%200%20.33-.751L23.14%2023.63a.495.495%200%200%201%20.696-.674l8.905%206.048a.495.495%200%200%200%20.764-.316l2.01-10.529a.495.495%200%200%201%20.972%200l2.008%2010.529a.495.495%200%200%200%20.764.316l8.907-6.048a.495.495%200%200%201%20.696.674l-5.886%209.295a.495.495%200%200%200%20.33.751l10.146%201.838a.495.495%200%200%201%200%20.974l-10.146%201.836a.495.495%200%200%200-.33.751Z%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M60%2060.958H12a.945.945%200%200%201-1-1v-48a.945.945%200%200%201%201-1h48a.945.945%200%200%201%201%201v48a.945.945%200%200%201-1%201%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m42.976%2039.034l5.886%209.294a.495.495%200%200%201-.696.674l-8.907-6.048a.495.495%200%200%200-.764.317l-2.008%2010.528a.495.495%200%200%201-.972%200l-2.01-10.528a.495.495%200%200%200-.764-.317l-8.905%206.048a.495.495%200%200%201-.696-.674l5.884-9.294a.495.495%200%200%200-.33-.752L18.55%2036.446a.495.495%200%200%201%200-.973l10.146-1.839a.495.495%200%200%200%20.33-.75l-5.885-9.296a.495.495%200%200%201%20.696-.674l8.905%206.048a.495.495%200%200%200%20.764-.316l2.01-10.529a.495.495%200%200%201%20.972%200l2.008%2010.529a.495.495%200%200%200%20.764.316l8.907-6.047a.495.495%200%200%201%20.696.673l-5.886%209.295a.495.495%200%200%200%20.33.751l10.146%201.839a.495.495%200%200%201%200%20.973l-10.146%201.836a.495.495%200%200%200-.33.752Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M60%2060.958H12a.945.945%200%200%201-1-1v-48a.945.945%200%200%201%201-1h48a.945.945%200%200%201%201%201v48a.945.945%200%200%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/eight-pointed-star.svg?color=%231a73e8&size=48