crown plus icon

crown-plus from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
crown-plus
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the crown plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.5 2v5M21 4.5h-5M5 22h14m-2.128-3H7.128c-1.028 0-1.542 0-1.932-.277c-.39-.276-.56-.761-.9-1.732l-2.245-6.414a.97.97 0 0 1 .241-1.007a1.01 1.01 0 0 1 1.26-.123l1.231.81c1.244.818 1.866 1.226 2.495 1.078c.629-.149 1.002-.793 1.749-2.08l2.214-3.82A.88.88 0 0 1 12 5c.314 0 .603.166.759.434l2.214 3.82c.747 1.288 1.12 1.932 1.749 2.08c.629.15 1.25-.26 2.494-1.077l1.233-.81a1.01 1.01 0 0 1 1.259.123c.267.264.36.653.24 1.007l-2.245 6.414c-.34.97-.51 1.456-.9 1.732c-.39.277-.903.277-1.931.277"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCrownPlus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M18.5 2v5M21 4.5h-5M5 22h14m-2.128-3H7.128c-1.028 0-1.542 0-1.932-.277c-.39-.276-.56-.761-.9-1.732l-2.245-6.414a.97.97 0 0 1 .241-1.007a1.01 1.01 0 0 1 1.26-.123l1.231.81c1.244.818 1.866 1.226 2.495 1.078c.629-.149 1.002-.793 1.749-2.08l2.214-3.82A.88.88 0 0 1 12 5c.314 0 .603.166.759.434l2.214 3.82c.747 1.288 1.12 1.932 1.749 2.08c.629.15 1.25-.26 2.494-1.077l1.233-.81a1.01 1.01 0 0 1 1.259.123c.267.264.36.653.24 1.007l-2.245 6.414c-.34.97-.51 1.456-.9 1.732c-.39.277-.903.277-1.931.277"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.5 2v5M21 4.5h-5M5 22h14m-2.128-3H7.128c-1.028 0-1.542 0-1.932-.277c-.39-.276-.56-.761-.9-1.732l-2.245-6.414a.97.97 0 0 1 .241-1.007a1.01 1.01 0 0 1 1.26-.123l1.231.81c1.244.818 1.866 1.226 2.495 1.078c.629-.149 1.002-.793 1.749-2.08l2.214-3.82A.88.88 0 0 1 12 5c.314 0 .603.166.759.434l2.214 3.82c.747 1.288 1.12 1.932 1.749 2.08c.629.15 1.25-.26 2.494-1.077l1.233-.81a1.01 1.01 0 0 1 1.259.123c.267.264.36.653.24 1.007l-2.245 6.414c-.34.97-.51 1.456-.9 1.732c-.39.277-.903.277-1.931.277"/></svg>
</template>

CSS

.icon-crown-plus {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.5%202v5M21%204.5h-5M5%2022h14m-2.128-3H7.128c-1.028%200-1.542%200-1.932-.277c-.39-.276-.56-.761-.9-1.732l-2.245-6.414a.97.97%200%200%201%20.241-1.007a1.01%201.01%200%200%201%201.26-.123l1.231.81c1.244.818%201.866%201.226%202.495%201.078c.629-.149%201.002-.793%201.749-2.08l2.214-3.82A.88.88%200%200%201%2012%205c.314%200%20.603.166.759.434l2.214%203.82c.747%201.288%201.12%201.932%201.749%202.08c.629.15%201.25-.26%202.494-1.077l1.233-.81a1.01%201.01%200%200%201%201.259.123c.267.264.36.653.24%201.007l-2.245%206.414c-.34.97-.51%201.456-.9%201.732c-.39.277-.903.277-1.931.277%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.5%202v5M21%204.5h-5M5%2022h14m-2.128-3H7.128c-1.028%200-1.542%200-1.932-.277c-.39-.276-.56-.761-.9-1.732l-2.245-6.414a.97.97%200%200%201%20.241-1.007a1.01%201.01%200%200%201%201.26-.123l1.231.81c1.244.818%201.866%201.226%202.495%201.078c.629-.149%201.002-.793%201.749-2.08l2.214-3.82A.88.88%200%200%201%2012%205c.314%200%20.603.166.759.434l2.214%203.82c.747%201.288%201.12%201.932%201.749%202.08c.629.15%201.25-.26%202.494-1.077l1.233-.81a1.01%201.01%200%200%201%201.259.123c.267.264.36.653.24%201.007l-2.245%206.414c-.34.97-.51%201.456-.9%201.732c-.39.277-.903.277-1.931.277%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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