crown from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.

Name
crown
Set
Keyline Icons
Style
Stroke
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

All crown 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.2726 18.2591L2.0092 8.5876C1.8904 7.6784 2.9559 7.102 3.6518 7.699L6.5724 10.2043C7.052 10.6157 7.7881 10.4848 8.0964 9.9333L11.1271 4.512C11.5088 3.8293 12.4912 3.8293 12.8729 4.512L15.9036 9.9333C16.2119 10.4848 16.948 10.6157 17.4276 10.2043L20.3482 7.699C21.0441 7.102 22.1096 7.6784 21.9908 8.5876L20.7274 18.2591C20.5973 19.255 19.7487 20 18.7443 20L5.2557 20C4.2513 20 3.4027 19.255 3.2726 18.2591ZM2.8468 15L21.1532 15"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsCrown(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="2" d="M3.2726 18.2591L2.0092 8.5876C1.8904 7.6784 2.9559 7.102 3.6518 7.699L6.5724 10.2043C7.052 10.6157 7.7881 10.4848 8.0964 9.9333L11.1271 4.512C11.5088 3.8293 12.4912 3.8293 12.8729 4.512L15.9036 9.9333C16.2119 10.4848 16.948 10.6157 17.4276 10.2043L20.3482 7.699C21.0441 7.102 22.1096 7.6784 21.9908 8.5876L20.7274 18.2591C20.5973 19.255 19.7487 20 18.7443 20L5.2557 20C4.2513 20 3.4027 19.255 3.2726 18.2591ZM2.8468 15L21.1532 15"/></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="2" d="M3.2726 18.2591L2.0092 8.5876C1.8904 7.6784 2.9559 7.102 3.6518 7.699L6.5724 10.2043C7.052 10.6157 7.7881 10.4848 8.0964 9.9333L11.1271 4.512C11.5088 3.8293 12.4912 3.8293 12.8729 4.512L15.9036 9.9333C16.2119 10.4848 16.948 10.6157 17.4276 10.2043L20.3482 7.699C21.0441 7.102 22.1096 7.6784 21.9908 8.5876L20.7274 18.2591C20.5973 19.255 19.7487 20 18.7443 20L5.2557 20C4.2513 20 3.4027 19.255 3.2726 18.2591ZM2.8468 15L21.1532 15"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3.2726%2018.2591L2.0092%208.5876C1.8904%207.6784%202.9559%207.102%203.6518%207.699L6.5724%2010.2043C7.052%2010.6157%207.7881%2010.4848%208.0964%209.9333L11.1271%204.512C11.5088%203.8293%2012.4912%203.8293%2012.8729%204.512L15.9036%209.9333C16.2119%2010.4848%2016.948%2010.6157%2017.4276%2010.2043L20.3482%207.699C21.0441%207.102%2022.1096%207.6784%2021.9908%208.5876L20.7274%2018.2591C20.5973%2019.255%2019.7487%2020%2018.7443%2020L5.2557%2020C4.2513%2020%203.4027%2019.255%203.2726%2018.2591ZM2.8468%2015L21.1532%2015%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%222%22%20d%3D%22M3.2726%2018.2591L2.0092%208.5876C1.8904%207.6784%202.9559%207.102%203.6518%207.699L6.5724%2010.2043C7.052%2010.6157%207.7881%2010.4848%208.0964%209.9333L11.1271%204.512C11.5088%203.8293%2012.4912%203.8293%2012.8729%204.512L15.9036%209.9333C16.2119%2010.4848%2016.948%2010.6157%2017.4276%2010.2043L20.3482%207.699C21.0441%207.102%2022.1096%207.6784%2021.9908%208.5876L20.7274%2018.2591C20.5973%2019.255%2019.7487%2020%2018.7443%2020L5.2557%2020C4.2513%2020%203.4027%2019.255%203.2726%2018.2591ZM2.8468%2015L21.1532%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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