ststars logo
ststars from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- ststars
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the ststars logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.999 12c0 2.488-.879 4.605-2.636 6.363A8.67 8.67 0 0 1 12 20.999c-2.488 0-4.605-.879-6.363-2.636A8.67 8.67 0 0 1 3.001 12c0-2.488.879-4.605 2.636-6.363A8.67 8.67 0 0 1 12 3.001c2.488 0 4.605.879 6.363 2.636A8.67 8.67 0 0 1 20.999 12m-3.075 5.924A7.98 7.98 0 0 1 12 20.374q-3.47.001-5.923-2.45A8.07 8.07 0 0 1 3.626 12q-.001-3.47 2.45-5.923a8.3 8.3 0 0 1 2.86-1.896A8.4 8.4 0 0 1 12 3.626q3.47-.001 5.924 2.45A8.07 8.07 0 0 1 20.374 12c0 2.313-.82 4.288-2.45 5.924m.126-7.602l-4.054-.185a.29.29 0 0 1-.276-.202l-1.429-3.821A.286.286 0 0 0 12 5.912a.286.286 0 0 0-.291.202l-1.43 3.821a.285.285 0 0 1-.275.202l-4.054.185a.285.285 0 0 0-.281.212a.29.29 0 0 0 .1.344l3.177 2.546c.106.085.137.196.106.328l-1.08 3.938c-.043.138 0 .25.116.334c.111.085.233.085.35.005l3.387-2.25a.29.29 0 0 1 .344 0l3.388 2.25c.122.08.244.08.355-.005c.116-.085.159-.196.116-.334l-1.074-3.938a.29.29 0 0 1 .106-.328l3.176-2.546a.29.29 0 0 0 .095-.34a.29.29 0 0 0-.28-.21z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenStstars(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" fillRule="evenodd" d="M20.999 12c0 2.488-.879 4.605-2.636 6.363A8.67 8.67 0 0 1 12 20.999c-2.488 0-4.605-.879-6.363-2.636A8.67 8.67 0 0 1 3.001 12c0-2.488.879-4.605 2.636-6.363A8.67 8.67 0 0 1 12 3.001c2.488 0 4.605.879 6.363 2.636A8.67 8.67 0 0 1 20.999 12m-3.075 5.924A7.98 7.98 0 0 1 12 20.374q-3.47.001-5.923-2.45A8.07 8.07 0 0 1 3.626 12q-.001-3.47 2.45-5.923a8.3 8.3 0 0 1 2.86-1.896A8.4 8.4 0 0 1 12 3.626q3.47-.001 5.924 2.45A8.07 8.07 0 0 1 20.374 12c0 2.313-.82 4.288-2.45 5.924m.126-7.602l-4.054-.185a.29.29 0 0 1-.276-.202l-1.429-3.821A.286.286 0 0 0 12 5.912a.286.286 0 0 0-.291.202l-1.43 3.821a.285.285 0 0 1-.275.202l-4.054.185a.285.285 0 0 0-.281.212a.29.29 0 0 0 .1.344l3.177 2.546c.106.085.137.196.106.328l-1.08 3.938c-.043.138 0 .25.116.334c.111.085.233.085.35.005l3.387-2.25a.29.29 0 0 1 .344 0l3.388 2.25c.122.08.244.08.355-.005c.116-.085.159-.196.116-.334l-1.074-3.938a.29.29 0 0 1 .106-.328l3.176-2.546a.29.29 0 0 0 .095-.34a.29.29 0 0 0-.28-.21z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.999 12c0 2.488-.879 4.605-2.636 6.363A8.67 8.67 0 0 1 12 20.999c-2.488 0-4.605-.879-6.363-2.636A8.67 8.67 0 0 1 3.001 12c0-2.488.879-4.605 2.636-6.363A8.67 8.67 0 0 1 12 3.001c2.488 0 4.605.879 6.363 2.636A8.67 8.67 0 0 1 20.999 12m-3.075 5.924A7.98 7.98 0 0 1 12 20.374q-3.47.001-5.923-2.45A8.07 8.07 0 0 1 3.626 12q-.001-3.47 2.45-5.923a8.3 8.3 0 0 1 2.86-1.896A8.4 8.4 0 0 1 12 3.626q3.47-.001 5.924 2.45A8.07 8.07 0 0 1 20.374 12c0 2.313-.82 4.288-2.45 5.924m.126-7.602l-4.054-.185a.29.29 0 0 1-.276-.202l-1.429-3.821A.286.286 0 0 0 12 5.912a.286.286 0 0 0-.291.202l-1.43 3.821a.285.285 0 0 1-.275.202l-4.054.185a.285.285 0 0 0-.281.212a.29.29 0 0 0 .1.344l3.177 2.546c.106.085.137.196.106.328l-1.08 3.938c-.043.138 0 .25.116.334c.111.085.233.085.35.005l3.387-2.25a.29.29 0 0 1 .344 0l3.388 2.25c.122.08.244.08.355-.005c.116-.085.159-.196.116-.334l-1.074-3.938a.29.29 0 0 1 .106-.328l3.176-2.546a.29.29 0 0 0 .095-.34a.29.29 0 0 0-.28-.21z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-ststars {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M20.999%2012c0%202.488-.879%204.605-2.636%206.363A8.67%208.67%200%200%201%2012%2020.999c-2.488%200-4.605-.879-6.363-2.636A8.67%208.67%200%200%201%203.001%2012c0-2.488.879-4.605%202.636-6.363A8.67%208.67%200%200%201%2012%203.001c2.488%200%204.605.879%206.363%202.636A8.67%208.67%200%200%201%2020.999%2012m-3.075%205.924A7.98%207.98%200%200%201%2012%2020.374q-3.47.001-5.923-2.45A8.07%208.07%200%200%201%203.626%2012q-.001-3.47%202.45-5.923a8.3%208.3%200%200%201%202.86-1.896A8.4%208.4%200%200%201%2012%203.626q3.47-.001%205.924%202.45A8.07%208.07%200%200%201%2020.374%2012c0%202.313-.82%204.288-2.45%205.924m.126-7.602l-4.054-.185a.29.29%200%200%201-.276-.202l-1.429-3.821A.286.286%200%200%200%2012%205.912a.286.286%200%200%200-.291.202l-1.43%203.821a.285.285%200%200%201-.275.202l-4.054.185a.285.285%200%200%200-.281.212a.29.29%200%200%200%20.1.344l3.177%202.546c.106.085.137.196.106.328l-1.08%203.938c-.043.138%200%20.25.116.334c.111.085.233.085.35.005l3.387-2.25a.29.29%200%200%201%20.344%200l3.388%202.25c.122.08.244.08.355-.005c.116-.085.159-.196.116-.334l-1.074-3.938a.29.29%200%200%201%20.106-.328l3.176-2.546a.29.29%200%200%200%20.095-.34a.29.29%200%200%200-.28-.21z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M20.999%2012c0%202.488-.879%204.605-2.636%206.363A8.67%208.67%200%200%201%2012%2020.999c-2.488%200-4.605-.879-6.363-2.636A8.67%208.67%200%200%201%203.001%2012c0-2.488.879-4.605%202.636-6.363A8.67%208.67%200%200%201%2012%203.001c2.488%200%204.605.879%206.363%202.636A8.67%208.67%200%200%201%2020.999%2012m-3.075%205.924A7.98%207.98%200%200%201%2012%2020.374q-3.47.001-5.923-2.45A8.07%208.07%200%200%201%203.626%2012q-.001-3.47%202.45-5.923a8.3%208.3%200%200%201%202.86-1.896A8.4%208.4%200%200%201%2012%203.626q3.47-.001%205.924%202.45A8.07%208.07%200%200%201%2020.374%2012c0%202.313-.82%204.288-2.45%205.924m.126-7.602l-4.054-.185a.29.29%200%200%201-.276-.202l-1.429-3.821A.286.286%200%200%200%2012%205.912a.286.286%200%200%200-.291.202l-1.43%203.821a.285.285%200%200%201-.275.202l-4.054.185a.285.285%200%200%200-.281.212a.29.29%200%200%200%20.1.344l3.177%202.546c.106.085.137.196.106.328l-1.08%203.938c-.043.138%200%20.25.116.334c.111.085.233.085.35.005l3.387-2.25a.29.29%200%200%201%20.344%200l3.388%202.25c.122.08.244.08.355-.005c.116-.085.159-.196.116-.334l-1.074-3.938a.29.29%200%200%201%20.106-.328l3.176-2.546a.29.29%200%200%200%20.095-.34a.29.29%200%200%200-.28-.21z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/ststars.svg?color=%231a73e8&size=48