star off icon
star-off-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- star-off-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l6.297 6.298l-4.526.657c-1.19.173-1.664 1.635-.803 2.473l4.354 4.245l-1.028 5.993c-.203 1.184 1.04 2.087 2.104 1.528L14 21.644l5.382 2.83c1.063.56 2.307-.344 2.103-1.529l-.082-.481l3.316 3.317a.75.75 0 0 0 1.061-1.061zm7.566 5.444l9.679 9.68l-.067-.391l4.354-4.245c.86-.838.385-2.3-.804-2.473l-6.017-.874L15.3 3.908c-.532-1.077-2.069-1.077-2.6 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentStarOff28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l6.297 6.298l-4.526.657c-1.19.173-1.664 1.635-.803 2.473l4.354 4.245l-1.028 5.993c-.203 1.184 1.04 2.087 2.104 1.528L14 21.644l5.382 2.83c1.063.56 2.307-.344 2.103-1.529l-.082-.481l3.316 3.317a.75.75 0 0 0 1.061-1.061zm7.566 5.444l9.679 9.68l-.067-.391l4.354-4.245c.86-.838.385-2.3-.804-2.473l-6.017-.874L15.3 3.908c-.532-1.077-2.069-1.077-2.6 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l6.297 6.298l-4.526.657c-1.19.173-1.664 1.635-.803 2.473l4.354 4.245l-1.028 5.993c-.203 1.184 1.04 2.087 2.104 1.528L14 21.644l5.382 2.83c1.063.56 2.307-.344 2.103-1.529l-.082-.481l3.316 3.317a.75.75 0 0 0 1.061-1.061zm7.566 5.444l9.679 9.68l-.067-.391l4.354-4.245c.86-.838.385-2.3-.804-2.473l-6.017-.874L15.3 3.908c-.532-1.077-2.069-1.077-2.6 0z"/></svg> </template>
CSS
.icon-star-off-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l6.297%206.298l-4.526.657c-1.19.173-1.664%201.635-.803%202.473l4.354%204.245l-1.028%205.993c-.203%201.184%201.04%202.087%202.104%201.528L14%2021.644l5.382%202.83c1.063.56%202.307-.344%202.103-1.529l-.082-.481l3.316%203.317a.75.75%200%200%200%201.061-1.061zm7.566%205.444l9.679%209.68l-.067-.391l4.354-4.245c.86-.838.385-2.3-.804-2.473l-6.017-.874L15.3%203.908c-.532-1.077-2.069-1.077-2.6%200z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l6.297%206.298l-4.526.657c-1.19.173-1.664%201.635-.803%202.473l4.354%204.245l-1.028%205.993c-.203%201.184%201.04%202.087%202.104%201.528L14%2021.644l5.382%202.83c1.063.56%202.307-.344%202.103-1.529l-.082-.481l3.316%203.317a.75.75%200%200%200%201.061-1.061zm7.566%205.444l9.679%209.68l-.067-.391l4.354-4.245c.86-.838.385-2.3-.804-2.473l-6.017-.874L15.3%203.908c-.532-1.077-2.069-1.077-2.6%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/star-off-28-filled.svg?color=%231a73e8&size=48