glowing star emoji
glowing-star from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.
- Name
- glowing-star
- Set
- OpenMoji
- Style
- Default
- Category
- Travel Places
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More travel places icons from OpenMoji
Use the glowing star emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M35.97 6.037L27.769 22.67L9.417 25.344l13.285 12.94l-3.128 18.28l16.412-8.636l16.418 8.624l-3.141-18.278l13.275-12.95l-18.354-2.66zM14.164 41.459l-9.305.577l1.617 4.697zm43.673-.48l9.304.577l-1.617 4.697zM22.072 15.592l-3.424-8.671l-3.967 2.989zm28.328.494l7.585-5.42l-3.86-3.126zM35.92 56.978l-2.484 8.985h4.967z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M35.925 6.037L27.723 22.67L9.371 25.344l13.285 12.94l-3.128 18.28l16.412-8.636l16.419 8.624l-3.142-18.278l13.276-12.95l-18.354-2.66zm.007 50.941l-2.484 8.985h4.968zm21.884-15.9l7.778 5.139l1.535-4.724zm-43.64.381l-9.305.577l1.618 4.697zm36.237-25.373l7.584-5.42l-3.86-3.126zm-28.329-.494L18.66 6.921L14.693 9.91z"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiGlowingStar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M35.97 6.037L27.769 22.67L9.417 25.344l13.285 12.94l-3.128 18.28l16.412-8.636l16.418 8.624l-3.141-18.278l13.275-12.95l-18.354-2.66zM14.164 41.459l-9.305.577l1.617 4.697zm43.673-.48l9.304.577l-1.617 4.697zM22.072 15.592l-3.424-8.671l-3.967 2.989zm28.328.494l7.585-5.42l-3.86-3.126zM35.92 56.978l-2.484 8.985h4.967z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M35.925 6.037L27.723 22.67L9.371 25.344l13.285 12.94l-3.128 18.28l16.412-8.636l16.419 8.624l-3.142-18.278l13.276-12.95l-18.354-2.66zm.007 50.941l-2.484 8.985h4.968zm21.884-15.9l7.778 5.139l1.535-4.724zm-43.64.381l-9.305.577l1.618 4.697zm36.237-25.373l7.584-5.42l-3.86-3.126zm-28.329-.494L18.66 6.921L14.693 9.91z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M35.97 6.037L27.769 22.67L9.417 25.344l13.285 12.94l-3.128 18.28l16.412-8.636l16.418 8.624l-3.141-18.278l13.275-12.95l-18.354-2.66zM14.164 41.459l-9.305.577l1.617 4.697zm43.673-.48l9.304.577l-1.617 4.697zM22.072 15.592l-3.424-8.671l-3.967 2.989zm28.328.494l7.585-5.42l-3.86-3.126zM35.92 56.978l-2.484 8.985h4.967z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M35.925 6.037L27.723 22.67L9.371 25.344l13.285 12.94l-3.128 18.28l16.412-8.636l16.419 8.624l-3.142-18.278l13.276-12.95l-18.354-2.66zm.007 50.941l-2.484 8.985h4.968zm21.884-15.9l7.778 5.139l1.535-4.724zm-43.64.381l-9.305.577l1.618 4.697zm36.237-25.373l7.584-5.42l-3.86-3.126zm-28.329-.494L18.66 6.921L14.693 9.91z"/></svg> </template>
CSS
.icon-glowing-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%22%23fcea2b%22%20d%3D%22M35.97%206.037L27.769%2022.67L9.417%2025.344l13.285%2012.94l-3.128%2018.28l16.412-8.636l16.418%208.624l-3.141-18.278l13.275-12.95l-18.354-2.66zM14.164%2041.459l-9.305.577l1.617%204.697zm43.673-.48l9.304.577l-1.617%204.697zM22.072%2015.592l-3.424-8.671l-3.967%202.989zm28.328.494l7.585-5.42l-3.86-3.126zM35.92%2056.978l-2.484%208.985h4.967z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M35.925%206.037L27.723%2022.67L9.371%2025.344l13.285%2012.94l-3.128%2018.28l16.412-8.636l16.419%208.624l-3.142-18.278l13.276-12.95l-18.354-2.66zm.007%2050.941l-2.484%208.985h4.968zm21.884-15.9l7.778%205.139l1.535-4.724zm-43.64.381l-9.305.577l1.618%204.697zm36.237-25.373l7.584-5.42l-3.86-3.126zm-28.329-.494L18.66%206.921L14.693%209.91z%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%22%23fcea2b%22%20d%3D%22M35.97%206.037L27.769%2022.67L9.417%2025.344l13.285%2012.94l-3.128%2018.28l16.412-8.636l16.418%208.624l-3.141-18.278l13.275-12.95l-18.354-2.66zM14.164%2041.459l-9.305.577l1.617%204.697zm43.673-.48l9.304.577l-1.617%204.697zM22.072%2015.592l-3.424-8.671l-3.967%202.989zm28.328.494l7.585-5.42l-3.86-3.126zM35.92%2056.978l-2.484%208.985h4.967z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M35.925%206.037L27.723%2022.67L9.371%2025.344l13.285%2012.94l-3.128%2018.28l16.412-8.636l16.419%208.624l-3.142-18.278l13.276-12.95l-18.354-2.66zm.007%2050.941l-2.484%208.985h4.968zm21.884-15.9l7.778%205.139l1.535-4.724zm-43.64.381l-9.305.577l1.618%204.697zm36.237-25.373l7.584-5.42l-3.86-3.126zm-28.329-.494L18.66%206.921L14.693%209.91z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/glowing-star.svg?color=%231a73e8&size=48