star square icon
star-square-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- star-square-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 square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGExGR1bRm)"><path fill="currentColor" d="M15.25 2h-6.5A6.76 6.76 0 0 0 2 8.75v6.53a6.76 6.76 0 0 0 6.75 6.75h6.5A6.75 6.75 0 0 0 22 15.28v-6.5A6.75 6.75 0 0 0 15.25 2m2.65 10.59a1 1 0 0 1-.48.34l-1.68.56a3.7 3.7 0 0 0-1.4.87a3.5 3.5 0 0 0-.86 1.4l-.58 1.67a.9.9 0 0 1-.35.47a1 1 0 0 1-.56.18a1 1 0 0 1-.56-.18a.93.93 0 0 1-.35-.48l-.56-1.69a3.59 3.59 0 0 0-2.26-2.26l-1.69-.55a1 1 0 0 1-.47-.36a.94.94 0 0 1 0-1.12a.92.92 0 0 1 .47-.34l1.68-.56a3.6 3.6 0 0 0 1.41-.88c.399-.383.7-.857.88-1.38l.56-1.66a1 1 0 0 1 .32-.48a1 1 0 0 1 .56-.2a1 1 0 0 1 .56.16c.17.109.3.27.37.46l.57 1.71a3.4 3.4 0 0 0 .87 1.41c.395.4.877.701 1.41.88l1.67.58a1 1 0 0 1 .48.35c.105.165.164.355.17.55a1 1 0 0 1-.18.55"/></g><defs><clipPath id="SVGExGR1bRm"><path fill="#fff" d="M2 2h20v20H2z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function MageStarSquareFill(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"><g clipPath="url(#SVGExGR1bRm)"><path fill="currentColor" d="M15.25 2h-6.5A6.76 6.76 0 0 0 2 8.75v6.53a6.76 6.76 0 0 0 6.75 6.75h6.5A6.75 6.75 0 0 0 22 15.28v-6.5A6.75 6.75 0 0 0 15.25 2m2.65 10.59a1 1 0 0 1-.48.34l-1.68.56a3.7 3.7 0 0 0-1.4.87a3.5 3.5 0 0 0-.86 1.4l-.58 1.67a.9.9 0 0 1-.35.47a1 1 0 0 1-.56.18a1 1 0 0 1-.56-.18a.93.93 0 0 1-.35-.48l-.56-1.69a3.59 3.59 0 0 0-2.26-2.26l-1.69-.55a1 1 0 0 1-.47-.36a.94.94 0 0 1 0-1.12a.92.92 0 0 1 .47-.34l1.68-.56a3.6 3.6 0 0 0 1.41-.88c.399-.383.7-.857.88-1.38l.56-1.66a1 1 0 0 1 .32-.48a1 1 0 0 1 .56-.2a1 1 0 0 1 .56.16c.17.109.3.27.37.46l.57 1.71a3.4 3.4 0 0 0 .87 1.41c.395.4.877.701 1.41.88l1.67.58a1 1 0 0 1 .48.35c.105.165.164.355.17.55a1 1 0 0 1-.18.55"/></g><defs><clipPath id="SVGExGR1bRm"><path fill="#fff" d="M2 2h20v20H2z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGExGR1bRm)"><path fill="currentColor" d="M15.25 2h-6.5A6.76 6.76 0 0 0 2 8.75v6.53a6.76 6.76 0 0 0 6.75 6.75h6.5A6.75 6.75 0 0 0 22 15.28v-6.5A6.75 6.75 0 0 0 15.25 2m2.65 10.59a1 1 0 0 1-.48.34l-1.68.56a3.7 3.7 0 0 0-1.4.87a3.5 3.5 0 0 0-.86 1.4l-.58 1.67a.9.9 0 0 1-.35.47a1 1 0 0 1-.56.18a1 1 0 0 1-.56-.18a.93.93 0 0 1-.35-.48l-.56-1.69a3.59 3.59 0 0 0-2.26-2.26l-1.69-.55a1 1 0 0 1-.47-.36a.94.94 0 0 1 0-1.12a.92.92 0 0 1 .47-.34l1.68-.56a3.6 3.6 0 0 0 1.41-.88c.399-.383.7-.857.88-1.38l.56-1.66a1 1 0 0 1 .32-.48a1 1 0 0 1 .56-.2a1 1 0 0 1 .56.16c.17.109.3.27.37.46l.57 1.71a3.4 3.4 0 0 0 .87 1.41c.395.4.877.701 1.41.88l1.67.58a1 1 0 0 1 .48.35c.105.165.164.355.17.55a1 1 0 0 1-.18.55"/></g><defs><clipPath id="SVGExGR1bRm"><path fill="#fff" d="M2 2h20v20H2z"/></clipPath></defs></g></svg> </template>
CSS
.icon-star-square-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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGExGR1bRm)%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.25%202h-6.5A6.76%206.76%200%200%200%202%208.75v6.53a6.76%206.76%200%200%200%206.75%206.75h6.5A6.75%206.75%200%200%200%2022%2015.28v-6.5A6.75%206.75%200%200%200%2015.25%202m2.65%2010.59a1%201%200%200%201-.48.34l-1.68.56a3.7%203.7%200%200%200-1.4.87a3.5%203.5%200%200%200-.86%201.4l-.58%201.67a.9.9%200%200%201-.35.47a1%201%200%200%201-.56.18a1%201%200%200%201-.56-.18a.93.93%200%200%201-.35-.48l-.56-1.69a3.59%203.59%200%200%200-2.26-2.26l-1.69-.55a1%201%200%200%201-.47-.36a.94.94%200%200%201%200-1.12a.92.92%200%200%201%20.47-.34l1.68-.56a3.6%203.6%200%200%200%201.41-.88c.399-.383.7-.857.88-1.38l.56-1.66a1%201%200%200%201%20.32-.48a1%201%200%200%201%20.56-.2a1%201%200%200%201%20.56.16c.17.109.3.27.37.46l.57%201.71a3.4%203.4%200%200%200%20.87%201.41c.395.4.877.701%201.41.88l1.67.58a1%201%200%200%201%20.48.35c.105.165.164.355.17.55a1%201%200%200%201-.18.55%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGExGR1bRm%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2%202h20v20H2z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%3E%3Cg%20clip-path%3D%22url(%23SVGExGR1bRm)%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.25%202h-6.5A6.76%206.76%200%200%200%202%208.75v6.53a6.76%206.76%200%200%200%206.75%206.75h6.5A6.75%206.75%200%200%200%2022%2015.28v-6.5A6.75%206.75%200%200%200%2015.25%202m2.65%2010.59a1%201%200%200%201-.48.34l-1.68.56a3.7%203.7%200%200%200-1.4.87a3.5%203.5%200%200%200-.86%201.4l-.58%201.67a.9.9%200%200%201-.35.47a1%201%200%200%201-.56.18a1%201%200%200%201-.56-.18a.93.93%200%200%201-.35-.48l-.56-1.69a3.59%203.59%200%200%200-2.26-2.26l-1.69-.55a1%201%200%200%201-.47-.36a.94.94%200%200%201%200-1.12a.92.92%200%200%201%20.47-.34l1.68-.56a3.6%203.6%200%200%200%201.41-.88c.399-.383.7-.857.88-1.38l.56-1.66a1%201%200%200%201%20.32-.48a1%201%200%200%201%20.56-.2a1%201%200%200%201%20.56.16c.17.109.3.27.37.46l.57%201.71a3.4%203.4%200%200%200%20.87%201.41c.395.4.877.701%201.41.88l1.67.58a1%201%200%200%201%20.48.35c.105.165.164.355.17.55a1%201%200%200%201-.18.55%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGExGR1bRm%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2%202h20v20H2z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/star-square-fill.svg?color=%231a73e8&size=48