star circle icon
star-circle-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- star-circle-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Related icons in Mage Icons
Use the star circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.75a10.25 10.25 0 1 0 0 20.5a10.25 10.25 0 0 0 0-20.5m5.69 10.84a1 1 0 0 1-.5.35l-1.61.54a3.46 3.46 0 0 0-1.31.81a3.36 3.36 0 0 0-.81 1.31l-.55 1.61a1.1 1.1 0 0 1-.35.46a1 1 0 0 1-.57.19a.9.9 0 0 1-.57-.19a1 1 0 0 1-.36-.48l-.53-1.61a3.34 3.34 0 0 0-2.13-2.12l-1.6-.53a1 1 0 0 1-.48-.36a.93.93 0 0 1-.19-.57a1 1 0 0 1 .19-.58a.9.9 0 0 1 .47-.34l1.61-.54a3.6 3.6 0 0 0 1.33-.81c.37-.374.647-.83.81-1.33l.54-1.58a1 1 0 0 1 .33-.48a.9.9 0 0 1 .57-.21a1 1 0 0 1 .56.16a.92.92 0 0 1 .38.47l.54 1.63c.168.503.448.961.82 1.34a3.6 3.6 0 0 0 1.32.81l1.61.56a.9.9 0 0 1 .47.35a1 1 0 0 1 .18.57c-.001.202-.06.4-.17.57"/></svg>
React
import type { SVGProps } from "react";
export function MageStarCircleFill(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" d="M12 1.75a10.25 10.25 0 1 0 0 20.5a10.25 10.25 0 0 0 0-20.5m5.69 10.84a1 1 0 0 1-.5.35l-1.61.54a3.46 3.46 0 0 0-1.31.81a3.36 3.36 0 0 0-.81 1.31l-.55 1.61a1.1 1.1 0 0 1-.35.46a1 1 0 0 1-.57.19a.9.9 0 0 1-.57-.19a1 1 0 0 1-.36-.48l-.53-1.61a3.34 3.34 0 0 0-2.13-2.12l-1.6-.53a1 1 0 0 1-.48-.36a.93.93 0 0 1-.19-.57a1 1 0 0 1 .19-.58a.9.9 0 0 1 .47-.34l1.61-.54a3.6 3.6 0 0 0 1.33-.81c.37-.374.647-.83.81-1.33l.54-1.58a1 1 0 0 1 .33-.48a.9.9 0 0 1 .57-.21a1 1 0 0 1 .56.16a.92.92 0 0 1 .38.47l.54 1.63c.168.503.448.961.82 1.34a3.6 3.6 0 0 0 1.32.81l1.61.56a.9.9 0 0 1 .47.35a1 1 0 0 1 .18.57c-.001.202-.06.4-.17.57"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.75a10.25 10.25 0 1 0 0 20.5a10.25 10.25 0 0 0 0-20.5m5.69 10.84a1 1 0 0 1-.5.35l-1.61.54a3.46 3.46 0 0 0-1.31.81a3.36 3.36 0 0 0-.81 1.31l-.55 1.61a1.1 1.1 0 0 1-.35.46a1 1 0 0 1-.57.19a.9.9 0 0 1-.57-.19a1 1 0 0 1-.36-.48l-.53-1.61a3.34 3.34 0 0 0-2.13-2.12l-1.6-.53a1 1 0 0 1-.48-.36a.93.93 0 0 1-.19-.57a1 1 0 0 1 .19-.58a.9.9 0 0 1 .47-.34l1.61-.54a3.6 3.6 0 0 0 1.33-.81c.37-.374.647-.83.81-1.33l.54-1.58a1 1 0 0 1 .33-.48a.9.9 0 0 1 .57-.21a1 1 0 0 1 .56.16a.92.92 0 0 1 .38.47l.54 1.63c.168.503.448.961.82 1.34a3.6 3.6 0 0 0 1.32.81l1.61.56a.9.9 0 0 1 .47.35a1 1 0 0 1 .18.57c-.001.202-.06.4-.17.57"/></svg> </template>
CSS
.icon-star-circle-fill {
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%20d%3D%22M12%201.75a10.25%2010.25%200%201%200%200%2020.5a10.25%2010.25%200%200%200%200-20.5m5.69%2010.84a1%201%200%200%201-.5.35l-1.61.54a3.46%203.46%200%200%200-1.31.81a3.36%203.36%200%200%200-.81%201.31l-.55%201.61a1.1%201.1%200%200%201-.35.46a1%201%200%200%201-.57.19a.9.9%200%200%201-.57-.19a1%201%200%200%201-.36-.48l-.53-1.61a3.34%203.34%200%200%200-2.13-2.12l-1.6-.53a1%201%200%200%201-.48-.36a.93.93%200%200%201-.19-.57a1%201%200%200%201%20.19-.58a.9.9%200%200%201%20.47-.34l1.61-.54a3.6%203.6%200%200%200%201.33-.81c.37-.374.647-.83.81-1.33l.54-1.58a1%201%200%200%201%20.33-.48a.9.9%200%200%201%20.57-.21a1%201%200%200%201%20.56.16a.92.92%200%200%201%20.38.47l.54%201.63c.168.503.448.961.82%201.34a3.6%203.6%200%200%200%201.32.81l1.61.56a.9.9%200%200%201%20.47.35a1%201%200%200%201%20.18.57c-.001.202-.06.4-.17.57%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%20d%3D%22M12%201.75a10.25%2010.25%200%201%200%200%2020.5a10.25%2010.25%200%200%200%200-20.5m5.69%2010.84a1%201%200%200%201-.5.35l-1.61.54a3.46%203.46%200%200%200-1.31.81a3.36%203.36%200%200%200-.81%201.31l-.55%201.61a1.1%201.1%200%200%201-.35.46a1%201%200%200%201-.57.19a.9.9%200%200%201-.57-.19a1%201%200%200%201-.36-.48l-.53-1.61a3.34%203.34%200%200%200-2.13-2.12l-1.6-.53a1%201%200%200%201-.48-.36a.93.93%200%200%201-.19-.57a1%201%200%200%201%20.19-.58a.9.9%200%200%201%20.47-.34l1.61-.54a3.6%203.6%200%200%200%201.33-.81c.37-.374.647-.83.81-1.33l.54-1.58a1%201%200%200%201%20.33-.48a.9.9%200%200%201%20.57-.21a1%201%200%200%201%20.56.16a.92.92%200%200%201%20.38.47l.54%201.63c.168.503.448.961.82%201.34a3.6%203.6%200%200%200%201.32.81l1.61.56a.9.9%200%200%201%20.47.35a1%201%200%200%201%20.18.57c-.001.202-.06.4-.17.57%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/star-circle-fill.svg?color=%231a73e8&size=48