crown simple icon

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

Name
crown-simple-thin
Set
Phosphor
Style
Thin
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="M229.18 77.21A11.89 11.89 0 0 0 215 80.08l-37.81 40.76L138.9 35a12 12 0 0 0-21.82.05l-38.27 85.79L41 80.08a12 12 0 0 0-20.81 10v.15l22.69 103.9A12 12 0 0 0 54.71 204h146.58a12 12 0 0 0 11.8-9.83l22.69-103.9v-.15a11.89 11.89 0 0 0-6.6-12.91m-1.24 11.45l-22.68 103.88v.16a4 4 0 0 1-3.94 3.3H54.71a4 4 0 0 1-3.94-3.3v-.16L28.06 88.66a4 4 0 0 1 7-3.26a.3.3 0 0 0 .08.08l42 45.24a4 4 0 0 0 6.59-1.09l40.72-91.31a4 4 0 0 1 7.24 0l40.74 91.35a4 4 0 0 0 6.59 1.09l42-45.24a.3.3 0 0 0 .08-.08a4 4 0 0 1 7 3.26Z"/></svg>

React

import type { SVGProps } from "react";

export function PhCrownSimpleThin(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="M229.18 77.21A11.89 11.89 0 0 0 215 80.08l-37.81 40.76L138.9 35a12 12 0 0 0-21.82.05l-38.27 85.79L41 80.08a12 12 0 0 0-20.81 10v.15l22.69 103.9A12 12 0 0 0 54.71 204h146.58a12 12 0 0 0 11.8-9.83l22.69-103.9v-.15a11.89 11.89 0 0 0-6.6-12.91m-1.24 11.45l-22.68 103.88v.16a4 4 0 0 1-3.94 3.3H54.71a4 4 0 0 1-3.94-3.3v-.16L28.06 88.66a4 4 0 0 1 7-3.26a.3.3 0 0 0 .08.08l42 45.24a4 4 0 0 0 6.59-1.09l40.72-91.31a4 4 0 0 1 7.24 0l40.74 91.35a4 4 0 0 0 6.59 1.09l42-45.24a.3.3 0 0 0 .08-.08a4 4 0 0 1 7 3.26Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M229.18 77.21A11.89 11.89 0 0 0 215 80.08l-37.81 40.76L138.9 35a12 12 0 0 0-21.82.05l-38.27 85.79L41 80.08a12 12 0 0 0-20.81 10v.15l22.69 103.9A12 12 0 0 0 54.71 204h146.58a12 12 0 0 0 11.8-9.83l22.69-103.9v-.15a11.89 11.89 0 0 0-6.6-12.91m-1.24 11.45l-22.68 103.88v.16a4 4 0 0 1-3.94 3.3H54.71a4 4 0 0 1-3.94-3.3v-.16L28.06 88.66a4 4 0 0 1 7-3.26a.3.3 0 0 0 .08.08l42 45.24a4 4 0 0 0 6.59-1.09l40.72-91.31a4 4 0 0 1 7.24 0l40.74 91.35a4 4 0 0 0 6.59 1.09l42-45.24a.3.3 0 0 0 .08-.08a4 4 0 0 1 7 3.26Z"/></svg>
</template>

CSS

.icon-crown-simple-thin {
  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%22M229.18%2077.21A11.89%2011.89%200%200%200%20215%2080.08l-37.81%2040.76L138.9%2035a12%2012%200%200%200-21.82.05l-38.27%2085.79L41%2080.08a12%2012%200%200%200-20.81%2010v.15l22.69%20103.9A12%2012%200%200%200%2054.71%20204h146.58a12%2012%200%200%200%2011.8-9.83l22.69-103.9v-.15a11.89%2011.89%200%200%200-6.6-12.91m-1.24%2011.45l-22.68%20103.88v.16a4%204%200%200%201-3.94%203.3H54.71a4%204%200%200%201-3.94-3.3v-.16L28.06%2088.66a4%204%200%200%201%207-3.26a.3.3%200%200%200%20.08.08l42%2045.24a4%204%200%200%200%206.59-1.09l40.72-91.31a4%204%200%200%201%207.24%200l40.74%2091.35a4%204%200%200%200%206.59%201.09l42-45.24a.3.3%200%200%200%20.08-.08a4%204%200%200%201%207%203.26Z%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%22M229.18%2077.21A11.89%2011.89%200%200%200%20215%2080.08l-37.81%2040.76L138.9%2035a12%2012%200%200%200-21.82.05l-38.27%2085.79L41%2080.08a12%2012%200%200%200-20.81%2010v.15l22.69%20103.9A12%2012%200%200%200%2054.71%20204h146.58a12%2012%200%200%200%2011.8-9.83l22.69-103.9v-.15a11.89%2011.89%200%200%200-6.6-12.91m-1.24%2011.45l-22.68%20103.88v.16a4%204%200%200%201-3.94%203.3H54.71a4%204%200%200%201-3.94-3.3v-.16L28.06%2088.66a4%204%200%200%201%207-3.26a.3.3%200%200%200%20.08.08l42%2045.24a4%204%200%200%200%206.59-1.09l40.72-91.31a4%204%200%200%201%207.24%200l40.74%2091.35a4%204%200%200%200%206.59%201.09l42-45.24a.3.3%200%200%200%20.08-.08a4%204%200%200%201%207%203.26Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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