shooting star emoji

shooting-star from Twitter Emoji by Twitter · Default · Travel & Places · CC-BY-4.0 Attribution required.

Name
shooting-star
Set
Twitter Emoji
Style
Default
Category
Travel & Places
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More travel & places icons from Twitter Emoji

Use the shooting star emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#269" 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"/><path fill="#f4900c" d="M11 9s7.29-4.557 21-4.969c.652-.02 2-.031 2 .969c-6 9-9 23-9 23z"/><path fill="#ffac33" d="M12 16S24 5 32 4.031C32.647 3.952 34 4 34 5c-7 4-12 19-12 19z"/><path fill="#ffd983" d="M15.156 12.438c.826.727 2.388 1.164 3.471.972l4.892-.866c1.084-.192 1.613.478 1.178 1.488l-1.968 4.563c-.436 1.01-.369 2.63.148 3.602l2.335 4.384c.518.972.044 1.682-1.051 1.58l-4.947-.463c-1.095-.102-2.616.462-3.379 1.254l-3.45 3.577c-.763.792-1.585.562-1.827-.512L9.469 27.17c-.241-1.073-1.248-2.345-2.237-2.827l-4.467-2.175c-.989-.481-1.024-1.335-.078-1.896l4.274-2.534c.946-.561 1.845-1.911 1.997-3.001l.689-4.92c.152-1.09.953-1.387 1.779-.66z"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiShootingStar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#269" 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"/><path fill="#f4900c" d="M11 9s7.29-4.557 21-4.969c.652-.02 2-.031 2 .969c-6 9-9 23-9 23z"/><path fill="#ffac33" d="M12 16S24 5 32 4.031C32.647 3.952 34 4 34 5c-7 4-12 19-12 19z"/><path fill="#ffd983" d="M15.156 12.438c.826.727 2.388 1.164 3.471.972l4.892-.866c1.084-.192 1.613.478 1.178 1.488l-1.968 4.563c-.436 1.01-.369 2.63.148 3.602l2.335 4.384c.518.972.044 1.682-1.051 1.58l-4.947-.463c-1.095-.102-2.616.462-3.379 1.254l-3.45 3.577c-.763.792-1.585.562-1.827-.512L9.469 27.17c-.241-1.073-1.248-2.345-2.237-2.827l-4.467-2.175c-.989-.481-1.024-1.335-.078-1.896l4.274-2.534c.946-.561 1.845-1.911 1.997-3.001l.689-4.92c.152-1.09.953-1.387 1.779-.66z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#269" 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"/><path fill="#f4900c" d="M11 9s7.29-4.557 21-4.969c.652-.02 2-.031 2 .969c-6 9-9 23-9 23z"/><path fill="#ffac33" d="M12 16S24 5 32 4.031C32.647 3.952 34 4 34 5c-7 4-12 19-12 19z"/><path fill="#ffd983" d="M15.156 12.438c.826.727 2.388 1.164 3.471.972l4.892-.866c1.084-.192 1.613.478 1.178 1.488l-1.968 4.563c-.436 1.01-.369 2.63.148 3.602l2.335 4.384c.518.972.044 1.682-1.051 1.58l-4.947-.463c-1.095-.102-2.616.462-3.379 1.254l-3.45 3.577c-.763.792-1.585.562-1.827-.512L9.469 27.17c-.241-1.073-1.248-2.345-2.237-2.827l-4.467-2.175c-.989-.481-1.024-1.335-.078-1.896l4.274-2.534c.946-.561 1.845-1.911 1.997-3.001l.689-4.92c.152-1.09.953-1.387 1.779-.66z"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23269%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%3Cpath%20fill%3D%22%23f4900c%22%20d%3D%22M11%209s7.29-4.557%2021-4.969c.652-.02%202-.031%202%20.969c-6%209-9%2023-9%2023z%22%2F%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M12%2016S24%205%2032%204.031C32.647%203.952%2034%204%2034%205c-7%204-12%2019-12%2019z%22%2F%3E%3Cpath%20fill%3D%22%23ffd983%22%20d%3D%22M15.156%2012.438c.826.727%202.388%201.164%203.471.972l4.892-.866c1.084-.192%201.613.478%201.178%201.488l-1.968%204.563c-.436%201.01-.369%202.63.148%203.602l2.335%204.384c.518.972.044%201.682-1.051%201.58l-4.947-.463c-1.095-.102-2.616.462-3.379%201.254l-3.45%203.577c-.763.792-1.585.562-1.827-.512L9.469%2027.17c-.241-1.073-1.248-2.345-2.237-2.827l-4.467-2.175c-.989-.481-1.024-1.335-.078-1.896l4.274-2.534c.946-.561%201.845-1.911%201.997-3.001l.689-4.92c.152-1.09.953-1.387%201.779-.66z%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%23269%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%3Cpath%20fill%3D%22%23f4900c%22%20d%3D%22M11%209s7.29-4.557%2021-4.969c.652-.02%202-.031%202%20.969c-6%209-9%2023-9%2023z%22%2F%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M12%2016S24%205%2032%204.031C32.647%203.952%2034%204%2034%205c-7%204-12%2019-12%2019z%22%2F%3E%3Cpath%20fill%3D%22%23ffd983%22%20d%3D%22M15.156%2012.438c.826.727%202.388%201.164%203.471.972l4.892-.866c1.084-.192%201.613.478%201.178%201.488l-1.968%204.563c-.436%201.01-.369%202.63.148%203.602l2.335%204.384c.518.972.044%201.682-1.051%201.58l-4.947-.463c-1.095-.102-2.616.462-3.379%201.254l-3.45%203.577c-.763.792-1.585.562-1.827-.512L9.469%2027.17c-.241-1.073-1.248-2.345-2.237-2.827l-4.467-2.175c-.989-.481-1.024-1.335-.078-1.896l4.274-2.534c.946-.561%201.845-1.911%201.997-3.001l.689-4.92c.152-1.09.953-1.387%201.779-.66z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/shooting-star.svg?color=%231a73e8&size=48