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

Name
star-emphasis-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the star emphasis icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.348 3.84c-.549-1.12-2.144-1.12-2.693 0l-3.2 6.52l-7.17 1.05c-1.228.179-1.72 1.686-.834 2.555l5.196 5.096l-1.225 7.183c-.209 1.227 1.08 2.16 2.18 1.578l6.4-3.385l6.398 3.385c1.1.582 2.39-.351 2.18-1.578l-1.224-7.183l5.195-5.096c.886-.87.394-2.376-.833-2.556l-7.171-1.048zM2.293 5.162a1 1 0 0 1 1.414 0l3 3a1 1 0 0 1-1.414 1.414l-3-3a1 1 0 0 1 0-1.414m23 3a1 1 0 0 0 1.414 1.414l3-3a1 1 0 0 0-1.414-1.414zm-23 16.414a1 1 0 0 1 0-1.414l3-3a1 1 0 0 1 1.414 1.414l-3 3a1 1 0 0 1-1.414 0m23-4.414a1 1 0 0 1 1.414 0l3 3a1 1 0 0 1-1.414 1.414l-3-3a1 1 0 0 1 0-1.414"/></svg>

React

import type { SVGProps } from "react";

export function FluentStarEmphasis32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.348 3.84c-.549-1.12-2.144-1.12-2.693 0l-3.2 6.52l-7.17 1.05c-1.228.179-1.72 1.686-.834 2.555l5.196 5.096l-1.225 7.183c-.209 1.227 1.08 2.16 2.18 1.578l6.4-3.385l6.398 3.385c1.1.582 2.39-.351 2.18-1.578l-1.224-7.183l5.195-5.096c.886-.87.394-2.376-.833-2.556l-7.171-1.048zM2.293 5.162a1 1 0 0 1 1.414 0l3 3a1 1 0 0 1-1.414 1.414l-3-3a1 1 0 0 1 0-1.414m23 3a1 1 0 0 0 1.414 1.414l3-3a1 1 0 0 0-1.414-1.414zm-23 16.414a1 1 0 0 1 0-1.414l3-3a1 1 0 0 1 1.414 1.414l-3 3a1 1 0 0 1-1.414 0m23-4.414a1 1 0 0 1 1.414 0l3 3a1 1 0 0 1-1.414 1.414l-3-3a1 1 0 0 1 0-1.414"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.348 3.84c-.549-1.12-2.144-1.12-2.693 0l-3.2 6.52l-7.17 1.05c-1.228.179-1.72 1.686-.834 2.555l5.196 5.096l-1.225 7.183c-.209 1.227 1.08 2.16 2.18 1.578l6.4-3.385l6.398 3.385c1.1.582 2.39-.351 2.18-1.578l-1.224-7.183l5.195-5.096c.886-.87.394-2.376-.833-2.556l-7.171-1.048zM2.293 5.162a1 1 0 0 1 1.414 0l3 3a1 1 0 0 1-1.414 1.414l-3-3a1 1 0 0 1 0-1.414m23 3a1 1 0 0 0 1.414 1.414l3-3a1 1 0 0 0-1.414-1.414zm-23 16.414a1 1 0 0 1 0-1.414l3-3a1 1 0 0 1 1.414 1.414l-3 3a1 1 0 0 1-1.414 0m23-4.414a1 1 0 0 1 1.414 0l3 3a1 1 0 0 1-1.414 1.414l-3-3a1 1 0 0 1 0-1.414"/></svg>
</template>

CSS

.icon-star-emphasis-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.348%203.84c-.549-1.12-2.144-1.12-2.693%200l-3.2%206.52l-7.17%201.05c-1.228.179-1.72%201.686-.834%202.555l5.196%205.096l-1.225%207.183c-.209%201.227%201.08%202.16%202.18%201.578l6.4-3.385l6.398%203.385c1.1.582%202.39-.351%202.18-1.578l-1.224-7.183l5.195-5.096c.886-.87.394-2.376-.833-2.556l-7.171-1.048zM2.293%205.162a1%201%200%200%201%201.414%200l3%203a1%201%200%200%201-1.414%201.414l-3-3a1%201%200%200%201%200-1.414m23%203a1%201%200%200%200%201.414%201.414l3-3a1%201%200%200%200-1.414-1.414zm-23%2016.414a1%201%200%200%201%200-1.414l3-3a1%201%200%200%201%201.414%201.414l-3%203a1%201%200%200%201-1.414%200m23-4.414a1%201%200%200%201%201.414%200l3%203a1%201%200%200%201-1.414%201.414l-3-3a1%201%200%200%201%200-1.414%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.348%203.84c-.549-1.12-2.144-1.12-2.693%200l-3.2%206.52l-7.17%201.05c-1.228.179-1.72%201.686-.834%202.555l5.196%205.096l-1.225%207.183c-.209%201.227%201.08%202.16%202.18%201.578l6.4-3.385l6.398%203.385c1.1.582%202.39-.351%202.18-1.578l-1.224-7.183l5.195-5.096c.886-.87.394-2.376-.833-2.556l-7.171-1.048zM2.293%205.162a1%201%200%200%201%201.414%200l3%203a1%201%200%200%201-1.414%201.414l-3-3a1%201%200%200%201%200-1.414m23%203a1%201%200%200%200%201.414%201.414l3-3a1%201%200%200%200-1.414-1.414zm-23%2016.414a1%201%200%200%201%200-1.414l3-3a1%201%200%200%201%201.414%201.414l-3%203a1%201%200%200%201-1.414%200m23-4.414a1%201%200%200%201%201.414%200l3%203a1%201%200%200%201-1.414%201.414l-3-3a1%201%200%200%201%200-1.414%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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