star off icon
star-off-bold from Solar by 480 Design · Bold · Like · CC-BY-4.0 Attribution required.
- Name
- star-off-bold
- Set
- Solar
- Style
- Bold
- 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
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-boldstar-shine-boldstar-2-boldstar-angle-boldstar-circle-boldstar-fall-2-boldstar-fall-boldstar-fall-minimalistic-2-bold
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="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.4617 5.53608 15.1171C5.42885 14.7727 5.19005 14.4943 4.71381 13.9374L4.28022 13.4296C2.60342 11.4688 1.76505 10.4887 2.05756 9.54779C2.35015 8.60692 3.57952 8.32791 6.03901 7.77143L6.67572 7.62787C7.37469 7.46973 7.72422 7.3907 8.00483 7.17768C8.28543 6.96466 8.46521 6.64172 8.82514 5.99604L9.15326 5.40815C10.4198 3.13601 11.0531 1.99994 11.9999 1.99994C12.9468 1.99999 13.58 3.13603 14.8466 5.40815L15.1747 5.99604C15.4783 6.54066 15.6541 6.85523 15.8701 7.0683L21.4697 1.46967Z"/><path d="M19.3456 8.09369C20.8937 8.47425 21.711 8.80378 21.9423 9.54779C22.2349 10.4887 21.3965 11.4688 19.7197 13.4296L19.2861 13.9374C18.8097 14.4945 18.571 14.7735 18.4638 15.1181C18.3569 15.4626 18.3928 15.8343 18.4648 16.5771L18.5302 17.2538C18.7837 19.8701 18.9105 21.1782 18.1445 21.7597C17.3785 22.3411 16.2275 21.8112 13.9247 20.7509L13.329 20.4765C12.6746 20.1752 12.3468 20.0244 11.9999 20.0244C11.6532 20.0244 11.326 20.1753 10.6718 20.4765L10.0761 20.7509C7.77312 21.8113 6.62144 22.3412 5.85541 21.7597C5.82193 21.7343 5.78984 21.7079 5.75971 21.6796L19.3456 8.09369Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarStarOffBold(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="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.4617 5.53608 15.1171C5.42885 14.7727 5.19005 14.4943 4.71381 13.9374L4.28022 13.4296C2.60342 11.4688 1.76505 10.4887 2.05756 9.54779C2.35015 8.60692 3.57952 8.32791 6.03901 7.77143L6.67572 7.62787C7.37469 7.46973 7.72422 7.3907 8.00483 7.17768C8.28543 6.96466 8.46521 6.64172 8.82514 5.99604L9.15326 5.40815C10.4198 3.13601 11.0531 1.99994 11.9999 1.99994C12.9468 1.99999 13.58 3.13603 14.8466 5.40815L15.1747 5.99604C15.4783 6.54066 15.6541 6.85523 15.8701 7.0683L21.4697 1.46967Z"/><path d="M19.3456 8.09369C20.8937 8.47425 21.711 8.80378 21.9423 9.54779C22.2349 10.4887 21.3965 11.4688 19.7197 13.4296L19.2861 13.9374C18.8097 14.4945 18.571 14.7735 18.4638 15.1181C18.3569 15.4626 18.3928 15.8343 18.4648 16.5771L18.5302 17.2538C18.7837 19.8701 18.9105 21.1782 18.1445 21.7597C17.3785 22.3411 16.2275 21.8112 13.9247 20.7509L13.329 20.4765C12.6746 20.1752 12.3468 20.0244 11.9999 20.0244C11.6532 20.0244 11.326 20.1753 10.6718 20.4765L10.0761 20.7509C7.77312 21.8113 6.62144 22.3412 5.85541 21.7597C5.82193 21.7343 5.78984 21.7079 5.75971 21.6796L19.3456 8.09369Z"/></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="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.4617 5.53608 15.1171C5.42885 14.7727 5.19005 14.4943 4.71381 13.9374L4.28022 13.4296C2.60342 11.4688 1.76505 10.4887 2.05756 9.54779C2.35015 8.60692 3.57952 8.32791 6.03901 7.77143L6.67572 7.62787C7.37469 7.46973 7.72422 7.3907 8.00483 7.17768C8.28543 6.96466 8.46521 6.64172 8.82514 5.99604L9.15326 5.40815C10.4198 3.13601 11.0531 1.99994 11.9999 1.99994C12.9468 1.99999 13.58 3.13603 14.8466 5.40815L15.1747 5.99604C15.4783 6.54066 15.6541 6.85523 15.8701 7.0683L21.4697 1.46967Z"/><path d="M19.3456 8.09369C20.8937 8.47425 21.711 8.80378 21.9423 9.54779C22.2349 10.4887 21.3965 11.4688 19.7197 13.4296L19.2861 13.9374C18.8097 14.4945 18.571 14.7735 18.4638 15.1181C18.3569 15.4626 18.3928 15.8343 18.4648 16.5771L18.5302 17.2538C18.7837 19.8701 18.9105 21.1782 18.1445 21.7597C17.3785 22.3411 16.2275 21.8112 13.9247 20.7509L13.329 20.4765C12.6746 20.1752 12.3468 20.0244 11.9999 20.0244C11.6532 20.0244 11.326 20.1753 10.6718 20.4765L10.0761 20.7509C7.77312 21.8113 6.62144 22.3412 5.85541 21.7597C5.82193 21.7343 5.78984 21.7079 5.75971 21.6796L19.3456 8.09369Z"/></g></svg> </template>
CSS
.icon-star-off-bold {
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%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.4617%205.53608%2015.1171C5.42885%2014.7727%205.19005%2014.4943%204.71381%2013.9374L4.28022%2013.4296C2.60342%2011.4688%201.76505%2010.4887%202.05756%209.54779C2.35015%208.60692%203.57952%208.32791%206.03901%207.77143L6.67572%207.62787C7.37469%207.46973%207.72422%207.3907%208.00483%207.17768C8.28543%206.96466%208.46521%206.64172%208.82514%205.99604L9.15326%205.40815C10.4198%203.13601%2011.0531%201.99994%2011.9999%201.99994C12.9468%201.99999%2013.58%203.13603%2014.8466%205.40815L15.1747%205.99604C15.4783%206.54066%2015.6541%206.85523%2015.8701%207.0683L21.4697%201.46967Z%22%2F%3E%3Cpath%20d%3D%22M19.3456%208.09369C20.8937%208.47425%2021.711%208.80378%2021.9423%209.54779C22.2349%2010.4887%2021.3965%2011.4688%2019.7197%2013.4296L19.2861%2013.9374C18.8097%2014.4945%2018.571%2014.7735%2018.4638%2015.1181C18.3569%2015.4626%2018.3928%2015.8343%2018.4648%2016.5771L18.5302%2017.2538C18.7837%2019.8701%2018.9105%2021.1782%2018.1445%2021.7597C17.3785%2022.3411%2016.2275%2021.8112%2013.9247%2020.7509L13.329%2020.4765C12.6746%2020.1752%2012.3468%2020.0244%2011.9999%2020.0244C11.6532%2020.0244%2011.326%2020.1753%2010.6718%2020.4765L10.0761%2020.7509C7.77312%2021.8113%206.62144%2022.3412%205.85541%2021.7597C5.82193%2021.7343%205.78984%2021.7079%205.75971%2021.6796L19.3456%208.09369Z%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%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.4617%205.53608%2015.1171C5.42885%2014.7727%205.19005%2014.4943%204.71381%2013.9374L4.28022%2013.4296C2.60342%2011.4688%201.76505%2010.4887%202.05756%209.54779C2.35015%208.60692%203.57952%208.32791%206.03901%207.77143L6.67572%207.62787C7.37469%207.46973%207.72422%207.3907%208.00483%207.17768C8.28543%206.96466%208.46521%206.64172%208.82514%205.99604L9.15326%205.40815C10.4198%203.13601%2011.0531%201.99994%2011.9999%201.99994C12.9468%201.99999%2013.58%203.13603%2014.8466%205.40815L15.1747%205.99604C15.4783%206.54066%2015.6541%206.85523%2015.8701%207.0683L21.4697%201.46967Z%22%2F%3E%3Cpath%20d%3D%22M19.3456%208.09369C20.8937%208.47425%2021.711%208.80378%2021.9423%209.54779C22.2349%2010.4887%2021.3965%2011.4688%2019.7197%2013.4296L19.2861%2013.9374C18.8097%2014.4945%2018.571%2014.7735%2018.4638%2015.1181C18.3569%2015.4626%2018.3928%2015.8343%2018.4648%2016.5771L18.5302%2017.2538C18.7837%2019.8701%2018.9105%2021.1782%2018.1445%2021.7597C17.3785%2022.3411%2016.2275%2021.8112%2013.9247%2020.7509L13.329%2020.4765C12.6746%2020.1752%2012.3468%2020.0244%2011.9999%2020.0244C11.6532%2020.0244%2011.326%2020.1753%2010.6718%2020.4765L10.0761%2020.7509C7.77312%2021.8113%206.62144%2022.3412%205.85541%2021.7597C5.82193%2021.7343%205.78984%2021.7079%205.75971%2021.6796L19.3456%208.09369Z%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.svg?color=%231a73e8&size=48