star-broken from Solar by 480 Design · Broken · Like · CC-BY-4.0 Attribution required.

Name
star-broken
Set
Solar
Style
Broken
Category
Like
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More like icons from Solar

Use the star icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M6.03954 7.77203C3.57986 8.32856 2.35002 8.60682 2.05742 9.54773C1.76482 10.4886 2.60325 11.4691 4.2801 13.4299L4.71392 13.9372C5.19043 14.4944 5.42868 14.773 5.53586 15.1177C5.64305 15.4624 5.60703 15.8341 5.53498 16.5776L5.4694 17.2544C5.21588 19.8706 5.08912 21.1787 5.85515 21.7602C6.62118 22.3417 7.77268 21.8115 10.0757 20.7512L10.6715 20.4768C11.3259 20.1755 11.6531 20.0248 12 20.0248C12.3469 20.0248 12.6741 20.1755 13.3285 20.4768L13.9243 20.7512C16.2273 21.8115 17.3788 22.3417 18.1449 21.7602C18.9109 21.1787 18.7841 19.8706 18.5306 17.2544M19.7199 13.4299C21.3968 11.4691 22.2352 10.4886 21.9426 9.54773C21.65 8.60682 20.4201 8.32856 17.9605 7.77203L17.3241 7.62805C16.6251 7.4699 16.2757 7.39083 15.9951 7.17781C15.7144 6.96479 15.5345 6.64193 15.1745 5.99623L14.8468 5.40837C13.5802 3.13612 12.9469 2 12 2C11.0531 2 10.4198 3.13613 9.15316 5.40838"/></svg>

React

import type { SVGProps } from "react";

export function SolarStarBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M6.03954 7.77203C3.57986 8.32856 2.35002 8.60682 2.05742 9.54773C1.76482 10.4886 2.60325 11.4691 4.2801 13.4299L4.71392 13.9372C5.19043 14.4944 5.42868 14.773 5.53586 15.1177C5.64305 15.4624 5.60703 15.8341 5.53498 16.5776L5.4694 17.2544C5.21588 19.8706 5.08912 21.1787 5.85515 21.7602C6.62118 22.3417 7.77268 21.8115 10.0757 20.7512L10.6715 20.4768C11.3259 20.1755 11.6531 20.0248 12 20.0248C12.3469 20.0248 12.6741 20.1755 13.3285 20.4768L13.9243 20.7512C16.2273 21.8115 17.3788 22.3417 18.1449 21.7602C18.9109 21.1787 18.7841 19.8706 18.5306 17.2544M19.7199 13.4299C21.3968 11.4691 22.2352 10.4886 21.9426 9.54773C21.65 8.60682 20.4201 8.32856 17.9605 7.77203L17.3241 7.62805C16.6251 7.4699 16.2757 7.39083 15.9951 7.17781C15.7144 6.96479 15.5345 6.64193 15.1745 5.99623L14.8468 5.40837C13.5802 3.13612 12.9469 2 12 2C11.0531 2 10.4198 3.13613 9.15316 5.40838"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M6.03954 7.77203C3.57986 8.32856 2.35002 8.60682 2.05742 9.54773C1.76482 10.4886 2.60325 11.4691 4.2801 13.4299L4.71392 13.9372C5.19043 14.4944 5.42868 14.773 5.53586 15.1177C5.64305 15.4624 5.60703 15.8341 5.53498 16.5776L5.4694 17.2544C5.21588 19.8706 5.08912 21.1787 5.85515 21.7602C6.62118 22.3417 7.77268 21.8115 10.0757 20.7512L10.6715 20.4768C11.3259 20.1755 11.6531 20.0248 12 20.0248C12.3469 20.0248 12.6741 20.1755 13.3285 20.4768L13.9243 20.7512C16.2273 21.8115 17.3788 22.3417 18.1449 21.7602C18.9109 21.1787 18.7841 19.8706 18.5306 17.2544M19.7199 13.4299C21.3968 11.4691 22.2352 10.4886 21.9426 9.54773C21.65 8.60682 20.4201 8.32856 17.9605 7.77203L17.3241 7.62805C16.6251 7.4699 16.2757 7.39083 15.9951 7.17781C15.7144 6.96479 15.5345 6.64193 15.1745 5.99623L14.8468 5.40837C13.5802 3.13612 12.9469 2 12 2C11.0531 2 10.4198 3.13613 9.15316 5.40838"/></svg>
</template>

CSS

.icon-star-broken {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.03954%207.77203C3.57986%208.32856%202.35002%208.60682%202.05742%209.54773C1.76482%2010.4886%202.60325%2011.4691%204.2801%2013.4299L4.71392%2013.9372C5.19043%2014.4944%205.42868%2014.773%205.53586%2015.1177C5.64305%2015.4624%205.60703%2015.8341%205.53498%2016.5776L5.4694%2017.2544C5.21588%2019.8706%205.08912%2021.1787%205.85515%2021.7602C6.62118%2022.3417%207.77268%2021.8115%2010.0757%2020.7512L10.6715%2020.4768C11.3259%2020.1755%2011.6531%2020.0248%2012%2020.0248C12.3469%2020.0248%2012.6741%2020.1755%2013.3285%2020.4768L13.9243%2020.7512C16.2273%2021.8115%2017.3788%2022.3417%2018.1449%2021.7602C18.9109%2021.1787%2018.7841%2019.8706%2018.5306%2017.2544M19.7199%2013.4299C21.3968%2011.4691%2022.2352%2010.4886%2021.9426%209.54773C21.65%208.60682%2020.4201%208.32856%2017.9605%207.77203L17.3241%207.62805C16.6251%207.4699%2016.2757%207.39083%2015.9951%207.17781C15.7144%206.96479%2015.5345%206.64193%2015.1745%205.99623L14.8468%205.40837C13.5802%203.13612%2012.9469%202%2012%202C11.0531%202%2010.4198%203.13613%209.15316%205.40838%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.03954%207.77203C3.57986%208.32856%202.35002%208.60682%202.05742%209.54773C1.76482%2010.4886%202.60325%2011.4691%204.2801%2013.4299L4.71392%2013.9372C5.19043%2014.4944%205.42868%2014.773%205.53586%2015.1177C5.64305%2015.4624%205.60703%2015.8341%205.53498%2016.5776L5.4694%2017.2544C5.21588%2019.8706%205.08912%2021.1787%205.85515%2021.7602C6.62118%2022.3417%207.77268%2021.8115%2010.0757%2020.7512L10.6715%2020.4768C11.3259%2020.1755%2011.6531%2020.0248%2012%2020.0248C12.3469%2020.0248%2012.6741%2020.1755%2013.3285%2020.4768L13.9243%2020.7512C16.2273%2021.8115%2017.3788%2022.3417%2018.1449%2021.7602C18.9109%2021.1787%2018.7841%2019.8706%2018.5306%2017.2544M19.7199%2013.4299C21.3968%2011.4691%2022.2352%2010.4886%2021.9426%209.54773C21.65%208.60682%2020.4201%208.32856%2017.9605%207.77203L17.3241%207.62805C16.6251%207.4699%2016.2757%207.39083%2015.9951%207.17781C15.7144%206.96479%2015.5345%206.64193%2015.1745%205.99623L14.8468%205.40837C13.5802%203.13612%2012.9469%202%2012%202C11.0531%202%2010.4198%203.13613%209.15316%205.40838%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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