crown simple icon

crown-simple from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
crown-simple
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the crown simple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M230.9 73.6a15.85 15.85 0 0 0-18.9 3.79l-33.67 36.29l-35.8-80.29a1 1 0 0 1 0-.1a16 16 0 0 0-29.06 0a1 1 0 0 1 0 .1l-35.8 80.29L44 77.39a16 16 0 0 0-27.75 13.42c0 .11 0 .21.07.32L39 195a16 16 0 0 0 15.72 13h146.57A16 16 0 0 0 217 195l22.68-103.87c0-.11 0-.21.07-.32a15.85 15.85 0 0 0-8.85-17.21m-29.55 118.08l-.06.32H54.71l-.06-.32L32 88l.14.16l42 45.24a8 8 0 0 0 13.18-2.18L128 40l40.69 91.25a8 8 0 0 0 13.18 2.18l42-45.24l.13-.19Z"/></svg>

React

import type { SVGProps } from "react";

export function PhCrownSimple(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M230.9 73.6a15.85 15.85 0 0 0-18.9 3.79l-33.67 36.29l-35.8-80.29a1 1 0 0 1 0-.1a16 16 0 0 0-29.06 0a1 1 0 0 1 0 .1l-35.8 80.29L44 77.39a16 16 0 0 0-27.75 13.42c0 .11 0 .21.07.32L39 195a16 16 0 0 0 15.72 13h146.57A16 16 0 0 0 217 195l22.68-103.87c0-.11 0-.21.07-.32a15.85 15.85 0 0 0-8.85-17.21m-29.55 118.08l-.06.32H54.71l-.06-.32L32 88l.14.16l42 45.24a8 8 0 0 0 13.18-2.18L128 40l40.69 91.25a8 8 0 0 0 13.18 2.18l42-45.24l.13-.19Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M230.9 73.6a15.85 15.85 0 0 0-18.9 3.79l-33.67 36.29l-35.8-80.29a1 1 0 0 1 0-.1a16 16 0 0 0-29.06 0a1 1 0 0 1 0 .1l-35.8 80.29L44 77.39a16 16 0 0 0-27.75 13.42c0 .11 0 .21.07.32L39 195a16 16 0 0 0 15.72 13h146.57A16 16 0 0 0 217 195l22.68-103.87c0-.11 0-.21.07-.32a15.85 15.85 0 0 0-8.85-17.21m-29.55 118.08l-.06.32H54.71l-.06-.32L32 88l.14.16l42 45.24a8 8 0 0 0 13.18-2.18L128 40l40.69 91.25a8 8 0 0 0 13.18 2.18l42-45.24l.13-.19Z"/></svg>
</template>

CSS

.icon-crown-simple {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M230.9%2073.6a15.85%2015.85%200%200%200-18.9%203.79l-33.67%2036.29l-35.8-80.29a1%201%200%200%201%200-.1a16%2016%200%200%200-29.06%200a1%201%200%200%201%200%20.1l-35.8%2080.29L44%2077.39a16%2016%200%200%200-27.75%2013.42c0%20.11%200%20.21.07.32L39%20195a16%2016%200%200%200%2015.72%2013h146.57A16%2016%200%200%200%20217%20195l22.68-103.87c0-.11%200-.21.07-.32a15.85%2015.85%200%200%200-8.85-17.21m-29.55%20118.08l-.06.32H54.71l-.06-.32L32%2088l.14.16l42%2045.24a8%208%200%200%200%2013.18-2.18L128%2040l40.69%2091.25a8%208%200%200%200%2013.18%202.18l42-45.24l.13-.19Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M230.9%2073.6a15.85%2015.85%200%200%200-18.9%203.79l-33.67%2036.29l-35.8-80.29a1%201%200%200%201%200-.1a16%2016%200%200%200-29.06%200a1%201%200%200%201%200%20.1l-35.8%2080.29L44%2077.39a16%2016%200%200%200-27.75%2013.42c0%20.11%200%20.21.07.32L39%20195a16%2016%200%200%200%2015.72%2013h146.57A16%2016%200%200%200%20217%20195l22.68-103.87c0-.11%200-.21.07-.32a15.85%2015.85%200%200%200-8.85-17.21m-29.55%20118.08l-.06.32H54.71l-.06-.32L32%2088l.14.16l42%2045.24a8%208%200%200%200%2013.18-2.18L128%2040l40.69%2091.25a8%208%200%200%200%2013.18%202.18l42-45.24l.13-.19Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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