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

Name
star-emphasis-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 32 32"><path fill="currentColor" d="m18.75 11.242l-2.749-5.607l-2.75 5.607a2 2 0 0 1-1.506 1.098l-6.174.903l4.476 4.39a2 2 0 0 1 .571 1.764L9.564 25.58l5.502-2.91a2 2 0 0 1 1.87 0l5.502 2.91l-1.054-6.183a2 2 0 0 1 .571-1.764l4.476-4.39l-6.174-.903a2 2 0 0 1-1.506-1.098m-4.095-7.403c.549-1.119 2.144-1.119 2.693 0l3.199 6.522l7.17 1.048c1.228.18 1.72 1.687.834 2.556l-5.195 5.096l1.224 7.183c.21 1.227-1.08 2.16-2.18 1.578l-6.399-3.385l-6.399 3.385c-1.1.582-2.389-.351-2.18-1.578l1.225-7.183l-5.196-5.096c-.885-.87-.394-2.376.834-2.556l7.17-1.048zM2.293 5.163a1 1 0 0 1 1.414 0l3 3a1 1 0 0 1-1.414 1.414l-3-3a1 1 0 0 1 0-1.414m23 3a1 1 0 0 0 1.414 1.414l3-3a1 1 0 0 0-1.414-1.414zm-23 16.414a1 1 0 0 1 0-1.414l3-3a1 1 0 0 1 1.414 1.414l-3 3a1 1 0 0 1-1.414 0m23-4.414a1 1 0 0 1 1.414 0l3 3a1 1 0 0 1-1.414 1.414l-3-3a1 1 0 0 1 0-1.414"/></svg>

React

import type { SVGProps } from "react";

export function FluentStarEmphasis32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m18.75 11.242l-2.749-5.607l-2.75 5.607a2 2 0 0 1-1.506 1.098l-6.174.903l4.476 4.39a2 2 0 0 1 .571 1.764L9.564 25.58l5.502-2.91a2 2 0 0 1 1.87 0l5.502 2.91l-1.054-6.183a2 2 0 0 1 .571-1.764l4.476-4.39l-6.174-.903a2 2 0 0 1-1.506-1.098m-4.095-7.403c.549-1.119 2.144-1.119 2.693 0l3.199 6.522l7.17 1.048c1.228.18 1.72 1.687.834 2.556l-5.195 5.096l1.224 7.183c.21 1.227-1.08 2.16-2.18 1.578l-6.399-3.385l-6.399 3.385c-1.1.582-2.389-.351-2.18-1.578l1.225-7.183l-5.196-5.096c-.885-.87-.394-2.376.834-2.556l7.17-1.048zM2.293 5.163a1 1 0 0 1 1.414 0l3 3a1 1 0 0 1-1.414 1.414l-3-3a1 1 0 0 1 0-1.414m23 3a1 1 0 0 0 1.414 1.414l3-3a1 1 0 0 0-1.414-1.414zm-23 16.414a1 1 0 0 1 0-1.414l3-3a1 1 0 0 1 1.414 1.414l-3 3a1 1 0 0 1-1.414 0m23-4.414a1 1 0 0 1 1.414 0l3 3a1 1 0 0 1-1.414 1.414l-3-3a1 1 0 0 1 0-1.414"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m18.75 11.242l-2.749-5.607l-2.75 5.607a2 2 0 0 1-1.506 1.098l-6.174.903l4.476 4.39a2 2 0 0 1 .571 1.764L9.564 25.58l5.502-2.91a2 2 0 0 1 1.87 0l5.502 2.91l-1.054-6.183a2 2 0 0 1 .571-1.764l4.476-4.39l-6.174-.903a2 2 0 0 1-1.506-1.098m-4.095-7.403c.549-1.119 2.144-1.119 2.693 0l3.199 6.522l7.17 1.048c1.228.18 1.72 1.687.834 2.556l-5.195 5.096l1.224 7.183c.21 1.227-1.08 2.16-2.18 1.578l-6.399-3.385l-6.399 3.385c-1.1.582-2.389-.351-2.18-1.578l1.225-7.183l-5.196-5.096c-.885-.87-.394-2.376.834-2.556l7.17-1.048zM2.293 5.163a1 1 0 0 1 1.414 0l3 3a1 1 0 0 1-1.414 1.414l-3-3a1 1 0 0 1 0-1.414m23 3a1 1 0 0 0 1.414 1.414l3-3a1 1 0 0 0-1.414-1.414zm-23 16.414a1 1 0 0 1 0-1.414l3-3a1 1 0 0 1 1.414 1.414l-3 3a1 1 0 0 1-1.414 0m23-4.414a1 1 0 0 1 1.414 0l3 3a1 1 0 0 1-1.414 1.414l-3-3a1 1 0 0 1 0-1.414"/></svg>
</template>

