crown icon
crown-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- crown-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
crownAkar Iconscrown-filledAnt Design IconscrownBoxIcons v2crownBoxIcons v2 SolidcrownEmoji One (Colored)crownFont Awesome 6 SolidcrownFont Awesome SolidcrownFluent EmojicrownFluent Emoji FlatcrownFluent Emoji High ContrastcrownFirefox OS Emojicrowncss.ggcrownHuge IconscrownHumbleiconscrownIconParkcrownIconPark OutlinecrownIconPark SolidcrownIconPark TwoTonecrownIconoircrownJam IconscrownLine AwesomecrownLucidecrownMajesticonscrownMaterial Symbols
Related icons in Fluent UI System Icons
Use the crown icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.399 5.718l-1.64-2.066a1 1 0 1 0-1.517 0l-1.64 2.066a.5.5 0 0 1-.606.142L2.485 4.676Q2.5 4.59 2.5 4.5a1 1 0 1 0-.91.996l1.3 6.5A1.25 1.25 0 0 0 4.114 13h7.77a1.25 1.25 0 0 0 1.226-1.005l1.3-6.499q.044.004.089.004a1 1 0 1 0-.985-.824l-2.51 1.184a.5.5 0 0 1-.605-.142M8 10a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentCrown16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.399 5.718l-1.64-2.066a1 1 0 1 0-1.517 0l-1.64 2.066a.5.5 0 0 1-.606.142L2.485 4.676Q2.5 4.59 2.5 4.5a1 1 0 1 0-.91.996l1.3 6.5A1.25 1.25 0 0 0 4.114 13h7.77a1.25 1.25 0 0 0 1.226-1.005l1.3-6.499q.044.004.089.004a1 1 0 1 0-.985-.824l-2.51 1.184a.5.5 0 0 1-.605-.142M8 10a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.399 5.718l-1.64-2.066a1 1 0 1 0-1.517 0l-1.64 2.066a.5.5 0 0 1-.606.142L2.485 4.676Q2.5 4.59 2.5 4.5a1 1 0 1 0-.91.996l1.3 6.5A1.25 1.25 0 0 0 4.114 13h7.77a1.25 1.25 0 0 0 1.226-1.005l1.3-6.499q.044.004.089.004a1 1 0 1 0-.985-.824l-2.51 1.184a.5.5 0 0 1-.605-.142M8 10a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg> </template>
CSS
.icon-crown-16-filled {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.399%205.718l-1.64-2.066a1%201%200%201%200-1.517%200l-1.64%202.066a.5.5%200%200%201-.606.142L2.485%204.676Q2.5%204.59%202.5%204.5a1%201%200%201%200-.91.996l1.3%206.5A1.25%201.25%200%200%200%204.114%2013h7.77a1.25%201.25%200%200%200%201.226-1.005l1.3-6.499q.044.004.089.004a1%201%200%201%200-.985-.824l-2.51%201.184a.5.5%200%200%201-.605-.142M8%2010a1%201%200%201%201%200-2a1%201%200%200%201%200%202%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.399%205.718l-1.64-2.066a1%201%200%201%200-1.517%200l-1.64%202.066a.5.5%200%200%201-.606.142L2.485%204.676Q2.5%204.59%202.5%204.5a1%201%200%201%200-.91.996l1.3%206.5A1.25%201.25%200%200%200%204.114%2013h7.77a1.25%201.25%200%200%200%201.226-1.005l1.3-6.499q.044.004.089.004a1%201%200%201%200-.985-.824l-2.51%201.184a.5.5%200%200%201-.605-.142M8%2010a1%201%200%201%201%200-2a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/crown-16-filled.svg?color=%231a73e8&size=48