star off icon
star-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- star-off-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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
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 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l4.804 4.805l-3.867.561c-1.107.161-1.55 1.522-.748 2.303l3.815 3.719l-.9 5.251c-.19 1.103.968 1.944 1.959 1.423l4.715-2.479l4.716 2.48c.99.52 2.148-.32 1.96-1.424l-.04-.223l2.085 2.084a.75.75 0 0 0 1.061-1.06zm13.518 15.639l.345 2.014l-4.516-2.374a1.35 1.35 0 0 0-1.257 0l-4.516 2.374l.862-5.03a1.35 1.35 0 0 0-.388-1.194l-3.654-3.562l4.673-.679zm3.525-7.772l-3.572 3.482l1.06 1.06l3.777-3.68c.8-.781.359-2.142-.748-2.303l-5.273-.766l-2.358-4.777c-.495-1.004-1.926-1.004-2.421 0L9.3 6.118l1.12 1.12l1.578-3.2l2.259 4.577a1.35 1.35 0 0 0 1.016.738z"/></svg>
React
import type { SVGProps } from "react";
export function FluentStarOff24Regular(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.867.561c-1.107.161-1.55 1.522-.748 2.303l3.815 3.719l-.9 5.251c-.19 1.103.968 1.944 1.959 1.423l4.715-2.479l4.716 2.48c.99.52 2.148-.32 1.96-1.424l-.04-.223l2.085 2.084a.75.75 0 0 0 1.061-1.06zm13.518 15.639l.345 2.014l-4.516-2.374a1.35 1.35 0 0 0-1.257 0l-4.516 2.374l.862-5.03a1.35 1.35 0 0 0-.388-1.194l-3.654-3.562l4.673-.679zm3.525-7.772l-3.572 3.482l1.06 1.06l3.777-3.68c.8-.781.359-2.142-.748-2.303l-5.273-.766l-2.358-4.777c-.495-1.004-1.926-1.004-2.421 0L9.3 6.118l1.12 1.12l1.578-3.2l2.259 4.577a1.35 1.35 0 0 0 1.016.738z"/></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.867.561c-1.107.161-1.55 1.522-.748 2.303l3.815 3.719l-.9 5.251c-.19 1.103.968 1.944 1.959 1.423l4.715-2.479l4.716 2.48c.99.52 2.148-.32 1.96-1.424l-.04-.223l2.085 2.084a.75.75 0 0 0 1.061-1.06zm13.518 15.639l.345 2.014l-4.516-2.374a1.35 1.35 0 0 0-1.257 0l-4.516 2.374l.862-5.03a1.35 1.35 0 0 0-.388-1.194l-3.654-3.562l4.673-.679zm3.525-7.772l-3.572 3.482l1.06 1.06l3.777-3.68c.8-.781.359-2.142-.748-2.303l-5.273-.766l-2.358-4.777c-.495-1.004-1.926-1.004-2.421 0L9.3 6.118l1.12 1.12l1.578-3.2l2.259 4.577a1.35 1.35 0 0 0 1.016.738z"/></svg> </template>
CSS
.icon-star-off-24-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%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.867.561c-1.107.161-1.55%201.522-.748%202.303l3.815%203.719l-.9%205.251c-.19%201.103.968%201.944%201.959%201.423l4.715-2.479l4.716%202.48c.99.52%202.148-.32%201.96-1.424l-.04-.223l2.085%202.084a.75.75%200%200%200%201.061-1.06zm13.518%2015.639l.345%202.014l-4.516-2.374a1.35%201.35%200%200%200-1.257%200l-4.516%202.374l.862-5.03a1.35%201.35%200%200%200-.388-1.194l-3.654-3.562l4.673-.679zm3.525-7.772l-3.572%203.482l1.06%201.06l3.777-3.68c.8-.781.359-2.142-.748-2.303l-5.273-.766l-2.358-4.777c-.495-1.004-1.926-1.004-2.421%200L9.3%206.118l1.12%201.12l1.578-3.2l2.259%204.577a1.35%201.35%200%200%200%201.016.738z%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.867.561c-1.107.161-1.55%201.522-.748%202.303l3.815%203.719l-.9%205.251c-.19%201.103.968%201.944%201.959%201.423l4.715-2.479l4.716%202.48c.99.52%202.148-.32%201.96-1.424l-.04-.223l2.085%202.084a.75.75%200%200%200%201.061-1.06zm13.518%2015.639l.345%202.014l-4.516-2.374a1.35%201.35%200%200%200-1.257%200l-4.516%202.374l.862-5.03a1.35%201.35%200%200%200-.388-1.194l-3.654-3.562l4.673-.679zm3.525-7.772l-3.572%203.482l1.06%201.06l3.777-3.68c.8-.781.359-2.142-.748-2.303l-5.273-.766l-2.358-4.777c-.495-1.004-1.926-1.004-2.421%200L9.3%206.118l1.12%201.12l1.578-3.2l2.259%204.577a1.35%201.35%200%200%200%201.016.738z%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-regular.svg?color=%231a73e8&size=48