star-off from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
star-off
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

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 stroke-linejoin="round" d="m18.504 14.5l2.644-2.607c1.468-1.472.989-2.964-1.049-3.307l-3.186-.535c-.54-.09-1.179-.564-1.418-1.058l-1.758-3.549c-.95-1.925-2.507-1.925-3.466 0L9.5 5M7.296 8a1.4 1.4 0 0 1-.204.051L3.9 8.586c-2.041.343-2.511 1.835-1.05 3.307l2.48 2.5c.421.423.651 1.24.521 1.825l-.71 3.095c-.56 2.44.74 3.397 2.882 2.117l2.991-1.785c.55-.322 1.441-.322 1.982 0l2.991 1.785c2.152 1.28 3.443.332 2.882-2.117L18.797 19"/><path d="m2 2l20 20"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsStarOff(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 strokeLinejoin="round" d="m18.504 14.5l2.644-2.607c1.468-1.472.989-2.964-1.049-3.307l-3.186-.535c-.54-.09-1.179-.564-1.418-1.058l-1.758-3.549c-.95-1.925-2.507-1.925-3.466 0L9.5 5M7.296 8a1.4 1.4 0 0 1-.204.051L3.9 8.586c-2.041.343-2.511 1.835-1.05 3.307l2.48 2.5c.421.423.651 1.24.521 1.825l-.71 3.095c-.56 2.44.74 3.397 2.882 2.117l2.991-1.785c.55-.322 1.441-.322 1.982 0l2.991 1.785c2.152 1.28 3.443.332 2.882-2.117L18.797 19"/><path d="m2 2l20 20"/></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 stroke-linejoin="round" d="m18.504 14.5l2.644-2.607c1.468-1.472.989-2.964-1.049-3.307l-3.186-.535c-.54-.09-1.179-.564-1.418-1.058l-1.758-3.549c-.95-1.925-2.507-1.925-3.466 0L9.5 5M7.296 8a1.4 1.4 0 0 1-.204.051L3.9 8.586c-2.041.343-2.511 1.835-1.05 3.307l2.48 2.5c.421.423.651 1.24.521 1.825l-.71 3.095c-.56 2.44.74 3.397 2.882 2.117l2.991-1.785c.55-.322 1.441-.322 1.982 0l2.991 1.785c2.152 1.28 3.443.332 2.882-2.117L18.797 19"/><path d="m2 2l20 20"/></g></svg>
</template>

CSS

.icon-star-off {
  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%20stroke-linejoin%3D%22round%22%20d%3D%22m18.504%2014.5l2.644-2.607c1.468-1.472.989-2.964-1.049-3.307l-3.186-.535c-.54-.09-1.179-.564-1.418-1.058l-1.758-3.549c-.95-1.925-2.507-1.925-3.466%200L9.5%205M7.296%208a1.4%201.4%200%200%201-.204.051L3.9%208.586c-2.041.343-2.511%201.835-1.05%203.307l2.48%202.5c.421.423.651%201.24.521%201.825l-.71%203.095c-.56%202.44.74%203.397%202.882%202.117l2.991-1.785c.55-.322%201.441-.322%201.982%200l2.991%201.785c2.152%201.28%203.443.332%202.882-2.117L18.797%2019%22%2F%3E%3Cpath%20d%3D%22m2%202l20%2020%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%20stroke-linejoin%3D%22round%22%20d%3D%22m18.504%2014.5l2.644-2.607c1.468-1.472.989-2.964-1.049-3.307l-3.186-.535c-.54-.09-1.179-.564-1.418-1.058l-1.758-3.549c-.95-1.925-2.507-1.925-3.466%200L9.5%205M7.296%208a1.4%201.4%200%200%201-.204.051L3.9%208.586c-2.041.343-2.511%201.835-1.05%203.307l2.48%202.5c.421.423.651%201.24.521%201.825l-.71%203.095c-.56%202.44.74%203.397%202.882%202.117l2.991-1.785c.55-.322%201.441-.322%201.982%200l2.991%201.785c2.152%201.28%203.443.332%202.882-2.117L18.797%2019%22%2F%3E%3Cpath%20d%3D%22m2%202l20%2020%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/star-off.svg?color=%231a73e8&size=48