star icon
star from Unicons by Iconscout · Line · Shape · Apache-2.0 Free for personal and commercial use.
- Name
- star
- Set
- Unicons
- Style
- Line
- Category
- Shape
- Viewbox
- 24×24
- License
- Apache 2.0
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 Iconsstar-16Fluent UI System Color IconsstarFluent EmojistarFluent Emoji FlatstarFluent Emoji High ContraststarFirefox OS EmojistarHeroIconsstarHuge Icons
More shape icons from Unicons
Use the star icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 9.67a1 1 0 0 0-.86-.67l-5.69-.83L12.9 3a1 1 0 0 0-1.8 0L8.55 8.16L2.86 9a1 1 0 0 0-.81.68a1 1 0 0 0 .25 1l4.13 4l-1 5.68a1 1 0 0 0 .4 1a1 1 0 0 0 1.05.07L12 18.76l5.1 2.68a.93.93 0 0 0 .46.12a1 1 0 0 0 .59-.19a1 1 0 0 0 .4-1l-1-5.68l4.13-4A1 1 0 0 0 22 9.67m-6.15 4a1 1 0 0 0-.29.89l.72 4.19l-3.76-2a1 1 0 0 0-.94 0l-3.76 2l.72-4.19a1 1 0 0 0-.29-.89l-3-3l4.21-.61a1 1 0 0 0 .76-.55L12 5.7l1.88 3.82a1 1 0 0 0 .76.55l4.21.61Z"/></svg>
React
import type { SVGProps } from "react";
export function UilStar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 9.67a1 1 0 0 0-.86-.67l-5.69-.83L12.9 3a1 1 0 0 0-1.8 0L8.55 8.16L2.86 9a1 1 0 0 0-.81.68a1 1 0 0 0 .25 1l4.13 4l-1 5.68a1 1 0 0 0 .4 1a1 1 0 0 0 1.05.07L12 18.76l5.1 2.68a.93.93 0 0 0 .46.12a1 1 0 0 0 .59-.19a1 1 0 0 0 .4-1l-1-5.68l4.13-4A1 1 0 0 0 22 9.67m-6.15 4a1 1 0 0 0-.29.89l.72 4.19l-3.76-2a1 1 0 0 0-.94 0l-3.76 2l.72-4.19a1 1 0 0 0-.29-.89l-3-3l4.21-.61a1 1 0 0 0 .76-.55L12 5.7l1.88 3.82a1 1 0 0 0 .76.55l4.21.61Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 9.67a1 1 0 0 0-.86-.67l-5.69-.83L12.9 3a1 1 0 0 0-1.8 0L8.55 8.16L2.86 9a1 1 0 0 0-.81.68a1 1 0 0 0 .25 1l4.13 4l-1 5.68a1 1 0 0 0 .4 1a1 1 0 0 0 1.05.07L12 18.76l5.1 2.68a.93.93 0 0 0 .46.12a1 1 0 0 0 .59-.19a1 1 0 0 0 .4-1l-1-5.68l4.13-4A1 1 0 0 0 22 9.67m-6.15 4a1 1 0 0 0-.29.89l.72 4.19l-3.76-2a1 1 0 0 0-.94 0l-3.76 2l.72-4.19a1 1 0 0 0-.29-.89l-3-3l4.21-.61a1 1 0 0 0 .76-.55L12 5.7l1.88 3.82a1 1 0 0 0 .76.55l4.21.61Z"/></svg> </template>
CSS
.icon-star {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%209.67a1%201%200%200%200-.86-.67l-5.69-.83L12.9%203a1%201%200%200%200-1.8%200L8.55%208.16L2.86%209a1%201%200%200%200-.81.68a1%201%200%200%200%20.25%201l4.13%204l-1%205.68a1%201%200%200%200%20.4%201a1%201%200%200%200%201.05.07L12%2018.76l5.1%202.68a.93.93%200%200%200%20.46.12a1%201%200%200%200%20.59-.19a1%201%200%200%200%20.4-1l-1-5.68l4.13-4A1%201%200%200%200%2022%209.67m-6.15%204a1%201%200%200%200-.29.89l.72%204.19l-3.76-2a1%201%200%200%200-.94%200l-3.76%202l.72-4.19a1%201%200%200%200-.29-.89l-3-3l4.21-.61a1%201%200%200%200%20.76-.55L12%205.7l1.88%203.82a1%201%200%200%200%20.76.55l4.21.61Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%209.67a1%201%200%200%200-.86-.67l-5.69-.83L12.9%203a1%201%200%200%200-1.8%200L8.55%208.16L2.86%209a1%201%200%200%200-.81.68a1%201%200%200%200%20.25%201l4.13%204l-1%205.68a1%201%200%200%200%20.4%201a1%201%200%200%200%201.05.07L12%2018.76l5.1%202.68a.93.93%200%200%200%20.46.12a1%201%200%200%200%20.59-.19a1%201%200%200%200%20.4-1l-1-5.68l4.13-4A1%201%200%200%200%2022%209.67m-6.15%204a1%201%200%200%200-.29.89l.72%204.19l-3.76-2a1%201%200%200%200-.94%200l-3.76%202l.72-4.19a1%201%200%200%200-.29-.89l-3-3l4.21-.61a1%201%200%200%200%20.76-.55L12%205.7l1.88%203.82a1%201%200%200%200%20.76.55l4.21.61Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/star.svg?color=%231a73e8&size=48