star icon
star-linear from Solar by 480 Design · Linear · Like · CC-BY-4.0 Attribution required.
- Name
- star-linear
- Set
- Solar
- Style
- Linear
- Category
- Like
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
starAkar Iconsstar-filledAnt Design IconsstarBootstrap IconsstarBoxIcons v2starBoxIcons v2 SolidstarCarbonstarEmoji One (Colored)starElement Plusstar-fillEva IconsstarFramework7 IconsstarFont Awesome 6 RegularstarFont Awesome 6 SolidstarFont Awesome RegularstarFont Awesome SolidstarFeather Iconsstar-outlineFlowbite Iconsstar-12-filledFluent UI System Iconsstar-16Fluent UI System Color IconsstarFluent EmojistarFluent Emoji FlatstarFluent Emoji High ContraststarFirefox OS EmojistarHeroIconsstarHuge Icons
More like icons from Solar
dislike-boldheart-angle-boldheart-boldheart-broken-boldheart-crack-boldheart-lock-boldheart-shine-boldheart-unlock-boldhearts-boldlike-boldmedal-ribbon-boldmedal-ribbon-star-boldmedal-ribbons-star-boldmedal-star-boldmedal-star-circle-boldmedal-star-square-boldstar-off-boldstar-shine-boldstar-2-boldstar-angle-boldstar-circle-boldstar-fall-2-boldstar-fall-boldstar-fall-minimalistic-2-bold
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-width="1.5" d="M9.15316 5.40838C10.4198 3.13613 11.0531 2 12 2C12.9469 2 13.5802 3.13612 14.8468 5.40837L15.1745 5.99623C15.5345 6.64193 15.7144 6.96479 15.9951 7.17781C16.2757 7.39083 16.6251 7.4699 17.3241 7.62805L17.9605 7.77203C20.4201 8.32856 21.65 8.60682 21.9426 9.54773C22.2352 10.4886 21.3968 11.4691 19.7199 13.4299L19.2861 13.9372C18.8096 14.4944 18.5713 14.773 18.4641 15.1177C18.357 15.4624 18.393 15.8341 18.465 16.5776L18.5306 17.2544C18.7841 19.8706 18.9109 21.1787 18.1449 21.7602C17.3788 22.3417 16.2273 21.8115 13.9243 20.7512L13.3285 20.4768C12.6741 20.1755 12.3469 20.0248 12 20.0248C11.6531 20.0248 11.3259 20.1755 10.6715 20.4768L10.0757 20.7512C7.77268 21.8115 6.62118 22.3417 5.85515 21.7602C5.08912 21.1787 5.21588 19.8706 5.4694 17.2544L5.53498 16.5776C5.60703 15.8341 5.64305 15.4624 5.53586 15.1177C5.42868 14.773 5.19043 14.4944 4.71392 13.9372L4.2801 13.4299C2.60325 11.4691 1.76482 10.4886 2.05742 9.54773C2.35002 8.60682 3.57986 8.32856 6.03954 7.77203L6.67589 7.62805C7.37485 7.4699 7.72433 7.39083 8.00494 7.17781C8.28555 6.96479 8.46553 6.64194 8.82547 5.99623L9.15316 5.40838Z"/></svg>
React
import type { SVGProps } from "react";
export function SolarStarLinear(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" strokeWidth="1.5" d="M9.15316 5.40838C10.4198 3.13613 11.0531 2 12 2C12.9469 2 13.5802 3.13612 14.8468 5.40837L15.1745 5.99623C15.5345 6.64193 15.7144 6.96479 15.9951 7.17781C16.2757 7.39083 16.6251 7.4699 17.3241 7.62805L17.9605 7.77203C20.4201 8.32856 21.65 8.60682 21.9426 9.54773C22.2352 10.4886 21.3968 11.4691 19.7199 13.4299L19.2861 13.9372C18.8096 14.4944 18.5713 14.773 18.4641 15.1177C18.357 15.4624 18.393 15.8341 18.465 16.5776L18.5306 17.2544C18.7841 19.8706 18.9109 21.1787 18.1449 21.7602C17.3788 22.3417 16.2273 21.8115 13.9243 20.7512L13.3285 20.4768C12.6741 20.1755 12.3469 20.0248 12 20.0248C11.6531 20.0248 11.3259 20.1755 10.6715 20.4768L10.0757 20.7512C7.77268 21.8115 6.62118 22.3417 5.85515 21.7602C5.08912 21.1787 5.21588 19.8706 5.4694 17.2544L5.53498 16.5776C5.60703 15.8341 5.64305 15.4624 5.53586 15.1177C5.42868 14.773 5.19043 14.4944 4.71392 13.9372L4.2801 13.4299C2.60325 11.4691 1.76482 10.4886 2.05742 9.54773C2.35002 8.60682 3.57986 8.32856 6.03954 7.77203L6.67589 7.62805C7.37485 7.4699 7.72433 7.39083 8.00494 7.17781C8.28555 6.96479 8.46553 6.64194 8.82547 5.99623L9.15316 5.40838Z"/></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-width="1.5" d="M9.15316 5.40838C10.4198 3.13613 11.0531 2 12 2C12.9469 2 13.5802 3.13612 14.8468 5.40837L15.1745 5.99623C15.5345 6.64193 15.7144 6.96479 15.9951 7.17781C16.2757 7.39083 16.6251 7.4699 17.3241 7.62805L17.9605 7.77203C20.4201 8.32856 21.65 8.60682 21.9426 9.54773C22.2352 10.4886 21.3968 11.4691 19.7199 13.4299L19.2861 13.9372C18.8096 14.4944 18.5713 14.773 18.4641 15.1177C18.357 15.4624 18.393 15.8341 18.465 16.5776L18.5306 17.2544C18.7841 19.8706 18.9109 21.1787 18.1449 21.7602C17.3788 22.3417 16.2273 21.8115 13.9243 20.7512L13.3285 20.4768C12.6741 20.1755 12.3469 20.0248 12 20.0248C11.6531 20.0248 11.3259 20.1755 10.6715 20.4768L10.0757 20.7512C7.77268 21.8115 6.62118 22.3417 5.85515 21.7602C5.08912 21.1787 5.21588 19.8706 5.4694 17.2544L5.53498 16.5776C5.60703 15.8341 5.64305 15.4624 5.53586 15.1177C5.42868 14.773 5.19043 14.4944 4.71392 13.9372L4.2801 13.4299C2.60325 11.4691 1.76482 10.4886 2.05742 9.54773C2.35002 8.60682 3.57986 8.32856 6.03954 7.77203L6.67589 7.62805C7.37485 7.4699 7.72433 7.39083 8.00494 7.17781C8.28555 6.96479 8.46553 6.64194 8.82547 5.99623L9.15316 5.40838Z"/></svg> </template>
CSS
.icon-star-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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M9.15316%205.40838C10.4198%203.13613%2011.0531%202%2012%202C12.9469%202%2013.5802%203.13612%2014.8468%205.40837L15.1745%205.99623C15.5345%206.64193%2015.7144%206.96479%2015.9951%207.17781C16.2757%207.39083%2016.6251%207.4699%2017.3241%207.62805L17.9605%207.77203C20.4201%208.32856%2021.65%208.60682%2021.9426%209.54773C22.2352%2010.4886%2021.3968%2011.4691%2019.7199%2013.4299L19.2861%2013.9372C18.8096%2014.4944%2018.5713%2014.773%2018.4641%2015.1177C18.357%2015.4624%2018.393%2015.8341%2018.465%2016.5776L18.5306%2017.2544C18.7841%2019.8706%2018.9109%2021.1787%2018.1449%2021.7602C17.3788%2022.3417%2016.2273%2021.8115%2013.9243%2020.7512L13.3285%2020.4768C12.6741%2020.1755%2012.3469%2020.0248%2012%2020.0248C11.6531%2020.0248%2011.3259%2020.1755%2010.6715%2020.4768L10.0757%2020.7512C7.77268%2021.8115%206.62118%2022.3417%205.85515%2021.7602C5.08912%2021.1787%205.21588%2019.8706%205.4694%2017.2544L5.53498%2016.5776C5.60703%2015.8341%205.64305%2015.4624%205.53586%2015.1177C5.42868%2014.773%205.19043%2014.4944%204.71392%2013.9372L4.2801%2013.4299C2.60325%2011.4691%201.76482%2010.4886%202.05742%209.54773C2.35002%208.60682%203.57986%208.32856%206.03954%207.77203L6.67589%207.62805C7.37485%207.4699%207.72433%207.39083%208.00494%207.17781C8.28555%206.96479%208.46553%206.64194%208.82547%205.99623L9.15316%205.40838Z%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-width%3D%221.5%22%20d%3D%22M9.15316%205.40838C10.4198%203.13613%2011.0531%202%2012%202C12.9469%202%2013.5802%203.13612%2014.8468%205.40837L15.1745%205.99623C15.5345%206.64193%2015.7144%206.96479%2015.9951%207.17781C16.2757%207.39083%2016.6251%207.4699%2017.3241%207.62805L17.9605%207.77203C20.4201%208.32856%2021.65%208.60682%2021.9426%209.54773C22.2352%2010.4886%2021.3968%2011.4691%2019.7199%2013.4299L19.2861%2013.9372C18.8096%2014.4944%2018.5713%2014.773%2018.4641%2015.1177C18.357%2015.4624%2018.393%2015.8341%2018.465%2016.5776L18.5306%2017.2544C18.7841%2019.8706%2018.9109%2021.1787%2018.1449%2021.7602C17.3788%2022.3417%2016.2273%2021.8115%2013.9243%2020.7512L13.3285%2020.4768C12.6741%2020.1755%2012.3469%2020.0248%2012%2020.0248C11.6531%2020.0248%2011.3259%2020.1755%2010.6715%2020.4768L10.0757%2020.7512C7.77268%2021.8115%206.62118%2022.3417%205.85515%2021.7602C5.08912%2021.1787%205.21588%2019.8706%205.4694%2017.2544L5.53498%2016.5776C5.60703%2015.8341%205.64305%2015.4624%205.53586%2015.1177C5.42868%2014.773%205.19043%2014.4944%204.71392%2013.9372L4.2801%2013.4299C2.60325%2011.4691%201.76482%2010.4886%202.05742%209.54773C2.35002%208.60682%203.57986%208.32856%206.03954%207.77203L6.67589%207.62805C7.37485%207.4699%207.72433%207.39083%208.00494%207.17781C8.28555%206.96479%208.46553%206.64194%208.82547%205.99623L9.15316%205.40838Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/star-linear.svg?color=%231a73e8&size=48