star-emphasis-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
star-emphasis-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the star emphasis icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.211 3.102c-.495-1.003-1.926-1.003-2.421 0L8.432 7.88l-5.273.766c-1.107.16-1.55 1.522-.748 2.303l3.815 3.719l-.9 5.25c-.19 1.104.968 1.945 1.958 1.424L12 18.862l4.716 2.48c.99.52 2.148-.32 1.959-1.423l-.9-5.251l3.815-3.72c.8-.78.359-2.141-.749-2.302L15.57 7.88zm-12.047.679a.75.75 0 0 0 .118 1.054l2.5 2a.75.75 0 1 0 .937-1.171l-2.5-2a.75.75 0 0 0-1.055.117m21.672 14.437a.75.75 0 0 0-.117-1.054l-2.5-2a.75.75 0 0 0-.937 1.171l2.5 2a.75.75 0 0 0 1.054-.117M1.282 17.164a.75.75 0 1 0 .937 1.171l2.5-2a.75.75 0 0 0-.937-1.171zM22.836 3.78a.75.75 0 0 1-.117 1.054l-2.5 2a.75.75 0 0 1-.937-1.171l2.5-2a.75.75 0 0 1 1.054.117"/></svg>

React

import type { SVGProps } from "react";

export function FluentStarEmphasis24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.211 3.102c-.495-1.003-1.926-1.003-2.421 0L8.432 7.88l-5.273.766c-1.107.16-1.55 1.522-.748 2.303l3.815 3.719l-.9 5.25c-.19 1.104.968 1.945 1.958 1.424L12 18.862l4.716 2.48c.99.52 2.148-.32 1.959-1.423l-.9-5.251l3.815-3.72c.8-.78.359-2.141-.749-2.302L15.57 7.88zm-12.047.679a.75.75 0 0 0 .118 1.054l2.5 2a.75.75 0 1 0 .937-1.171l-2.5-2a.75.75 0 0 0-1.055.117m21.672 14.437a.75.75 0 0 0-.117-1.054l-2.5-2a.75.75 0 0 0-.937 1.171l2.5 2a.75.75 0 0 0 1.054-.117M1.282 17.164a.75.75 0 1 0 .937 1.171l2.5-2a.75.75 0 0 0-.937-1.171zM22.836 3.78a.75.75 0 0 1-.117 1.054l-2.5 2a.75.75 0 0 1-.937-1.171l2.5-2a.75.75 0 0 1 1.054.117"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.211 3.102c-.495-1.003-1.926-1.003-2.421 0L8.432 7.88l-5.273.766c-1.107.16-1.55 1.522-.748 2.303l3.815 3.719l-.9 5.25c-.19 1.104.968 1.945 1.958 1.424L12 18.862l4.716 2.48c.99.52 2.148-.32 1.959-1.423l-.9-5.251l3.815-3.72c.8-.78.359-2.141-.749-2.302L15.57 7.88zm-12.047.679a.75.75 0 0 0 .118 1.054l2.5 2a.75.75 0 1 0 .937-1.171l-2.5-2a.75.75 0 0 0-1.055.117m21.672 14.437a.75.75 0 0 0-.117-1.054l-2.5-2a.75.75 0 0 0-.937 1.171l2.5 2a.75.75 0 0 0 1.054-.117M1.282 17.164a.75.75 0 1 0 .937 1.171l2.5-2a.75.75 0 0 0-.937-1.171zM22.836 3.78a.75.75 0 0 1-.117 1.054l-2.5 2a.75.75 0 0 1-.937-1.171l2.5-2a.75.75 0 0 1 1.054.117"/></svg>
</template>

CSS

.icon-star-emphasis-24-filled {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.211%203.102c-.495-1.003-1.926-1.003-2.421%200L8.432%207.88l-5.273.766c-1.107.16-1.55%201.522-.748%202.303l3.815%203.719l-.9%205.25c-.19%201.104.968%201.945%201.958%201.424L12%2018.862l4.716%202.48c.99.52%202.148-.32%201.959-1.423l-.9-5.251l3.815-3.72c.8-.78.359-2.141-.749-2.302L15.57%207.88zm-12.047.679a.75.75%200%200%200%20.118%201.054l2.5%202a.75.75%200%201%200%20.937-1.171l-2.5-2a.75.75%200%200%200-1.055.117m21.672%2014.437a.75.75%200%200%200-.117-1.054l-2.5-2a.75.75%200%200%200-.937%201.171l2.5%202a.75.75%200%200%200%201.054-.117M1.282%2017.164a.75.75%200%201%200%20.937%201.171l2.5-2a.75.75%200%200%200-.937-1.171zM22.836%203.78a.75.75%200%200%201-.117%201.054l-2.5%202a.75.75%200%200%201-.937-1.171l2.5-2a.75.75%200%200%201%201.054.117%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.211%203.102c-.495-1.003-1.926-1.003-2.421%200L8.432%207.88l-5.273.766c-1.107.16-1.55%201.522-.748%202.303l3.815%203.719l-.9%205.25c-.19%201.104.968%201.945%201.958%201.424L12%2018.862l4.716%202.48c.99.52%202.148-.32%201.959-1.423l-.9-5.251l3.815-3.72c.8-.78.359-2.141-.749-2.302L15.57%207.88zm-12.047.679a.75.75%200%200%200%20.118%201.054l2.5%202a.75.75%200%201%200%20.937-1.171l-2.5-2a.75.75%200%200%200-1.055.117m21.672%2014.437a.75.75%200%200%200-.117-1.054l-2.5-2a.75.75%200%200%200-.937%201.171l2.5%202a.75.75%200%200%200%201.054-.117M1.282%2017.164a.75.75%200%201%200%20.937%201.171l2.5-2a.75.75%200%200%200-.937-1.171zM22.836%203.78a.75.75%200%200%201-.117%201.054l-2.5%202a.75.75%200%200%201-.937-1.171l2.5-2a.75.75%200%200%201%201.054.117%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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