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

Name
star-emphasis-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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.209 3.102c-.495-1.003-1.926-1.003-2.421 0L8.43 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.959 1.424l4.715-2.48l4.716 2.48c.99.52 2.148-.32 1.96-1.423l-.902-5.251l3.816-3.72c.8-.78.359-2.141-.748-2.302l-5.273-.766zM9.74 8.614l2.258-4.575l2.259 4.575a1.35 1.35 0 0 0 1.016.739l5.05.734l-3.654 3.562a1.35 1.35 0 0 0-.388 1.195l.862 5.029l-4.516-2.375a1.35 1.35 0 0 0-1.257 0l-4.516 2.375l.862-5.03a1.35 1.35 0 0 0-.388-1.194l-3.654-3.562l5.05-.734c.44-.064.82-.34 1.016-.739M1.164 3.781a.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 FluentStarEmphasis24Regular(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.209 3.102c-.495-1.003-1.926-1.003-2.421 0L8.43 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.959 1.424l4.715-2.48l4.716 2.48c.99.52 2.148-.32 1.96-1.423l-.902-5.251l3.816-3.72c.8-.78.359-2.141-.748-2.302l-5.273-.766zM9.74 8.614l2.258-4.575l2.259 4.575a1.35 1.35 0 0 0 1.016.739l5.05.734l-3.654 3.562a1.35 1.35 0 0 0-.388 1.195l.862 5.029l-4.516-2.375a1.35 1.35 0 0 0-1.257 0l-4.516 2.375l.862-5.03a1.35 1.35 0 0 0-.388-1.194l-3.654-3.562l5.05-.734c.44-.064.82-.34 1.016-.739M1.164 3.781a.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.209 3.102c-.495-1.003-1.926-1.003-2.421 0L8.43 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.959 1.424l4.715-2.48l4.716 2.48c.99.52 2.148-.32 1.96-1.423l-.902-5.251l3.816-3.72c.8-.78.359-2.141-.748-2.302l-5.273-.766zM9.74 8.614l2.258-4.575l2.259 4.575a1.35 1.35 0 0 0 1.016.739l5.05.734l-3.654 3.562a1.35 1.35 0 0 0-.388 1.195l.862 5.029l-4.516-2.375a1.35 1.35 0 0 0-1.257 0l-4.516 2.375l.862-5.03a1.35 1.35 0 0 0-.388-1.194l-3.654-3.562l5.05-.734c.44-.064.82-.34 1.016-.739M1.164 3.781a.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-regular {
  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.209%203.102c-.495-1.003-1.926-1.003-2.421%200L8.43%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.959%201.424l4.715-2.48l4.716%202.48c.99.52%202.148-.32%201.96-1.423l-.902-5.251l3.816-3.72c.8-.78.359-2.141-.748-2.302l-5.273-.766zM9.74%208.614l2.258-4.575l2.259%204.575a1.35%201.35%200%200%200%201.016.739l5.05.734l-3.654%203.562a1.35%201.35%200%200%200-.388%201.195l.862%205.029l-4.516-2.375a1.35%201.35%200%200%200-1.257%200l-4.516%202.375l.862-5.03a1.35%201.35%200%200%200-.388-1.194l-3.654-3.562l5.05-.734c.44-.064.82-.34%201.016-.739M1.164%203.781a.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.209%203.102c-.495-1.003-1.926-1.003-2.421%200L8.43%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.959%201.424l4.715-2.48l4.716%202.48c.99.52%202.148-.32%201.96-1.423l-.902-5.251l3.816-3.72c.8-.78.359-2.141-.748-2.302l-5.273-.766zM9.74%208.614l2.258-4.575l2.259%204.575a1.35%201.35%200%200%200%201.016.739l5.05.734l-3.654%203.562a1.35%201.35%200%200%200-.388%201.195l.862%205.029l-4.516-2.375a1.35%201.35%200%200%200-1.257%200l-4.516%202.375l.862-5.03a1.35%201.35%200%200%200-.388-1.194l-3.654-3.562l5.05-.734c.44-.064.82-.34%201.016-.739M1.164%203.781a.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-regular.svg?color=%231a73e8&size=48