shooting star emoji
shooting-star from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.
- Name
- shooting-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 shooting star emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="m16.996 45.479l2.795 8.602h9.045l-7.317 5.317L24.314 68l-7.318-5.316L9.679 68l2.795-8.602l-7.318-5.317h9.045z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m16.996 45.479l2.795 8.602h9.045l-7.317 5.317L24.314 68l-7.318-5.316L9.679 68l2.795-8.602l-7.318-5.317h9.045zm34.388-31.706L22.079 43.078m10.046-4.359L66.844 4M34.231 47.757L57.998 23.99M26.796 49.483l21.625-21.625"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiShootingStar(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="m16.996 45.479l2.795 8.602h9.045l-7.317 5.317L24.314 68l-7.318-5.316L9.679 68l2.795-8.602l-7.318-5.317h9.045z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="m16.996 45.479l2.795 8.602h9.045l-7.317 5.317L24.314 68l-7.318-5.316L9.679 68l2.795-8.602l-7.318-5.317h9.045zm34.388-31.706L22.079 43.078m10.046-4.359L66.844 4M34.231 47.757L57.998 23.99M26.796 49.483l21.625-21.625"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="m16.996 45.479l2.795 8.602h9.045l-7.317 5.317L24.314 68l-7.318-5.316L9.679 68l2.795-8.602l-7.318-5.317h9.045z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m16.996 45.479l2.795 8.602h9.045l-7.317 5.317L24.314 68l-7.318-5.316L9.679 68l2.795-8.602l-7.318-5.317h9.045zm34.388-31.706L22.079 43.078m10.046-4.359L66.844 4M34.231 47.757L57.998 23.99M26.796 49.483l21.625-21.625"/></svg> </template>
CSS
.icon-shooting-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%22m16.996%2045.479l2.795%208.602h9.045l-7.317%205.317L24.314%2068l-7.318-5.316L9.679%2068l2.795-8.602l-7.318-5.317h9.045z%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%22m16.996%2045.479l2.795%208.602h9.045l-7.317%205.317L24.314%2068l-7.318-5.316L9.679%2068l2.795-8.602l-7.318-5.317h9.045zm34.388-31.706L22.079%2043.078m10.046-4.359L66.844%204M34.231%2047.757L57.998%2023.99M26.796%2049.483l21.625-21.625%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%22m16.996%2045.479l2.795%208.602h9.045l-7.317%205.317L24.314%2068l-7.318-5.316L9.679%2068l2.795-8.602l-7.318-5.317h9.045z%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%22m16.996%2045.479l2.795%208.602h9.045l-7.317%205.317L24.314%2068l-7.318-5.316L9.679%2068l2.795-8.602l-7.318-5.317h9.045zm34.388-31.706L22.079%2043.078m10.046-4.359L66.844%204M34.231%2047.757L57.998%2023.99M26.796%2049.483l21.625-21.625%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/shooting-star.svg?color=%231a73e8&size=48