star fall3 icon
star-fall3-duotone from Reicon by REICON · Duotone · Astronomy · MIT Free for personal and commercial use.
- Name
- star-fall3-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Astronomy
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More astronomy icons from Reicon
Use the star fall3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.725 8.156c1.55-.918 2.326-1.377 2.895-1.051c.57.325.556 1.22.529 3.01l-.007.463c-.008.509-.012.763.083.986c.095.224.277.391.643.726l.332.305c1.286 1.178 1.93 1.766 1.778 2.428c-.15.661-.995.957-2.684 1.548l-.437.153c-.48.169-.72.253-.904.421c-.184.169-.291.403-.506.87l-.196.426c-.756 1.646-1.134 2.47-1.796 2.553s-1.171-.63-2.188-2.054l-.263-.368c-.289-.405-.433-.607-.642-.727c-.208-.119-.457-.142-.956-.187l-.453-.042c-1.753-.16-2.63-.24-2.888-.85c-.259-.61.271-1.347 1.332-2.818l.275-.381c.301-.418.452-.627.507-.87c.055-.242.009-.49-.084-.986l-.085-.451c-.328-1.746-.492-2.618.011-3.078s1.339-.203 3.011.311l.433.134c.475.146.713.219.955.188c.243-.03.463-.16.904-.421z"/><path fill-rule="evenodd" d="M8.97 1.97a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1-1.06 1.06l-2-2a.75.75 0 0 1 0-1.06m-5.5 1.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 0 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06m9 2a.75.75 0 0 1 1.06 0l.5.5a.75.75 0 0 1-1.06 1.06l-.5-.5a.75.75 0 0 1 0-1.06m-11 2a.75.75 0 0 1 1.06 0l.5.5a.75.75 0 0 1-1.06 1.06l-.5-.5a.75.75 0 0 1 0-1.06m2.5 2.5a.75.75 0 0 1 1.06 0l1.5 1.5a.75.75 0 1 1-1.06 1.06l-1.5-1.5a.75.75 0 0 1 0-1.06" clip-rule="evenodd" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconStarFall3Duotone(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="M14.725 8.156c1.55-.918 2.326-1.377 2.895-1.051c.57.325.556 1.22.529 3.01l-.007.463c-.008.509-.012.763.083.986c.095.224.277.391.643.726l.332.305c1.286 1.178 1.93 1.766 1.778 2.428c-.15.661-.995.957-2.684 1.548l-.437.153c-.48.169-.72.253-.904.421c-.184.169-.291.403-.506.87l-.196.426c-.756 1.646-1.134 2.47-1.796 2.553s-1.171-.63-2.188-2.054l-.263-.368c-.289-.405-.433-.607-.642-.727c-.208-.119-.457-.142-.956-.187l-.453-.042c-1.753-.16-2.63-.24-2.888-.85c-.259-.61.271-1.347 1.332-2.818l.275-.381c.301-.418.452-.627.507-.87c.055-.242.009-.49-.084-.986l-.085-.451c-.328-1.746-.492-2.618.011-3.078s1.339-.203 3.011.311l.433.134c.475.146.713.219.955.188c.243-.03.463-.16.904-.421z"/><path fillRule="evenodd" d="M8.97 1.97a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1-1.06 1.06l-2-2a.75.75 0 0 1 0-1.06m-5.5 1.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 0 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06m9 2a.75.75 0 0 1 1.06 0l.5.5a.75.75 0 0 1-1.06 1.06l-.5-.5a.75.75 0 0 1 0-1.06m-11 2a.75.75 0 0 1 1.06 0l.5.5a.75.75 0 0 1-1.06 1.06l-.5-.5a.75.75 0 0 1 0-1.06m2.5 2.5a.75.75 0 0 1 1.06 0l1.5 1.5a.75.75 0 1 1-1.06 1.06l-1.5-1.5a.75.75 0 0 1 0-1.06" clipRule="evenodd" opacity=".5"/></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="M14.725 8.156c1.55-.918 2.326-1.377 2.895-1.051c.57.325.556 1.22.529 3.01l-.007.463c-.008.509-.012.763.083.986c.095.224.277.391.643.726l.332.305c1.286 1.178 1.93 1.766 1.778 2.428c-.15.661-.995.957-2.684 1.548l-.437.153c-.48.169-.72.253-.904.421c-.184.169-.291.403-.506.87l-.196.426c-.756 1.646-1.134 2.47-1.796 2.553s-1.171-.63-2.188-2.054l-.263-.368c-.289-.405-.433-.607-.642-.727c-.208-.119-.457-.142-.956-.187l-.453-.042c-1.753-.16-2.63-.24-2.888-.85c-.259-.61.271-1.347 1.332-2.818l.275-.381c.301-.418.452-.627.507-.87c.055-.242.009-.49-.084-.986l-.085-.451c-.328-1.746-.492-2.618.011-3.078s1.339-.203 3.011.311l.433.134c.475.146.713.219.955.188c.243-.03.463-.16.904-.421z"/><path fill-rule="evenodd" d="M8.97 1.97a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1-1.06 1.06l-2-2a.75.75 0 0 1 0-1.06m-5.5 1.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 0 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06m9 2a.75.75 0 0 1 1.06 0l.5.5a.75.75 0 0 1-1.06 1.06l-.5-.5a.75.75 0 0 1 0-1.06m-11 2a.75.75 0 0 1 1.06 0l.5.5a.75.75 0 0 1-1.06 1.06l-.5-.5a.75.75 0 0 1 0-1.06m2.5 2.5a.75.75 0 0 1 1.06 0l1.5 1.5a.75.75 0 1 1-1.06 1.06l-1.5-1.5a.75.75 0 0 1 0-1.06" clip-rule="evenodd" opacity=".5"/></g></svg> </template>
CSS
.icon-star-fall3-duotone {
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%22M14.725%208.156c1.55-.918%202.326-1.377%202.895-1.051c.57.325.556%201.22.529%203.01l-.007.463c-.008.509-.012.763.083.986c.095.224.277.391.643.726l.332.305c1.286%201.178%201.93%201.766%201.778%202.428c-.15.661-.995.957-2.684%201.548l-.437.153c-.48.169-.72.253-.904.421c-.184.169-.291.403-.506.87l-.196.426c-.756%201.646-1.134%202.47-1.796%202.553s-1.171-.63-2.188-2.054l-.263-.368c-.289-.405-.433-.607-.642-.727c-.208-.119-.457-.142-.956-.187l-.453-.042c-1.753-.16-2.63-.24-2.888-.85c-.259-.61.271-1.347%201.332-2.818l.275-.381c.301-.418.452-.627.507-.87c.055-.242.009-.49-.084-.986l-.085-.451c-.328-1.746-.492-2.618.011-3.078s1.339-.203%203.011.311l.433.134c.475.146.713.219.955.188c.243-.03.463-.16.904-.421z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.97%201.97a.75.75%200%200%201%201.06%200l2%202a.75.75%200%200%201-1.06%201.06l-2-2a.75.75%200%200%201%200-1.06m-5.5%201.5a.75.75%200%200%201%201.06%200l2.5%202.5a.75.75%200%200%201-1.06%201.06l-2.5-2.5a.75.75%200%200%201%200-1.06m9%202a.75.75%200%200%201%201.06%200l.5.5a.75.75%200%200%201-1.06%201.06l-.5-.5a.75.75%200%200%201%200-1.06m-11%202a.75.75%200%200%201%201.06%200l.5.5a.75.75%200%200%201-1.06%201.06l-.5-.5a.75.75%200%200%201%200-1.06m2.5%202.5a.75.75%200%200%201%201.06%200l1.5%201.5a.75.75%200%201%201-1.06%201.06l-1.5-1.5a.75.75%200%200%201%200-1.06%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%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%22M14.725%208.156c1.55-.918%202.326-1.377%202.895-1.051c.57.325.556%201.22.529%203.01l-.007.463c-.008.509-.012.763.083.986c.095.224.277.391.643.726l.332.305c1.286%201.178%201.93%201.766%201.778%202.428c-.15.661-.995.957-2.684%201.548l-.437.153c-.48.169-.72.253-.904.421c-.184.169-.291.403-.506.87l-.196.426c-.756%201.646-1.134%202.47-1.796%202.553s-1.171-.63-2.188-2.054l-.263-.368c-.289-.405-.433-.607-.642-.727c-.208-.119-.457-.142-.956-.187l-.453-.042c-1.753-.16-2.63-.24-2.888-.85c-.259-.61.271-1.347%201.332-2.818l.275-.381c.301-.418.452-.627.507-.87c.055-.242.009-.49-.084-.986l-.085-.451c-.328-1.746-.492-2.618.011-3.078s1.339-.203%203.011.311l.433.134c.475.146.713.219.955.188c.243-.03.463-.16.904-.421z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.97%201.97a.75.75%200%200%201%201.06%200l2%202a.75.75%200%200%201-1.06%201.06l-2-2a.75.75%200%200%201%200-1.06m-5.5%201.5a.75.75%200%200%201%201.06%200l2.5%202.5a.75.75%200%200%201-1.06%201.06l-2.5-2.5a.75.75%200%200%201%200-1.06m9%202a.75.75%200%200%201%201.06%200l.5.5a.75.75%200%200%201-1.06%201.06l-.5-.5a.75.75%200%200%201%200-1.06m-11%202a.75.75%200%200%201%201.06%200l.5.5a.75.75%200%200%201-1.06%201.06l-.5-.5a.75.75%200%200%201%200-1.06m2.5%202.5a.75.75%200%200%201%201.06%200l1.5%201.5a.75.75%200%201%201-1.06%201.06l-1.5-1.5a.75.75%200%200%201%200-1.06%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%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/star-fall3-duotone.svg?color=%231a73e8&size=48