star off icon

star-off-linear from Solar by 480 Design · Linear · Like · CC-BY-4.0 Attribution required.

Name
star-off-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

More like icons from Solar

Use the star off 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-linecap="round" stroke-width="1.5"><path d="M5.75977 21.6796C5.78995 21.7079 5.82177 21.7348 5.85531 21.7602C6.62134 22.3418 7.77284 21.8116 10.0758 20.7512L10.6717 20.4769C11.3261 20.1755 11.6533 20.0249 12.0002 20.0249C12.347 20.0249 12.6742 20.1755 13.3287 20.4769L13.9245 20.7512C16.2275 21.8116 17.379 22.3418 18.145 21.7602C18.911 21.1787 18.7843 19.8706 18.5308 17.2544L18.4652 16.5776C18.3931 15.8341 18.3571 15.4624 18.4643 15.1177C18.5715 14.7731 18.8097 14.4945 19.2862 13.9373L19.7201 13.43C21.3969 11.4691 22.2353 10.4887 21.9427 9.54776C21.7114 8.80375 20.894 8.47406 19.3459 8.09351"/><path d="M5.33955 18.6604C5.37388 18.2401 5.41915 17.773 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.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.1477 7.29367 16.3207 7.36991 16.5592 7.44079"/><path d="M22 2C20.7406 3.25937 19.4813 4.51874 18.2219 5.77811C16.9354 7.06458 15.6489 8.35106 14.3625 9.63753C10.2416 13.7584 6.12082 17.8792 2 22"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarStarOffLinear(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" strokeLinecap="round" strokeWidth="1.5"><path d="M5.75977 21.6796C5.78995 21.7079 5.82177 21.7348 5.85531 21.7602C6.62134 22.3418 7.77284 21.8116 10.0758 20.7512L10.6717 20.4769C11.3261 20.1755 11.6533 20.0249 12.0002 20.0249C12.347 20.0249 12.6742 20.1755 13.3287 20.4769L13.9245 20.7512C16.2275 21.8116 17.379 22.3418 18.145 21.7602C18.911 21.1787 18.7843 19.8706 18.5308 17.2544L18.4652 16.5776C18.3931 15.8341 18.3571 15.4624 18.4643 15.1177C18.5715 14.7731 18.8097 14.4945 19.2862 13.9373L19.7201 13.43C21.3969 11.4691 22.2353 10.4887 21.9427 9.54776C21.7114 8.80375 20.894 8.47406 19.3459 8.09351"/><path d="M5.33955 18.6604C5.37388 18.2401 5.41915 17.773 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.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.1477 7.29367 16.3207 7.36991 16.5592 7.44079"/><path d="M22 2C20.7406 3.25937 19.4813 4.51874 18.2219 5.77811C16.9354 7.06458 15.6489 8.35106 14.3625 9.63753C10.2416 13.7584 6.12082 17.8792 2 22"/></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-linecap="round" stroke-width="1.5"><path d="M5.75977 21.6796C5.78995 21.7079 5.82177 21.7348 5.85531 21.7602C6.62134 22.3418 7.77284 21.8116 10.0758 20.7512L10.6717 20.4769C11.3261 20.1755 11.6533 20.0249 12.0002 20.0249C12.347 20.0249 12.6742 20.1755 13.3287 20.4769L13.9245 20.7512C16.2275 21.8116 17.379 22.3418 18.145 21.7602C18.911 21.1787 18.7843 19.8706 18.5308 17.2544L18.4652 16.5776C18.3931 15.8341 18.3571 15.4624 18.4643 15.1177C18.5715 14.7731 18.8097 14.4945 19.2862 13.9373L19.7201 13.43C21.3969 11.4691 22.2353 10.4887 21.9427 9.54776C21.7114 8.80375 20.894 8.47406 19.3459 8.09351"/><path d="M5.33955 18.6604C5.37388 18.2401 5.41915 17.773 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.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.1477 7.29367 16.3207 7.36991 16.5592 7.44079"/><path d="M22 2C20.7406 3.25937 19.4813 4.51874 18.2219 5.77811C16.9354 7.06458 15.6489 8.35106 14.3625 9.63753C10.2416 13.7584 6.12082 17.8792 2 22"/></g></svg>
</template>

CSS

.icon-star-off-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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.75977%2021.6796C5.78995%2021.7079%205.82177%2021.7348%205.85531%2021.7602C6.62134%2022.3418%207.77284%2021.8116%2010.0758%2020.7512L10.6717%2020.4769C11.3261%2020.1755%2011.6533%2020.0249%2012.0002%2020.0249C12.347%2020.0249%2012.6742%2020.1755%2013.3287%2020.4769L13.9245%2020.7512C16.2275%2021.8116%2017.379%2022.3418%2018.145%2021.7602C18.911%2021.1787%2018.7843%2019.8706%2018.5308%2017.2544L18.4652%2016.5776C18.3931%2015.8341%2018.3571%2015.4624%2018.4643%2015.1177C18.5715%2014.7731%2018.8097%2014.4945%2019.2862%2013.9373L19.7201%2013.43C21.3969%2011.4691%2022.2353%2010.4887%2021.9427%209.54776C21.7114%208.80375%2020.894%208.47406%2019.3459%208.09351%22%2F%3E%3Cpath%20d%3D%22M5.33955%2018.6604C5.37388%2018.2401%205.41915%2017.773%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.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.1477%207.29367%2016.3207%207.36991%2016.5592%207.44079%22%2F%3E%3Cpath%20d%3D%22M22%202C20.7406%203.25937%2019.4813%204.51874%2018.2219%205.77811C16.9354%207.06458%2015.6489%208.35106%2014.3625%209.63753C10.2416%2013.7584%206.12082%2017.8792%202%2022%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.75977%2021.6796C5.78995%2021.7079%205.82177%2021.7348%205.85531%2021.7602C6.62134%2022.3418%207.77284%2021.8116%2010.0758%2020.7512L10.6717%2020.4769C11.3261%2020.1755%2011.6533%2020.0249%2012.0002%2020.0249C12.347%2020.0249%2012.6742%2020.1755%2013.3287%2020.4769L13.9245%2020.7512C16.2275%2021.8116%2017.379%2022.3418%2018.145%2021.7602C18.911%2021.1787%2018.7843%2019.8706%2018.5308%2017.2544L18.4652%2016.5776C18.3931%2015.8341%2018.3571%2015.4624%2018.4643%2015.1177C18.5715%2014.7731%2018.8097%2014.4945%2019.2862%2013.9373L19.7201%2013.43C21.3969%2011.4691%2022.2353%2010.4887%2021.9427%209.54776C21.7114%208.80375%2020.894%208.47406%2019.3459%208.09351%22%2F%3E%3Cpath%20d%3D%22M5.33955%2018.6604C5.37388%2018.2401%205.41915%2017.773%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.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.1477%207.29367%2016.3207%207.36991%2016.5592%207.44079%22%2F%3E%3Cpath%20d%3D%22M22%202C20.7406%203.25937%2019.4813%204.51874%2018.2219%205.77811C16.9354%207.06458%2015.6489%208.35106%2014.3625%209.63753C10.2416%2013.7584%206.12082%2017.8792%202%2022%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-off-linear.svg?color=%231a73e8&size=48