crown 2 icon
crown-2 from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- crown-2
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More ui icons from Reicon
Use the crown 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9 17.25a.75.75 0 0 0 0 1.5h6a.75.75 0 1 0 0-1.5z"/><path fill-rule="evenodd" d="M12 1.25c-.706 0-1.155.5-1.457.947c-.306.455-.625 1.11-1.004 1.886L7.276 8.72c-.219.448-.36.735-.482.934a1 1 0 0 1-.142.192a.2.2 0 0 1-.087.017a1 1 0 0 1-.156-.122c-.162-.15-.364-.379-.684-.743l-.029-.033C5.124 8.313 4.656 7.78 4.27 7.42a3.3 3.3 0 0 0-.623-.477a1.4 1.4 0 0 0-.819-.196a1.74 1.74 0 0 0-1.187.637c-.355.429-.395 1.029-.39 1.547c.004.56.074 1.303.16 2.227l.238 2.522c.185 1.966.33 3.505.58 4.701c.256 1.218.64 2.183 1.375 2.933c.745.763 1.66 1.111 2.792 1.277c1.088.159 2.463.159 4.185.159h2.838c1.722 0 3.097 0 4.185-.16c1.132-.165 2.047-.513 2.792-1.276c.734-.75 1.119-1.715 1.374-2.933c.251-1.196.396-2.735.581-4.701l.238-2.522c.087-.924.157-1.667.16-2.227c.005-.518-.035-1.118-.39-1.547a1.74 1.74 0 0 0-1.187-.637a1.4 1.4 0 0 0-.819.196a3.3 3.3 0 0 0-.623.477c-.386.36-.854.893-1.426 1.545l-.03.033c-.32.364-.521.593-.683.743a1 1 0 0 1-.155.122a.2.2 0 0 1-.088-.017a1 1 0 0 1-.142-.192c-.122-.199-.263-.486-.482-.934l-2.263-4.637c-.379-.777-.698-1.431-1.004-1.886c-.302-.448-.75-.947-1.457-.947m-1.139 3.544c.412-.844.686-1.402.926-1.759A1.5 1.5 0 0 1 12 2.772c.04.037.11.112.213.263c.24.357.514.915.926 1.759l2.253 4.616c.198.407.371.76.536 1.03c.17.275.392.568.74.743c.313.158.666.216 1.016.16c.393-.062.691-.285.925-.501c.227-.21.48-.498.768-.826l.025-.028c.608-.693 1.027-1.169 1.352-1.472c.16-.15.266-.227.331-.263a.3.3 0 0 1 .113.08l.001.007c.01.03.054.172.05.58c-.003.487-.066 1.165-.157 2.136l-.23 2.435c-.19 2.024-.328 3.479-.56 4.582c-.229 1.09-.53 1.734-.978 2.193c-.438.448-1 .704-1.937.84c-.967.142-2.232.144-4.027.144h-2.72c-1.795 0-3.06-.002-4.027-.143c-.937-.137-1.499-.393-1.937-.841c-.448-.459-.75-1.103-.978-2.193c-.232-1.103-.37-2.558-.56-4.582l-.23-2.435c-.09-.971-.154-1.65-.158-2.137c-.003-.407.042-.55.05-.58l.003-.005a.3.3 0 0 1 .111-.082h.001c.065.037.17.114.331.264c.325.303.744.779 1.352 1.472l.025.028c.288.328.541.617.768.826c.234.216.532.44.925.502c.35.055.703-.003 1.016-.161c.348-.175.57-.468.74-.743c.165-.27.338-.623.536-1.03zm10.337 3.54l.005.006zM12.044 2.74l-.01.004q.01-.006.01-.004m-.079.004l-.009-.004z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCrown2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9 17.25a.75.75 0 0 0 0 1.5h6a.75.75 0 1 0 0-1.5z"/><path fillRule="evenodd" d="M12 1.25c-.706 0-1.155.5-1.457.947c-.306.455-.625 1.11-1.004 1.886L7.276 8.72c-.219.448-.36.735-.482.934a1 1 0 0 1-.142.192a.2.2 0 0 1-.087.017a1 1 0 0 1-.156-.122c-.162-.15-.364-.379-.684-.743l-.029-.033C5.124 8.313 4.656 7.78 4.27 7.42a3.3 3.3 0 0 0-.623-.477a1.4 1.4 0 0 0-.819-.196a1.74 1.74 0 0 0-1.187.637c-.355.429-.395 1.029-.39 1.547c.004.56.074 1.303.16 2.227l.238 2.522c.185 1.966.33 3.505.58 4.701c.256 1.218.64 2.183 1.375 2.933c.745.763 1.66 1.111 2.792 1.277c1.088.159 2.463.159 4.185.159h2.838c1.722 0 3.097 0 4.185-.16c1.132-.165 2.047-.513 2.792-1.276c.734-.75 1.119-1.715 1.374-2.933c.251-1.196.396-2.735.581-4.701l.238-2.522c.087-.924.157-1.667.16-2.227c.005-.518-.035-1.118-.39-1.547a1.74 1.74 0 0 0-1.187-.637a1.4 1.4 0 0 0-.819.196a3.3 3.3 0 0 0-.623.477c-.386.36-.854.893-1.426 1.545l-.03.033c-.32.364-.521.593-.683.743a1 1 0 0 1-.155.122a.2.2 0 0 1-.088-.017a1 1 0 0 1-.142-.192c-.122-.199-.263-.486-.482-.934l-2.263-4.637c-.379-.777-.698-1.431-1.004-1.886c-.302-.448-.75-.947-1.457-.947m-1.139 3.544c.412-.844.686-1.402.926-1.759A1.5 1.5 0 0 1 12 2.772c.04.037.11.112.213.263c.24.357.514.915.926 1.759l2.253 4.616c.198.407.371.76.536 1.03c.17.275.392.568.74.743c.313.158.666.216 1.016.16c.393-.062.691-.285.925-.501c.227-.21.48-.498.768-.826l.025-.028c.608-.693 1.027-1.169 1.352-1.472c.16-.15.266-.227.331-.263a.3.3 0 0 1 .113.08l.001.007c.01.03.054.172.05.58c-.003.487-.066 1.165-.157 2.136l-.23 2.435c-.19 2.024-.328 3.479-.56 4.582c-.229 1.09-.53 1.734-.978 2.193c-.438.448-1 .704-1.937.84c-.967.142-2.232.144-4.027.144h-2.72c-1.795 0-3.06-.002-4.027-.143c-.937-.137-1.499-.393-1.937-.841c-.448-.459-.75-1.103-.978-2.193c-.232-1.103-.37-2.558-.56-4.582l-.23-2.435c-.09-.971-.154-1.65-.158-2.137c-.003-.407.042-.55.05-.58l.003-.005a.3.3 0 0 1 .111-.082h.001c.065.037.17.114.331.264c.325.303.744.779 1.352 1.472l.025.028c.288.328.541.617.768.826c.234.216.532.44.925.502c.35.055.703-.003 1.016-.161c.348-.175.57-.468.74-.743c.165-.27.338-.623.536-1.03zm10.337 3.54l.005.006zM12.044 2.74l-.01.004q.01-.006.01-.004m-.079.004l-.009-.004z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9 17.25a.75.75 0 0 0 0 1.5h6a.75.75 0 1 0 0-1.5z"/><path fill-rule="evenodd" d="M12 1.25c-.706 0-1.155.5-1.457.947c-.306.455-.625 1.11-1.004 1.886L7.276 8.72c-.219.448-.36.735-.482.934a1 1 0 0 1-.142.192a.2.2 0 0 1-.087.017a1 1 0 0 1-.156-.122c-.162-.15-.364-.379-.684-.743l-.029-.033C5.124 8.313 4.656 7.78 4.27 7.42a3.3 3.3 0 0 0-.623-.477a1.4 1.4 0 0 0-.819-.196a1.74 1.74 0 0 0-1.187.637c-.355.429-.395 1.029-.39 1.547c.004.56.074 1.303.16 2.227l.238 2.522c.185 1.966.33 3.505.58 4.701c.256 1.218.64 2.183 1.375 2.933c.745.763 1.66 1.111 2.792 1.277c1.088.159 2.463.159 4.185.159h2.838c1.722 0 3.097 0 4.185-.16c1.132-.165 2.047-.513 2.792-1.276c.734-.75 1.119-1.715 1.374-2.933c.251-1.196.396-2.735.581-4.701l.238-2.522c.087-.924.157-1.667.16-2.227c.005-.518-.035-1.118-.39-1.547a1.74 1.74 0 0 0-1.187-.637a1.4 1.4 0 0 0-.819.196a3.3 3.3 0 0 0-.623.477c-.386.36-.854.893-1.426 1.545l-.03.033c-.32.364-.521.593-.683.743a1 1 0 0 1-.155.122a.2.2 0 0 1-.088-.017a1 1 0 0 1-.142-.192c-.122-.199-.263-.486-.482-.934l-2.263-4.637c-.379-.777-.698-1.431-1.004-1.886c-.302-.448-.75-.947-1.457-.947m-1.139 3.544c.412-.844.686-1.402.926-1.759A1.5 1.5 0 0 1 12 2.772c.04.037.11.112.213.263c.24.357.514.915.926 1.759l2.253 4.616c.198.407.371.76.536 1.03c.17.275.392.568.74.743c.313.158.666.216 1.016.16c.393-.062.691-.285.925-.501c.227-.21.48-.498.768-.826l.025-.028c.608-.693 1.027-1.169 1.352-1.472c.16-.15.266-.227.331-.263a.3.3 0 0 1 .113.08l.001.007c.01.03.054.172.05.58c-.003.487-.066 1.165-.157 2.136l-.23 2.435c-.19 2.024-.328 3.479-.56 4.582c-.229 1.09-.53 1.734-.978 2.193c-.438.448-1 .704-1.937.84c-.967.142-2.232.144-4.027.144h-2.72c-1.795 0-3.06-.002-4.027-.143c-.937-.137-1.499-.393-1.937-.841c-.448-.459-.75-1.103-.978-2.193c-.232-1.103-.37-2.558-.56-4.582l-.23-2.435c-.09-.971-.154-1.65-.158-2.137c-.003-.407.042-.55.05-.58l.003-.005a.3.3 0 0 1 .111-.082h.001c.065.037.17.114.331.264c.325.303.744.779 1.352 1.472l.025.028c.288.328.541.617.768.826c.234.216.532.44.925.502c.35.055.703-.003 1.016-.161c.348-.175.57-.468.74-.743c.165-.27.338-.623.536-1.03zm10.337 3.54l.005.006zM12.044 2.74l-.01.004q.01-.006.01-.004m-.079.004l-.009-.004z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-crown-2 {
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%22currentColor%22%3E%3Cpath%20d%3D%22M9%2017.25a.75.75%200%200%200%200%201.5h6a.75.75%200%201%200%200-1.5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25c-.706%200-1.155.5-1.457.947c-.306.455-.625%201.11-1.004%201.886L7.276%208.72c-.219.448-.36.735-.482.934a1%201%200%200%201-.142.192a.2.2%200%200%201-.087.017a1%201%200%200%201-.156-.122c-.162-.15-.364-.379-.684-.743l-.029-.033C5.124%208.313%204.656%207.78%204.27%207.42a3.3%203.3%200%200%200-.623-.477a1.4%201.4%200%200%200-.819-.196a1.74%201.74%200%200%200-1.187.637c-.355.429-.395%201.029-.39%201.547c.004.56.074%201.303.16%202.227l.238%202.522c.185%201.966.33%203.505.58%204.701c.256%201.218.64%202.183%201.375%202.933c.745.763%201.66%201.111%202.792%201.277c1.088.159%202.463.159%204.185.159h2.838c1.722%200%203.097%200%204.185-.16c1.132-.165%202.047-.513%202.792-1.276c.734-.75%201.119-1.715%201.374-2.933c.251-1.196.396-2.735.581-4.701l.238-2.522c.087-.924.157-1.667.16-2.227c.005-.518-.035-1.118-.39-1.547a1.74%201.74%200%200%200-1.187-.637a1.4%201.4%200%200%200-.819.196a3.3%203.3%200%200%200-.623.477c-.386.36-.854.893-1.426%201.545l-.03.033c-.32.364-.521.593-.683.743a1%201%200%200%201-.155.122a.2.2%200%200%201-.088-.017a1%201%200%200%201-.142-.192c-.122-.199-.263-.486-.482-.934l-2.263-4.637c-.379-.777-.698-1.431-1.004-1.886c-.302-.448-.75-.947-1.457-.947m-1.139%203.544c.412-.844.686-1.402.926-1.759A1.5%201.5%200%200%201%2012%202.772c.04.037.11.112.213.263c.24.357.514.915.926%201.759l2.253%204.616c.198.407.371.76.536%201.03c.17.275.392.568.74.743c.313.158.666.216%201.016.16c.393-.062.691-.285.925-.501c.227-.21.48-.498.768-.826l.025-.028c.608-.693%201.027-1.169%201.352-1.472c.16-.15.266-.227.331-.263a.3.3%200%200%201%20.113.08l.001.007c.01.03.054.172.05.58c-.003.487-.066%201.165-.157%202.136l-.23%202.435c-.19%202.024-.328%203.479-.56%204.582c-.229%201.09-.53%201.734-.978%202.193c-.438.448-1%20.704-1.937.84c-.967.142-2.232.144-4.027.144h-2.72c-1.795%200-3.06-.002-4.027-.143c-.937-.137-1.499-.393-1.937-.841c-.448-.459-.75-1.103-.978-2.193c-.232-1.103-.37-2.558-.56-4.582l-.23-2.435c-.09-.971-.154-1.65-.158-2.137c-.003-.407.042-.55.05-.58l.003-.005a.3.3%200%200%201%20.111-.082h.001c.065.037.17.114.331.264c.325.303.744.779%201.352%201.472l.025.028c.288.328.541.617.768.826c.234.216.532.44.925.502c.35.055.703-.003%201.016-.161c.348-.175.57-.468.74-.743c.165-.27.338-.623.536-1.03zm10.337%203.54l.005.006zM12.044%202.74l-.01.004q.01-.006.01-.004m-.079.004l-.009-.004z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M9%2017.25a.75.75%200%200%200%200%201.5h6a.75.75%200%201%200%200-1.5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25c-.706%200-1.155.5-1.457.947c-.306.455-.625%201.11-1.004%201.886L7.276%208.72c-.219.448-.36.735-.482.934a1%201%200%200%201-.142.192a.2.2%200%200%201-.087.017a1%201%200%200%201-.156-.122c-.162-.15-.364-.379-.684-.743l-.029-.033C5.124%208.313%204.656%207.78%204.27%207.42a3.3%203.3%200%200%200-.623-.477a1.4%201.4%200%200%200-.819-.196a1.74%201.74%200%200%200-1.187.637c-.355.429-.395%201.029-.39%201.547c.004.56.074%201.303.16%202.227l.238%202.522c.185%201.966.33%203.505.58%204.701c.256%201.218.64%202.183%201.375%202.933c.745.763%201.66%201.111%202.792%201.277c1.088.159%202.463.159%204.185.159h2.838c1.722%200%203.097%200%204.185-.16c1.132-.165%202.047-.513%202.792-1.276c.734-.75%201.119-1.715%201.374-2.933c.251-1.196.396-2.735.581-4.701l.238-2.522c.087-.924.157-1.667.16-2.227c.005-.518-.035-1.118-.39-1.547a1.74%201.74%200%200%200-1.187-.637a1.4%201.4%200%200%200-.819.196a3.3%203.3%200%200%200-.623.477c-.386.36-.854.893-1.426%201.545l-.03.033c-.32.364-.521.593-.683.743a1%201%200%200%201-.155.122a.2.2%200%200%201-.088-.017a1%201%200%200%201-.142-.192c-.122-.199-.263-.486-.482-.934l-2.263-4.637c-.379-.777-.698-1.431-1.004-1.886c-.302-.448-.75-.947-1.457-.947m-1.139%203.544c.412-.844.686-1.402.926-1.759A1.5%201.5%200%200%201%2012%202.772c.04.037.11.112.213.263c.24.357.514.915.926%201.759l2.253%204.616c.198.407.371.76.536%201.03c.17.275.392.568.74.743c.313.158.666.216%201.016.16c.393-.062.691-.285.925-.501c.227-.21.48-.498.768-.826l.025-.028c.608-.693%201.027-1.169%201.352-1.472c.16-.15.266-.227.331-.263a.3.3%200%200%201%20.113.08l.001.007c.01.03.054.172.05.58c-.003.487-.066%201.165-.157%202.136l-.23%202.435c-.19%202.024-.328%203.479-.56%204.582c-.229%201.09-.53%201.734-.978%202.193c-.438.448-1%20.704-1.937.84c-.967.142-2.232.144-4.027.144h-2.72c-1.795%200-3.06-.002-4.027-.143c-.937-.137-1.499-.393-1.937-.841c-.448-.459-.75-1.103-.978-2.193c-.232-1.103-.37-2.558-.56-4.582l-.23-2.435c-.09-.971-.154-1.65-.158-2.137c-.003-.407.042-.55.05-.58l.003-.005a.3.3%200%200%201%20.111-.082h.001c.065.037.17.114.331.264c.325.303.744.779%201.352%201.472l.025.028c.288.328.541.617.768.826c.234.216.532.44.925.502c.35.055.703-.003%201.016-.161c.348-.175.57-.468.74-.743c.165-.27.338-.623.536-1.03zm10.337%203.54l.005.006zM12.044%202.74l-.01.004q.01-.006.01-.004m-.079.004l-.009-.004z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/crown-2.svg?color=%231a73e8&size=48