star off icon

star-off-bold-duotone from Solar by 480 Design · Bold Duotone · Like · CC-BY-4.0 Attribution required.

Name
star-off-bold-duotone
Set
Solar
Style
Bold Duotone
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="currentColor"><path d="M5.85531 21.7602C6.62134 22.3418 7.77284 21.8116 10.0758 20.7512L10.6717 20.4769L10.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.43L19.7201 13.4299C21.3969 11.4691 22.2353 10.4887 21.9427 9.54776C21.7114 8.80375 20.894 8.47406 19.3459 8.09351L5.75977 21.6796C5.78995 21.7079 5.82177 21.7348 5.85531 21.7602Z" opacity=".5"/><path d="M21.4697 1.46967C21.7626 1.17678 22.2373 1.17678 22.5302 1.46967C22.823 1.76257 22.8231 2.23736 22.5302 2.53022L2.53022 22.5302C2.23736 22.8231 1.76257 22.823 1.46967 22.5302C1.17678 22.2373 1.17678 21.7626 1.46967 21.4697L5.44721 17.4912C5.45472 17.4134 5.4619 17.334 5.46967 17.2538L5.5351 16.5771C5.60712 15.8339 5.64324 15.4618 5.53608 15.1171C5.42887 14.7726 5.19005 14.4943 4.71381 13.9374L4.28022 13.4296C2.60344 11.4689 1.76508 10.4887 2.05756 9.54779C2.35015 8.60691 3.57949 8.32792 6.03901 7.77143L6.67572 7.62787C7.37468 7.46973 7.72422 7.3907 8.00483 7.17768C8.28542 6.96466 8.46522 6.6417 8.82514 5.99604L9.15326 5.40815C10.4199 3.136 11.0531 1.99994 11.9999 1.99994C12.9467 2.00003 13.58 3.13603 14.8466 5.40815L15.1747 5.99604C15.4783 6.54066 15.6541 6.85524 15.8701 7.0683L21.4697 1.46967Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarStarOffBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.85531 21.7602C6.62134 22.3418 7.77284 21.8116 10.0758 20.7512L10.6717 20.4769L10.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.43L19.7201 13.4299C21.3969 11.4691 22.2353 10.4887 21.9427 9.54776C21.7114 8.80375 20.894 8.47406 19.3459 8.09351L5.75977 21.6796C5.78995 21.7079 5.82177 21.7348 5.85531 21.7602Z" opacity=".5"/><path d="M21.4697 1.46967C21.7626 1.17678 22.2373 1.17678 22.5302 1.46967C22.823 1.76257 22.8231 2.23736 22.5302 2.53022L2.53022 22.5302C2.23736 22.8231 1.76257 22.823 1.46967 22.5302C1.17678 22.2373 1.17678 21.7626 1.46967 21.4697L5.44721 17.4912C5.45472 17.4134 5.4619 17.334 5.46967 17.2538L5.5351 16.5771C5.60712 15.8339 5.64324 15.4618 5.53608 15.1171C5.42887 14.7726 5.19005 14.4943 4.71381 13.9374L4.28022 13.4296C2.60344 11.4689 1.76508 10.4887 2.05756 9.54779C2.35015 8.60691 3.57949 8.32792 6.03901 7.77143L6.67572 7.62787C7.37468 7.46973 7.72422 7.3907 8.00483 7.17768C8.28542 6.96466 8.46522 6.6417 8.82514 5.99604L9.15326 5.40815C10.4199 3.136 11.0531 1.99994 11.9999 1.99994C12.9467 2.00003 13.58 3.13603 14.8466 5.40815L15.1747 5.99604C15.4783 6.54066 15.6541 6.85524 15.8701 7.0683L21.4697 1.46967Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.85531 21.7602C6.62134 22.3418 7.77284 21.8116 10.0758 20.7512L10.6717 20.4769L10.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.43L19.7201 13.4299C21.3969 11.4691 22.2353 10.4887 21.9427 9.54776C21.7114 8.80375 20.894 8.47406 19.3459 8.09351L5.75977 21.6796C5.78995 21.7079 5.82177 21.7348 5.85531 21.7602Z" opacity=".5"/><path d="M21.4697 1.46967C21.7626 1.17678 22.2373 1.17678 22.5302 1.46967C22.823 1.76257 22.8231 2.23736 22.5302 2.53022L2.53022 22.5302C2.23736 22.8231 1.76257 22.823 1.46967 22.5302C1.17678 22.2373 1.17678 21.7626 1.46967 21.4697L5.44721 17.4912C5.45472 17.4134 5.4619 17.334 5.46967 17.2538L5.5351 16.5771C5.60712 15.8339 5.64324 15.4618 5.53608 15.1171C5.42887 14.7726 5.19005 14.4943 4.71381 13.9374L4.28022 13.4296C2.60344 11.4689 1.76508 10.4887 2.05756 9.54779C2.35015 8.60691 3.57949 8.32792 6.03901 7.77143L6.67572 7.62787C7.37468 7.46973 7.72422 7.3907 8.00483 7.17768C8.28542 6.96466 8.46522 6.6417 8.82514 5.99604L9.15326 5.40815C10.4199 3.136 11.0531 1.99994 11.9999 1.99994C12.9467 2.00003 13.58 3.13603 14.8466 5.40815L15.1747 5.99604C15.4783 6.54066 15.6541 6.85524 15.8701 7.0683L21.4697 1.46967Z"/></g></svg>
</template>

