star-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
star-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 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(#SVGwDJxaeOQ)"><path fill="currentColor" d="M21.95 10.605a1.75 1.75 0 0 1-.5.86l-3.3 3.22a.4.4 0 0 0-.08.12a.3.3 0 0 0 0 .14l.78 4.56c.065.336.03.684-.1 1a1.65 1.65 0 0 1-.61.77a1.83 1.83 0 0 1-.92.35h-.13a1.8 1.8 0 0 1-.84-.21l-4.1-2.14a.28.28 0 0 0-.28 0l-4.1 2.15a1.9 1.9 0 0 1-1 .21a1.83 1.83 0 0 1-.93-.35a1.75 1.75 0 0 1-.61-.78a1.8 1.8 0 0 1-.1-1l.78-4.55a.23.23 0 0 0 0-.14a.4.4 0 0 0-.07-.12l-3.3-3.24a1.8 1.8 0 0 1-.49-.85a1.75 1.75 0 0 1 0-1a1.81 1.81 0 0 1 1.49-1.21l4.5-.66a.18.18 0 0 0 .12-.05a.3.3 0 0 0 .09-.11l2.1-4.18c.143-.3.369-.553.65-.73a1.79 1.79 0 0 1 2.57.74l2.08 4.16a.4.4 0 0 0 .1.12a.2.2 0 0 0 .13.05l4.57.66c.332.05.644.192.9.41c.251.217.441.496.55.81c.106.32.124.662.05.99"/></g><defs><clipPath id="SVGwDJxaeOQ"><path fill="#fff" d="M2 2.395h20v19.21H2z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function MageStarFill(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(#SVGwDJxaeOQ)"><path fill="currentColor" d="M21.95 10.605a1.75 1.75 0 0 1-.5.86l-3.3 3.22a.4.4 0 0 0-.08.12a.3.3 0 0 0 0 .14l.78 4.56c.065.336.03.684-.1 1a1.65 1.65 0 0 1-.61.77a1.83 1.83 0 0 1-.92.35h-.13a1.8 1.8 0 0 1-.84-.21l-4.1-2.14a.28.28 0 0 0-.28 0l-4.1 2.15a1.9 1.9 0 0 1-1 .21a1.83 1.83 0 0 1-.93-.35a1.75 1.75 0 0 1-.61-.78a1.8 1.8 0 0 1-.1-1l.78-4.55a.23.23 0 0 0 0-.14a.4.4 0 0 0-.07-.12l-3.3-3.24a1.8 1.8 0 0 1-.49-.85a1.75 1.75 0 0 1 0-1a1.81 1.81 0 0 1 1.49-1.21l4.5-.66a.18.18 0 0 0 .12-.05a.3.3 0 0 0 .09-.11l2.1-4.18c.143-.3.369-.553.65-.73a1.79 1.79 0 0 1 2.57.74l2.08 4.16a.4.4 0 0 0 .1.12a.2.2 0 0 0 .13.05l4.57.66c.332.05.644.192.9.41c.251.217.441.496.55.81c.106.32.124.662.05.99"/></g><defs><clipPath id="SVGwDJxaeOQ"><path fill="#fff" d="M2 2.395h20v19.21H2z"/></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(#SVGwDJxaeOQ)"><path fill="currentColor" d="M21.95 10.605a1.75 1.75 0 0 1-.5.86l-3.3 3.22a.4.4 0 0 0-.08.12a.3.3 0 0 0 0 .14l.78 4.56c.065.336.03.684-.1 1a1.65 1.65 0 0 1-.61.77a1.83 1.83 0 0 1-.92.35h-.13a1.8 1.8 0 0 1-.84-.21l-4.1-2.14a.28.28 0 0 0-.28 0l-4.1 2.15a1.9 1.9 0 0 1-1 .21a1.83 1.83 0 0 1-.93-.35a1.75 1.75 0 0 1-.61-.78a1.8 1.8 0 0 1-.1-1l.78-4.55a.23.23 0 0 0 0-.14a.4.4 0 0 0-.07-.12l-3.3-3.24a1.8 1.8 0 0 1-.49-.85a1.75 1.75 0 0 1 0-1a1.81 1.81 0 0 1 1.49-1.21l4.5-.66a.18.18 0 0 0 .12-.05a.3.3 0 0 0 .09-.11l2.1-4.18c.143-.3.369-.553.65-.73a1.79 1.79 0 0 1 2.57.74l2.08 4.16a.4.4 0 0 0 .1.12a.2.2 0 0 0 .13.05l4.57.66c.332.05.644.192.9.41c.251.217.441.496.55.81c.106.32.124.662.05.99"/></g><defs><clipPath id="SVGwDJxaeOQ"><path fill="#fff" d="M2 2.395h20v19.21H2z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-star-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(%23SVGwDJxaeOQ)%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.95%2010.605a1.75%201.75%200%200%201-.5.86l-3.3%203.22a.4.4%200%200%200-.08.12a.3.3%200%200%200%200%20.14l.78%204.56c.065.336.03.684-.1%201a1.65%201.65%200%200%201-.61.77a1.83%201.83%200%200%201-.92.35h-.13a1.8%201.8%200%200%201-.84-.21l-4.1-2.14a.28.28%200%200%200-.28%200l-4.1%202.15a1.9%201.9%200%200%201-1%20.21a1.83%201.83%200%200%201-.93-.35a1.75%201.75%200%200%201-.61-.78a1.8%201.8%200%200%201-.1-1l.78-4.55a.23.23%200%200%200%200-.14a.4.4%200%200%200-.07-.12l-3.3-3.24a1.8%201.8%200%200%201-.49-.85a1.75%201.75%200%200%201%200-1a1.81%201.81%200%200%201%201.49-1.21l4.5-.66a.18.18%200%200%200%20.12-.05a.3.3%200%200%200%20.09-.11l2.1-4.18c.143-.3.369-.553.65-.73a1.79%201.79%200%200%201%202.57.74l2.08%204.16a.4.4%200%200%200%20.1.12a.2.2%200%200%200%20.13.05l4.57.66c.332.05.644.192.9.41c.251.217.441.496.55.81c.106.32.124.662.05.99%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGwDJxaeOQ%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2%202.395h20v19.21H2z%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(%23SVGwDJxaeOQ)%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.95%2010.605a1.75%201.75%200%200%201-.5.86l-3.3%203.22a.4.4%200%200%200-.08.12a.3.3%200%200%200%200%20.14l.78%204.56c.065.336.03.684-.1%201a1.65%201.65%200%200%201-.61.77a1.83%201.83%200%200%201-.92.35h-.13a1.8%201.8%200%200%201-.84-.21l-4.1-2.14a.28.28%200%200%200-.28%200l-4.1%202.15a1.9%201.9%200%200%201-1%20.21a1.83%201.83%200%200%201-.93-.35a1.75%201.75%200%200%201-.61-.78a1.8%201.8%200%200%201-.1-1l.78-4.55a.23.23%200%200%200%200-.14a.4.4%200%200%200-.07-.12l-3.3-3.24a1.8%201.8%200%200%201-.49-.85a1.75%201.75%200%200%201%200-1a1.81%201.81%200%200%201%201.49-1.21l4.5-.66a.18.18%200%200%200%20.12-.05a.3.3%200%200%200%20.09-.11l2.1-4.18c.143-.3.369-.553.65-.73a1.79%201.79%200%200%201%202.57.74l2.08%204.16a.4.4%200%200%200%20.1.12a.2.2%200%200%200%20.13.05l4.57.66c.332.05.644.192.9.41c.251.217.441.496.55.81c.106.32.124.662.05.99%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGwDJxaeOQ%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2%202.395h20v19.21H2z%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-fill.svg?color=%231a73e8&size=48