stars icon
stars-broken from Solar by 480 Design · Broken · Weather · CC-BY-4.0 Attribution required.
- Name
- stars-broken
- Set
- Solar
- Style
- Broken
- Category
- Weather
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More weather icons from Solar
cloud-boldcloud-bolt-boldcloud-bolt-minimalistic-boldcloud-check-boldcloud-cross-boldcloud-download-boldcloud-minus-boldcloud-plus-boldcloud-rain-boldcloud-snowfall-boldcloud-snowfall-minimalistic-boldcloud-storm-boldcloud-sun-2-boldcloud-sun-boldcloud-upload-boldcloud-waterdrop-boldcloud-waterdrops-boldclouds-boldcloudy-moon-boldfog-boldmoon-boldmoon-fog-boldmoon-sleep-boldmoon-stars-bold
Use the stars 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 stroke-linecap="round" d="M10.5026 5.01692L9.96661 3.65785C9.62068 2.78072 8.37933 2.78072 8.03339 3.65784L6.96137 6.37599C6.85576 6.64378 6.64378 6.85575 6.37599 6.96137L3.65785 8.03339C2.78072 8.37932 2.78072 9.62067 3.65784 9.96661L6.37599 11.0386C6.64378 11.1442 6.85575 11.3562 6.96137 11.624L8.03339 14.3422C8.37932 15.2193 9.62067 15.2193 9.96661 14.3422L11.0386 11.624C11.1442 11.3562 11.3562 11.1442 11.624 11.0386L14.3422 9.96661C15.2193 9.62068 15.2193 8.37933 14.3422 8.03339L12.9831 7.49738"/><path d="M16.4885 13.3481C16.6715 12.884 17.3285 12.884 17.5115 13.3481L18.3121 15.3781C18.368 15.5198 18.4802 15.632 18.6219 15.6879L20.6519 16.4885C21.116 16.6715 21.116 17.3285 20.6519 17.5115L18.6219 18.3121C18.4802 18.368 18.368 18.4802 18.3121 18.6219L17.5115 20.6519C17.3285 21.116 16.6715 21.116 16.4885 20.6519L15.6879 18.6219C15.632 18.4802 15.5198 18.368 15.3781 18.3121L13.3481 17.5115C12.884 17.3285 12.884 16.6715 13.3481 16.4885L15.3781 15.6879C15.5198 15.632 15.632 15.5198 15.6879 15.3781L16.4885 13.3481Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarStarsBroken(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 strokeLinecap="round" d="M10.5026 5.01692L9.96661 3.65785C9.62068 2.78072 8.37933 2.78072 8.03339 3.65784L6.96137 6.37599C6.85576 6.64378 6.64378 6.85575 6.37599 6.96137L3.65785 8.03339C2.78072 8.37932 2.78072 9.62067 3.65784 9.96661L6.37599 11.0386C6.64378 11.1442 6.85575 11.3562 6.96137 11.624L8.03339 14.3422C8.37932 15.2193 9.62067 15.2193 9.96661 14.3422L11.0386 11.624C11.1442 11.3562 11.3562 11.1442 11.624 11.0386L14.3422 9.96661C15.2193 9.62068 15.2193 8.37933 14.3422 8.03339L12.9831 7.49738"/><path d="M16.4885 13.3481C16.6715 12.884 17.3285 12.884 17.5115 13.3481L18.3121 15.3781C18.368 15.5198 18.4802 15.632 18.6219 15.6879L20.6519 16.4885C21.116 16.6715 21.116 17.3285 20.6519 17.5115L18.6219 18.3121C18.4802 18.368 18.368 18.4802 18.3121 18.6219L17.5115 20.6519C17.3285 21.116 16.6715 21.116 16.4885 20.6519L15.6879 18.6219C15.632 18.4802 15.5198 18.368 15.3781 18.3121L13.3481 17.5115C12.884 17.3285 12.884 16.6715 13.3481 16.4885L15.3781 15.6879C15.5198 15.632 15.632 15.5198 15.6879 15.3781L16.4885 13.3481Z"/></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 stroke-linecap="round" d="M10.5026 5.01692L9.96661 3.65785C9.62068 2.78072 8.37933 2.78072 8.03339 3.65784L6.96137 6.37599C6.85576 6.64378 6.64378 6.85575 6.37599 6.96137L3.65785 8.03339C2.78072 8.37932 2.78072 9.62067 3.65784 9.96661L6.37599 11.0386C6.64378 11.1442 6.85575 11.3562 6.96137 11.624L8.03339 14.3422C8.37932 15.2193 9.62067 15.2193 9.96661 14.3422L11.0386 11.624C11.1442 11.3562 11.3562 11.1442 11.624 11.0386L14.3422 9.96661C15.2193 9.62068 15.2193 8.37933 14.3422 8.03339L12.9831 7.49738"/><path d="M16.4885 13.3481C16.6715 12.884 17.3285 12.884 17.5115 13.3481L18.3121 15.3781C18.368 15.5198 18.4802 15.632 18.6219 15.6879L20.6519 16.4885C21.116 16.6715 21.116 17.3285 20.6519 17.5115L18.6219 18.3121C18.4802 18.368 18.368 18.4802 18.3121 18.6219L17.5115 20.6519C17.3285 21.116 16.6715 21.116 16.4885 20.6519L15.6879 18.6219C15.632 18.4802 15.5198 18.368 15.3781 18.3121L13.3481 17.5115C12.884 17.3285 12.884 16.6715 13.3481 16.4885L15.3781 15.6879C15.5198 15.632 15.632 15.5198 15.6879 15.3781L16.4885 13.3481Z"/></g></svg> </template>
CSS
.icon-stars-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.5026%205.01692L9.96661%203.65785C9.62068%202.78072%208.37933%202.78072%208.03339%203.65784L6.96137%206.37599C6.85576%206.64378%206.64378%206.85575%206.37599%206.96137L3.65785%208.03339C2.78072%208.37932%202.78072%209.62067%203.65784%209.96661L6.37599%2011.0386C6.64378%2011.1442%206.85575%2011.3562%206.96137%2011.624L8.03339%2014.3422C8.37932%2015.2193%209.62067%2015.2193%209.96661%2014.3422L11.0386%2011.624C11.1442%2011.3562%2011.3562%2011.1442%2011.624%2011.0386L14.3422%209.96661C15.2193%209.62068%2015.2193%208.37933%2014.3422%208.03339L12.9831%207.49738%22%2F%3E%3Cpath%20d%3D%22M16.4885%2013.3481C16.6715%2012.884%2017.3285%2012.884%2017.5115%2013.3481L18.3121%2015.3781C18.368%2015.5198%2018.4802%2015.632%2018.6219%2015.6879L20.6519%2016.4885C21.116%2016.6715%2021.116%2017.3285%2020.6519%2017.5115L18.6219%2018.3121C18.4802%2018.368%2018.368%2018.4802%2018.3121%2018.6219L17.5115%2020.6519C17.3285%2021.116%2016.6715%2021.116%2016.4885%2020.6519L15.6879%2018.6219C15.632%2018.4802%2015.5198%2018.368%2015.3781%2018.3121L13.3481%2017.5115C12.884%2017.3285%2012.884%2016.6715%2013.3481%2016.4885L15.3781%2015.6879C15.5198%2015.632%2015.632%2015.5198%2015.6879%2015.3781L16.4885%2013.3481Z%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%20stroke-linecap%3D%22round%22%20d%3D%22M10.5026%205.01692L9.96661%203.65785C9.62068%202.78072%208.37933%202.78072%208.03339%203.65784L6.96137%206.37599C6.85576%206.64378%206.64378%206.85575%206.37599%206.96137L3.65785%208.03339C2.78072%208.37932%202.78072%209.62067%203.65784%209.96661L6.37599%2011.0386C6.64378%2011.1442%206.85575%2011.3562%206.96137%2011.624L8.03339%2014.3422C8.37932%2015.2193%209.62067%2015.2193%209.96661%2014.3422L11.0386%2011.624C11.1442%2011.3562%2011.3562%2011.1442%2011.624%2011.0386L14.3422%209.96661C15.2193%209.62068%2015.2193%208.37933%2014.3422%208.03339L12.9831%207.49738%22%2F%3E%3Cpath%20d%3D%22M16.4885%2013.3481C16.6715%2012.884%2017.3285%2012.884%2017.5115%2013.3481L18.3121%2015.3781C18.368%2015.5198%2018.4802%2015.632%2018.6219%2015.6879L20.6519%2016.4885C21.116%2016.6715%2021.116%2017.3285%2020.6519%2017.5115L18.6219%2018.3121C18.4802%2018.368%2018.368%2018.4802%2018.3121%2018.6219L17.5115%2020.6519C17.3285%2021.116%2016.6715%2021.116%2016.4885%2020.6519L15.6879%2018.6219C15.632%2018.4802%2015.5198%2018.368%2015.3781%2018.3121L13.3481%2017.5115C12.884%2017.3285%2012.884%2016.6715%2013.3481%2016.4885L15.3781%2015.6879C15.5198%2015.632%2015.632%2015.5198%2015.6879%2015.3781L16.4885%2013.3481Z%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/stars-broken.svg?color=%231a73e8&size=48