star icon
star-28 from Fluent UI System Color Icons by Microsoft Corporation · 28 · MIT Free for personal and commercial use.
- Name
- star-28
- Set
- Fluent UI System Color Icons
- Style
- 28
- Viewbox
- 28×28
- License
- MIT
5 other variants in Fluent UI System Color Icons
The same icon in other sets
starAkar Iconsstar-filledAnt Design IconsstarBootstrap IconsstarBoxIcons v2starBoxIcons v2 SolidstarCarbonstarEmoji One (Colored)starElement Plusstar-fillEva IconsstarFramework7 IconsstarFont Awesome 6 RegularstarFont Awesome 6 SolidstarFont Awesome RegularstarFont Awesome SolidstarFeather Iconsstar-outlineFlowbite Iconsstar-12-filledFluent UI System IconsstarFluent EmojistarFluent Emoji FlatstarFluent Emoji High ContraststarFirefox OS EmojistarHeroIconsstarHuge IconsstarHumbleicons
Related icons in Fluent UI System Color Icons
Use the star icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGDylKYcOo)" d="M12.701 3.908c.532-1.077 2.069-1.077 2.6 0l2.692 5.453l6.017.874c1.19.173 1.664 1.635.804 2.474l-4.355 4.244l1.028 5.993c.204 1.184-1.04 2.087-2.103 1.528l-5.382-2.83l-5.382 2.83c-1.064.56-2.307-.344-2.104-1.528l1.028-5.993l-4.355-4.244c-.86-.84-.385-2.3.804-2.474l6.017-.874z"/><defs><linearGradient id="SVGDylKYcOo" x1="25.25" x2="2.112" y1="25.124" y2="3.296" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorStar28(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGDylKYcOo)" d="M12.701 3.908c.532-1.077 2.069-1.077 2.6 0l2.692 5.453l6.017.874c1.19.173 1.664 1.635.804 2.474l-4.355 4.244l1.028 5.993c.204 1.184-1.04 2.087-2.103 1.528l-5.382-2.83l-5.382 2.83c-1.064.56-2.307-.344-2.104-1.528l1.028-5.993l-4.355-4.244c-.86-.84-.385-2.3.804-2.474l6.017-.874z"/><defs><linearGradient id="SVGDylKYcOo" x1="25.25" x2="2.112" y1="25.124" y2="3.296" gradientUnits="userSpaceOnUse"><stop stopColor="#ff6f47"/><stop offset="1" stopColor="#ffcd0f"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGDylKYcOo)" d="M12.701 3.908c.532-1.077 2.069-1.077 2.6 0l2.692 5.453l6.017.874c1.19.173 1.664 1.635.804 2.474l-4.355 4.244l1.028 5.993c.204 1.184-1.04 2.087-2.103 1.528l-5.382-2.83l-5.382 2.83c-1.064.56-2.307-.344-2.104-1.528l1.028-5.993l-4.355-4.244c-.86-.84-.385-2.3.804-2.474l6.017-.874z"/><defs><linearGradient id="SVGDylKYcOo" x1="25.25" x2="2.112" y1="25.124" y2="3.296" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient></defs></g></svg> </template>
CSS
.icon-star-28 {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGDylKYcOo)%22%20d%3D%22M12.701%203.908c.532-1.077%202.069-1.077%202.6%200l2.692%205.453l6.017.874c1.19.173%201.664%201.635.804%202.474l-4.355%204.244l1.028%205.993c.204%201.184-1.04%202.087-2.103%201.528l-5.382-2.83l-5.382%202.83c-1.064.56-2.307-.344-2.104-1.528l1.028-5.993l-4.355-4.244c-.86-.84-.385-2.3.804-2.474l6.017-.874z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGDylKYcOo%22%20x1%3D%2225.25%22%20x2%3D%222.112%22%20y1%3D%2225.124%22%20y2%3D%223.296%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff6f47%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGDylKYcOo)%22%20d%3D%22M12.701%203.908c.532-1.077%202.069-1.077%202.6%200l2.692%205.453l6.017.874c1.19.173%201.664%201.635.804%202.474l-4.355%204.244l1.028%205.993c.204%201.184-1.04%202.087-2.103%201.528l-5.382-2.83l-5.382%202.83c-1.064.56-2.307-.344-2.104-1.528l1.028-5.993l-4.355-4.244c-.86-.84-.385-2.3.804-2.474l6.017-.874z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGDylKYcOo%22%20x1%3D%2225.25%22%20x2%3D%222.112%22%20y1%3D%2225.124%22%20y2%3D%223.296%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff6f47%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/star-28.svg?color=%231a73e8&size=48