crown3 icon
crown3 from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- crown3
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More ui icons from Reicon
Use the crown3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.787 3.035c-.24.357-.514.915-.926 1.759L8.608 9.41a13 13 0 0 1-.536 1.03c-.17.275-.392.568-.74.743a1.67 1.67 0 0 1-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.472a2 2 0 0 0-.33-.263h-.002a.3.3 0 0 0-.111.08c.002.002-.056.12-.053.586c.004.488.067 1.166.159 2.137l.229 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.144h2.72c1.795 0 3.06-.002 4.027-.143c.937-.137 1.5-.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-.465-.055-.584-.053-.586l.006.007a.3.3 0 0 0-.117-.088h-.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.502a1.67 1.67 0 0 1-1.016-.161c-.348-.175-.57-.468-.74-.743c-.165-.27-.338-.623-.536-1.03l-2.253-4.616c-.412-.844-.686-1.402-.926-1.759A1.4 1.4 0 0 0 12 2.772c-.04.037-.11.112-.213.263m.257-.294l-.01.004q.01-.006.01-.004m-.079.004l-.009-.004zm-1.422-.548c.302-.448.75-.947 1.457-.947c.706 0 1.155.5 1.457.947c.306.455.625 1.11 1.004 1.886l2.263 4.637c.219.448.36.735.482.934a1 1 0 0 0 .142.192q.047.022.088.017a1 1 0 0 0 .155-.122c.162-.15.364-.379.684-.743l.029-.033c.573-.652 1.04-1.185 1.426-1.545a3.3 3.3 0 0 1 .623-.477c.222-.124.5-.223.819-.196c.473.042.892.281 1.187.637c.355.429.395 1.029.39 1.547c-.003.56-.073 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.277c-1.088.159-2.463.159-4.185.159h-2.838c-1.722 0-3.097 0-4.185-.16c-1.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-.237-2.522c-.087-.924-.157-1.667-.162-2.227c-.004-.518.036-1.118.391-1.547a1.74 1.74 0 0 1 1.187-.637c.318-.027.597.072.819.196c.218.122.426.293.623.477c.386.36.854.893 1.426 1.545l.03.033c.32.364.521.593.683.743a1 1 0 0 0 .156.122a.2.2 0 0 0 .087-.017a1 1 0 0 0 .142-.192c.122-.199.263-.486.482-.934L9.54 4.083c.379-.777.698-1.431 1.004-1.886" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconCrown3(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M11.787 3.035c-.24.357-.514.915-.926 1.759L8.608 9.41a13 13 0 0 1-.536 1.03c-.17.275-.392.568-.74.743a1.67 1.67 0 0 1-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.472a2 2 0 0 0-.33-.263h-.002a.3.3 0 0 0-.111.08c.002.002-.056.12-.053.586c.004.488.067 1.166.159 2.137l.229 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.144h2.72c1.795 0 3.06-.002 4.027-.143c.937-.137 1.5-.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-.465-.055-.584-.053-.586l.006.007a.3.3 0 0 0-.117-.088h-.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.502a1.67 1.67 0 0 1-1.016-.161c-.348-.175-.57-.468-.74-.743c-.165-.27-.338-.623-.536-1.03l-2.253-4.616c-.412-.844-.686-1.402-.926-1.759A1.4 1.4 0 0 0 12 2.772c-.04.037-.11.112-.213.263m.257-.294l-.01.004q.01-.006.01-.004m-.079.004l-.009-.004zm-1.422-.548c.302-.448.75-.947 1.457-.947c.706 0 1.155.5 1.457.947c.306.455.625 1.11 1.004 1.886l2.263 4.637c.219.448.36.735.482.934a1 1 0 0 0 .142.192q.047.022.088.017a1 1 0 0 0 .155-.122c.162-.15.364-.379.684-.743l.029-.033c.573-.652 1.04-1.185 1.426-1.545a3.3 3.3 0 0 1 .623-.477c.222-.124.5-.223.819-.196c.473.042.892.281 1.187.637c.355.429.395 1.029.39 1.547c-.003.56-.073 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.277c-1.088.159-2.463.159-4.185.159h-2.838c-1.722 0-3.097 0-4.185-.16c-1.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-.237-2.522c-.087-.924-.157-1.667-.162-2.227c-.004-.518.036-1.118.391-1.547a1.74 1.74 0 0 1 1.187-.637c.318-.027.597.072.819.196c.218.122.426.293.623.477c.386.36.854.893 1.426 1.545l.03.033c.32.364.521.593.683.743a1 1 0 0 0 .156.122a.2.2 0 0 0 .087-.017a1 1 0 0 0 .142-.192c.122-.199.263-.486.482-.934L9.54 4.083c.379-.777.698-1.431 1.004-1.886" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.787 3.035c-.24.357-.514.915-.926 1.759L8.608 9.41a13 13 0 0 1-.536 1.03c-.17.275-.392.568-.74.743a1.67 1.67 0 0 1-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.472a2 2 0 0 0-.33-.263h-.002a.3.3 0 0 0-.111.08c.002.002-.056.12-.053.586c.004.488.067 1.166.159 2.137l.229 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.144h2.72c1.795 0 3.06-.002 4.027-.143c.937-.137 1.5-.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-.465-.055-.584-.053-.586l.006.007a.3.3 0 0 0-.117-.088h-.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.502a1.67 1.67 0 0 1-1.016-.161c-.348-.175-.57-.468-.74-.743c-.165-.27-.338-.623-.536-1.03l-2.253-4.616c-.412-.844-.686-1.402-.926-1.759A1.4 1.4 0 0 0 12 2.772c-.04.037-.11.112-.213.263m.257-.294l-.01.004q.01-.006.01-.004m-.079.004l-.009-.004zm-1.422-.548c.302-.448.75-.947 1.457-.947c.706 0 1.155.5 1.457.947c.306.455.625 1.11 1.004 1.886l2.263 4.637c.219.448.36.735.482.934a1 1 0 0 0 .142.192q.047.022.088.017a1 1 0 0 0 .155-.122c.162-.15.364-.379.684-.743l.029-.033c.573-.652 1.04-1.185 1.426-1.545a3.3 3.3 0 0 1 .623-.477c.222-.124.5-.223.819-.196c.473.042.892.281 1.187.637c.355.429.395 1.029.39 1.547c-.003.56-.073 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.277c-1.088.159-2.463.159-4.185.159h-2.838c-1.722 0-3.097 0-4.185-.16c-1.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-.237-2.522c-.087-.924-.157-1.667-.162-2.227c-.004-.518.036-1.118.391-1.547a1.74 1.74 0 0 1 1.187-.637c.318-.027.597.072.819.196c.218.122.426.293.623.477c.386.36.854.893 1.426 1.545l.03.033c.32.364.521.593.683.743a1 1 0 0 0 .156.122a.2.2 0 0 0 .087-.017a1 1 0 0 0 .142-.192c.122-.199.263-.486.482-.934L9.54 4.083c.379-.777.698-1.431 1.004-1.886" clip-rule="evenodd"/></svg> </template>
CSS
.icon-crown3 {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.787%203.035c-.24.357-.514.915-.926%201.759L8.608%209.41a13%2013%200%200%201-.536%201.03c-.17.275-.392.568-.74.743a1.67%201.67%200%200%201-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.472a2%202%200%200%200-.33-.263h-.002a.3.3%200%200%200-.111.08c.002.002-.056.12-.053.586c.004.488.067%201.166.159%202.137l.229%202.435c.19%202.024.328%203.479.56%204.582c.229%201.09.53%201.734.978%202.193c.438.448%201%20.704%201.937.84c.967.142%202.232.144%204.027.144h2.72c1.795%200%203.06-.002%204.027-.143c.937-.137%201.5-.393%201.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-.465-.055-.584-.053-.586l.006.007a.3.3%200%200%200-.117-.088h-.001c-.065.037-.17.114-.331.264c-.325.303-.744.779-1.352%201.472l-.025.028c-.288.328-.541.617-.768.826c-.234.216-.532.44-.925.502a1.67%201.67%200%200%201-1.016-.161c-.348-.175-.57-.468-.74-.743c-.165-.27-.338-.623-.536-1.03l-2.253-4.616c-.412-.844-.686-1.402-.926-1.759A1.4%201.4%200%200%200%2012%202.772c-.04.037-.11.112-.213.263m.257-.294l-.01.004q.01-.006.01-.004m-.079.004l-.009-.004zm-1.422-.548c.302-.448.75-.947%201.457-.947c.706%200%201.155.5%201.457.947c.306.455.625%201.11%201.004%201.886l2.263%204.637c.219.448.36.735.482.934a1%201%200%200%200%20.142.192q.047.022.088.017a1%201%200%200%200%20.155-.122c.162-.15.364-.379.684-.743l.029-.033c.573-.652%201.04-1.185%201.426-1.545a3.3%203.3%200%200%201%20.623-.477c.222-.124.5-.223.819-.196c.473.042.892.281%201.187.637c.355.429.395%201.029.39%201.547c-.003.56-.073%201.303-.16%202.227l-.238%202.522c-.185%201.966-.33%203.505-.58%204.701c-.256%201.218-.64%202.183-1.375%202.933c-.745.763-1.66%201.111-2.792%201.277c-1.088.159-2.463.159-4.185.159h-2.838c-1.722%200-3.097%200-4.185-.16c-1.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-.237-2.522c-.087-.924-.157-1.667-.162-2.227c-.004-.518.036-1.118.391-1.547a1.74%201.74%200%200%201%201.187-.637c.318-.027.597.072.819.196c.218.122.426.293.623.477c.386.36.854.893%201.426%201.545l.03.033c.32.364.521.593.683.743a1%201%200%200%200%20.156.122a.2.2%200%200%200%20.087-.017a1%201%200%200%200%20.142-.192c.122-.199.263-.486.482-.934L9.54%204.083c.379-.777.698-1.431%201.004-1.886%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.787%203.035c-.24.357-.514.915-.926%201.759L8.608%209.41a13%2013%200%200%201-.536%201.03c-.17.275-.392.568-.74.743a1.67%201.67%200%200%201-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.472a2%202%200%200%200-.33-.263h-.002a.3.3%200%200%200-.111.08c.002.002-.056.12-.053.586c.004.488.067%201.166.159%202.137l.229%202.435c.19%202.024.328%203.479.56%204.582c.229%201.09.53%201.734.978%202.193c.438.448%201%20.704%201.937.84c.967.142%202.232.144%204.027.144h2.72c1.795%200%203.06-.002%204.027-.143c.937-.137%201.5-.393%201.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-.465-.055-.584-.053-.586l.006.007a.3.3%200%200%200-.117-.088h-.001c-.065.037-.17.114-.331.264c-.325.303-.744.779-1.352%201.472l-.025.028c-.288.328-.541.617-.768.826c-.234.216-.532.44-.925.502a1.67%201.67%200%200%201-1.016-.161c-.348-.175-.57-.468-.74-.743c-.165-.27-.338-.623-.536-1.03l-2.253-4.616c-.412-.844-.686-1.402-.926-1.759A1.4%201.4%200%200%200%2012%202.772c-.04.037-.11.112-.213.263m.257-.294l-.01.004q.01-.006.01-.004m-.079.004l-.009-.004zm-1.422-.548c.302-.448.75-.947%201.457-.947c.706%200%201.155.5%201.457.947c.306.455.625%201.11%201.004%201.886l2.263%204.637c.219.448.36.735.482.934a1%201%200%200%200%20.142.192q.047.022.088.017a1%201%200%200%200%20.155-.122c.162-.15.364-.379.684-.743l.029-.033c.573-.652%201.04-1.185%201.426-1.545a3.3%203.3%200%200%201%20.623-.477c.222-.124.5-.223.819-.196c.473.042.892.281%201.187.637c.355.429.395%201.029.39%201.547c-.003.56-.073%201.303-.16%202.227l-.238%202.522c-.185%201.966-.33%203.505-.58%204.701c-.256%201.218-.64%202.183-1.375%202.933c-.745.763-1.66%201.111-2.792%201.277c-1.088.159-2.463.159-4.185.159h-2.838c-1.722%200-3.097%200-4.185-.16c-1.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-.237-2.522c-.087-.924-.157-1.667-.162-2.227c-.004-.518.036-1.118.391-1.547a1.74%201.74%200%200%201%201.187-.637c.318-.027.597.072.819.196c.218.122.426.293.623.477c.386.36.854.893%201.426%201.545l.03.033c.32.364.521.593.683.743a1%201%200%200%200%20.156.122a.2.2%200%200%200%20.087-.017a1%201%200%200%200%20.142-.192c.122-.199.263-.486.482-.934L9.54%204.083c.379-.777.698-1.431%201.004-1.886%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/crown3.svg?color=%231a73e8&size=48