star fall minimalistic 2 icon

star-fall-minimalistic-2-linear from Solar by 480 Design · Linear · Astronomy · CC-BY-4.0 Attribution required.

Name
star-fall-minimalistic-2-linear
Set
Solar
Style
Linear
Category
Astronomy
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More astronomy icons from Solar

Use the star fall minimalistic 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M11.8114 6.7267C12.8247 4.9089 13.3314 4 14.0889 4C14.8464 4 15.353 4.9089 16.3663 6.7267L16.6285 7.19699C16.9164 7.71355 17.0604 7.97183 17.2849 8.14225C17.5094 8.31266 17.789 8.37592 18.3482 8.50244L18.8572 8.61762C20.825 9.06284 21.8089 9.28545 22.0429 10.0382C22.277 10.7909 21.6063 11.5753 20.2648 13.1439L19.9177 13.5498C19.5365 13.9955 19.3459 14.2184 19.2602 14.4942C19.1744 14.7699 19.2032 15.0673 19.2609 15.662L19.3134 16.2035C19.5162 18.2965 19.6176 19.343 19.0047 19.8082C18.3919 20.2734 17.4707 19.8492 15.6283 19.0009L15.1517 18.7815C14.6281 18.5404 14.3664 18.4199 14.0889 18.4199C13.8114 18.4199 13.5496 18.5404 13.0261 18.7815L12.5494 19.0009C10.707 19.8492 9.78581 20.2734 9.17299 19.8082C8.56016 19.343 8.66157 18.2965 8.86438 16.2035L8.91685 15.662C8.97449 15.0673 9.0033 14.7699 8.91756 14.4942C8.83181 14.2184 8.64121 13.9955 8.26 13.5498L7.91295 13.1439C6.57147 11.5753 5.90073 10.7909 6.1348 10.0382C6.36888 9.28545 7.35275 9.06284 9.3205 8.61762L9.82958 8.50244C10.3887 8.37592 10.6683 8.31266 10.8928 8.14225C11.1173 7.97183 11.2613 7.71355 11.5492 7.19699L11.8114 6.7267Z"/><path stroke-linecap="round" d="M2.08887 16C3.20445 15.121 4.68639 14.7971 6.08887 15.1257"/><path stroke-linecap="round" d="M2.08887 10.5C3.08887 10 3.37862 10.0605 4.08887 10"/><path stroke-linecap="round" d="M2 5.60867L2.20816 5.48676C4.41383 4.19506 6.75032 3.84687 8.95304 4.48161L9.16092 4.54152"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarStarFallMinimalistic2Linear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M11.8114 6.7267C12.8247 4.9089 13.3314 4 14.0889 4C14.8464 4 15.353 4.9089 16.3663 6.7267L16.6285 7.19699C16.9164 7.71355 17.0604 7.97183 17.2849 8.14225C17.5094 8.31266 17.789 8.37592 18.3482 8.50244L18.8572 8.61762C20.825 9.06284 21.8089 9.28545 22.0429 10.0382C22.277 10.7909 21.6063 11.5753 20.2648 13.1439L19.9177 13.5498C19.5365 13.9955 19.3459 14.2184 19.2602 14.4942C19.1744 14.7699 19.2032 15.0673 19.2609 15.662L19.3134 16.2035C19.5162 18.2965 19.6176 19.343 19.0047 19.8082C18.3919 20.2734 17.4707 19.8492 15.6283 19.0009L15.1517 18.7815C14.6281 18.5404 14.3664 18.4199 14.0889 18.4199C13.8114 18.4199 13.5496 18.5404 13.0261 18.7815L12.5494 19.0009C10.707 19.8492 9.78581 20.2734 9.17299 19.8082C8.56016 19.343 8.66157 18.2965 8.86438 16.2035L8.91685 15.662C8.97449 15.0673 9.0033 14.7699 8.91756 14.4942C8.83181 14.2184 8.64121 13.9955 8.26 13.5498L7.91295 13.1439C6.57147 11.5753 5.90073 10.7909 6.1348 10.0382C6.36888 9.28545 7.35275 9.06284 9.3205 8.61762L9.82958 8.50244C10.3887 8.37592 10.6683 8.31266 10.8928 8.14225C11.1173 7.97183 11.2613 7.71355 11.5492 7.19699L11.8114 6.7267Z"/><path strokeLinecap="round" d="M2.08887 16C3.20445 15.121 4.68639 14.7971 6.08887 15.1257"/><path strokeLinecap="round" d="M2.08887 10.5C3.08887 10 3.37862 10.0605 4.08887 10"/><path strokeLinecap="round" d="M2 5.60867L2.20816 5.48676C4.41383 4.19506 6.75032 3.84687 8.95304 4.48161L9.16092 4.54152"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M11.8114 6.7267C12.8247 4.9089 13.3314 4 14.0889 4C14.8464 4 15.353 4.9089 16.3663 6.7267L16.6285 7.19699C16.9164 7.71355 17.0604 7.97183 17.2849 8.14225C17.5094 8.31266 17.789 8.37592 18.3482 8.50244L18.8572 8.61762C20.825 9.06284 21.8089 9.28545 22.0429 10.0382C22.277 10.7909 21.6063 11.5753 20.2648 13.1439L19.9177 13.5498C19.5365 13.9955 19.3459 14.2184 19.2602 14.4942C19.1744 14.7699 19.2032 15.0673 19.2609 15.662L19.3134 16.2035C19.5162 18.2965 19.6176 19.343 19.0047 19.8082C18.3919 20.2734 17.4707 19.8492 15.6283 19.0009L15.1517 18.7815C14.6281 18.5404 14.3664 18.4199 14.0889 18.4199C13.8114 18.4199 13.5496 18.5404 13.0261 18.7815L12.5494 19.0009C10.707 19.8492 9.78581 20.2734 9.17299 19.8082C8.56016 19.343 8.66157 18.2965 8.86438 16.2035L8.91685 15.662C8.97449 15.0673 9.0033 14.7699 8.91756 14.4942C8.83181 14.2184 8.64121 13.9955 8.26 13.5498L7.91295 13.1439C6.57147 11.5753 5.90073 10.7909 6.1348 10.0382C6.36888 9.28545 7.35275 9.06284 9.3205 8.61762L9.82958 8.50244C10.3887 8.37592 10.6683 8.31266 10.8928 8.14225C11.1173 7.97183 11.2613 7.71355 11.5492 7.19699L11.8114 6.7267Z"/><path stroke-linecap="round" d="M2.08887 16C3.20445 15.121 4.68639 14.7971 6.08887 15.1257"/><path stroke-linecap="round" d="M2.08887 10.5C3.08887 10 3.37862 10.0605 4.08887 10"/><path stroke-linecap="round" d="M2 5.60867L2.20816 5.48676C4.41383 4.19506 6.75032 3.84687 8.95304 4.48161L9.16092 4.54152"/></g></svg>
</template>

