star off icon
star-off-12-regular from Fluent UI System Icons by Microsoft Corporation · 12 Regular · MIT Free for personal and commercial use.
- Name
- star-off-12-regular
- Set
- Fluent UI System Icons
- Style
- 12 Regular
- Viewbox
- 12×12
- 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 12 12"><path fill="currentColor" d="m1.854 1.146l9 9a.5.5 0 0 1-.707.708l-.772-.772a.802.802 0 0 1-1.15.515L6 9.427l-2.224 1.17a.8.8 0 0 1-1.16-.844l.424-2.475l-1.799-1.754a.8.8 0 0 1 .444-1.364l1.542-.225l-2.081-2.081a.5.5 0 1 1 .707-.708M8.23 8.938l-4.12-4.12l-1.88.273l1.584 1.544a.8.8 0 0 1 .23.708l-.374 2.18l1.958-1.03a.8.8 0 0 1 .744 0l1.958 1.03zM9.77 5.09L8.475 6.354l.707.707l1.577-1.537a.8.8 0 0 0-.443-1.364L7.83 3.798L6.718 1.546a.8.8 0 0 0-1.435 0L4.75 2.628l.747.747l.505-1.023l.979 1.983a.8.8 0 0 0 .602.438z"/></svg>
React
import type { SVGProps } from "react";
export function FluentStarOff12Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="m1.854 1.146l9 9a.5.5 0 0 1-.707.708l-.772-.772a.802.802 0 0 1-1.15.515L6 9.427l-2.224 1.17a.8.8 0 0 1-1.16-.844l.424-2.475l-1.799-1.754a.8.8 0 0 1 .444-1.364l1.542-.225l-2.081-2.081a.5.5 0 1 1 .707-.708M8.23 8.938l-4.12-4.12l-1.88.273l1.584 1.544a.8.8 0 0 1 .23.708l-.374 2.18l1.958-1.03a.8.8 0 0 1 .744 0l1.958 1.03zM9.77 5.09L8.475 6.354l.707.707l1.577-1.537a.8.8 0 0 0-.443-1.364L7.83 3.798L6.718 1.546a.8.8 0 0 0-1.435 0L4.75 2.628l.747.747l.505-1.023l.979 1.983a.8.8 0 0 0 .602.438z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="m1.854 1.146l9 9a.5.5 0 0 1-.707.708l-.772-.772a.802.802 0 0 1-1.15.515L6 9.427l-2.224 1.17a.8.8 0 0 1-1.16-.844l.424-2.475l-1.799-1.754a.8.8 0 0 1 .444-1.364l1.542-.225l-2.081-2.081a.5.5 0 1 1 .707-.708M8.23 8.938l-4.12-4.12l-1.88.273l1.584 1.544a.8.8 0 0 1 .23.708l-.374 2.18l1.958-1.03a.8.8 0 0 1 .744 0l1.958 1.03zM9.77 5.09L8.475 6.354l.707.707l1.577-1.537a.8.8 0 0 0-.443-1.364L7.83 3.798L6.718 1.546a.8.8 0 0 0-1.435 0L4.75 2.628l.747.747l.505-1.023l.979 1.983a.8.8 0 0 0 .602.438z"/></svg> </template>
CSS
.icon-star-off-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m1.854%201.146l9%209a.5.5%200%200%201-.707.708l-.772-.772a.802.802%200%200%201-1.15.515L6%209.427l-2.224%201.17a.8.8%200%200%201-1.16-.844l.424-2.475l-1.799-1.754a.8.8%200%200%201%20.444-1.364l1.542-.225l-2.081-2.081a.5.5%200%201%201%20.707-.708M8.23%208.938l-4.12-4.12l-1.88.273l1.584%201.544a.8.8%200%200%201%20.23.708l-.374%202.18l1.958-1.03a.8.8%200%200%201%20.744%200l1.958%201.03zM9.77%205.09L8.475%206.354l.707.707l1.577-1.537a.8.8%200%200%200-.443-1.364L7.83%203.798L6.718%201.546a.8.8%200%200%200-1.435%200L4.75%202.628l.747.747l.505-1.023l.979%201.983a.8.8%200%200%200%20.602.438z%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m1.854%201.146l9%209a.5.5%200%200%201-.707.708l-.772-.772a.802.802%200%200%201-1.15.515L6%209.427l-2.224%201.17a.8.8%200%200%201-1.16-.844l.424-2.475l-1.799-1.754a.8.8%200%200%201%20.444-1.364l1.542-.225l-2.081-2.081a.5.5%200%201%201%20.707-.708M8.23%208.938l-4.12-4.12l-1.88.273l1.584%201.544a.8.8%200%200%201%20.23.708l-.374%202.18l1.958-1.03a.8.8%200%200%201%20.744%200l1.958%201.03zM9.77%205.09L8.475%206.354l.707.707l1.577-1.537a.8.8%200%200%200-.443-1.364L7.83%203.798L6.718%201.546a.8.8%200%200%200-1.435%200L4.75%202.628l.747.747l.505-1.023l.979%201.983a.8.8%200%200%200%20.602.438z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/star-off-12-regular.svg?color=%231a73e8&size=48