crown-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.

Name
crown-two-tone
Set
Keyline Icons
Style
Two Tone
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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" 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.3886Z" stroke="none"/><path 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"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsCrownTwoTone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" 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.3886Z" stroke="none"/><path 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"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" 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.3886Z" stroke="none"/><path 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"/></g></svg>
</template>

CSS

.icon-crown-two-tone {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%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.3886Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%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%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%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.3886Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%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%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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