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

Name
premium-12-filled
Set
Fluent UI System Icons
Style
12 Filled
Viewbox
12×12
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the premium icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M3 1h1.046L2.997 4H1.191l1.362-2.724A.5.5 0 0 1 3 1M1.227 5l3.014 4.687L2.97 5zm2.779 0l1.53 5.645a.48.48 0 0 0 .928 0L7.998 5zm5.028 0L7.76 9.685L10.773 5zm1.775-1H9.006l-1.05-3H9a.5.5 0 0 1 .448.276zM7.947 4h-3.89l1.048-3h1.79z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPremium12Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M3 1h1.046L2.997 4H1.191l1.362-2.724A.5.5 0 0 1 3 1M1.227 5l3.014 4.687L2.97 5zm2.779 0l1.53 5.645a.48.48 0 0 0 .928 0L7.998 5zm5.028 0L7.76 9.685L10.773 5zm1.775-1H9.006l-1.05-3H9a.5.5 0 0 1 .448.276zM7.947 4h-3.89l1.048-3h1.79z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M3 1h1.046L2.997 4H1.191l1.362-2.724A.5.5 0 0 1 3 1M1.227 5l3.014 4.687L2.97 5zm2.779 0l1.53 5.645a.48.48 0 0 0 .928 0L7.998 5zm5.028 0L7.76 9.685L10.773 5zm1.775-1H9.006l-1.05-3H9a.5.5 0 0 1 .448.276zM7.947 4h-3.89l1.048-3h1.79z"/></svg>
</template>

CSS

.icon-premium-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%201h1.046L2.997%204H1.191l1.362-2.724A.5.5%200%200%201%203%201M1.227%205l3.014%204.687L2.97%205zm2.779%200l1.53%205.645a.48.48%200%200%200%20.928%200L7.998%205zm5.028%200L7.76%209.685L10.773%205zm1.775-1H9.006l-1.05-3H9a.5.5%200%200%201%20.448.276zM7.947%204h-3.89l1.048-3h1.79z%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%201h1.046L2.997%204H1.191l1.362-2.724A.5.5%200%200%201%203%201M1.227%205l3.014%204.687L2.97%205zm2.779%200l1.53%205.645a.48.48%200%200%200%20.928%200L7.998%205zm5.028%200L7.76%209.685L10.773%205zm1.775-1H9.006l-1.05-3H9a.5.5%200%200%201%20.448.276zM7.947%204h-3.89l1.048-3h1.79z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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