CSS

.icon-star-emphasis-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.75%2011.242l-2.749-5.607l-2.75%205.607a2%202%200%200%201-1.506%201.098l-6.174.903l4.476%204.39a2%202%200%200%201%20.571%201.764L9.564%2025.58l5.502-2.91a2%202%200%200%201%201.87%200l5.502%202.91l-1.054-6.183a2%202%200%200%201%20.571-1.764l4.476-4.39l-6.174-.903a2%202%200%200%201-1.506-1.098m-4.095-7.403c.549-1.119%202.144-1.119%202.693%200l3.199%206.522l7.17%201.048c1.228.18%201.72%201.687.834%202.556l-5.195%205.096l1.224%207.183c.21%201.227-1.08%202.16-2.18%201.578l-6.399-3.385l-6.399%203.385c-1.1.582-2.389-.351-2.18-1.578l1.225-7.183l-5.196-5.096c-.885-.87-.394-2.376.834-2.556l7.17-1.048zM2.293%205.163a1%201%200%200%201%201.414%200l3%203a1%201%200%200%201-1.414%201.414l-3-3a1%201%200%200%201%200-1.414m23%203a1%201%200%200%200%201.414%201.414l3-3a1%201%200%200%200-1.414-1.414zm-23%2016.414a1%201%200%200%201%200-1.414l3-3a1%201%200%200%201%201.414%201.414l-3%203a1%201%200%200%201-1.414%200m23-4.414a1%201%200%200%201%201.414%200l3%203a1%201%200%200%201-1.414%201.414l-3-3a1%201%200%200%201%200-1.414%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.75%2011.242l-2.749-5.607l-2.75%205.607a2%202%200%200%201-1.506%201.098l-6.174.903l4.476%204.39a2%202%200%200%201%20.571%201.764L9.564%2025.58l5.502-2.91a2%202%200%200%201%201.87%200l5.502%202.91l-1.054-6.183a2%202%200%200%201%20.571-1.764l4.476-4.39l-6.174-.903a2%202%200%200%201-1.506-1.098m-4.095-7.403c.549-1.119%202.144-1.119%202.693%200l3.199%206.522l7.17%201.048c1.228.18%201.72%201.687.834%202.556l-5.195%205.096l1.224%207.183c.21%201.227-1.08%202.16-2.18%201.578l-6.399-3.385l-6.399%203.385c-1.1.582-2.389-.351-2.18-1.578l1.225-7.183l-5.196-5.096c-.885-.87-.394-2.376.834-2.556l7.17-1.048zM2.293%205.163a1%201%200%200%201%201.414%200l3%203a1%201%200%200%201-1.414%201.414l-3-3a1%201%200%200%201%200-1.414m23%203a1%201%200%200%200%201.414%201.414l3-3a1%201%200%200%200-1.414-1.414zm-23%2016.414a1%201%200%200%201%200-1.414l3-3a1%201%200%200%201%201.414%201.414l-3%203a1%201%200%200%201-1.414%200m23-4.414a1%201%200%200%201%201.414%200l3%203a1%201%200%200%201-1.414%201.414l-3-3a1%201%200%200%201%200-1.414%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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