stars3 icon
stars3-filled from Reicon by REICON · Filled · Astronomy · MIT Free for personal and commercial use.
- Name
- stars3-filled
- Set
- Reicon
- Style
- Filled
- Category
- Astronomy
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More astronomy icons from Reicon
Use the stars3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.55 3.44c-.432-.931-.648-1.396-1.029-1.435s-.674.373-1.262 1.198l-.152.214c-.166.234-.25.351-.37.422c-.12.07-.263.087-.55.119l-.26.03c-1.01.112-1.514.168-1.664.52c-.15.351.154.765.761 1.592l.158.214c.172.235.258.352.29.49s.004.28-.05.564l-.05.259c-.192 1-.288 1.5 0 1.757c.289.256.77.099 1.733-.215l.249-.081c.274-.09.41-.134.55-.12s.266.086.519.23l.23.13c.89.506 1.335.759 1.663.566s.322-.704.31-1.725l-.004-.264c-.003-.29-.005-.436.05-.564c.055-.129.16-.227.371-.422l.192-.178c.742-.688 1.113-1.032 1.027-1.408c-.085-.375-.57-.534-1.54-.851L13.47 4.4c-.276-.09-.414-.135-.52-.23c-.105-.093-.166-.225-.289-.49z"/><path fill-rule="evenodd" d="M22.648 9.122a.75.75 0 0 1-.27 1.026C16.666 13.48 15.25 18.859 15.25 22a.75.75 0 1 1-1.5 0c0-3.525 1.584-9.48 7.872-13.148a.75.75 0 0 1 1.026.27M11.206 11.28a.75.75 0 0 1 .515.927c-.366 1.283-.454 3.144-.396 5.008a41 41 0 0 0 .416 4.672a.75.75 0 0 1-1.482.228a43 43 0 0 1-.434-4.853c-.059-1.894.02-3.95.454-5.467a.75.75 0 0 1 .927-.515" clip-rule="evenodd"/><path d="M5.134 13.765c-.023-.108.148-.207.23-.133c.238.213.559.457.859.537s.699.03 1.012-.036c.107-.023.206.149.133.23c-.214.238-.457.56-.537.86s-.03.698.036 1.011c.022.108-.15.207-.231.133c-.238-.213-.559-.456-.859-.537c-.3-.08-.699-.03-1.012.036c-.107.023-.206-.149-.133-.23c.214-.238.457-.56.537-.859c.08-.3.03-.7-.035-1.012"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconStars3Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.55 3.44c-.432-.931-.648-1.396-1.029-1.435s-.674.373-1.262 1.198l-.152.214c-.166.234-.25.351-.37.422c-.12.07-.263.087-.55.119l-.26.03c-1.01.112-1.514.168-1.664.52c-.15.351.154.765.761 1.592l.158.214c.172.235.258.352.29.49s.004.28-.05.564l-.05.259c-.192 1-.288 1.5 0 1.757c.289.256.77.099 1.733-.215l.249-.081c.274-.09.41-.134.55-.12s.266.086.519.23l.23.13c.89.506 1.335.759 1.663.566s.322-.704.31-1.725l-.004-.264c-.003-.29-.005-.436.05-.564c.055-.129.16-.227.371-.422l.192-.178c.742-.688 1.113-1.032 1.027-1.408c-.085-.375-.57-.534-1.54-.851L13.47 4.4c-.276-.09-.414-.135-.52-.23c-.105-.093-.166-.225-.289-.49z"/><path fillRule="evenodd" d="M22.648 9.122a.75.75 0 0 1-.27 1.026C16.666 13.48 15.25 18.859 15.25 22a.75.75 0 1 1-1.5 0c0-3.525 1.584-9.48 7.872-13.148a.75.75 0 0 1 1.026.27M11.206 11.28a.75.75 0 0 1 .515.927c-.366 1.283-.454 3.144-.396 5.008a41 41 0 0 0 .416 4.672a.75.75 0 0 1-1.482.228a43 43 0 0 1-.434-4.853c-.059-1.894.02-3.95.454-5.467a.75.75 0 0 1 .927-.515" clipRule="evenodd"/><path d="M5.134 13.765c-.023-.108.148-.207.23-.133c.238.213.559.457.859.537s.699.03 1.012-.036c.107-.023.206.149.133.23c-.214.238-.457.56-.537.86s-.03.698.036 1.011c.022.108-.15.207-.231.133c-.238-.213-.559-.456-.859-.537c-.3-.08-.699-.03-1.012.036c-.107.023-.206-.149-.133-.23c.214-.238.457-.56.537-.859c.08-.3.03-.7-.035-1.012"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.55 3.44c-.432-.931-.648-1.396-1.029-1.435s-.674.373-1.262 1.198l-.152.214c-.166.234-.25.351-.37.422c-.12.07-.263.087-.55.119l-.26.03c-1.01.112-1.514.168-1.664.52c-.15.351.154.765.761 1.592l.158.214c.172.235.258.352.29.49s.004.28-.05.564l-.05.259c-.192 1-.288 1.5 0 1.757c.289.256.77.099 1.733-.215l.249-.081c.274-.09.41-.134.55-.12s.266.086.519.23l.23.13c.89.506 1.335.759 1.663.566s.322-.704.31-1.725l-.004-.264c-.003-.29-.005-.436.05-.564c.055-.129.16-.227.371-.422l.192-.178c.742-.688 1.113-1.032 1.027-1.408c-.085-.375-.57-.534-1.54-.851L13.47 4.4c-.276-.09-.414-.135-.52-.23c-.105-.093-.166-.225-.289-.49z"/><path fill-rule="evenodd" d="M22.648 9.122a.75.75 0 0 1-.27 1.026C16.666 13.48 15.25 18.859 15.25 22a.75.75 0 1 1-1.5 0c0-3.525 1.584-9.48 7.872-13.148a.75.75 0 0 1 1.026.27M11.206 11.28a.75.75 0 0 1 .515.927c-.366 1.283-.454 3.144-.396 5.008a41 41 0 0 0 .416 4.672a.75.75 0 0 1-1.482.228a43 43 0 0 1-.434-4.853c-.059-1.894.02-3.95.454-5.467a.75.75 0 0 1 .927-.515" clip-rule="evenodd"/><path d="M5.134 13.765c-.023-.108.148-.207.23-.133c.238.213.559.457.859.537s.699.03 1.012-.036c.107-.023.206.149.133.23c-.214.238-.457.56-.537.86s-.03.698.036 1.011c.022.108-.15.207-.231.133c-.238-.213-.559-.456-.859-.537c-.3-.08-.699-.03-1.012.036c-.107.023-.206-.149-.133-.23c.214-.238.457-.56.537-.859c.08-.3.03-.7-.035-1.012"/></g></svg> </template>
CSS
.icon-stars3-filled {
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%22currentColor%22%3E%3Cpath%20d%3D%22M12.55%203.44c-.432-.931-.648-1.396-1.029-1.435s-.674.373-1.262%201.198l-.152.214c-.166.234-.25.351-.37.422c-.12.07-.263.087-.55.119l-.26.03c-1.01.112-1.514.168-1.664.52c-.15.351.154.765.761%201.592l.158.214c.172.235.258.352.29.49s.004.28-.05.564l-.05.259c-.192%201-.288%201.5%200%201.757c.289.256.77.099%201.733-.215l.249-.081c.274-.09.41-.134.55-.12s.266.086.519.23l.23.13c.89.506%201.335.759%201.663.566s.322-.704.31-1.725l-.004-.264c-.003-.29-.005-.436.05-.564c.055-.129.16-.227.371-.422l.192-.178c.742-.688%201.113-1.032%201.027-1.408c-.085-.375-.57-.534-1.54-.851L13.47%204.4c-.276-.09-.414-.135-.52-.23c-.105-.093-.166-.225-.289-.49z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22.648%209.122a.75.75%200%200%201-.27%201.026C16.666%2013.48%2015.25%2018.859%2015.25%2022a.75.75%200%201%201-1.5%200c0-3.525%201.584-9.48%207.872-13.148a.75.75%200%200%201%201.026.27M11.206%2011.28a.75.75%200%200%201%20.515.927c-.366%201.283-.454%203.144-.396%205.008a41%2041%200%200%200%20.416%204.672a.75.75%200%200%201-1.482.228a43%2043%200%200%201-.434-4.853c-.059-1.894.02-3.95.454-5.467a.75.75%200%200%201%20.927-.515%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.134%2013.765c-.023-.108.148-.207.23-.133c.238.213.559.457.859.537s.699.03%201.012-.036c.107-.023.206.149.133.23c-.214.238-.457.56-.537.86s-.03.698.036%201.011c.022.108-.15.207-.231.133c-.238-.213-.559-.456-.859-.537c-.3-.08-.699-.03-1.012.036c-.107.023-.206-.149-.133-.23c.214-.238.457-.56.537-.859c.08-.3.03-.7-.035-1.012%22%2F%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%22currentColor%22%3E%3Cpath%20d%3D%22M12.55%203.44c-.432-.931-.648-1.396-1.029-1.435s-.674.373-1.262%201.198l-.152.214c-.166.234-.25.351-.37.422c-.12.07-.263.087-.55.119l-.26.03c-1.01.112-1.514.168-1.664.52c-.15.351.154.765.761%201.592l.158.214c.172.235.258.352.29.49s.004.28-.05.564l-.05.259c-.192%201-.288%201.5%200%201.757c.289.256.77.099%201.733-.215l.249-.081c.274-.09.41-.134.55-.12s.266.086.519.23l.23.13c.89.506%201.335.759%201.663.566s.322-.704.31-1.725l-.004-.264c-.003-.29-.005-.436.05-.564c.055-.129.16-.227.371-.422l.192-.178c.742-.688%201.113-1.032%201.027-1.408c-.085-.375-.57-.534-1.54-.851L13.47%204.4c-.276-.09-.414-.135-.52-.23c-.105-.093-.166-.225-.289-.49z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22.648%209.122a.75.75%200%200%201-.27%201.026C16.666%2013.48%2015.25%2018.859%2015.25%2022a.75.75%200%201%201-1.5%200c0-3.525%201.584-9.48%207.872-13.148a.75.75%200%200%201%201.026.27M11.206%2011.28a.75.75%200%200%201%20.515.927c-.366%201.283-.454%203.144-.396%205.008a41%2041%200%200%200%20.416%204.672a.75.75%200%200%201-1.482.228a43%2043%200%200%201-.434-4.853c-.059-1.894.02-3.95.454-5.467a.75.75%200%200%201%20.927-.515%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.134%2013.765c-.023-.108.148-.207.23-.133c.238.213.559.457.859.537s.699.03%201.012-.036c.107-.023.206.149.133.23c-.214.238-.457.56-.537.86s-.03.698.036%201.011c.022.108-.15.207-.231.133c-.238-.213-.559-.456-.859-.537c-.3-.08-.699-.03-1.012.036c-.107.023-.206-.149-.133-.23c.214-.238.457-.56.537-.859c.08-.3.03-.7-.035-1.012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/stars3-filled.svg?color=%231a73e8&size=48