star struck emoji
star-struck from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.
- Name
- star-struck
- Set
- Twitter Emoji
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More smileys & emotion icons from Twitter Emoji
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecrying-catcrying-face
Use the star struck emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18S0 27.941 0 18S8.059 0 18 0s18 8.059 18 18"/><path fill="#664500" d="M18 21c-3.623 0-6.027-.422-9-1c-.679-.131-2 0-2 2c0 4 4.595 9 11 9c6.404 0 11-5 11-9c0-2-1.321-2.132-2-2c-2.973.578-5.377 1-9 1"/><path fill="#fff" d="M9 22s3 1 9 1s9-1 9-1s-2 4-9 4s-9-4-9-4"/><path fill="#e95f28" d="m15.682 4.413l-4.542.801L8.8.961a1.252 1.252 0 0 0-2.331.411l-.745 4.797l-4.542.801a1.25 1.25 0 0 0-.318 2.361l4.07 1.932l-.748 4.812a1.253 1.253 0 0 0 1.235 1.442c.327 0 .65-.128.891-.372l3.512-3.561l4.518 2.145a1.25 1.25 0 0 0 1.631-1.731L13.625 9.73l3.165-3.208a1.252 1.252 0 0 0-1.108-2.109m4.636 0l4.542.801L27.2.961a1.251 1.251 0 0 1 2.33.411l.745 4.797l4.542.801c.536.094.949.524 1.021 1.063s-.211 1.063-.703 1.297l-4.07 1.932l.748 4.812a1.253 1.253 0 0 1-1.235 1.442c-.327 0-.65-.128-.891-.372l-3.512-3.561l-4.518 2.145a1.25 1.25 0 0 1-1.631-1.731l2.348-4.267l-3.165-3.208a1.25 1.25 0 0 1-.217-1.459a1.26 1.26 0 0 1 1.326-.65"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiStarStruck(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18S0 27.941 0 18S8.059 0 18 0s18 8.059 18 18"/><path fill="#664500" d="M18 21c-3.623 0-6.027-.422-9-1c-.679-.131-2 0-2 2c0 4 4.595 9 11 9c6.404 0 11-5 11-9c0-2-1.321-2.132-2-2c-2.973.578-5.377 1-9 1"/><path fill="#fff" d="M9 22s3 1 9 1s9-1 9-1s-2 4-9 4s-9-4-9-4"/><path fill="#e95f28" d="m15.682 4.413l-4.542.801L8.8.961a1.252 1.252 0 0 0-2.331.411l-.745 4.797l-4.542.801a1.25 1.25 0 0 0-.318 2.361l4.07 1.932l-.748 4.812a1.253 1.253 0 0 0 1.235 1.442c.327 0 .65-.128.891-.372l3.512-3.561l4.518 2.145a1.25 1.25 0 0 0 1.631-1.731L13.625 9.73l3.165-3.208a1.252 1.252 0 0 0-1.108-2.109m4.636 0l4.542.801L27.2.961a1.251 1.251 0 0 1 2.33.411l.745 4.797l4.542.801c.536.094.949.524 1.021 1.063s-.211 1.063-.703 1.297l-4.07 1.932l.748 4.812a1.253 1.253 0 0 1-1.235 1.442c-.327 0-.65-.128-.891-.372l-3.512-3.561l-4.518 2.145a1.25 1.25 0 0 1-1.631-1.731l2.348-4.267l-3.165-3.208a1.25 1.25 0 0 1-.217-1.459a1.26 1.26 0 0 1 1.326-.65"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18S0 27.941 0 18S8.059 0 18 0s18 8.059 18 18"/><path fill="#664500" d="M18 21c-3.623 0-6.027-.422-9-1c-.679-.131-2 0-2 2c0 4 4.595 9 11 9c6.404 0 11-5 11-9c0-2-1.321-2.132-2-2c-2.973.578-5.377 1-9 1"/><path fill="#fff" d="M9 22s3 1 9 1s9-1 9-1s-2 4-9 4s-9-4-9-4"/><path fill="#e95f28" d="m15.682 4.413l-4.542.801L8.8.961a1.252 1.252 0 0 0-2.331.411l-.745 4.797l-4.542.801a1.25 1.25 0 0 0-.318 2.361l4.07 1.932l-.748 4.812a1.253 1.253 0 0 0 1.235 1.442c.327 0 .65-.128.891-.372l3.512-3.561l4.518 2.145a1.25 1.25 0 0 0 1.631-1.731L13.625 9.73l3.165-3.208a1.252 1.252 0 0 0-1.108-2.109m4.636 0l4.542.801L27.2.961a1.251 1.251 0 0 1 2.33.411l.745 4.797l4.542.801c.536.094.949.524 1.021 1.063s-.211 1.063-.703 1.297l-4.07 1.932l.748 4.812a1.253 1.253 0 0 1-1.235 1.442c-.327 0-.65-.128-.891-.372l-3.512-3.561l-4.518 2.145a1.25 1.25 0 0 1-1.631-1.731l2.348-4.267l-3.165-3.208a1.25 1.25 0 0 1-.217-1.459a1.26 1.26 0 0 1 1.326-.65"/></svg> </template>
CSS
.icon-star-struck {
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%23ffcc4d%22%20d%3D%22M36%2018c0%209.941-8.059%2018-18%2018S0%2027.941%200%2018S8.059%200%2018%200s18%208.059%2018%2018%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M18%2021c-3.623%200-6.027-.422-9-1c-.679-.131-2%200-2%202c0%204%204.595%209%2011%209c6.404%200%2011-5%2011-9c0-2-1.321-2.132-2-2c-2.973.578-5.377%201-9%201%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9%2022s3%201%209%201s9-1%209-1s-2%204-9%204s-9-4-9-4%22%2F%3E%3Cpath%20fill%3D%22%23e95f28%22%20d%3D%22m15.682%204.413l-4.542.801L8.8.961a1.252%201.252%200%200%200-2.331.411l-.745%204.797l-4.542.801a1.25%201.25%200%200%200-.318%202.361l4.07%201.932l-.748%204.812a1.253%201.253%200%200%200%201.235%201.442c.327%200%20.65-.128.891-.372l3.512-3.561l4.518%202.145a1.25%201.25%200%200%200%201.631-1.731L13.625%209.73l3.165-3.208a1.252%201.252%200%200%200-1.108-2.109m4.636%200l4.542.801L27.2.961a1.251%201.251%200%200%201%202.33.411l.745%204.797l4.542.801c.536.094.949.524%201.021%201.063s-.211%201.063-.703%201.297l-4.07%201.932l.748%204.812a1.253%201.253%200%200%201-1.235%201.442c-.327%200-.65-.128-.891-.372l-3.512-3.561l-4.518%202.145a1.25%201.25%200%200%201-1.631-1.731l2.348-4.267l-3.165-3.208a1.25%201.25%200%200%201-.217-1.459a1.26%201.26%200%200%201%201.326-.65%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%23ffcc4d%22%20d%3D%22M36%2018c0%209.941-8.059%2018-18%2018S0%2027.941%200%2018S8.059%200%2018%200s18%208.059%2018%2018%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M18%2021c-3.623%200-6.027-.422-9-1c-.679-.131-2%200-2%202c0%204%204.595%209%2011%209c6.404%200%2011-5%2011-9c0-2-1.321-2.132-2-2c-2.973.578-5.377%201-9%201%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9%2022s3%201%209%201s9-1%209-1s-2%204-9%204s-9-4-9-4%22%2F%3E%3Cpath%20fill%3D%22%23e95f28%22%20d%3D%22m15.682%204.413l-4.542.801L8.8.961a1.252%201.252%200%200%200-2.331.411l-.745%204.797l-4.542.801a1.25%201.25%200%200%200-.318%202.361l4.07%201.932l-.748%204.812a1.253%201.253%200%200%200%201.235%201.442c.327%200%20.65-.128.891-.372l3.512-3.561l4.518%202.145a1.25%201.25%200%200%200%201.631-1.731L13.625%209.73l3.165-3.208a1.252%201.252%200%200%200-1.108-2.109m4.636%200l4.542.801L27.2.961a1.251%201.251%200%200%201%202.33.411l.745%204.797l4.542.801c.536.094.949.524%201.021%201.063s-.211%201.063-.703%201.297l-4.07%201.932l.748%204.812a1.253%201.253%200%200%201-1.235%201.442c-.327%200-.65-.128-.891-.372l-3.512-3.561l-4.518%202.145a1.25%201.25%200%200%201-1.631-1.731l2.348-4.267l-3.165-3.208a1.25%201.25%200%200%201-.217-1.459a1.26%201.26%200%200%201%201.326-.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/star-struck.svg?color=%231a73e8&size=48