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

Name
star-emphasis-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M9.104 2.9a1 1 0 0 1 1.794 0l1.93 3.91l4.317.628a1 1 0 0 1 .554 1.706l-3.124 3.044l.738 4.3a1 1 0 0 1-1.451 1.054l-3.86-2.03l-3.862 2.03a1 1 0 0 1-1.45-1.055l.737-4.299l-3.124-3.044a1 1 0 0 1 .554-1.706l4.317-.627zM4.39 12.687a.5.5 0 0 1-.078.703l-2.5 2a.5.5 0 1 1-.624-.781l2.5-2a.5.5 0 0 1 .702.078M4.312 5.11a.5.5 0 1 1-.624.78l-2.5-2a.5.5 0 1 1 .624-.78zm11.298 7.578a.5.5 0 0 0 .078.703l2.5 2a.5.5 0 1 0 .624-.781l-2.5-2a.5.5 0 0 0-.703.078m.078-7.578a.5.5 0 0 0 .624.78l2.5-2a.5.5 0 1 0-.624-.78z"/></svg>

React

import type { SVGProps } from "react";

export function FluentStarEmphasis20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.104 2.9a1 1 0 0 1 1.794 0l1.93 3.91l4.317.628a1 1 0 0 1 .554 1.706l-3.124 3.044l.738 4.3a1 1 0 0 1-1.451 1.054l-3.86-2.03l-3.862 2.03a1 1 0 0 1-1.45-1.055l.737-4.299l-3.124-3.044a1 1 0 0 1 .554-1.706l4.317-.627zM4.39 12.687a.5.5 0 0 1-.078.703l-2.5 2a.5.5 0 1 1-.624-.781l2.5-2a.5.5 0 0 1 .702.078M4.312 5.11a.5.5 0 1 1-.624.78l-2.5-2a.5.5 0 1 1 .624-.78zm11.298 7.578a.5.5 0 0 0 .078.703l2.5 2a.5.5 0 1 0 .624-.781l-2.5-2a.5.5 0 0 0-.703.078m.078-7.578a.5.5 0 0 0 .624.78l2.5-2a.5.5 0 1 0-.624-.78z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.104 2.9a1 1 0 0 1 1.794 0l1.93 3.91l4.317.628a1 1 0 0 1 .554 1.706l-3.124 3.044l.738 4.3a1 1 0 0 1-1.451 1.054l-3.86-2.03l-3.862 2.03a1 1 0 0 1-1.45-1.055l.737-4.299l-3.124-3.044a1 1 0 0 1 .554-1.706l4.317-.627zM4.39 12.687a.5.5 0 0 1-.078.703l-2.5 2a.5.5 0 1 1-.624-.781l2.5-2a.5.5 0 0 1 .702.078M4.312 5.11a.5.5 0 1 1-.624.78l-2.5-2a.5.5 0 1 1 .624-.78zm11.298 7.578a.5.5 0 0 0 .078.703l2.5 2a.5.5 0 1 0 .624-.781l-2.5-2a.5.5 0 0 0-.703.078m.078-7.578a.5.5 0 0 0 .624.78l2.5-2a.5.5 0 1 0-.624-.78z"/></svg>
</template>

CSS

.icon-star-emphasis-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.104%202.9a1%201%200%200%201%201.794%200l1.93%203.91l4.317.628a1%201%200%200%201%20.554%201.706l-3.124%203.044l.738%204.3a1%201%200%200%201-1.451%201.054l-3.86-2.03l-3.862%202.03a1%201%200%200%201-1.45-1.055l.737-4.299l-3.124-3.044a1%201%200%200%201%20.554-1.706l4.317-.627zM4.39%2012.687a.5.5%200%200%201-.078.703l-2.5%202a.5.5%200%201%201-.624-.781l2.5-2a.5.5%200%200%201%20.702.078M4.312%205.11a.5.5%200%201%201-.624.78l-2.5-2a.5.5%200%201%201%20.624-.78zm11.298%207.578a.5.5%200%200%200%20.078.703l2.5%202a.5.5%200%201%200%20.624-.781l-2.5-2a.5.5%200%200%200-.703.078m.078-7.578a.5.5%200%200%200%20.624.78l2.5-2a.5.5%200%201%200-.624-.78z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.104%202.9a1%201%200%200%201%201.794%200l1.93%203.91l4.317.628a1%201%200%200%201%20.554%201.706l-3.124%203.044l.738%204.3a1%201%200%200%201-1.451%201.054l-3.86-2.03l-3.862%202.03a1%201%200%200%201-1.45-1.055l.737-4.299l-3.124-3.044a1%201%200%200%201%20.554-1.706l4.317-.627zM4.39%2012.687a.5.5%200%200%201-.078.703l-2.5%202a.5.5%200%201%201-.624-.781l2.5-2a.5.5%200%200%201%20.702.078M4.312%205.11a.5.5%200%201%201-.624.78l-2.5-2a.5.5%200%201%201%20.624-.78zm11.298%207.578a.5.5%200%200%200%20.078.703l2.5%202a.5.5%200%201%200%20.624-.781l-2.5-2a.5.5%200%200%200-.703.078m.078-7.578a.5.5%200%200%200%20.624.78l2.5-2a.5.5%200%201%200-.624-.78z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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