star-off-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
star-off-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the star off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m12.358 13.065l1.788 1.789a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l3.482 3.482l-2.356.342a.9.9 0 0 0-.5 1.535l2.462 2.4L3.653 13a.9.9 0 0 0 1.306.948L8 12.35l3.042 1.6a.9.9 0 0 0 1.315-.884m-.59-3.453l.007.042L6.212 4.09l.982-1.99a.9.9 0 0 1 1.614 0l1.521 3.083l3.401.494a.9.9 0 0 1 .5 1.535z"/></svg>

React

import type { SVGProps } from "react";

export function FluentStarOff16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m12.358 13.065l1.788 1.789a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l3.482 3.482l-2.356.342a.9.9 0 0 0-.5 1.535l2.462 2.4L3.653 13a.9.9 0 0 0 1.306.948L8 12.35l3.042 1.6a.9.9 0 0 0 1.315-.884m-.59-3.453l.007.042L6.212 4.09l.982-1.99a.9.9 0 0 1 1.614 0l1.521 3.083l3.401.494a.9.9 0 0 1 .5 1.535z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m12.358 13.065l1.788 1.789a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l3.482 3.482l-2.356.342a.9.9 0 0 0-.5 1.535l2.462 2.4L3.653 13a.9.9 0 0 0 1.306.948L8 12.35l3.042 1.6a.9.9 0 0 0 1.315-.884m-.59-3.453l.007.042L6.212 4.09l.982-1.99a.9.9 0 0 1 1.614 0l1.521 3.083l3.401.494a.9.9 0 0 1 .5 1.535z"/></svg>
</template>

CSS

.icon-star-off-16-filled {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.358%2013.065l1.788%201.789a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708l3.482%203.482l-2.356.342a.9.9%200%200%200-.5%201.535l2.462%202.4L3.653%2013a.9.9%200%200%200%201.306.948L8%2012.35l3.042%201.6a.9.9%200%200%200%201.315-.884m-.59-3.453l.007.042L6.212%204.09l.982-1.99a.9.9%200%200%201%201.614%200l1.521%203.083l3.401.494a.9.9%200%200%201%20.5%201.535z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.358%2013.065l1.788%201.789a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708l3.482%203.482l-2.356.342a.9.9%200%200%200-.5%201.535l2.462%202.4L3.653%2013a.9.9%200%200%200%201.306.948L8%2012.35l3.042%201.6a.9.9%200%200%200%201.315-.884m-.59-3.453l.007.042L6.212%204.09l.982-1.99a.9.9%200%200%201%201.614%200l1.521%203.083l3.401.494a.9.9%200%200%201%20.5%201.535z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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