crown-b-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
crown-b-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the crown b icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.626 4.682a1.8 1.8 0 0 0-.93-.61a1.79 1.79 0 0 0-1.912.69l-2.561 2.471l-2.662-3.632a1.9 1.9 0 0 0-.62-.64a1.78 1.78 0 0 0-2.482.64L7.797 7.233L5.236 4.762a1.81 1.81 0 0 0-1.911-.69a1.79 1.79 0 0 0-1.321 1.79l1.59 11.198a4.85 4.85 0 0 0 4.814 4.242h7.274a4.854 4.854 0 0 0 4.823-4.242l1.491-11.207a.5.5 0 0 0 0-.12a1.8 1.8 0 0 0-.37-1.051M16.053 17.42H8.048a1 1 0 1 1 0-2.001h8.005a1 1 0 0 1 0 2"/></svg>

React

import type { SVGProps } from "react";

export function MageCrownBFill(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="M21.626 4.682a1.8 1.8 0 0 0-.93-.61a1.79 1.79 0 0 0-1.912.69l-2.561 2.471l-2.662-3.632a1.9 1.9 0 0 0-.62-.64a1.78 1.78 0 0 0-2.482.64L7.797 7.233L5.236 4.762a1.81 1.81 0 0 0-1.911-.69a1.79 1.79 0 0 0-1.321 1.79l1.59 11.198a4.85 4.85 0 0 0 4.814 4.242h7.274a4.854 4.854 0 0 0 4.823-4.242l1.491-11.207a.5.5 0 0 0 0-.12a1.8 1.8 0 0 0-.37-1.051M16.053 17.42H8.048a1 1 0 1 1 0-2.001h8.005a1 1 0 0 1 0 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.626 4.682a1.8 1.8 0 0 0-.93-.61a1.79 1.79 0 0 0-1.912.69l-2.561 2.471l-2.662-3.632a1.9 1.9 0 0 0-.62-.64a1.78 1.78 0 0 0-2.482.64L7.797 7.233L5.236 4.762a1.81 1.81 0 0 0-1.911-.69a1.79 1.79 0 0 0-1.321 1.79l1.59 11.198a4.85 4.85 0 0 0 4.814 4.242h7.274a4.854 4.854 0 0 0 4.823-4.242l1.491-11.207a.5.5 0 0 0 0-.12a1.8 1.8 0 0 0-.37-1.051M16.053 17.42H8.048a1 1 0 1 1 0-2.001h8.005a1 1 0 0 1 0 2"/></svg>
</template>

CSS

.icon-crown-b-fill {
  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%22M21.626%204.682a1.8%201.8%200%200%200-.93-.61a1.79%201.79%200%200%200-1.912.69l-2.561%202.471l-2.662-3.632a1.9%201.9%200%200%200-.62-.64a1.78%201.78%200%200%200-2.482.64L7.797%207.233L5.236%204.762a1.81%201.81%200%200%200-1.911-.69a1.79%201.79%200%200%200-1.321%201.79l1.59%2011.198a4.85%204.85%200%200%200%204.814%204.242h7.274a4.854%204.854%200%200%200%204.823-4.242l1.491-11.207a.5.5%200%200%200%200-.12a1.8%201.8%200%200%200-.37-1.051M16.053%2017.42H8.048a1%201%200%201%201%200-2.001h8.005a1%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.626%204.682a1.8%201.8%200%200%200-.93-.61a1.79%201.79%200%200%200-1.912.69l-2.561%202.471l-2.662-3.632a1.9%201.9%200%200%200-.62-.64a1.78%201.78%200%200%200-2.482.64L7.797%207.233L5.236%204.762a1.81%201.81%200%200%200-1.911-.69a1.79%201.79%200%200%200-1.321%201.79l1.59%2011.198a4.85%204.85%200%200%200%204.814%204.242h7.274a4.854%204.854%200%200%200%204.823-4.242l1.491-11.207a.5.5%200%200%200%200-.12a1.8%201.8%200%200%200-.37-1.051M16.053%2017.42H8.048a1%201%200%201%201%200-2.001h8.005a1%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/mage/crown-b-fill.svg?color=%231a73e8&size=48