star3 icon
star3-filled from Reicon by REICON · Filled · Astronomy · MIT Free for personal and commercial use.
- Name
- star3-filled
- Set
- Reicon
- Style
- Filled
- Category
- Astronomy
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More astronomy icons from Reicon
Use the star3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.406 6.073c.572-.639.964-1.074 1.28-1.338c.32-.266.425-.239.458-.23c.043.013.157.064.315.477c.154.404.293.997.494 1.858l.12.516c.093.403.17.738.364 1.008c.199.278.488.442.818.63l.064.035l.357.204c.707.403 1.183.676 1.493.924c.297.238.349.38.353.501c.005.128-.042.287-.327.574c-.294.295-.752.636-1.424 1.136l-.399.296c-.317.235-.584.433-.756.728c-.169.289-.22.627-.284 1.045l-.081.527c-.137.884-.232 1.496-.356 1.922c-.07.24-.137.373-.193.45c-.108-.04-.253-.1-.423-.181a6.5 6.5 0 0 1-1.517-1.022l-.312-.28l-.014-.013a7 7 0 0 0-.43-.37a1.4 1.4 0 0 0-.474-.25c-.324-.094-.659-.031-1.02.037l-.077.014l-.4.075c-.794.147-1.325.243-1.706.25c-.366.007-.443-.072-.484-.129c-.058-.08-.111-.236-.022-.674c.089-.436.289-1.017.58-1.857l.172-.497c.138-.4.25-.72.237-1.057c-.013-.34-.148-.646-.315-1.024l-.208-.47c-.35-.795-.591-1.343-.711-1.762c-.119-.415-.082-.583-.022-.685c.05-.085.139-.175.5-.22c.38-.047.915-.026 1.714.008l.404.017l.076.004c.367.016.703.03 1.015-.107c.303-.134.532-.39.795-.685l.055-.061z"/><path d="M10.918 6.574c-.156-.668-.288-1.234-.43-1.679L17.12 6.82c.044.012.158.063.316.476c.154.404.293.997.493 1.859l.12.516q.04.172.08.327l-6.013-1.665l-.303-.173c-.43-.244-.509-.301-.564-.379c-.062-.086-.1-.206-.221-.73zm3.425 3.413l5.007 1.387l.304.173c.707.403 1.183.676 1.493.924c.297.238.348.38.353.501c.004.128-.042.288-.328.574c-.294.295-.751.636-1.423 1.136l-.4.296c-.188.14-.358.266-.502.408l-6.805-1.974l.359-.267c.63-.468 1.15-.853 1.502-1.207c.367-.368.638-.784.618-1.316a1.4 1.4 0 0 0-.178-.635m-2.969 4.273l7.013 2.034c-.03.141-.053.293-.078.457l-.08.527c-.078.5-.192.947-.313 1.325c-.213.665-.267.758-.427.85c-.07.04-.134.056-.27.041c-.165-.018-.378-.078-.741-.184l-5.795-1.68q.103-.222.172-.464c.145-.497.25-1.175.378-2.012l.075-.488c.027-.174.048-.305.066-.407"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconStar3Filled(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="M7.406 6.073c.572-.639.964-1.074 1.28-1.338c.32-.266.425-.239.458-.23c.043.013.157.064.315.477c.154.404.293.997.494 1.858l.12.516c.093.403.17.738.364 1.008c.199.278.488.442.818.63l.064.035l.357.204c.707.403 1.183.676 1.493.924c.297.238.349.38.353.501c.005.128-.042.287-.327.574c-.294.295-.752.636-1.424 1.136l-.399.296c-.317.235-.584.433-.756.728c-.169.289-.22.627-.284 1.045l-.081.527c-.137.884-.232 1.496-.356 1.922c-.07.24-.137.373-.193.45c-.108-.04-.253-.1-.423-.181a6.5 6.5 0 0 1-1.517-1.022l-.312-.28l-.014-.013a7 7 0 0 0-.43-.37a1.4 1.4 0 0 0-.474-.25c-.324-.094-.659-.031-1.02.037l-.077.014l-.4.075c-.794.147-1.325.243-1.706.25c-.366.007-.443-.072-.484-.129c-.058-.08-.111-.236-.022-.674c.089-.436.289-1.017.58-1.857l.172-.497c.138-.4.25-.72.237-1.057c-.013-.34-.148-.646-.315-1.024l-.208-.47c-.35-.795-.591-1.343-.711-1.762c-.119-.415-.082-.583-.022-.685c.05-.085.139-.175.5-.22c.38-.047.915-.026 1.714.008l.404.017l.076.004c.367.016.703.03 1.015-.107c.303-.134.532-.39.795-.685l.055-.061z"/><path d="M10.918 6.574c-.156-.668-.288-1.234-.43-1.679L17.12 6.82c.044.012.158.063.316.476c.154.404.293.997.493 1.859l.12.516q.04.172.08.327l-6.013-1.665l-.303-.173c-.43-.244-.509-.301-.564-.379c-.062-.086-.1-.206-.221-.73zm3.425 3.413l5.007 1.387l.304.173c.707.403 1.183.676 1.493.924c.297.238.348.38.353.501c.004.128-.042.288-.328.574c-.294.295-.751.636-1.423 1.136l-.4.296c-.188.14-.358.266-.502.408l-6.805-1.974l.359-.267c.63-.468 1.15-.853 1.502-1.207c.367-.368.638-.784.618-1.316a1.4 1.4 0 0 0-.178-.635m-2.969 4.273l7.013 2.034c-.03.141-.053.293-.078.457l-.08.527c-.078.5-.192.947-.313 1.325c-.213.665-.267.758-.427.85c-.07.04-.134.056-.27.041c-.165-.018-.378-.078-.741-.184l-5.795-1.68q.103-.222.172-.464c.145-.497.25-1.175.378-2.012l.075-.488c.027-.174.048-.305.066-.407"/></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="M7.406 6.073c.572-.639.964-1.074 1.28-1.338c.32-.266.425-.239.458-.23c.043.013.157.064.315.477c.154.404.293.997.494 1.858l.12.516c.093.403.17.738.364 1.008c.199.278.488.442.818.63l.064.035l.357.204c.707.403 1.183.676 1.493.924c.297.238.349.38.353.501c.005.128-.042.287-.327.574c-.294.295-.752.636-1.424 1.136l-.399.296c-.317.235-.584.433-.756.728c-.169.289-.22.627-.284 1.045l-.081.527c-.137.884-.232 1.496-.356 1.922c-.07.24-.137.373-.193.45c-.108-.04-.253-.1-.423-.181a6.5 6.5 0 0 1-1.517-1.022l-.312-.28l-.014-.013a7 7 0 0 0-.43-.37a1.4 1.4 0 0 0-.474-.25c-.324-.094-.659-.031-1.02.037l-.077.014l-.4.075c-.794.147-1.325.243-1.706.25c-.366.007-.443-.072-.484-.129c-.058-.08-.111-.236-.022-.674c.089-.436.289-1.017.58-1.857l.172-.497c.138-.4.25-.72.237-1.057c-.013-.34-.148-.646-.315-1.024l-.208-.47c-.35-.795-.591-1.343-.711-1.762c-.119-.415-.082-.583-.022-.685c.05-.085.139-.175.5-.22c.38-.047.915-.026 1.714.008l.404.017l.076.004c.367.016.703.03 1.015-.107c.303-.134.532-.39.795-.685l.055-.061z"/><path d="M10.918 6.574c-.156-.668-.288-1.234-.43-1.679L17.12 6.82c.044.012.158.063.316.476c.154.404.293.997.493 1.859l.12.516q.04.172.08.327l-6.013-1.665l-.303-.173c-.43-.244-.509-.301-.564-.379c-.062-.086-.1-.206-.221-.73zm3.425 3.413l5.007 1.387l.304.173c.707.403 1.183.676 1.493.924c.297.238.348.38.353.501c.004.128-.042.288-.328.574c-.294.295-.751.636-1.423 1.136l-.4.296c-.188.14-.358.266-.502.408l-6.805-1.974l.359-.267c.63-.468 1.15-.853 1.502-1.207c.367-.368.638-.784.618-1.316a1.4 1.4 0 0 0-.178-.635m-2.969 4.273l7.013 2.034c-.03.141-.053.293-.078.457l-.08.527c-.078.5-.192.947-.313 1.325c-.213.665-.267.758-.427.85c-.07.04-.134.056-.27.041c-.165-.018-.378-.078-.741-.184l-5.795-1.68q.103-.222.172-.464c.145-.497.25-1.175.378-2.012l.075-.488c.027-.174.048-.305.066-.407"/></g></svg> </template>
CSS
.icon-star3-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%22M7.406%206.073c.572-.639.964-1.074%201.28-1.338c.32-.266.425-.239.458-.23c.043.013.157.064.315.477c.154.404.293.997.494%201.858l.12.516c.093.403.17.738.364%201.008c.199.278.488.442.818.63l.064.035l.357.204c.707.403%201.183.676%201.493.924c.297.238.349.38.353.501c.005.128-.042.287-.327.574c-.294.295-.752.636-1.424%201.136l-.399.296c-.317.235-.584.433-.756.728c-.169.289-.22.627-.284%201.045l-.081.527c-.137.884-.232%201.496-.356%201.922c-.07.24-.137.373-.193.45c-.108-.04-.253-.1-.423-.181a6.5%206.5%200%200%201-1.517-1.022l-.312-.28l-.014-.013a7%207%200%200%200-.43-.37a1.4%201.4%200%200%200-.474-.25c-.324-.094-.659-.031-1.02.037l-.077.014l-.4.075c-.794.147-1.325.243-1.706.25c-.366.007-.443-.072-.484-.129c-.058-.08-.111-.236-.022-.674c.089-.436.289-1.017.58-1.857l.172-.497c.138-.4.25-.72.237-1.057c-.013-.34-.148-.646-.315-1.024l-.208-.47c-.35-.795-.591-1.343-.711-1.762c-.119-.415-.082-.583-.022-.685c.05-.085.139-.175.5-.22c.38-.047.915-.026%201.714.008l.404.017l.076.004c.367.016.703.03%201.015-.107c.303-.134.532-.39.795-.685l.055-.061z%22%2F%3E%3Cpath%20d%3D%22M10.918%206.574c-.156-.668-.288-1.234-.43-1.679L17.12%206.82c.044.012.158.063.316.476c.154.404.293.997.493%201.859l.12.516q.04.172.08.327l-6.013-1.665l-.303-.173c-.43-.244-.509-.301-.564-.379c-.062-.086-.1-.206-.221-.73zm3.425%203.413l5.007%201.387l.304.173c.707.403%201.183.676%201.493.924c.297.238.348.38.353.501c.004.128-.042.288-.328.574c-.294.295-.751.636-1.423%201.136l-.4.296c-.188.14-.358.266-.502.408l-6.805-1.974l.359-.267c.63-.468%201.15-.853%201.502-1.207c.367-.368.638-.784.618-1.316a1.4%201.4%200%200%200-.178-.635m-2.969%204.273l7.013%202.034c-.03.141-.053.293-.078.457l-.08.527c-.078.5-.192.947-.313%201.325c-.213.665-.267.758-.427.85c-.07.04-.134.056-.27.041c-.165-.018-.378-.078-.741-.184l-5.795-1.68q.103-.222.172-.464c.145-.497.25-1.175.378-2.012l.075-.488c.027-.174.048-.305.066-.407%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%22M7.406%206.073c.572-.639.964-1.074%201.28-1.338c.32-.266.425-.239.458-.23c.043.013.157.064.315.477c.154.404.293.997.494%201.858l.12.516c.093.403.17.738.364%201.008c.199.278.488.442.818.63l.064.035l.357.204c.707.403%201.183.676%201.493.924c.297.238.349.38.353.501c.005.128-.042.287-.327.574c-.294.295-.752.636-1.424%201.136l-.399.296c-.317.235-.584.433-.756.728c-.169.289-.22.627-.284%201.045l-.081.527c-.137.884-.232%201.496-.356%201.922c-.07.24-.137.373-.193.45c-.108-.04-.253-.1-.423-.181a6.5%206.5%200%200%201-1.517-1.022l-.312-.28l-.014-.013a7%207%200%200%200-.43-.37a1.4%201.4%200%200%200-.474-.25c-.324-.094-.659-.031-1.02.037l-.077.014l-.4.075c-.794.147-1.325.243-1.706.25c-.366.007-.443-.072-.484-.129c-.058-.08-.111-.236-.022-.674c.089-.436.289-1.017.58-1.857l.172-.497c.138-.4.25-.72.237-1.057c-.013-.34-.148-.646-.315-1.024l-.208-.47c-.35-.795-.591-1.343-.711-1.762c-.119-.415-.082-.583-.022-.685c.05-.085.139-.175.5-.22c.38-.047.915-.026%201.714.008l.404.017l.076.004c.367.016.703.03%201.015-.107c.303-.134.532-.39.795-.685l.055-.061z%22%2F%3E%3Cpath%20d%3D%22M10.918%206.574c-.156-.668-.288-1.234-.43-1.679L17.12%206.82c.044.012.158.063.316.476c.154.404.293.997.493%201.859l.12.516q.04.172.08.327l-6.013-1.665l-.303-.173c-.43-.244-.509-.301-.564-.379c-.062-.086-.1-.206-.221-.73zm3.425%203.413l5.007%201.387l.304.173c.707.403%201.183.676%201.493.924c.297.238.348.38.353.501c.004.128-.042.288-.328.574c-.294.295-.751.636-1.423%201.136l-.4.296c-.188.14-.358.266-.502.408l-6.805-1.974l.359-.267c.63-.468%201.15-.853%201.502-1.207c.367-.368.638-.784.618-1.316a1.4%201.4%200%200%200-.178-.635m-2.969%204.273l7.013%202.034c-.03.141-.053.293-.078.457l-.08.527c-.078.5-.192.947-.313%201.325c-.213.665-.267.758-.427.85c-.07.04-.134.056-.27.041c-.165-.018-.378-.078-.741-.184l-5.795-1.68q.103-.222.172-.464c.145-.497.25-1.175.378-2.012l.075-.488c.027-.174.048-.305.066-.407%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/star3-filled.svg?color=%231a73e8&size=48