star one quarter icon
star-one-quarter-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- star-one-quarter-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M15.302 3.908c-.532-1.078-2.069-1.078-2.6 0L10.01 9.36l-6.017.875a1.45 1.45 0 0 0-1.243 1.444c0 .364.138.735.44 1.029l4.354 4.244l-1.028 5.993c-.108.63.193 1.181.66 1.474c.41.258.946.316 1.444.055l5.382-2.83l5.382 2.83c1.063.559 2.307-.344 2.103-1.529l-1.027-5.993l4.354-4.244c.86-.839.385-2.3-.804-2.473l-6.017-.875zm-4.3 17.618V10.494a1.5 1.5 0 0 0 .342-.446l2.658-5.385l2.657 5.385c.212.428.62.724 1.092.793l5.943.864l-4.3 4.191a1.45 1.45 0 0 0-.417 1.284l1.015 5.919l-5.316-2.795a1.45 1.45 0 0 0-1.35 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentStarOneQuarter28Regular(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="M15.302 3.908c-.532-1.078-2.069-1.078-2.6 0L10.01 9.36l-6.017.875a1.45 1.45 0 0 0-1.243 1.444c0 .364.138.735.44 1.029l4.354 4.244l-1.028 5.993c-.108.63.193 1.181.66 1.474c.41.258.946.316 1.444.055l5.382-2.83l5.382 2.83c1.063.559 2.307-.344 2.103-1.529l-1.027-5.993l4.354-4.244c.86-.839.385-2.3-.804-2.473l-6.017-.875zm-4.3 17.618V10.494a1.5 1.5 0 0 0 .342-.446l2.658-5.385l2.657 5.385c.212.428.62.724 1.092.793l5.943.864l-4.3 4.191a1.45 1.45 0 0 0-.417 1.284l1.015 5.919l-5.316-2.795a1.45 1.45 0 0 0-1.35 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="M15.302 3.908c-.532-1.078-2.069-1.078-2.6 0L10.01 9.36l-6.017.875a1.45 1.45 0 0 0-1.243 1.444c0 .364.138.735.44 1.029l4.354 4.244l-1.028 5.993c-.108.63.193 1.181.66 1.474c.41.258.946.316 1.444.055l5.382-2.83l5.382 2.83c1.063.559 2.307-.344 2.103-1.529l-1.027-5.993l4.354-4.244c.86-.839.385-2.3-.804-2.473l-6.017-.875zm-4.3 17.618V10.494a1.5 1.5 0 0 0 .342-.446l2.658-5.385l2.657 5.385c.212.428.62.724 1.092.793l5.943.864l-4.3 4.191a1.45 1.45 0 0 0-.417 1.284l1.015 5.919l-5.316-2.795a1.45 1.45 0 0 0-1.35 0z"/></svg> </template>
CSS
.icon-star-one-quarter-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%22M15.302%203.908c-.532-1.078-2.069-1.078-2.6%200L10.01%209.36l-6.017.875a1.45%201.45%200%200%200-1.243%201.444c0%20.364.138.735.44%201.029l4.354%204.244l-1.028%205.993c-.108.63.193%201.181.66%201.474c.41.258.946.316%201.444.055l5.382-2.83l5.382%202.83c1.063.559%202.307-.344%202.103-1.529l-1.027-5.993l4.354-4.244c.86-.839.385-2.3-.804-2.473l-6.017-.875zm-4.3%2017.618V10.494a1.5%201.5%200%200%200%20.342-.446l2.658-5.385l2.657%205.385c.212.428.62.724%201.092.793l5.943.864l-4.3%204.191a1.45%201.45%200%200%200-.417%201.284l1.015%205.919l-5.316-2.795a1.45%201.45%200%200%200-1.35%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%22M15.302%203.908c-.532-1.078-2.069-1.078-2.6%200L10.01%209.36l-6.017.875a1.45%201.45%200%200%200-1.243%201.444c0%20.364.138.735.44%201.029l4.354%204.244l-1.028%205.993c-.108.63.193%201.181.66%201.474c.41.258.946.316%201.444.055l5.382-2.83l5.382%202.83c1.063.559%202.307-.344%202.103-1.529l-1.027-5.993l4.354-4.244c.86-.839.385-2.3-.804-2.473l-6.017-.875zm-4.3%2017.618V10.494a1.5%201.5%200%200%200%20.342-.446l2.658-5.385l2.657%205.385c.212.428.62.724%201.092.793l5.943.864l-4.3%204.191a1.45%201.45%200%200%200-.417%201.284l1.015%205.919l-5.316-2.795a1.45%201.45%200%200%200-1.35%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-28-regular.svg?color=%231a73e8&size=48