stars from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
stars
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the stars logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.581 9.986a.27.27 0 0 0-.291-.355l-5.055.72a.27.27 0 0 0-.229.326a.27.27 0 0 0 .07.13l3.6 3.716a.266.266 0 0 0 .378.013a.3.3 0 0 0 .071-.12zM6.745 20.393a.265.265 0 0 0 .376.317l4.727-2.244a.27.27 0 0 1 .222 0l4.94 2.24a.27.27 0 0 0 .365-.334c-.932-2.806-1.774-5.58-2.674-8.38a.265.265 0 0 0-.476-.053l-1.996 3.578a.27.27 0 0 1-.238.138h-.085a.26.26 0 0 1-.232-.143L9.736 11.95a.27.27 0 0 0-.233-.143h-.026a.265.265 0 0 0-.26.19a244 244 0 0 0-2.472 8.396m10.093-6.056a.264.264 0 0 0 .445.106l3.636-3.636a.271.271 0 0 0-.153-.461l-5.029-.704a.27.27 0 0 0-.296.35z"/><path fill="currentColor" d="M14.024 9.551a.32.32 0 0 0 0-.248l-.027-.064l-1.784-5.78a.265.265 0 0 0-.513 0l-1.747 5.78l-.026.085a.3.3 0 0 0 .01.201l1.731 3.991a.28.28 0 0 0 .244.16h.063a.27.27 0 0 0 .244-.16l1.8-3.965z"/></svg>

React

import type { SVGProps } from "react";

export function TokenStars(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="M8.581 9.986a.27.27 0 0 0-.291-.355l-5.055.72a.27.27 0 0 0-.229.326a.27.27 0 0 0 .07.13l3.6 3.716a.266.266 0 0 0 .378.013a.3.3 0 0 0 .071-.12zM6.745 20.393a.265.265 0 0 0 .376.317l4.727-2.244a.27.27 0 0 1 .222 0l4.94 2.24a.27.27 0 0 0 .365-.334c-.932-2.806-1.774-5.58-2.674-8.38a.265.265 0 0 0-.476-.053l-1.996 3.578a.27.27 0 0 1-.238.138h-.085a.26.26 0 0 1-.232-.143L9.736 11.95a.27.27 0 0 0-.233-.143h-.026a.265.265 0 0 0-.26.19a244 244 0 0 0-2.472 8.396m10.093-6.056a.264.264 0 0 0 .445.106l3.636-3.636a.271.271 0 0 0-.153-.461l-5.029-.704a.27.27 0 0 0-.296.35z"/><path fill="currentColor" d="M14.024 9.551a.32.32 0 0 0 0-.248l-.027-.064l-1.784-5.78a.265.265 0 0 0-.513 0l-1.747 5.78l-.026.085a.3.3 0 0 0 .01.201l1.731 3.991a.28.28 0 0 0 .244.16h.063a.27.27 0 0 0 .244-.16l1.8-3.965z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.581 9.986a.27.27 0 0 0-.291-.355l-5.055.72a.27.27 0 0 0-.229.326a.27.27 0 0 0 .07.13l3.6 3.716a.266.266 0 0 0 .378.013a.3.3 0 0 0 .071-.12zM6.745 20.393a.265.265 0 0 0 .376.317l4.727-2.244a.27.27 0 0 1 .222 0l4.94 2.24a.27.27 0 0 0 .365-.334c-.932-2.806-1.774-5.58-2.674-8.38a.265.265 0 0 0-.476-.053l-1.996 3.578a.27.27 0 0 1-.238.138h-.085a.26.26 0 0 1-.232-.143L9.736 11.95a.27.27 0 0 0-.233-.143h-.026a.265.265 0 0 0-.26.19a244 244 0 0 0-2.472 8.396m10.093-6.056a.264.264 0 0 0 .445.106l3.636-3.636a.271.271 0 0 0-.153-.461l-5.029-.704a.27.27 0 0 0-.296.35z"/><path fill="currentColor" d="M14.024 9.551a.32.32 0 0 0 0-.248l-.027-.064l-1.784-5.78a.265.265 0 0 0-.513 0l-1.747 5.78l-.026.085a.3.3 0 0 0 .01.201l1.731 3.991a.28.28 0 0 0 .244.16h.063a.27.27 0 0 0 .244-.16l1.8-3.965z"/></svg>
</template>

CSS

.icon-stars {
  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%22M8.581%209.986a.27.27%200%200%200-.291-.355l-5.055.72a.27.27%200%200%200-.229.326a.27.27%200%200%200%20.07.13l3.6%203.716a.266.266%200%200%200%20.378.013a.3.3%200%200%200%20.071-.12zM6.745%2020.393a.265.265%200%200%200%20.376.317l4.727-2.244a.27.27%200%200%201%20.222%200l4.94%202.24a.27.27%200%200%200%20.365-.334c-.932-2.806-1.774-5.58-2.674-8.38a.265.265%200%200%200-.476-.053l-1.996%203.578a.27.27%200%200%201-.238.138h-.085a.26.26%200%200%201-.232-.143L9.736%2011.95a.27.27%200%200%200-.233-.143h-.026a.265.265%200%200%200-.26.19a244%20244%200%200%200-2.472%208.396m10.093-6.056a.264.264%200%200%200%20.445.106l3.636-3.636a.271.271%200%200%200-.153-.461l-5.029-.704a.27.27%200%200%200-.296.35z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.024%209.551a.32.32%200%200%200%200-.248l-.027-.064l-1.784-5.78a.265.265%200%200%200-.513%200l-1.747%205.78l-.026.085a.3.3%200%200%200%20.01.201l1.731%203.991a.28.28%200%200%200%20.244.16h.063a.27.27%200%200%200%20.244-.16l1.8-3.965z%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%22M8.581%209.986a.27.27%200%200%200-.291-.355l-5.055.72a.27.27%200%200%200-.229.326a.27.27%200%200%200%20.07.13l3.6%203.716a.266.266%200%200%200%20.378.013a.3.3%200%200%200%20.071-.12zM6.745%2020.393a.265.265%200%200%200%20.376.317l4.727-2.244a.27.27%200%200%201%20.222%200l4.94%202.24a.27.27%200%200%200%20.365-.334c-.932-2.806-1.774-5.58-2.674-8.38a.265.265%200%200%200-.476-.053l-1.996%203.578a.27.27%200%200%201-.238.138h-.085a.26.26%200%200%201-.232-.143L9.736%2011.95a.27.27%200%200%200-.233-.143h-.026a.265.265%200%200%200-.26.19a244%20244%200%200%200-2.472%208.396m10.093-6.056a.264.264%200%200%200%20.445.106l3.636-3.636a.271.271%200%200%200-.153-.461l-5.029-.704a.27.27%200%200%200-.296.35z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.024%209.551a.32.32%200%200%200%200-.248l-.027-.064l-1.784-5.78a.265.265%200%200%200-.513%200l-1.747%205.78l-.026.085a.3.3%200%200%200%20.01.201l1.731%203.991a.28.28%200%200%200%20.244.16h.063a.27.27%200%200%200%20.244-.16l1.8-3.965z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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