crown from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
crown
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-crown

The same icon in other sets

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="M11.219 3.375L8 7.399L4.781 3.375A1.002 1.002 0 0 0 3 4v15c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V4a1.002 1.002 0 0 0-1.781-.625L16 7.399l-3.219-4.024c-.381-.474-1.181-.474-1.562 0M5 19v-2h14.001v2zm10.219-9.375c.381.475 1.182.475 1.563 0L19 6.851L19.001 15H5V6.851l2.219 2.774c.381.475 1.182.475 1.563 0L12 5.601z"/></svg>

React

import type { SVGProps } from "react";

export function BxCrown(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="M11.219 3.375L8 7.399L4.781 3.375A1.002 1.002 0 0 0 3 4v15c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V4a1.002 1.002 0 0 0-1.781-.625L16 7.399l-3.219-4.024c-.381-.474-1.181-.474-1.562 0M5 19v-2h14.001v2zm10.219-9.375c.381.475 1.182.475 1.563 0L19 6.851L19.001 15H5V6.851l2.219 2.774c.381.475 1.182.475 1.563 0L12 5.601z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.219 3.375L8 7.399L4.781 3.375A1.002 1.002 0 0 0 3 4v15c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V4a1.002 1.002 0 0 0-1.781-.625L16 7.399l-3.219-4.024c-.381-.474-1.181-.474-1.562 0M5 19v-2h14.001v2zm10.219-9.375c.381.475 1.182.475 1.563 0L19 6.851L19.001 15H5V6.851l2.219 2.774c.381.475 1.182.475 1.563 0L12 5.601z"/></svg>
</template>

CSS

.icon-crown {
  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%22M11.219%203.375L8%207.399L4.781%203.375A1.002%201.002%200%200%200%203%204v15c0%201.103.897%202%202%202h14c1.103%200%202-.897%202-2V4a1.002%201.002%200%200%200-1.781-.625L16%207.399l-3.219-4.024c-.381-.474-1.181-.474-1.562%200M5%2019v-2h14.001v2zm10.219-9.375c.381.475%201.182.475%201.563%200L19%206.851L19.001%2015H5V6.851l2.219%202.774c.381.475%201.182.475%201.563%200L12%205.601z%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%22M11.219%203.375L8%207.399L4.781%203.375A1.002%201.002%200%200%200%203%204v15c0%201.103.897%202%202%202h14c1.103%200%202-.897%202-2V4a1.002%201.002%200%200%200-1.781-.625L16%207.399l-3.219-4.024c-.381-.474-1.181-.474-1.562%200M5%2019v-2h14.001v2zm10.219-9.375c.381.475%201.182.475%201.563%200L19%206.851L19.001%2015H5V6.851l2.219%202.774c.381.475%201.182.475%201.563%200L12%205.601z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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