star one quarter icon
star-one-quarter-12-regular from Fluent UI System Icons by Microsoft Corporation · 12 Regular · MIT Free for personal and commercial use.
- Name
- star-one-quarter-12-regular
- Set
- Fluent UI System Icons
- Style
- 12 Regular
- Viewbox
- 12×12
- License
- MIT
9 other variants in Fluent UI System Icons
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-off-12-filledstar-prohibited-16-filledstar-settings-20-filledstar-three-quarter-12-filled
Use the star one quarter icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6.718 1.546a.8.8 0 0 0-1.435 0L4.172 3.798l-2.486.361a.798.798 0 0 0-.444 1.365l1.8 1.753l-.425 2.476a.8.8 0 0 0-.005.254a.8.8 0 0 0 1.165.59l2.224-1.17l2.223 1.17a.8.8 0 0 0 1.161-.844L8.96 7.277l1.8-1.753a.8.8 0 0 0-.444-1.365L7.83 3.8zM5 8.824V4.376l.022-.041L6 2.352l.979 1.983a.8.8 0 0 0 .602.438l2.19.318l-1.585 1.544a.8.8 0 0 0-.23.708l.374 2.18l-1.958-1.03a.8.8 0 0 0-.744 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentStarOneQuarter12Regular(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="M6.718 1.546a.8.8 0 0 0-1.435 0L4.172 3.798l-2.486.361a.798.798 0 0 0-.444 1.365l1.8 1.753l-.425 2.476a.8.8 0 0 0-.005.254a.8.8 0 0 0 1.165.59l2.224-1.17l2.223 1.17a.8.8 0 0 0 1.161-.844L8.96 7.277l1.8-1.753a.8.8 0 0 0-.444-1.365L7.83 3.8zM5 8.824V4.376l.022-.041L6 2.352l.979 1.983a.8.8 0 0 0 .602.438l2.19.318l-1.585 1.544a.8.8 0 0 0-.23.708l.374 2.18l-1.958-1.03a.8.8 0 0 0-.744 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6.718 1.546a.8.8 0 0 0-1.435 0L4.172 3.798l-2.486.361a.798.798 0 0 0-.444 1.365l1.8 1.753l-.425 2.476a.8.8 0 0 0-.005.254a.8.8 0 0 0 1.165.59l2.224-1.17l2.223 1.17a.8.8 0 0 0 1.161-.844L8.96 7.277l1.8-1.753a.8.8 0 0 0-.444-1.365L7.83 3.8zM5 8.824V4.376l.022-.041L6 2.352l.979 1.983a.8.8 0 0 0 .602.438l2.19.318l-1.585 1.544a.8.8 0 0 0-.23.708l.374 2.18l-1.958-1.03a.8.8 0 0 0-.744 0z"/></svg> </template>
CSS
.icon-star-one-quarter-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%22M6.718%201.546a.8.8%200%200%200-1.435%200L4.172%203.798l-2.486.361a.798.798%200%200%200-.444%201.365l1.8%201.753l-.425%202.476a.8.8%200%200%200-.005.254a.8.8%200%200%200%201.165.59l2.224-1.17l2.223%201.17a.8.8%200%200%200%201.161-.844L8.96%207.277l1.8-1.753a.8.8%200%200%200-.444-1.365L7.83%203.8zM5%208.824V4.376l.022-.041L6%202.352l.979%201.983a.8.8%200%200%200%20.602.438l2.19.318l-1.585%201.544a.8.8%200%200%200-.23.708l.374%202.18l-1.958-1.03a.8.8%200%200%200-.744%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.718%201.546a.8.8%200%200%200-1.435%200L4.172%203.798l-2.486.361a.798.798%200%200%200-.444%201.365l1.8%201.753l-.425%202.476a.8.8%200%200%200-.005.254a.8.8%200%200%200%201.165.59l2.224-1.17l2.223%201.17a.8.8%200%200%200%201.161-.844L8.96%207.277l1.8-1.753a.8.8%200%200%200-.444-1.365L7.83%203.8zM5%208.824V4.376l.022-.041L6%202.352l.979%201.983a.8.8%200%200%200%20.602.438l2.19.318l-1.585%201.544a.8.8%200%200%200-.23.708l.374%202.18l-1.958-1.03a.8.8%200%200%200-.744%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/star-one-quarter-12-regular.svg?color=%231a73e8&size=48