star add icon
star-add-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- star-add-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
10 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
star-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-one-quarter-12-filledstar-prohibited-16-filledstar-settings-20-filledstar-three-quarter-12-filled
Use the star add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.5 15a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15M14.654 3.839c.549-1.119 2.144-1.119 2.693 0l3.2 6.521l7.17 1.05c1.228.179 1.719 1.685.833 2.554l-1.064 1.044A9 9 0 0 0 14.009 25.49l-4.407 2.332c-1.1.582-2.389-.351-2.18-1.578l1.224-7.183l-5.196-5.097c-.884-.869-.392-2.375.834-2.555l7.171-1.049zm8.096 13.16a.75.75 0 0 0-.75.75v3.75h-3.75a.75.75 0 0 0 0 1.5H22v3.75a.75.75 0 0 0 1.5 0V23h3.75a.75.75 0 0 0 0-1.5H23.5v-3.75a.75.75 0 0 0-.75-.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentStarAdd32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.5 15a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15M14.654 3.839c.549-1.119 2.144-1.119 2.693 0l3.2 6.521l7.17 1.05c1.228.179 1.719 1.685.833 2.554l-1.064 1.044A9 9 0 0 0 14.009 25.49l-4.407 2.332c-1.1.582-2.389-.351-2.18-1.578l1.224-7.183l-5.196-5.097c-.884-.869-.392-2.375.834-2.555l7.171-1.049zm8.096 13.16a.75.75 0 0 0-.75.75v3.75h-3.75a.75.75 0 0 0 0 1.5H22v3.75a.75.75 0 0 0 1.5 0V23h3.75a.75.75 0 0 0 0-1.5H23.5v-3.75a.75.75 0 0 0-.75-.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.5 15a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15M14.654 3.839c.549-1.119 2.144-1.119 2.693 0l3.2 6.521l7.17 1.05c1.228.179 1.719 1.685.833 2.554l-1.064 1.044A9 9 0 0 0 14.009 25.49l-4.407 2.332c-1.1.582-2.389-.351-2.18-1.578l1.224-7.183l-5.196-5.097c-.884-.869-.392-2.375.834-2.555l7.171-1.049zm8.096 13.16a.75.75 0 0 0-.75.75v3.75h-3.75a.75.75 0 0 0 0 1.5H22v3.75a.75.75 0 0 0 1.5 0V23h3.75a.75.75 0 0 0 0-1.5H23.5v-3.75a.75.75 0 0 0-.75-.75"/></svg> </template>
CSS
.icon-star-add-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%2015a7.5%207.5%200%201%201%200%2015a7.5%207.5%200%200%201%200-15M14.654%203.839c.549-1.119%202.144-1.119%202.693%200l3.2%206.521l7.17%201.05c1.228.179%201.719%201.685.833%202.554l-1.064%201.044A9%209%200%200%200%2014.009%2025.49l-4.407%202.332c-1.1.582-2.389-.351-2.18-1.578l1.224-7.183l-5.196-5.097c-.884-.869-.392-2.375.834-2.555l7.171-1.049zm8.096%2013.16a.75.75%200%200%200-.75.75v3.75h-3.75a.75.75%200%200%200%200%201.5H22v3.75a.75.75%200%200%200%201.5%200V23h3.75a.75.75%200%200%200%200-1.5H23.5v-3.75a.75.75%200%200%200-.75-.75%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%2015a7.5%207.5%200%201%201%200%2015a7.5%207.5%200%200%201%200-15M14.654%203.839c.549-1.119%202.144-1.119%202.693%200l3.2%206.521l7.17%201.05c1.228.179%201.719%201.685.833%202.554l-1.064%201.044A9%209%200%200%200%2014.009%2025.49l-4.407%202.332c-1.1.582-2.389-.351-2.18-1.578l1.224-7.183l-5.196-5.097c-.884-.869-.392-2.375.834-2.555l7.171-1.049zm8.096%2013.16a.75.75%200%200%200-.75.75v3.75h-3.75a.75.75%200%200%200%200%201.5H22v3.75a.75.75%200%200%200%201.5%200V23h3.75a.75.75%200%200%200%200-1.5H23.5v-3.75a.75.75%200%200%200-.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/star-add-32-filled.svg?color=%231a73e8&size=48