star icon
star-outlined from WeUI Icon by WeUI · Outlined · MIT Free for personal and commercial use.
- Name
- star-outlined
- Set
- WeUI Icon
- Style
- Outlined
- Viewbox
- 24×24
- 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 WeUI Icon
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" fill-rule="evenodd" d="m15.941 14.28l3.942-3.841l-5.447-.792L12 4.711L9.564 9.647l-5.447.792L8.06 14.28l-.93 5.425L12 17.144l4.872 2.562zM12 18.5l-4.672 2.456a1 1 0 0 1-1.451-1.054l.892-5.202l-3.78-3.685a1 1 0 0 1 .555-1.706l5.223-.759l2.336-4.733a1 1 0 0 1 1.794 0l2.336 4.733l5.223.76a1 1 0 0 1 .555 1.705L17.23 14.7l.892 5.202a1 1 0 0 1-1.45 1.054z"/></svg>
React
import type { SVGProps } from "react";
export function WeuiStarOutlined(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" fillRule="evenodd" d="m15.941 14.28l3.942-3.841l-5.447-.792L12 4.711L9.564 9.647l-5.447.792L8.06 14.28l-.93 5.425L12 17.144l4.872 2.562zM12 18.5l-4.672 2.456a1 1 0 0 1-1.451-1.054l.892-5.202l-3.78-3.685a1 1 0 0 1 .555-1.706l5.223-.759l2.336-4.733a1 1 0 0 1 1.794 0l2.336 4.733l5.223.76a1 1 0 0 1 .555 1.705L17.23 14.7l.892 5.202a1 1 0 0 1-1.45 1.054z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m15.941 14.28l3.942-3.841l-5.447-.792L12 4.711L9.564 9.647l-5.447.792L8.06 14.28l-.93 5.425L12 17.144l4.872 2.562zM12 18.5l-4.672 2.456a1 1 0 0 1-1.451-1.054l.892-5.202l-3.78-3.685a1 1 0 0 1 .555-1.706l5.223-.759l2.336-4.733a1 1 0 0 1 1.794 0l2.336 4.733l5.223.76a1 1 0 0 1 .555 1.705L17.23 14.7l.892 5.202a1 1 0 0 1-1.45 1.054z"/></svg> </template>
CSS
.icon-star-outlined {
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%20fill-rule%3D%22evenodd%22%20d%3D%22m15.941%2014.28l3.942-3.841l-5.447-.792L12%204.711L9.564%209.647l-5.447.792L8.06%2014.28l-.93%205.425L12%2017.144l4.872%202.562zM12%2018.5l-4.672%202.456a1%201%200%200%201-1.451-1.054l.892-5.202l-3.78-3.685a1%201%200%200%201%20.555-1.706l5.223-.759l2.336-4.733a1%201%200%200%201%201.794%200l2.336%204.733l5.223.76a1%201%200%200%201%20.555%201.705L17.23%2014.7l.892%205.202a1%201%200%200%201-1.45%201.054z%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%20fill-rule%3D%22evenodd%22%20d%3D%22m15.941%2014.28l3.942-3.841l-5.447-.792L12%204.711L9.564%209.647l-5.447.792L8.06%2014.28l-.93%205.425L12%2017.144l4.872%202.562zM12%2018.5l-4.672%202.456a1%201%200%200%201-1.451-1.054l.892-5.202l-3.78-3.685a1%201%200%200%201%20.555-1.706l5.223-.759l2.336-4.733a1%201%200%200%201%201.794%200l2.336%204.733l5.223.76a1%201%200%200%201%20.555%201.705L17.23%2014.7l.892%205.202a1%201%200%200%201-1.45%201.054z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/weui/star-outlined.svg?color=%231a73e8&size=48