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

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

9 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the star off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l4.804 4.805l-3.865.561c-1.107.161-1.55 1.522-.748 2.303l3.815 3.719l-.9 5.251c-.19 1.103.968 1.944 1.958 1.423L12 18.863l4.716 2.48c.99.52 2.148-.32 1.959-1.424l-.038-.22l2.082 2.081a.75.75 0 0 0 1.061-1.06zm18.31 8.73l-3.777 3.68L9.3 6.12l1.489-3.016c.495-1.004 1.926-1.004 2.421 0l2.358 4.777l5.272.766c1.108.161 1.55 1.522.749 2.303"/></svg>

React

import type { SVGProps } from "react";

export function FluentStarOff24Filled(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="M3.28 2.22a.75.75 0 1 0-1.06 1.06l4.804 4.805l-3.865.561c-1.107.161-1.55 1.522-.748 2.303l3.815 3.719l-.9 5.251c-.19 1.103.968 1.944 1.958 1.423L12 18.863l4.716 2.48c.99.52 2.148-.32 1.959-1.424l-.038-.22l2.082 2.081a.75.75 0 0 0 1.061-1.06zm18.31 8.73l-3.777 3.68L9.3 6.12l1.489-3.016c.495-1.004 1.926-1.004 2.421 0l2.358 4.777l5.272.766c1.108.161 1.55 1.522.749 2.303"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l4.804 4.805l-3.865.561c-1.107.161-1.55 1.522-.748 2.303l3.815 3.719l-.9 5.251c-.19 1.103.968 1.944 1.958 1.423L12 18.863l4.716 2.48c.99.52 2.148-.32 1.959-1.424l-.038-.22l2.082 2.081a.75.75 0 0 0 1.061-1.06zm18.31 8.73l-3.777 3.68L9.3 6.12l1.489-3.016c.495-1.004 1.926-1.004 2.421 0l2.358 4.777l5.272.766c1.108.161 1.55 1.522.749 2.303"/></svg>
</template>

CSS

.icon-star-off-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%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l4.804%204.805l-3.865.561c-1.107.161-1.55%201.522-.748%202.303l3.815%203.719l-.9%205.251c-.19%201.103.968%201.944%201.958%201.423L12%2018.863l4.716%202.48c.99.52%202.148-.32%201.959-1.424l-.038-.22l2.082%202.081a.75.75%200%200%200%201.061-1.06zm18.31%208.73l-3.777%203.68L9.3%206.12l1.489-3.016c.495-1.004%201.926-1.004%202.421%200l2.358%204.777l5.272.766c1.108.161%201.55%201.522.749%202.303%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%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l4.804%204.805l-3.865.561c-1.107.161-1.55%201.522-.748%202.303l3.815%203.719l-.9%205.251c-.19%201.103.968%201.944%201.958%201.423L12%2018.863l4.716%202.48c.99.52%202.148-.32%201.959-1.424l-.038-.22l2.082%202.081a.75.75%200%200%200%201.061-1.06zm18.31%208.73l-3.777%203.68L9.3%206.12l1.489-3.016c.495-1.004%201.926-1.004%202.421%200l2.358%204.777l5.272.766c1.108.161%201.55%201.522.749%202.303%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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