crown icon

crown-broken from Solar by 480 Design · Broken · UI · CC-BY-4.0 Attribution required.

Name
crown-broken
Set
Solar
Style
Broken
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

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-width="1.5"><path stroke-linecap="round" d="M4.01771 10.5C3.96702 10.8784 4.03162 11.479 4.12945 12.3885L4.3128 14.0932C4.61492 16.902 4.76598 19.3064 5.71208 20.1533C6.65817 21.0001 8.07614 21.0001 10.9121 21.0001H13.0879C15.9239 21.0001 17.3418 21.0001 18.2879 20.1533C19.234 19.3064 19.3851 16.902 19.6872 14.0932"/><path stroke-linecap="round" d="M5 17.5H19"/><path d="M19.9823 10.4999L20 10.5C20.8284 10.5 21.5 9.82843 21.5 9C21.5 8.17157 20.8284 7.5 20 7.5C19.1716 7.5 18.5 8.17157 18.5 9C18.5 9.37466 18.6374 9.71724 18.8645 9.98013C19.1359 10.2944 19.5357 10.4947 19.9823 10.4999Z"/><path d="M4 10.5L4.01771 10.4999C4.46434 10.4947 4.86406 10.2944 5.13553 9.98012C5.36264 9.71724 5.5 9.37466 5.5 9C5.5 8.17157 4.82843 7.5 4 7.5C3.17157 7.5 2.5 8.17157 2.5 9C2.5 9.82843 3.17157 10.5 4 10.5Z"/><path d="M11.0925 6.78271C10.9345 7.03566 10.7592 7.34991 10.5498 7.72547L8.76027 10.934C8.42077 11.5427 8.25102 11.8471 7.99642 11.9592C7.85535 12.0213 7.69969 12.0431 7.54691 12.0219C7.27118 11.9838 7.02403 11.7376 6.52971 11.2452C5.88806 10.6061 5.46178 10.1814 5.13574 9.98019"/><path d="M11.0923 6.78265C11.3647 6.92163 11.6732 7 12 7C12.3268 7 12.6353 6.92163 12.9077 6.78265C13.556 6.45187 14 5.77778 14 5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5C10 5.77778 10.444 6.45187 11.0923 6.78265Z"/><path d="M12.9077 6.78271C13.0658 7.03565 13.241 7.34991 13.4505 7.72546L15.24 10.934C15.5795 11.5427 15.7492 11.8471 16.0038 11.9592C16.1449 12.0213 16.3006 12.0431 16.4533 12.0219C16.7291 11.9838 16.9762 11.7376 17.4705 11.2452C18.1122 10.6061 18.5385 10.1814 18.8645 9.98019"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarCrownBroken(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" strokeWidth="1.5"><path strokeLinecap="round" d="M4.01771 10.5C3.96702 10.8784 4.03162 11.479 4.12945 12.3885L4.3128 14.0932C4.61492 16.902 4.76598 19.3064 5.71208 20.1533C6.65817 21.0001 8.07614 21.0001 10.9121 21.0001H13.0879C15.9239 21.0001 17.3418 21.0001 18.2879 20.1533C19.234 19.3064 19.3851 16.902 19.6872 14.0932"/><path strokeLinecap="round" d="M5 17.5H19"/><path d="M19.9823 10.4999L20 10.5C20.8284 10.5 21.5 9.82843 21.5 9C21.5 8.17157 20.8284 7.5 20 7.5C19.1716 7.5 18.5 8.17157 18.5 9C18.5 9.37466 18.6374 9.71724 18.8645 9.98013C19.1359 10.2944 19.5357 10.4947 19.9823 10.4999Z"/><path d="M4 10.5L4.01771 10.4999C4.46434 10.4947 4.86406 10.2944 5.13553 9.98012C5.36264 9.71724 5.5 9.37466 5.5 9C5.5 8.17157 4.82843 7.5 4 7.5C3.17157 7.5 2.5 8.17157 2.5 9C2.5 9.82843 3.17157 10.5 4 10.5Z"/><path d="M11.0925 6.78271C10.9345 7.03566 10.7592 7.34991 10.5498 7.72547L8.76027 10.934C8.42077 11.5427 8.25102 11.8471 7.99642 11.9592C7.85535 12.0213 7.69969 12.0431 7.54691 12.0219C7.27118 11.9838 7.02403 11.7376 6.52971 11.2452C5.88806 10.6061 5.46178 10.1814 5.13574 9.98019"/><path d="M11.0923 6.78265C11.3647 6.92163 11.6732 7 12 7C12.3268 7 12.6353 6.92163 12.9077 6.78265C13.556 6.45187 14 5.77778 14 5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5C10 5.77778 10.444 6.45187 11.0923 6.78265Z"/><path d="M12.9077 6.78271C13.0658 7.03565 13.241 7.34991 13.4505 7.72546L15.24 10.934C15.5795 11.5427 15.7492 11.8471 16.0038 11.9592C16.1449 12.0213 16.3006 12.0431 16.4533 12.0219C16.7291 11.9838 16.9762 11.7376 17.4705 11.2452C18.1122 10.6061 18.5385 10.1814 18.8645 9.98019"/></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-width="1.5"><path stroke-linecap="round" d="M4.01771 10.5C3.96702 10.8784 4.03162 11.479 4.12945 12.3885L4.3128 14.0932C4.61492 16.902 4.76598 19.3064 5.71208 20.1533C6.65817 21.0001 8.07614 21.0001 10.9121 21.0001H13.0879C15.9239 21.0001 17.3418 21.0001 18.2879 20.1533C19.234 19.3064 19.3851 16.902 19.6872 14.0932"/><path stroke-linecap="round" d="M5 17.5H19"/><path d="M19.9823 10.4999L20 10.5C20.8284 10.5 21.5 9.82843 21.5 9C21.5 8.17157 20.8284 7.5 20 7.5C19.1716 7.5 18.5 8.17157 18.5 9C18.5 9.37466 18.6374 9.71724 18.8645 9.98013C19.1359 10.2944 19.5357 10.4947 19.9823 10.4999Z"/><path d="M4 10.5L4.01771 10.4999C4.46434 10.4947 4.86406 10.2944 5.13553 9.98012C5.36264 9.71724 5.5 9.37466 5.5 9C5.5 8.17157 4.82843 7.5 4 7.5C3.17157 7.5 2.5 8.17157 2.5 9C2.5 9.82843 3.17157 10.5 4 10.5Z"/><path d="M11.0925 6.78271C10.9345 7.03566 10.7592 7.34991 10.5498 7.72547L8.76027 10.934C8.42077 11.5427 8.25102 11.8471 7.99642 11.9592C7.85535 12.0213 7.69969 12.0431 7.54691 12.0219C7.27118 11.9838 7.02403 11.7376 6.52971 11.2452C5.88806 10.6061 5.46178 10.1814 5.13574 9.98019"/><path d="M11.0923 6.78265C11.3647 6.92163 11.6732 7 12 7C12.3268 7 12.6353 6.92163 12.9077 6.78265C13.556 6.45187 14 5.77778 14 5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5C10 5.77778 10.444 6.45187 11.0923 6.78265Z"/><path d="M12.9077 6.78271C13.0658 7.03565 13.241 7.34991 13.4505 7.72546L15.24 10.934C15.5795 11.5427 15.7492 11.8471 16.0038 11.9592C16.1449 12.0213 16.3006 12.0431 16.4533 12.0219C16.7291 11.9838 16.9762 11.7376 17.4705 11.2452C18.1122 10.6061 18.5385 10.1814 18.8645 9.98019"/></g></svg>
</template>

CSS

.icon-crown-broken {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.01771%2010.5C3.96702%2010.8784%204.03162%2011.479%204.12945%2012.3885L4.3128%2014.0932C4.61492%2016.902%204.76598%2019.3064%205.71208%2020.1533C6.65817%2021.0001%208.07614%2021.0001%2010.9121%2021.0001H13.0879C15.9239%2021.0001%2017.3418%2021.0001%2018.2879%2020.1533C19.234%2019.3064%2019.3851%2016.902%2019.6872%2014.0932%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2017.5H19%22%2F%3E%3Cpath%20d%3D%22M19.9823%2010.4999L20%2010.5C20.8284%2010.5%2021.5%209.82843%2021.5%209C21.5%208.17157%2020.8284%207.5%2020%207.5C19.1716%207.5%2018.5%208.17157%2018.5%209C18.5%209.37466%2018.6374%209.71724%2018.8645%209.98013C19.1359%2010.2944%2019.5357%2010.4947%2019.9823%2010.4999Z%22%2F%3E%3Cpath%20d%3D%22M4%2010.5L4.01771%2010.4999C4.46434%2010.4947%204.86406%2010.2944%205.13553%209.98012C5.36264%209.71724%205.5%209.37466%205.5%209C5.5%208.17157%204.82843%207.5%204%207.5C3.17157%207.5%202.5%208.17157%202.5%209C2.5%209.82843%203.17157%2010.5%204%2010.5Z%22%2F%3E%3Cpath%20d%3D%22M11.0925%206.78271C10.9345%207.03566%2010.7592%207.34991%2010.5498%207.72547L8.76027%2010.934C8.42077%2011.5427%208.25102%2011.8471%207.99642%2011.9592C7.85535%2012.0213%207.69969%2012.0431%207.54691%2012.0219C7.27118%2011.9838%207.02403%2011.7376%206.52971%2011.2452C5.88806%2010.6061%205.46178%2010.1814%205.13574%209.98019%22%2F%3E%3Cpath%20d%3D%22M11.0923%206.78265C11.3647%206.92163%2011.6732%207%2012%207C12.3268%207%2012.6353%206.92163%2012.9077%206.78265C13.556%206.45187%2014%205.77778%2014%205C14%203.89543%2013.1046%203%2012%203C10.8954%203%2010%203.89543%2010%205C10%205.77778%2010.444%206.45187%2011.0923%206.78265Z%22%2F%3E%3Cpath%20d%3D%22M12.9077%206.78271C13.0658%207.03565%2013.241%207.34991%2013.4505%207.72546L15.24%2010.934C15.5795%2011.5427%2015.7492%2011.8471%2016.0038%2011.9592C16.1449%2012.0213%2016.3006%2012.0431%2016.4533%2012.0219C16.7291%2011.9838%2016.9762%2011.7376%2017.4705%2011.2452C18.1122%2010.6061%2018.5385%2010.1814%2018.8645%209.98019%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.01771%2010.5C3.96702%2010.8784%204.03162%2011.479%204.12945%2012.3885L4.3128%2014.0932C4.61492%2016.902%204.76598%2019.3064%205.71208%2020.1533C6.65817%2021.0001%208.07614%2021.0001%2010.9121%2021.0001H13.0879C15.9239%2021.0001%2017.3418%2021.0001%2018.2879%2020.1533C19.234%2019.3064%2019.3851%2016.902%2019.6872%2014.0932%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2017.5H19%22%2F%3E%3Cpath%20d%3D%22M19.9823%2010.4999L20%2010.5C20.8284%2010.5%2021.5%209.82843%2021.5%209C21.5%208.17157%2020.8284%207.5%2020%207.5C19.1716%207.5%2018.5%208.17157%2018.5%209C18.5%209.37466%2018.6374%209.71724%2018.8645%209.98013C19.1359%2010.2944%2019.5357%2010.4947%2019.9823%2010.4999Z%22%2F%3E%3Cpath%20d%3D%22M4%2010.5L4.01771%2010.4999C4.46434%2010.4947%204.86406%2010.2944%205.13553%209.98012C5.36264%209.71724%205.5%209.37466%205.5%209C5.5%208.17157%204.82843%207.5%204%207.5C3.17157%207.5%202.5%208.17157%202.5%209C2.5%209.82843%203.17157%2010.5%204%2010.5Z%22%2F%3E%3Cpath%20d%3D%22M11.0925%206.78271C10.9345%207.03566%2010.7592%207.34991%2010.5498%207.72547L8.76027%2010.934C8.42077%2011.5427%208.25102%2011.8471%207.99642%2011.9592C7.85535%2012.0213%207.69969%2012.0431%207.54691%2012.0219C7.27118%2011.9838%207.02403%2011.7376%206.52971%2011.2452C5.88806%2010.6061%205.46178%2010.1814%205.13574%209.98019%22%2F%3E%3Cpath%20d%3D%22M11.0923%206.78265C11.3647%206.92163%2011.6732%207%2012%207C12.3268%207%2012.6353%206.92163%2012.9077%206.78265C13.556%206.45187%2014%205.77778%2014%205C14%203.89543%2013.1046%203%2012%203C10.8954%203%2010%203.89543%2010%205C10%205.77778%2010.444%206.45187%2011.0923%206.78265Z%22%2F%3E%3Cpath%20d%3D%22M12.9077%206.78271C13.0658%207.03565%2013.241%207.34991%2013.4505%207.72546L15.24%2010.934C15.5795%2011.5427%2015.7492%2011.8471%2016.0038%2011.9592C16.1449%2012.0213%2016.3006%2012.0431%2016.4533%2012.0219C16.7291%2011.9838%2016.9762%2011.7376%2017.4705%2011.2452C18.1122%2010.6061%2018.5385%2010.1814%2018.8645%209.98019%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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