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

Name
star-off-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M2.856 2.146a.5.5 0 1 0-.708.708l4.093 4.092l-3.384.492a1 1 0 0 0-.554 1.705l3.124 3.045l-.738 4.3A1 1 0 0 0 6.14 17.54l3.861-2.03l3.86 2.03a1 1 0 0 0 1.452-1.054l-.097-.566l1.932 1.933a.5.5 0 0 0 .707-.708zm11.72 10.042l.054.319l-6.875-6.875L9.105 2.9a1 1 0 0 1 1.793 0l1.93 3.911l4.317.628a1 1 0 0 1 .554 1.705z"/></svg>

React

import type { SVGProps } from "react";

export function FluentStarOff20Filled(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="M2.856 2.146a.5.5 0 1 0-.708.708l4.093 4.092l-3.384.492a1 1 0 0 0-.554 1.705l3.124 3.045l-.738 4.3A1 1 0 0 0 6.14 17.54l3.861-2.03l3.86 2.03a1 1 0 0 0 1.452-1.054l-.097-.566l1.932 1.933a.5.5 0 0 0 .707-.708zm11.72 10.042l.054.319l-6.875-6.875L9.105 2.9a1 1 0 0 1 1.793 0l1.93 3.911l4.317.628a1 1 0 0 1 .554 1.705z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.856 2.146a.5.5 0 1 0-.708.708l4.093 4.092l-3.384.492a1 1 0 0 0-.554 1.705l3.124 3.045l-.738 4.3A1 1 0 0 0 6.14 17.54l3.861-2.03l3.86 2.03a1 1 0 0 0 1.452-1.054l-.097-.566l1.932 1.933a.5.5 0 0 0 .707-.708zm11.72 10.042l.054.319l-6.875-6.875L9.105 2.9a1 1 0 0 1 1.793 0l1.93 3.911l4.317.628a1 1 0 0 1 .554 1.705z"/></svg>
</template>

CSS

.icon-star-off-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%22M2.856%202.146a.5.5%200%201%200-.708.708l4.093%204.092l-3.384.492a1%201%200%200%200-.554%201.705l3.124%203.045l-.738%204.3A1%201%200%200%200%206.14%2017.54l3.861-2.03l3.86%202.03a1%201%200%200%200%201.452-1.054l-.097-.566l1.932%201.933a.5.5%200%200%200%20.707-.708zm11.72%2010.042l.054.319l-6.875-6.875L9.105%202.9a1%201%200%200%201%201.793%200l1.93%203.911l4.317.628a1%201%200%200%201%20.554%201.705z%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%22M2.856%202.146a.5.5%200%201%200-.708.708l4.093%204.092l-3.384.492a1%201%200%200%200-.554%201.705l3.124%203.045l-.738%204.3A1%201%200%200%200%206.14%2017.54l3.861-2.03l3.86%202.03a1%201%200%200%200%201.452-1.054l-.097-.566l1.932%201.933a.5.5%200%200%200%20.707-.708zm11.72%2010.042l.054.319l-6.875-6.875L9.105%202.9a1%201%200%200%201%201.793%200l1.93%203.911l4.317.628a1%201%200%200%201%20.554%201.705z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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