crown-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.

Name
crown-fill
Set
Keyline Icons
Style
Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

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" fill-rule="evenodd" d="M2.281 18.3886L1.0176 8.7171C0.78 6.8987 2.911 5.746 4.3029 6.94L7.2235 9.4453L10.2543 4.024C11.0176 2.6586 12.9824 2.6586 13.7457 4.024L16.7765 9.4453L19.6971 6.94C21.089 5.746 23.22 6.8987 22.9824 8.7171L21.719 18.3886C21.5238 19.8825 20.2509 21 18.7443 21L5.2557 21C3.7491 21 2.4762 19.8825 2.281 18.3886ZM3.986 16L20.014 16L19.7358 18.1295C19.6708 18.6275 19.2465 19 18.7443 19L5.2557 19C4.7535 19 4.3292 18.6275 4.2642 18.1295L3.986 16Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsCrownFill(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" fillRule="evenodd" d="M2.281 18.3886L1.0176 8.7171C0.78 6.8987 2.911 5.746 4.3029 6.94L7.2235 9.4453L10.2543 4.024C11.0176 2.6586 12.9824 2.6586 13.7457 4.024L16.7765 9.4453L19.6971 6.94C21.089 5.746 23.22 6.8987 22.9824 8.7171L21.719 18.3886C21.5238 19.8825 20.2509 21 18.7443 21L5.2557 21C3.7491 21 2.4762 19.8825 2.281 18.3886ZM3.986 16L20.014 16L19.7358 18.1295C19.6708 18.6275 19.2465 19 18.7443 19L5.2557 19C4.7535 19 4.3292 18.6275 4.2642 18.1295L3.986 16Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.281 18.3886L1.0176 8.7171C0.78 6.8987 2.911 5.746 4.3029 6.94L7.2235 9.4453L10.2543 4.024C11.0176 2.6586 12.9824 2.6586 13.7457 4.024L16.7765 9.4453L19.6971 6.94C21.089 5.746 23.22 6.8987 22.9824 8.7171L21.719 18.3886C21.5238 19.8825 20.2509 21 18.7443 21L5.2557 21C3.7491 21 2.4762 19.8825 2.281 18.3886ZM3.986 16L20.014 16L19.7358 18.1295C19.6708 18.6275 19.2465 19 18.7443 19L5.2557 19C4.7535 19 4.3292 18.6275 4.2642 18.1295L3.986 16Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-crown-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%20fill-rule%3D%22evenodd%22%20d%3D%22M2.281%2018.3886L1.0176%208.7171C0.78%206.8987%202.911%205.746%204.3029%206.94L7.2235%209.4453L10.2543%204.024C11.0176%202.6586%2012.9824%202.6586%2013.7457%204.024L16.7765%209.4453L19.6971%206.94C21.089%205.746%2023.22%206.8987%2022.9824%208.7171L21.719%2018.3886C21.5238%2019.8825%2020.2509%2021%2018.7443%2021L5.2557%2021C3.7491%2021%202.4762%2019.8825%202.281%2018.3886ZM3.986%2016L20.014%2016L19.7358%2018.1295C19.6708%2018.6275%2019.2465%2019%2018.7443%2019L5.2557%2019C4.7535%2019%204.3292%2018.6275%204.2642%2018.1295L3.986%2016Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M2.281%2018.3886L1.0176%208.7171C0.78%206.8987%202.911%205.746%204.3029%206.94L7.2235%209.4453L10.2543%204.024C11.0176%202.6586%2012.9824%202.6586%2013.7457%204.024L16.7765%209.4453L19.6971%206.94C21.089%205.746%2023.22%206.8987%2022.9824%208.7171L21.719%2018.3886C21.5238%2019.8825%2020.2509%2021%2018.7443%2021L5.2557%2021C3.7491%2021%202.4762%2019.8825%202.281%2018.3886ZM3.986%2016L20.014%2016L19.7358%2018.1295C19.6708%2018.6275%2019.2465%2019%2018.7443%2019L5.2557%2019C4.7535%2019%204.3292%2018.6275%204.2642%2018.1295L3.986%2016Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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