crown-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
crown-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

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 24 24"><path fill="currentColor" d="M12 17a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2-12c0 .53-.206 1.012-.543 1.37l2.624 3.28a.25.25 0 0 0 .307.068l2.65-1.326A2.004 2.004 0 0 1 21 6a2 2 0 0 1 .444 3.95l-1.804 9.623A1.75 1.75 0 0 1 17.92 21H6.08a1.75 1.75 0 0 1-1.72-1.427L2.556 9.95a2 2 0 1 1 2.406-1.558l2.65 1.326a.25.25 0 0 0 .307-.068l2.624-3.28A2 2 0 1 1 14 5m-2 2h-.04l-2.87 3.587a1.75 1.75 0 0 1-2.148.472L4.127 9.652l-.09.059l1.797 9.585a.25.25 0 0 0 .246.204h11.84a.25.25 0 0 0 .246-.204l1.797-9.585l-.09-.059l-2.815 1.407a1.75 1.75 0 0 1-2.149-.472L12.04 7z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCrown24Regular(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" d="M12 17a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2-12c0 .53-.206 1.012-.543 1.37l2.624 3.28a.25.25 0 0 0 .307.068l2.65-1.326A2.004 2.004 0 0 1 21 6a2 2 0 0 1 .444 3.95l-1.804 9.623A1.75 1.75 0 0 1 17.92 21H6.08a1.75 1.75 0 0 1-1.72-1.427L2.556 9.95a2 2 0 1 1 2.406-1.558l2.65 1.326a.25.25 0 0 0 .307-.068l2.624-3.28A2 2 0 1 1 14 5m-2 2h-.04l-2.87 3.587a1.75 1.75 0 0 1-2.148.472L4.127 9.652l-.09.059l1.797 9.585a.25.25 0 0 0 .246.204h11.84a.25.25 0 0 0 .246-.204l1.797-9.585l-.09-.059l-2.815 1.407a1.75 1.75 0 0 1-2.149-.472L12.04 7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 17a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2-12c0 .53-.206 1.012-.543 1.37l2.624 3.28a.25.25 0 0 0 .307.068l2.65-1.326A2.004 2.004 0 0 1 21 6a2 2 0 0 1 .444 3.95l-1.804 9.623A1.75 1.75 0 0 1 17.92 21H6.08a1.75 1.75 0 0 1-1.72-1.427L2.556 9.95a2 2 0 1 1 2.406-1.558l2.65 1.326a.25.25 0 0 0 .307-.068l2.624-3.28A2 2 0 1 1 14 5m-2 2h-.04l-2.87 3.587a1.75 1.75 0 0 1-2.148.472L4.127 9.652l-.09.059l1.797 9.585a.25.25 0 0 0 .246.204h11.84a.25.25 0 0 0 .246-.204l1.797-9.585l-.09-.059l-2.815 1.407a1.75 1.75 0 0 1-2.149-.472L12.04 7z"/></svg>
</template>

CSS

.icon-crown-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2017a2%202%200%201%200%200-4a2%202%200%200%200%200%204m2-12c0%20.53-.206%201.012-.543%201.37l2.624%203.28a.25.25%200%200%200%20.307.068l2.65-1.326A2.004%202.004%200%200%201%2021%206a2%202%200%200%201%20.444%203.95l-1.804%209.623A1.75%201.75%200%200%201%2017.92%2021H6.08a1.75%201.75%200%200%201-1.72-1.427L2.556%209.95a2%202%200%201%201%202.406-1.558l2.65%201.326a.25.25%200%200%200%20.307-.068l2.624-3.28A2%202%200%201%201%2014%205m-2%202h-.04l-2.87%203.587a1.75%201.75%200%200%201-2.148.472L4.127%209.652l-.09.059l1.797%209.585a.25.25%200%200%200%20.246.204h11.84a.25.25%200%200%200%20.246-.204l1.797-9.585l-.09-.059l-2.815%201.407a1.75%201.75%200%200%201-2.149-.472L12.04%207z%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%20d%3D%22M12%2017a2%202%200%201%200%200-4a2%202%200%200%200%200%204m2-12c0%20.53-.206%201.012-.543%201.37l2.624%203.28a.25.25%200%200%200%20.307.068l2.65-1.326A2.004%202.004%200%200%201%2021%206a2%202%200%200%201%20.444%203.95l-1.804%209.623A1.75%201.75%200%200%201%2017.92%2021H6.08a1.75%201.75%200%200%201-1.72-1.427L2.556%209.95a2%202%200%201%201%202.406-1.558l2.65%201.326a.25.25%200%200%200%20.307-.068l2.624-3.28A2%202%200%201%201%2014%205m-2%202h-.04l-2.87%203.587a1.75%201.75%200%200%201-2.148.472L4.127%209.652l-.09.059l1.797%209.585a.25.25%200%200%200%20.246.204h11.84a.25.25%200%200%200%20.246-.204l1.797-9.585l-.09-.059l-2.815%201.407a1.75%201.75%200%200%201-2.149-.472L12.04%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/crown-24-regular.svg?color=%231a73e8&size=48