CSS

.icon-star-off-bold-duotone {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M5.85531%2021.7602C6.62134%2022.3418%207.77284%2021.8116%2010.0758%2020.7512L10.6717%2020.4769L10.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.43L19.7201%2013.4299C21.3969%2011.4691%2022.2353%2010.4887%2021.9427%209.54776C21.7114%208.80375%2020.894%208.47406%2019.3459%208.09351L5.75977%2021.6796C5.78995%2021.7079%205.82177%2021.7348%205.85531%2021.7602Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M21.4697%201.46967C21.7626%201.17678%2022.2373%201.17678%2022.5302%201.46967C22.823%201.76257%2022.8231%202.23736%2022.5302%202.53022L2.53022%2022.5302C2.23736%2022.8231%201.76257%2022.823%201.46967%2022.5302C1.17678%2022.2373%201.17678%2021.7626%201.46967%2021.4697L5.44721%2017.4912C5.45472%2017.4134%205.4619%2017.334%205.46967%2017.2538L5.5351%2016.5771C5.60712%2015.8339%205.64324%2015.4618%205.53608%2015.1171C5.42887%2014.7726%205.19005%2014.4943%204.71381%2013.9374L4.28022%2013.4296C2.60344%2011.4689%201.76508%2010.4887%202.05756%209.54779C2.35015%208.60691%203.57949%208.32792%206.03901%207.77143L6.67572%207.62787C7.37468%207.46973%207.72422%207.3907%208.00483%207.17768C8.28542%206.96466%208.46522%206.6417%208.82514%205.99604L9.15326%205.40815C10.4199%203.136%2011.0531%201.99994%2011.9999%201.99994C12.9467%202.00003%2013.58%203.13603%2014.8466%205.40815L15.1747%205.99604C15.4783%206.54066%2015.6541%206.85524%2015.8701%207.0683L21.4697%201.46967Z%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%22currentColor%22%3E%3Cpath%20d%3D%22M5.85531%2021.7602C6.62134%2022.3418%207.77284%2021.8116%2010.0758%2020.7512L10.6717%2020.4769L10.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.43L19.7201%2013.4299C21.3969%2011.4691%2022.2353%2010.4887%2021.9427%209.54776C21.7114%208.80375%2020.894%208.47406%2019.3459%208.09351L5.75977%2021.6796C5.78995%2021.7079%205.82177%2021.7348%205.85531%2021.7602Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M21.4697%201.46967C21.7626%201.17678%2022.2373%201.17678%2022.5302%201.46967C22.823%201.76257%2022.8231%202.23736%2022.5302%202.53022L2.53022%2022.5302C2.23736%2022.8231%201.76257%2022.823%201.46967%2022.5302C1.17678%2022.2373%201.17678%2021.7626%201.46967%2021.4697L5.44721%2017.4912C5.45472%2017.4134%205.4619%2017.334%205.46967%2017.2538L5.5351%2016.5771C5.60712%2015.8339%205.64324%2015.4618%205.53608%2015.1171C5.42887%2014.7726%205.19005%2014.4943%204.71381%2013.9374L4.28022%2013.4296C2.60344%2011.4689%201.76508%2010.4887%202.05756%209.54779C2.35015%208.60691%203.57949%208.32792%206.03901%207.77143L6.67572%207.62787C7.37468%207.46973%207.72422%207.3907%208.00483%207.17768C8.28542%206.96466%208.46522%206.6417%208.82514%205.99604L9.15326%205.40815C10.4199%203.136%2011.0531%201.99994%2011.9999%201.99994C12.9467%202.00003%2013.58%203.13603%2014.8466%205.40815L15.1747%205.99604C15.4783%206.54066%2015.6541%206.85524%2015.8701%207.0683L21.4697%201.46967Z%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-bold-duotone.svg?color=%231a73e8&size=48

Star Off bold duotone icon — Solar · IconsDB