star off icon
star-off-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- star-off-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- 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.22l22.5 22.5a.75.75 0 0 1-1.06 1.06l-3.317-3.316l.082.482c.204 1.184-1.04 2.087-2.103 1.528L14 21.644l-5.382 2.83c-1.064.56-2.307-.344-2.104-1.529l1.028-5.992l-4.354-4.245c-.861-.838-.386-2.3.803-2.473l4.526-.657L2.22 3.28a.75.75 0 1 1 1.06-1.06m16.286 18.407L9.84 10.9l-5.533.804l4.3 4.192c.342.333.498.813.417 1.283L8.01 23.1l5.316-2.795a1.45 1.45 0 0 1 1.35 0l5.315 2.794zm-8.72-12.963l1.12 1.12L14 4.663l2.657 5.385c.212.428.62.725 1.092.793l5.943.864l-4.3 4.192a1.5 1.5 0 0 0-.147.167l1.28 1.28l-.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 FluentStarOff28Regular(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.22l22.5 22.5a.75.75 0 0 1-1.06 1.06l-3.317-3.316l.082.482c.204 1.184-1.04 2.087-2.103 1.528L14 21.644l-5.382 2.83c-1.064.56-2.307-.344-2.104-1.529l1.028-5.992l-4.354-4.245c-.861-.838-.386-2.3.803-2.473l4.526-.657L2.22 3.28a.75.75 0 1 1 1.06-1.06m16.286 18.407L9.84 10.9l-5.533.804l4.3 4.192c.342.333.498.813.417 1.283L8.01 23.1l5.316-2.795a1.45 1.45 0 0 1 1.35 0l5.315 2.794zm-8.72-12.963l1.12 1.12L14 4.663l2.657 5.385c.212.428.62.725 1.092.793l5.943.864l-4.3 4.192a1.5 1.5 0 0 0-.147.167l1.28 1.28l-.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.22l22.5 22.5a.75.75 0 0 1-1.06 1.06l-3.317-3.316l.082.482c.204 1.184-1.04 2.087-2.103 1.528L14 21.644l-5.382 2.83c-1.064.56-2.307-.344-2.104-1.529l1.028-5.992l-4.354-4.245c-.861-.838-.386-2.3.803-2.473l4.526-.657L2.22 3.28a.75.75 0 1 1 1.06-1.06m16.286 18.407L9.84 10.9l-5.533.804l4.3 4.192c.342.333.498.813.417 1.283L8.01 23.1l5.316-2.795a1.45 1.45 0 0 1 1.35 0l5.315 2.794zm-8.72-12.963l1.12 1.12L14 4.663l2.657 5.385c.212.428.62.725 1.092.793l5.943.864l-4.3 4.192a1.5 1.5 0 0 0-.147.167l1.28 1.28l-.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-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m3.28%202.22l22.5%2022.5a.75.75%200%200%201-1.06%201.06l-3.317-3.316l.082.482c.204%201.184-1.04%202.087-2.103%201.528L14%2021.644l-5.382%202.83c-1.064.56-2.307-.344-2.104-1.529l1.028-5.992l-4.354-4.245c-.861-.838-.386-2.3.803-2.473l4.526-.657L2.22%203.28a.75.75%200%201%201%201.06-1.06m16.286%2018.407L9.84%2010.9l-5.533.804l4.3%204.192c.342.333.498.813.417%201.283L8.01%2023.1l5.316-2.795a1.45%201.45%200%200%201%201.35%200l5.315%202.794zm-8.72-12.963l1.12%201.12L14%204.663l2.657%205.385c.212.428.62.725%201.092.793l5.943.864l-4.3%204.192a1.5%201.5%200%200%200-.147.167l1.28%201.28l-.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.22l22.5%2022.5a.75.75%200%200%201-1.06%201.06l-3.317-3.316l.082.482c.204%201.184-1.04%202.087-2.103%201.528L14%2021.644l-5.382%202.83c-1.064.56-2.307-.344-2.104-1.529l1.028-5.992l-4.354-4.245c-.861-.838-.386-2.3.803-2.473l4.526-.657L2.22%203.28a.75.75%200%201%201%201.06-1.06m16.286%2018.407L9.84%2010.9l-5.533.804l4.3%204.192c.342.333.498.813.417%201.283L8.01%2023.1l5.316-2.795a1.45%201.45%200%200%201%201.35%200l5.315%202.794zm-8.72-12.963l1.12%201.12L14%204.663l2.657%205.385c.212.428.62.725%201.092.793l5.943.864l-4.3%204.192a1.5%201.5%200%200%200-.147.167l1.28%201.28l-.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-regular.svg?color=%231a73e8&size=48