star icon
star-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- star-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
13 other variants in Fluent UI System 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-16Fluent UI System Color IconsstarFluent EmojistarFluent Emoji FlatstarFluent Emoji High ContraststarFirefox OS EmojistarHeroIconsstarHuge IconsstarHumbleicons
Related icons in Fluent UI System Icons
star-add-16-filledstar-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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m20.257 12.34l6.174.903l-4.476 4.39a2 2 0 0 0-.57 1.764l1.053 6.183l-5.502-2.91a2 2 0 0 0-1.87 0l-5.502 2.91l1.054-6.183a2 2 0 0 0-.57-1.764l-4.477-4.39l6.174-.903a2 2 0 0 0 1.507-1.098l2.75-5.607l2.749 5.607a2 2 0 0 0 1.506 1.098m-2.909-8.5c-.549-1.12-2.144-1.12-2.693 0l-3.2 6.52l-7.17 1.05c-1.228.179-1.72 1.686-.834 2.555l5.196 5.096l-1.225 7.183c-.209 1.227 1.08 2.16 2.18 1.578l6.4-3.385l6.398 3.385c1.1.582 2.39-.351 2.18-1.578l-1.224-7.183l5.195-5.096c.886-.87.394-2.376-.833-2.556l-7.171-1.048z"/></svg>
React
import type { SVGProps } from "react";
export function FluentStar32Regular(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="m20.257 12.34l6.174.903l-4.476 4.39a2 2 0 0 0-.57 1.764l1.053 6.183l-5.502-2.91a2 2 0 0 0-1.87 0l-5.502 2.91l1.054-6.183a2 2 0 0 0-.57-1.764l-4.477-4.39l6.174-.903a2 2 0 0 0 1.507-1.098l2.75-5.607l2.749 5.607a2 2 0 0 0 1.506 1.098m-2.909-8.5c-.549-1.12-2.144-1.12-2.693 0l-3.2 6.52l-7.17 1.05c-1.228.179-1.72 1.686-.834 2.555l5.196 5.096l-1.225 7.183c-.209 1.227 1.08 2.16 2.18 1.578l6.4-3.385l6.398 3.385c1.1.582 2.39-.351 2.18-1.578l-1.224-7.183l5.195-5.096c.886-.87.394-2.376-.833-2.556l-7.171-1.048z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m20.257 12.34l6.174.903l-4.476 4.39a2 2 0 0 0-.57 1.764l1.053 6.183l-5.502-2.91a2 2 0 0 0-1.87 0l-5.502 2.91l1.054-6.183a2 2 0 0 0-.57-1.764l-4.477-4.39l6.174-.903a2 2 0 0 0 1.507-1.098l2.75-5.607l2.749 5.607a2 2 0 0 0 1.506 1.098m-2.909-8.5c-.549-1.12-2.144-1.12-2.693 0l-3.2 6.52l-7.17 1.05c-1.228.179-1.72 1.686-.834 2.555l5.196 5.096l-1.225 7.183c-.209 1.227 1.08 2.16 2.18 1.578l6.4-3.385l6.398 3.385c1.1.582 2.39-.351 2.18-1.578l-1.224-7.183l5.195-5.096c.886-.87.394-2.376-.833-2.556l-7.171-1.048z"/></svg> </template>
CSS
.icon-star-32-regular {
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%22m20.257%2012.34l6.174.903l-4.476%204.39a2%202%200%200%200-.57%201.764l1.053%206.183l-5.502-2.91a2%202%200%200%200-1.87%200l-5.502%202.91l1.054-6.183a2%202%200%200%200-.57-1.764l-4.477-4.39l6.174-.903a2%202%200%200%200%201.507-1.098l2.75-5.607l2.749%205.607a2%202%200%200%200%201.506%201.098m-2.909-8.5c-.549-1.12-2.144-1.12-2.693%200l-3.2%206.52l-7.17%201.05c-1.228.179-1.72%201.686-.834%202.555l5.196%205.096l-1.225%207.183c-.209%201.227%201.08%202.16%202.18%201.578l6.4-3.385l6.398%203.385c1.1.582%202.39-.351%202.18-1.578l-1.224-7.183l5.195-5.096c.886-.87.394-2.376-.833-2.556l-7.171-1.048z%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%22m20.257%2012.34l6.174.903l-4.476%204.39a2%202%200%200%200-.57%201.764l1.053%206.183l-5.502-2.91a2%202%200%200%200-1.87%200l-5.502%202.91l1.054-6.183a2%202%200%200%200-.57-1.764l-4.477-4.39l6.174-.903a2%202%200%200%200%201.507-1.098l2.75-5.607l2.749%205.607a2%202%200%200%200%201.506%201.098m-2.909-8.5c-.549-1.12-2.144-1.12-2.693%200l-3.2%206.52l-7.17%201.05c-1.228.179-1.72%201.686-.834%202.555l5.196%205.096l-1.225%207.183c-.209%201.227%201.08%202.16%202.18%201.578l6.4-3.385l6.398%203.385c1.1.582%202.39-.351%202.18-1.578l-1.224-7.183l5.195-5.096c.886-.87.394-2.376-.833-2.556l-7.171-1.048z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/star-32-regular.svg?color=%231a73e8&size=48