star off icon
star-off-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- star-off-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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
star-add-16-filledstar-arrow-back-16-filledstar-arrow-right-24-filledstar-arrow-right-end-20-filledstar-arrow-right-start-20-filledstar-checkmark-16-filledstar-dismiss-16-filledstar-edit-20-filledstar-emphasis-16-filledstar-half-12-filledstar-line-horizontal-3-16-filledstar-one-quarter-12-filledstar-prohibited-16-filledstar-settings-20-filledstar-three-quarter-12-filled
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.135 12.55l.336 1.96l-3.86-2.03a1 1 0 0 0-.931 0l-3.861 2.03l.737-4.299a1 1 0 0 0-.287-.885L3 8.427l4.122-.599zm-.114-3.224a1 1 0 0 0-.128.154l.881.88l-.055-.318L17.7 9.143a1 1 0 0 0-.554-1.705l-4.317-.628l-1.93-3.911a1 1 0 0 0-1.794 0l-1.35 2.733l.747.747l1.5-3.037l1.93 3.911a1 1 0 0 0 .752.547l4.317.627z"/></svg>
React
import type { SVGProps } from "react";
export function FluentStarOff20Regular(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.135 12.55l.336 1.96l-3.86-2.03a1 1 0 0 0-.931 0l-3.861 2.03l.737-4.299a1 1 0 0 0-.287-.885L3 8.427l4.122-.599zm-.114-3.224a1 1 0 0 0-.128.154l.881.88l-.055-.318L17.7 9.143a1 1 0 0 0-.554-1.705l-4.317-.628l-1.93-3.911a1 1 0 0 0-1.794 0l-1.35 2.733l.747.747l1.5-3.037l1.93 3.911a1 1 0 0 0 .752.547l4.317.627z"/></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.135 12.55l.336 1.96l-3.86-2.03a1 1 0 0 0-.931 0l-3.861 2.03l.737-4.299a1 1 0 0 0-.287-.885L3 8.427l4.122-.599zm-.114-3.224a1 1 0 0 0-.128.154l.881.88l-.055-.318L17.7 9.143a1 1 0 0 0-.554-1.705l-4.317-.628l-1.93-3.911a1 1 0 0 0-1.794 0l-1.35 2.733l.747.747l1.5-3.037l1.93 3.911a1 1 0 0 0 .752.547l4.317.627z"/></svg> </template>
CSS
.icon-star-off-20-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%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.135%2012.55l.336%201.96l-3.86-2.03a1%201%200%200%200-.931%200l-3.861%202.03l.737-4.299a1%201%200%200%200-.287-.885L3%208.427l4.122-.599zm-.114-3.224a1%201%200%200%200-.128.154l.881.88l-.055-.318L17.7%209.143a1%201%200%200%200-.554-1.705l-4.317-.628l-1.93-3.911a1%201%200%200%200-1.794%200l-1.35%202.733l.747.747l1.5-3.037l1.93%203.911a1%201%200%200%200%20.752.547l4.317.627z%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.135%2012.55l.336%201.96l-3.86-2.03a1%201%200%200%200-.931%200l-3.861%202.03l.737-4.299a1%201%200%200%200-.287-.885L3%208.427l4.122-.599zm-.114-3.224a1%201%200%200%200-.128.154l.881.88l-.055-.318L17.7%209.143a1%201%200%200%200-.554-1.705l-4.317-.628l-1.93-3.911a1%201%200%200%200-1.794%200l-1.35%202.733l.747.747l1.5-3.037l1.93%203.911a1%201%200%200%200%20.752.547l4.317.627z%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-regular.svg?color=%231a73e8&size=48