star icon
star from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- star
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
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
Related icons in Radix Icons
Use the star icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.223.666a.3.3 0 0 1 .554 0L9.413 4.6a.3.3 0 0 0 .253.184l4.248.34a.3.3 0 0 1 .171.527l-.23.195l-3.006 2.578a.3.3 0 0 0-.097.296l.919 3.852l.07.294a.3.3 0 0 1-.361.362l-.087-.037l-.258-.158l-3.379-2.062a.3.3 0 0 0-.312 0l-3.637 2.22l-.087.037a.3.3 0 0 1-.361-.362l.07-.294l.92-3.852a.3.3 0 0 0-.043-.235l-.055-.061L.915 5.65a.3.3 0 0 1 .171-.526l.3-.025l3.948-.316a.3.3 0 0 0 .211-.112l.042-.072zM6.51 4.984a1.3 1.3 0 0 1-.917.77l-.18.027l-2.57.205l1.959 1.678l.129.127c.237.269.353.626.319.983l-.03.179l-.598 2.507l2.2-1.343l.161-.083a1.3 1.3 0 0 1 1.034 0l.16.083l2.2 1.343l-.598-2.507a1.3 1.3 0 0 1 .42-1.29l1.957-1.677l-2.569-.205a1.3 1.3 0 0 1-1.016-.635l-.08-.162l-.99-2.38z"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsStar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.223.666a.3.3 0 0 1 .554 0L9.413 4.6a.3.3 0 0 0 .253.184l4.248.34a.3.3 0 0 1 .171.527l-.23.195l-3.006 2.578a.3.3 0 0 0-.097.296l.919 3.852l.07.294a.3.3 0 0 1-.361.362l-.087-.037l-.258-.158l-3.379-2.062a.3.3 0 0 0-.312 0l-3.637 2.22l-.087.037a.3.3 0 0 1-.361-.362l.07-.294l.92-3.852a.3.3 0 0 0-.043-.235l-.055-.061L.915 5.65a.3.3 0 0 1 .171-.526l.3-.025l3.948-.316a.3.3 0 0 0 .211-.112l.042-.072zM6.51 4.984a1.3 1.3 0 0 1-.917.77l-.18.027l-2.57.205l1.959 1.678l.129.127c.237.269.353.626.319.983l-.03.179l-.598 2.507l2.2-1.343l.161-.083a1.3 1.3 0 0 1 1.034 0l.16.083l2.2 1.343l-.598-2.507a1.3 1.3 0 0 1 .42-1.29l1.957-1.677l-2.569-.205a1.3 1.3 0 0 1-1.016-.635l-.08-.162l-.99-2.38z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.223.666a.3.3 0 0 1 .554 0L9.413 4.6a.3.3 0 0 0 .253.184l4.248.34a.3.3 0 0 1 .171.527l-.23.195l-3.006 2.578a.3.3 0 0 0-.097.296l.919 3.852l.07.294a.3.3 0 0 1-.361.362l-.087-.037l-.258-.158l-3.379-2.062a.3.3 0 0 0-.312 0l-3.637 2.22l-.087.037a.3.3 0 0 1-.361-.362l.07-.294l.92-3.852a.3.3 0 0 0-.043-.235l-.055-.061L.915 5.65a.3.3 0 0 1 .171-.526l.3-.025l3.948-.316a.3.3 0 0 0 .211-.112l.042-.072zM6.51 4.984a1.3 1.3 0 0 1-.917.77l-.18.027l-2.57.205l1.959 1.678l.129.127c.237.269.353.626.319.983l-.03.179l-.598 2.507l2.2-1.343l.161-.083a1.3 1.3 0 0 1 1.034 0l.16.083l2.2 1.343l-.598-2.507a1.3 1.3 0 0 1 .42-1.29l1.957-1.677l-2.569-.205a1.3 1.3 0 0 1-1.016-.635l-.08-.162l-.99-2.38z"/></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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.223.666a.3.3%200%200%201%20.554%200L9.413%204.6a.3.3%200%200%200%20.253.184l4.248.34a.3.3%200%200%201%20.171.527l-.23.195l-3.006%202.578a.3.3%200%200%200-.097.296l.919%203.852l.07.294a.3.3%200%200%201-.361.362l-.087-.037l-.258-.158l-3.379-2.062a.3.3%200%200%200-.312%200l-3.637%202.22l-.087.037a.3.3%200%200%201-.361-.362l.07-.294l.92-3.852a.3.3%200%200%200-.043-.235l-.055-.061L.915%205.65a.3.3%200%200%201%20.171-.526l.3-.025l3.948-.316a.3.3%200%200%200%20.211-.112l.042-.072zM6.51%204.984a1.3%201.3%200%200%201-.917.77l-.18.027l-2.57.205l1.959%201.678l.129.127c.237.269.353.626.319.983l-.03.179l-.598%202.507l2.2-1.343l.161-.083a1.3%201.3%200%200%201%201.034%200l.16.083l2.2%201.343l-.598-2.507a1.3%201.3%200%200%201%20.42-1.29l1.957-1.677l-2.569-.205a1.3%201.3%200%200%201-1.016-.635l-.08-.162l-.99-2.38z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.223.666a.3.3%200%200%201%20.554%200L9.413%204.6a.3.3%200%200%200%20.253.184l4.248.34a.3.3%200%200%201%20.171.527l-.23.195l-3.006%202.578a.3.3%200%200%200-.097.296l.919%203.852l.07.294a.3.3%200%200%201-.361.362l-.087-.037l-.258-.158l-3.379-2.062a.3.3%200%200%200-.312%200l-3.637%202.22l-.087.037a.3.3%200%200%201-.361-.362l.07-.294l.92-3.852a.3.3%200%200%200-.043-.235l-.055-.061L.915%205.65a.3.3%200%200%201%20.171-.526l.3-.025l3.948-.316a.3.3%200%200%200%20.211-.112l.042-.072zM6.51%204.984a1.3%201.3%200%200%201-.917.77l-.18.027l-2.57.205l1.959%201.678l.129.127c.237.269.353.626.319.983l-.03.179l-.598%202.507l2.2-1.343l.161-.083a1.3%201.3%200%200%201%201.034%200l.16.083l2.2%201.343l-.598-2.507a1.3%201.3%200%200%201%20.42-1.29l1.957-1.677l-2.569-.205a1.3%201.3%200%200%201-1.016-.635l-.08-.162l-.99-2.38z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/star.svg?color=%231a73e8&size=48