crown icon
crown-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- crown-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M11.5 12.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M8.737 5.31L6.609 8.046a.5.5 0 0 1-.619.14L3.865 7.123a1.5 1.5 0 1 0-1.672.845l1.692 8.04A1.25 1.25 0 0 0 5.11 17h9.782a1.25 1.25 0 0 0 1.224-.992l1.692-8.04a1.5 1.5 0 1 0-1.672-.845L14.01 8.186a.5.5 0 0 1-.619-.14L11.263 5.31a1.5 1.5 0 1 0-2.526 0M10 5.313l2.602 3.346a1.5 1.5 0 0 0 1.855.42l2.34-1.17l-1.66 7.892a.25.25 0 0 1-.245.198H5.109a.25.25 0 0 1-.245-.198L3.203 7.91l2.34 1.17a1.5 1.5 0 0 0 1.855-.42z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCrown20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.5 12.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M8.737 5.31L6.609 8.046a.5.5 0 0 1-.619.14L3.865 7.123a1.5 1.5 0 1 0-1.672.845l1.692 8.04A1.25 1.25 0 0 0 5.11 17h9.782a1.25 1.25 0 0 0 1.224-.992l1.692-8.04a1.5 1.5 0 1 0-1.672-.845L14.01 8.186a.5.5 0 0 1-.619-.14L11.263 5.31a1.5 1.5 0 1 0-2.526 0M10 5.313l2.602 3.346a1.5 1.5 0 0 0 1.855.42l2.34-1.17l-1.66 7.892a.25.25 0 0 1-.245.198H5.109a.25.25 0 0 1-.245-.198L3.203 7.91l2.34 1.17a1.5 1.5 0 0 0 1.855-.42z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.5 12.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M8.737 5.31L6.609 8.046a.5.5 0 0 1-.619.14L3.865 7.123a1.5 1.5 0 1 0-1.672.845l1.692 8.04A1.25 1.25 0 0 0 5.11 17h9.782a1.25 1.25 0 0 0 1.224-.992l1.692-8.04a1.5 1.5 0 1 0-1.672-.845L14.01 8.186a.5.5 0 0 1-.619-.14L11.263 5.31a1.5 1.5 0 1 0-2.526 0M10 5.313l2.602 3.346a1.5 1.5 0 0 0 1.855.42l2.34-1.17l-1.66 7.892a.25.25 0 0 1-.245.198H5.109a.25.25 0 0 1-.245-.198L3.203 7.91l2.34 1.17a1.5 1.5 0 0 0 1.855-.42z"/></svg> </template>
CSS
.icon-crown-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2012.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M8.737%205.31L6.609%208.046a.5.5%200%200%201-.619.14L3.865%207.123a1.5%201.5%200%201%200-1.672.845l1.692%208.04A1.25%201.25%200%200%200%205.11%2017h9.782a1.25%201.25%200%200%200%201.224-.992l1.692-8.04a1.5%201.5%200%201%200-1.672-.845L14.01%208.186a.5.5%200%200%201-.619-.14L11.263%205.31a1.5%201.5%200%201%200-2.526%200M10%205.313l2.602%203.346a1.5%201.5%200%200%200%201.855.42l2.34-1.17l-1.66%207.892a.25.25%200%200%201-.245.198H5.109a.25.25%200%200%201-.245-.198L3.203%207.91l2.34%201.17a1.5%201.5%200%200%200%201.855-.42z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2012.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M8.737%205.31L6.609%208.046a.5.5%200%200%201-.619.14L3.865%207.123a1.5%201.5%200%201%200-1.672.845l1.692%208.04A1.25%201.25%200%200%200%205.11%2017h9.782a1.25%201.25%200%200%200%201.224-.992l1.692-8.04a1.5%201.5%200%201%200-1.672-.845L14.01%208.186a.5.5%200%200%201-.619-.14L11.263%205.31a1.5%201.5%200%201%200-2.526%200M10%205.313l2.602%203.346a1.5%201.5%200%200%200%201.855.42l2.34-1.17l-1.66%207.892a.25.25%200%200%201-.245.198H5.109a.25.25%200%200%201-.245-.198L3.203%207.91l2.34%201.17a1.5%201.5%200%200%200%201.855-.42z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/crown-20-regular.svg?color=%231a73e8&size=48