stars-a from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
stars-a
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the stars a icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m14.92 3.582l-.624 1.86a4.75 4.75 0 0 1-3.029 3.031l-1.882.625a.316.316 0 0 0 0 .602l1.882.625a4.74 4.74 0 0 1 3.005 3.007l.625 1.884a.317.317 0 0 0 .6 0l.649-1.86a4.75 4.75 0 0 1 3.005-3.007l1.881-.625a.316.316 0 0 0 0-.602l-1.858-.649a4.74 4.74 0 0 1-3.028-3.031l-.625-1.884a.317.317 0 0 0-.6.024m-8.062 8.601l-.446 1.328a3.4 3.4 0 0 1-2.163 2.165l-1.345.447a.225.225 0 0 0-.112.347a.23.23 0 0 0 .112.083l1.345.446a3.39 3.39 0 0 1 2.146 2.148l.446 1.346a.226.226 0 0 0 .43 0l.462-1.329a3.4 3.4 0 0 1 2.146-2.148l1.345-.446a.226.226 0 0 0 0-.43l-1.328-.464a3.39 3.39 0 0 1-2.163-2.165l-.446-1.345a.226.226 0 0 0-.43.017"/></svg>

React

import type { SVGProps } from "react";

export function MageStarsA(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m14.92 3.582l-.624 1.86a4.75 4.75 0 0 1-3.029 3.031l-1.882.625a.316.316 0 0 0 0 .602l1.882.625a4.74 4.74 0 0 1 3.005 3.007l.625 1.884a.317.317 0 0 0 .6 0l.649-1.86a4.75 4.75 0 0 1 3.005-3.007l1.881-.625a.316.316 0 0 0 0-.602l-1.858-.649a4.74 4.74 0 0 1-3.028-3.031l-.625-1.884a.317.317 0 0 0-.6.024m-8.062 8.601l-.446 1.328a3.4 3.4 0 0 1-2.163 2.165l-1.345.447a.225.225 0 0 0-.112.347a.23.23 0 0 0 .112.083l1.345.446a3.39 3.39 0 0 1 2.146 2.148l.446 1.346a.226.226 0 0 0 .43 0l.462-1.329a3.4 3.4 0 0 1 2.146-2.148l1.345-.446a.226.226 0 0 0 0-.43l-1.328-.464a3.39 3.39 0 0 1-2.163-2.165l-.446-1.345a.226.226 0 0 0-.43.017"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m14.92 3.582l-.624 1.86a4.75 4.75 0 0 1-3.029 3.031l-1.882.625a.316.316 0 0 0 0 .602l1.882.625a4.74 4.74 0 0 1 3.005 3.007l.625 1.884a.317.317 0 0 0 .6 0l.649-1.86a4.75 4.75 0 0 1 3.005-3.007l1.881-.625a.316.316 0 0 0 0-.602l-1.858-.649a4.74 4.74 0 0 1-3.028-3.031l-.625-1.884a.317.317 0 0 0-.6.024m-8.062 8.601l-.446 1.328a3.4 3.4 0 0 1-2.163 2.165l-1.345.447a.225.225 0 0 0-.112.347a.23.23 0 0 0 .112.083l1.345.446a3.39 3.39 0 0 1 2.146 2.148l.446 1.346a.226.226 0 0 0 .43 0l.462-1.329a3.4 3.4 0 0 1 2.146-2.148l1.345-.446a.226.226 0 0 0 0-.43l-1.328-.464a3.39 3.39 0 0 1-2.163-2.165l-.446-1.345a.226.226 0 0 0-.43.017"/></svg>
</template>

CSS

.icon-stars-a {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m14.92%203.582l-.624%201.86a4.75%204.75%200%200%201-3.029%203.031l-1.882.625a.316.316%200%200%200%200%20.602l1.882.625a4.74%204.74%200%200%201%203.005%203.007l.625%201.884a.317.317%200%200%200%20.6%200l.649-1.86a4.75%204.75%200%200%201%203.005-3.007l1.881-.625a.316.316%200%200%200%200-.602l-1.858-.649a4.74%204.74%200%200%201-3.028-3.031l-.625-1.884a.317.317%200%200%200-.6.024m-8.062%208.601l-.446%201.328a3.4%203.4%200%200%201-2.163%202.165l-1.345.447a.225.225%200%200%200-.112.347a.23.23%200%200%200%20.112.083l1.345.446a3.39%203.39%200%200%201%202.146%202.148l.446%201.346a.226.226%200%200%200%20.43%200l.462-1.329a3.4%203.4%200%200%201%202.146-2.148l1.345-.446a.226.226%200%200%200%200-.43l-1.328-.464a3.39%203.39%200%200%201-2.163-2.165l-.446-1.345a.226.226%200%200%200-.43.017%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m14.92%203.582l-.624%201.86a4.75%204.75%200%200%201-3.029%203.031l-1.882.625a.316.316%200%200%200%200%20.602l1.882.625a4.74%204.74%200%200%201%203.005%203.007l.625%201.884a.317.317%200%200%200%20.6%200l.649-1.86a4.75%204.75%200%200%201%203.005-3.007l1.881-.625a.316.316%200%200%200%200-.602l-1.858-.649a4.74%204.74%200%200%201-3.028-3.031l-.625-1.884a.317.317%200%200%200-.6.024m-8.062%208.601l-.446%201.328a3.4%203.4%200%200%201-2.163%202.165l-1.345.447a.225.225%200%200%200-.112.347a.23.23%200%200%200%20.112.083l1.345.446a3.39%203.39%200%200%201%202.146%202.148l.446%201.346a.226.226%200%200%200%20.43%200l.462-1.329a3.4%203.4%200%200%201%202.146-2.148l1.345-.446a.226.226%200%200%200%200-.43l-1.328-.464a3.39%203.39%200%200%201-2.163-2.165l-.446-1.345a.226.226%200%200%200-.43.017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/stars-a.svg?color=%231a73e8&size=48