star-struck from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.

Name
star-struck
Set
Fluent Emoji High Contrast
Style
Default
Category
Smileys & Emotion
Viewbox
32×32
License
MIT

The same emoji in other sets

More smileys & emotion icons from Fluent Emoji High Contrast

Use the star struck emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.999 3c2.384 0 4.416.428 6.115 1.182l1.12-1.494q.055-.074.114-.138C21.288 1.55 18.83 1 15.999 1c-2.83 0-5.286.551-7.347 1.55q.06.065.115.138l1.12 1.493C11.584 3.428 13.616 3 15.999 3M3 15.999c0-1.562.2-3.046.595-4.414l-1.702-.945l-.086-.05C1.267 12.28 1 14.106 1 15.998c0 4.061 1.226 7.82 3.763 10.576c2.55 2.769 6.332 4.423 11.236 4.423s8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576c0-1.892-.266-3.718-.807-5.408l-.084.05l-1.703.945c.394 1.368.594 2.851.594 4.413c0 3.67-1.106 6.91-3.235 9.221c-2.116 2.298-5.333 3.778-9.764 3.778s-7.648-1.48-9.764-3.778C4.105 22.91 3 19.67 3 16"/><path d="m8.777 14.062l-3.05 2.372a.4.4 0 0 1-.644-.352l.3-3.285a2 2 0 0 0-1.021-1.93l-1.983-1.1a.75.75 0 0 1 .086-1.353l2.53-1.012a2 2 0 0 0 1.217-1.464l.472-2.359a.72.72 0 0 1 1.282-.29L9.33 5.106a2 2 0 0 0 1.781.792l3.493-.318a.4.4 0 0 1 .356.639L13.174 8.6a2 2 0 0 0-.257 1.944l1.412 3.528a.25.25 0 0 1-.282.338l-3.65-.73a2 2 0 0 0-1.62.382M7 17s0 9 9 9s9-9 9-9zm16.223-2.938l3.05 2.372a.4.4 0 0 0 .644-.352l-.3-3.285a2 2 0 0 1 1.021-1.93l1.983-1.1a.75.75 0 0 0-.086-1.353l-2.53-1.012a2 2 0 0 1-1.217-1.464l-.472-2.359a.72.72 0 0 0-1.282-.29L22.67 5.106a2 2 0 0 1-1.781.792l-3.493-.318a.4.4 0 0 0-.356.639l1.786 2.38a2 2 0 0 1 .257 1.944l-1.412 3.528a.25.25 0 0 0 .282.338l3.65-.73a2 2 0 0 1 1.62.382"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastStarStruck(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.999 3c2.384 0 4.416.428 6.115 1.182l1.12-1.494q.055-.074.114-.138C21.288 1.55 18.83 1 15.999 1c-2.83 0-5.286.551-7.347 1.55q.06.065.115.138l1.12 1.493C11.584 3.428 13.616 3 15.999 3M3 15.999c0-1.562.2-3.046.595-4.414l-1.702-.945l-.086-.05C1.267 12.28 1 14.106 1 15.998c0 4.061 1.226 7.82 3.763 10.576c2.55 2.769 6.332 4.423 11.236 4.423s8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576c0-1.892-.266-3.718-.807-5.408l-.084.05l-1.703.945c.394 1.368.594 2.851.594 4.413c0 3.67-1.106 6.91-3.235 9.221c-2.116 2.298-5.333 3.778-9.764 3.778s-7.648-1.48-9.764-3.778C4.105 22.91 3 19.67 3 16"/><path d="m8.777 14.062l-3.05 2.372a.4.4 0 0 1-.644-.352l.3-3.285a2 2 0 0 0-1.021-1.93l-1.983-1.1a.75.75 0 0 1 .086-1.353l2.53-1.012a2 2 0 0 0 1.217-1.464l.472-2.359a.72.72 0 0 1 1.282-.29L9.33 5.106a2 2 0 0 0 1.781.792l3.493-.318a.4.4 0 0 1 .356.639L13.174 8.6a2 2 0 0 0-.257 1.944l1.412 3.528a.25.25 0 0 1-.282.338l-3.65-.73a2 2 0 0 0-1.62.382M7 17s0 9 9 9s9-9 9-9zm16.223-2.938l3.05 2.372a.4.4 0 0 0 .644-.352l-.3-3.285a2 2 0 0 1 1.021-1.93l1.983-1.1a.75.75 0 0 0-.086-1.353l-2.53-1.012a2 2 0 0 1-1.217-1.464l-.472-2.359a.72.72 0 0 0-1.282-.29L22.67 5.106a2 2 0 0 1-1.781.792l-3.493-.318a.4.4 0 0 0-.356.639l1.786 2.38a2 2 0 0 1 .257 1.944l-1.412 3.528a.25.25 0 0 0 .282.338l3.65-.73a2 2 0 0 1 1.62.382"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.999 3c2.384 0 4.416.428 6.115 1.182l1.12-1.494q.055-.074.114-.138C21.288 1.55 18.83 1 15.999 1c-2.83 0-5.286.551-7.347 1.55q.06.065.115.138l1.12 1.493C11.584 3.428 13.616 3 15.999 3M3 15.999c0-1.562.2-3.046.595-4.414l-1.702-.945l-.086-.05C1.267 12.28 1 14.106 1 15.998c0 4.061 1.226 7.82 3.763 10.576c2.55 2.769 6.332 4.423 11.236 4.423s8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576c0-1.892-.266-3.718-.807-5.408l-.084.05l-1.703.945c.394 1.368.594 2.851.594 4.413c0 3.67-1.106 6.91-3.235 9.221c-2.116 2.298-5.333 3.778-9.764 3.778s-7.648-1.48-9.764-3.778C4.105 22.91 3 19.67 3 16"/><path d="m8.777 14.062l-3.05 2.372a.4.4 0 0 1-.644-.352l.3-3.285a2 2 0 0 0-1.021-1.93l-1.983-1.1a.75.75 0 0 1 .086-1.353l2.53-1.012a2 2 0 0 0 1.217-1.464l.472-2.359a.72.72 0 0 1 1.282-.29L9.33 5.106a2 2 0 0 0 1.781.792l3.493-.318a.4.4 0 0 1 .356.639L13.174 8.6a2 2 0 0 0-.257 1.944l1.412 3.528a.25.25 0 0 1-.282.338l-3.65-.73a2 2 0 0 0-1.62.382M7 17s0 9 9 9s9-9 9-9zm16.223-2.938l3.05 2.372a.4.4 0 0 0 .644-.352l-.3-3.285a2 2 0 0 1 1.021-1.93l1.983-1.1a.75.75 0 0 0-.086-1.353l-2.53-1.012a2 2 0 0 1-1.217-1.464l-.472-2.359a.72.72 0 0 0-1.282-.29L22.67 5.106a2 2 0 0 1-1.781.792l-3.493-.318a.4.4 0 0 0-.356.639l1.786 2.38a2 2 0 0 1 .257 1.944l-1.412 3.528a.25.25 0 0 0 .282.338l3.65-.73a2 2 0 0 1 1.62.382"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.999%203c2.384%200%204.416.428%206.115%201.182l1.12-1.494q.055-.074.114-.138C21.288%201.55%2018.83%201%2015.999%201c-2.83%200-5.286.551-7.347%201.55q.06.065.115.138l1.12%201.493C11.584%203.428%2013.616%203%2015.999%203M3%2015.999c0-1.562.2-3.046.595-4.414l-1.702-.945l-.086-.05C1.267%2012.28%201%2014.106%201%2015.998c0%204.061%201.226%207.82%203.763%2010.576c2.55%202.769%206.332%204.423%2011.236%204.423s8.686-1.654%2011.235-4.423c2.537-2.755%203.764-6.515%203.764-10.576c0-1.892-.266-3.718-.807-5.408l-.084.05l-1.703.945c.394%201.368.594%202.851.594%204.413c0%203.67-1.106%206.91-3.235%209.221c-2.116%202.298-5.333%203.778-9.764%203.778s-7.648-1.48-9.764-3.778C4.105%2022.91%203%2019.67%203%2016%22%2F%3E%3Cpath%20d%3D%22m8.777%2014.062l-3.05%202.372a.4.4%200%200%201-.644-.352l.3-3.285a2%202%200%200%200-1.021-1.93l-1.983-1.1a.75.75%200%200%201%20.086-1.353l2.53-1.012a2%202%200%200%200%201.217-1.464l.472-2.359a.72.72%200%200%201%201.282-.29L9.33%205.106a2%202%200%200%200%201.781.792l3.493-.318a.4.4%200%200%201%20.356.639L13.174%208.6a2%202%200%200%200-.257%201.944l1.412%203.528a.25.25%200%200%201-.282.338l-3.65-.73a2%202%200%200%200-1.62.382M7%2017s0%209%209%209s9-9%209-9zm16.223-2.938l3.05%202.372a.4.4%200%200%200%20.644-.352l-.3-3.285a2%202%200%200%201%201.021-1.93l1.983-1.1a.75.75%200%200%200-.086-1.353l-2.53-1.012a2%202%200%200%201-1.217-1.464l-.472-2.359a.72.72%200%200%200-1.282-.29L22.67%205.106a2%202%200%200%201-1.781.792l-3.493-.318a.4.4%200%200%200-.356.639l1.786%202.38a2%202%200%200%201%20.257%201.944l-1.412%203.528a.25.25%200%200%200%20.282.338l3.65-.73a2%202%200%200%201%201.62.382%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.999%203c2.384%200%204.416.428%206.115%201.182l1.12-1.494q.055-.074.114-.138C21.288%201.55%2018.83%201%2015.999%201c-2.83%200-5.286.551-7.347%201.55q.06.065.115.138l1.12%201.493C11.584%203.428%2013.616%203%2015.999%203M3%2015.999c0-1.562.2-3.046.595-4.414l-1.702-.945l-.086-.05C1.267%2012.28%201%2014.106%201%2015.998c0%204.061%201.226%207.82%203.763%2010.576c2.55%202.769%206.332%204.423%2011.236%204.423s8.686-1.654%2011.235-4.423c2.537-2.755%203.764-6.515%203.764-10.576c0-1.892-.266-3.718-.807-5.408l-.084.05l-1.703.945c.394%201.368.594%202.851.594%204.413c0%203.67-1.106%206.91-3.235%209.221c-2.116%202.298-5.333%203.778-9.764%203.778s-7.648-1.48-9.764-3.778C4.105%2022.91%203%2019.67%203%2016%22%2F%3E%3Cpath%20d%3D%22m8.777%2014.062l-3.05%202.372a.4.4%200%200%201-.644-.352l.3-3.285a2%202%200%200%200-1.021-1.93l-1.983-1.1a.75.75%200%200%201%20.086-1.353l2.53-1.012a2%202%200%200%200%201.217-1.464l.472-2.359a.72.72%200%200%201%201.282-.29L9.33%205.106a2%202%200%200%200%201.781.792l3.493-.318a.4.4%200%200%201%20.356.639L13.174%208.6a2%202%200%200%200-.257%201.944l1.412%203.528a.25.25%200%200%201-.282.338l-3.65-.73a2%202%200%200%200-1.62.382M7%2017s0%209%209%209s9-9%209-9zm16.223-2.938l3.05%202.372a.4.4%200%200%200%20.644-.352l-.3-3.285a2%202%200%200%201%201.021-1.93l1.983-1.1a.75.75%200%200%200-.086-1.353l-2.53-1.012a2%202%200%200%201-1.217-1.464l-.472-2.359a.72.72%200%200%200-1.282-.29L22.67%205.106a2%202%200%200%201-1.781.792l-3.493-.318a.4.4%200%200%200-.356.639l1.786%202.38a2%202%200%200%201%20.257%201.944l-1.412%203.528a.25.25%200%200%200%20.282.338l3.65-.73a2%202%200%200%201%201.62.382%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/star-struck.svg?color=%231a73e8&size=48