star three quarter icon

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

Name
star-three-quarter-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the star three quarter 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.102L15 6.727v.004l.567 1.149l5.273.766c1.107.16 1.549 1.522.748 2.303l-3.816 3.719l.901 5.25c.19 1.104-.968 1.945-1.959 1.424L12 18.863l-4.715 2.479a1.34 1.34 0 0 1-.629.158c-.787 0-1.481-.708-1.331-1.581l.9-5.251l-3.815-3.72c-.801-.78-.359-2.141.748-2.302L8.43 7.88l2.358-4.778c.248-.502.73-.753 1.211-.752c.482 0 .964.25 1.212.752M15 9.284v9.462l2.143 1.127l-.862-5.03a1.35 1.35 0 0 1 .388-1.194l3.654-3.562l-5.05-.734a1.4 1.4 0 0 1-.273-.07"/></svg>

React

import type { SVGProps } from "react";

export function FluentStarThreeQuarter24Regular(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.102L15 6.727v.004l.567 1.149l5.273.766c1.107.16 1.549 1.522.748 2.303l-3.816 3.719l.901 5.25c.19 1.104-.968 1.945-1.959 1.424L12 18.863l-4.715 2.479a1.34 1.34 0 0 1-.629.158c-.787 0-1.481-.708-1.331-1.581l.9-5.251l-3.815-3.72c-.801-.78-.359-2.141.748-2.302L8.43 7.88l2.358-4.778c.248-.502.73-.753 1.211-.752c.482 0 .964.25 1.212.752M15 9.284v9.462l2.143 1.127l-.862-5.03a1.35 1.35 0 0 1 .388-1.194l3.654-3.562l-5.05-.734a1.4 1.4 0 0 1-.273-.07"/></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.102L15 6.727v.004l.567 1.149l5.273.766c1.107.16 1.549 1.522.748 2.303l-3.816 3.719l.901 5.25c.19 1.104-.968 1.945-1.959 1.424L12 18.863l-4.715 2.479a1.34 1.34 0 0 1-.629.158c-.787 0-1.481-.708-1.331-1.581l.9-5.251l-3.815-3.72c-.801-.78-.359-2.141.748-2.302L8.43 7.88l2.358-4.778c.248-.502.73-.753 1.211-.752c.482 0 .964.25 1.212.752M15 9.284v9.462l2.143 1.127l-.862-5.03a1.35 1.35 0 0 1 .388-1.194l3.654-3.562l-5.05-.734a1.4 1.4 0 0 1-.273-.07"/></svg>
</template>

CSS

.icon-star-three-quarter-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.211%203.102L15%206.727v.004l.567%201.149l5.273.766c1.107.16%201.549%201.522.748%202.303l-3.816%203.719l.901%205.25c.19%201.104-.968%201.945-1.959%201.424L12%2018.863l-4.715%202.479a1.34%201.34%200%200%201-.629.158c-.787%200-1.481-.708-1.331-1.581l.9-5.251l-3.815-3.72c-.801-.78-.359-2.141.748-2.302L8.43%207.88l2.358-4.778c.248-.502.73-.753%201.211-.752c.482%200%20.964.25%201.212.752M15%209.284v9.462l2.143%201.127l-.862-5.03a1.35%201.35%200%200%201%20.388-1.194l3.654-3.562l-5.05-.734a1.4%201.4%200%200%201-.273-.07%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.102L15%206.727v.004l.567%201.149l5.273.766c1.107.16%201.549%201.522.748%202.303l-3.816%203.719l.901%205.25c.19%201.104-.968%201.945-1.959%201.424L12%2018.863l-4.715%202.479a1.34%201.34%200%200%201-.629.158c-.787%200-1.481-.708-1.331-1.581l.9-5.251l-3.815-3.72c-.801-.78-.359-2.141.748-2.302L8.43%207.88l2.358-4.778c.248-.502.73-.753%201.211-.752c.482%200%20.964.25%201.212.752M15%209.284v9.462l2.143%201.127l-.862-5.03a1.35%201.35%200%200%201%20.388-1.194l3.654-3.562l-5.05-.734a1.4%201.4%200%200%201-.273-.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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