crown cross icon

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

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

5 other variants in Phosphor

Related icons in Phosphor

Use the crown cross icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M180 56c-17.74 0-33.21 6.48-44 17.16V40h16a8 8 0 0 0 0-16h-16V8a8 8 0 0 0-16 0v16h-16a8 8 0 0 0 0 16h16v33.16C109.21 62.48 93.74 56 76 56a60.07 60.07 0 0 0-60 60c0 29.86 14.54 48.85 26.73 59.52A90.5 90.5 0 0 0 64 189.34V208a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-18.66a90.5 90.5 0 0 0 21.27-13.82C225.46 164.85 240 145.86 240 116a60.07 60.07 0 0 0-60-60m1.47 120.41A8 8 0 0 0 176 184v24H80v-24a8 8 0 0 0-5.47-7.59C74.1 176.27 32 161.7 32 116a44.05 44.05 0 0 1 44-44c25.5 0 44 16.82 44 40v64a8 8 0 0 0 16 0v-64c0-23.18 18.5-40 44-40a44.05 44.05 0 0 1 44 44c0 45.4-40.82 59.83-42.53 60.41"/></svg>

React

import type { SVGProps } from "react";

export function PhCrownCross(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="M180 56c-17.74 0-33.21 6.48-44 17.16V40h16a8 8 0 0 0 0-16h-16V8a8 8 0 0 0-16 0v16h-16a8 8 0 0 0 0 16h16v33.16C109.21 62.48 93.74 56 76 56a60.07 60.07 0 0 0-60 60c0 29.86 14.54 48.85 26.73 59.52A90.5 90.5 0 0 0 64 189.34V208a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-18.66a90.5 90.5 0 0 0 21.27-13.82C225.46 164.85 240 145.86 240 116a60.07 60.07 0 0 0-60-60m1.47 120.41A8 8 0 0 0 176 184v24H80v-24a8 8 0 0 0-5.47-7.59C74.1 176.27 32 161.7 32 116a44.05 44.05 0 0 1 44-44c25.5 0 44 16.82 44 40v64a8 8 0 0 0 16 0v-64c0-23.18 18.5-40 44-40a44.05 44.05 0 0 1 44 44c0 45.4-40.82 59.83-42.53 60.41"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M180 56c-17.74 0-33.21 6.48-44 17.16V40h16a8 8 0 0 0 0-16h-16V8a8 8 0 0 0-16 0v16h-16a8 8 0 0 0 0 16h16v33.16C109.21 62.48 93.74 56 76 56a60.07 60.07 0 0 0-60 60c0 29.86 14.54 48.85 26.73 59.52A90.5 90.5 0 0 0 64 189.34V208a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-18.66a90.5 90.5 0 0 0 21.27-13.82C225.46 164.85 240 145.86 240 116a60.07 60.07 0 0 0-60-60m1.47 120.41A8 8 0 0 0 176 184v24H80v-24a8 8 0 0 0-5.47-7.59C74.1 176.27 32 161.7 32 116a44.05 44.05 0 0 1 44-44c25.5 0 44 16.82 44 40v64a8 8 0 0 0 16 0v-64c0-23.18 18.5-40 44-40a44.05 44.05 0 0 1 44 44c0 45.4-40.82 59.83-42.53 60.41"/></svg>
</template>

CSS

.icon-crown-cross {
  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%22M180%2056c-17.74%200-33.21%206.48-44%2017.16V40h16a8%208%200%200%200%200-16h-16V8a8%208%200%200%200-16%200v16h-16a8%208%200%200%200%200%2016h16v33.16C109.21%2062.48%2093.74%2056%2076%2056a60.07%2060.07%200%200%200-60%2060c0%2029.86%2014.54%2048.85%2026.73%2059.52A90.5%2090.5%200%200%200%2064%20189.34V208a16%2016%200%200%200%2016%2016h96a16%2016%200%200%200%2016-16v-18.66a90.5%2090.5%200%200%200%2021.27-13.82C225.46%20164.85%20240%20145.86%20240%20116a60.07%2060.07%200%200%200-60-60m1.47%20120.41A8%208%200%200%200%20176%20184v24H80v-24a8%208%200%200%200-5.47-7.59C74.1%20176.27%2032%20161.7%2032%20116a44.05%2044.05%200%200%201%2044-44c25.5%200%2044%2016.82%2044%2040v64a8%208%200%200%200%2016%200v-64c0-23.18%2018.5-40%2044-40a44.05%2044.05%200%200%201%2044%2044c0%2045.4-40.82%2059.83-42.53%2060.41%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%22M180%2056c-17.74%200-33.21%206.48-44%2017.16V40h16a8%208%200%200%200%200-16h-16V8a8%208%200%200%200-16%200v16h-16a8%208%200%200%200%200%2016h16v33.16C109.21%2062.48%2093.74%2056%2076%2056a60.07%2060.07%200%200%200-60%2060c0%2029.86%2014.54%2048.85%2026.73%2059.52A90.5%2090.5%200%200%200%2064%20189.34V208a16%2016%200%200%200%2016%2016h96a16%2016%200%200%200%2016-16v-18.66a90.5%2090.5%200%200%200%2021.27-13.82C225.46%20164.85%20240%20145.86%20240%20116a60.07%2060.07%200%200%200-60-60m1.47%20120.41A8%208%200%200%200%20176%20184v24H80v-24a8%208%200%200%200-5.47-7.59C74.1%20176.27%2032%20161.7%2032%20116a44.05%2044.05%200%200%201%2044-44c25.5%200%2044%2016.82%2044%2040v64a8%208%200%200%200%2016%200v-64c0-23.18%2018.5-40%2044-40a44.05%2044.05%200%200%201%2044%2044c0%2045.4-40.82%2059.83-42.53%2060.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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