CSS

.icon-star-fall-minimalistic-2-linear {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.8114%206.7267C12.8247%204.9089%2013.3314%204%2014.0889%204C14.8464%204%2015.353%204.9089%2016.3663%206.7267L16.6285%207.19699C16.9164%207.71355%2017.0604%207.97183%2017.2849%208.14225C17.5094%208.31266%2017.789%208.37592%2018.3482%208.50244L18.8572%208.61762C20.825%209.06284%2021.8089%209.28545%2022.0429%2010.0382C22.277%2010.7909%2021.6063%2011.5753%2020.2648%2013.1439L19.9177%2013.5498C19.5365%2013.9955%2019.3459%2014.2184%2019.2602%2014.4942C19.1744%2014.7699%2019.2032%2015.0673%2019.2609%2015.662L19.3134%2016.2035C19.5162%2018.2965%2019.6176%2019.343%2019.0047%2019.8082C18.3919%2020.2734%2017.4707%2019.8492%2015.6283%2019.0009L15.1517%2018.7815C14.6281%2018.5404%2014.3664%2018.4199%2014.0889%2018.4199C13.8114%2018.4199%2013.5496%2018.5404%2013.0261%2018.7815L12.5494%2019.0009C10.707%2019.8492%209.78581%2020.2734%209.17299%2019.8082C8.56016%2019.343%208.66157%2018.2965%208.86438%2016.2035L8.91685%2015.662C8.97449%2015.0673%209.0033%2014.7699%208.91756%2014.4942C8.83181%2014.2184%208.64121%2013.9955%208.26%2013.5498L7.91295%2013.1439C6.57147%2011.5753%205.90073%2010.7909%206.1348%2010.0382C6.36888%209.28545%207.35275%209.06284%209.3205%208.61762L9.82958%208.50244C10.3887%208.37592%2010.6683%208.31266%2010.8928%208.14225C11.1173%207.97183%2011.2613%207.71355%2011.5492%207.19699L11.8114%206.7267Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2.08887%2016C3.20445%2015.121%204.68639%2014.7971%206.08887%2015.1257%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2.08887%2010.5C3.08887%2010%203.37862%2010.0605%204.08887%2010%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%205.60867L2.20816%205.48676C4.41383%204.19506%206.75032%203.84687%208.95304%204.48161L9.16092%204.54152%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.8114%206.7267C12.8247%204.9089%2013.3314%204%2014.0889%204C14.8464%204%2015.353%204.9089%2016.3663%206.7267L16.6285%207.19699C16.9164%207.71355%2017.0604%207.97183%2017.2849%208.14225C17.5094%208.31266%2017.789%208.37592%2018.3482%208.50244L18.8572%208.61762C20.825%209.06284%2021.8089%209.28545%2022.0429%2010.0382C22.277%2010.7909%2021.6063%2011.5753%2020.2648%2013.1439L19.9177%2013.5498C19.5365%2013.9955%2019.3459%2014.2184%2019.2602%2014.4942C19.1744%2014.7699%2019.2032%2015.0673%2019.2609%2015.662L19.3134%2016.2035C19.5162%2018.2965%2019.6176%2019.343%2019.0047%2019.8082C18.3919%2020.2734%2017.4707%2019.8492%2015.6283%2019.0009L15.1517%2018.7815C14.6281%2018.5404%2014.3664%2018.4199%2014.0889%2018.4199C13.8114%2018.4199%2013.5496%2018.5404%2013.0261%2018.7815L12.5494%2019.0009C10.707%2019.8492%209.78581%2020.2734%209.17299%2019.8082C8.56016%2019.343%208.66157%2018.2965%208.86438%2016.2035L8.91685%2015.662C8.97449%2015.0673%209.0033%2014.7699%208.91756%2014.4942C8.83181%2014.2184%208.64121%2013.9955%208.26%2013.5498L7.91295%2013.1439C6.57147%2011.5753%205.90073%2010.7909%206.1348%2010.0382C6.36888%209.28545%207.35275%209.06284%209.3205%208.61762L9.82958%208.50244C10.3887%208.37592%2010.6683%208.31266%2010.8928%208.14225C11.1173%207.97183%2011.2613%207.71355%2011.5492%207.19699L11.8114%206.7267Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2.08887%2016C3.20445%2015.121%204.68639%2014.7971%206.08887%2015.1257%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2.08887%2010.5C3.08887%2010%203.37862%2010.0605%204.08887%2010%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%205.60867L2.20816%205.48676C4.41383%204.19506%206.75032%203.84687%208.95304%204.48161L9.16092%204.54152%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/star-fall-minimalistic-2-linear.svg?color=%231a73e8&size=48