gold-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
gold-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
golden, golden-fill

2 other variants in Ant Design Icons

The same icon in other sets

Use the gold icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m905.9 806.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3c0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1c4.3-.7 7.3-4.8 6.6-9.2m-470.2-248c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3c0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1c4.4-.7 7.3-4.8 6.6-9.2zM342 472h342c.4 0 .9 0 1.3-.1c4.4-.7 7.3-4.8 6.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3c0 4.4 3.6 8 8 8"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignGoldFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m905.9 806.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3c0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1c4.3-.7 7.3-4.8 6.6-9.2m-470.2-248c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3c0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1c4.4-.7 7.3-4.8 6.6-9.2zM342 472h342c.4 0 .9 0 1.3-.1c4.4-.7 7.3-4.8 6.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3c0 4.4 3.6 8 8 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m905.9 806.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3c0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1c4.3-.7 7.3-4.8 6.6-9.2m-470.2-248c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3c0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1c4.4-.7 7.3-4.8 6.6-9.2zM342 472h342c.4 0 .9 0 1.3-.1c4.4-.7 7.3-4.8 6.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3c0 4.4 3.6 8 8 8"/></svg>
</template>

CSS

.icon-gold-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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m905.9%20806.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9%200-7.3%202.8-7.9%206.7l-40.2%20248c-.1.4-.1.9-.1%201.3c0%204.4%203.6%208%208%208h342c.4%200%20.9%200%201.3-.1c4.3-.7%207.3-4.8%206.6-9.2m-470.2-248c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9%200-7.3%202.8-7.9%206.7l-40.2%20248c-.1.4-.1.9-.1%201.3c0%204.4%203.6%208%208%208h342c.4%200%20.9%200%201.3-.1c4.4-.7%207.3-4.8%206.6-9.2zM342%20472h342c.4%200%20.9%200%201.3-.1c4.4-.7%207.3-4.8%206.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9%200-7.3%202.8-7.9%206.7l-40.2%20248c-.1.4-.1.9-.1%201.3c0%204.4%203.6%208%208%208%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m905.9%20806.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9%200-7.3%202.8-7.9%206.7l-40.2%20248c-.1.4-.1.9-.1%201.3c0%204.4%203.6%208%208%208h342c.4%200%20.9%200%201.3-.1c4.3-.7%207.3-4.8%206.6-9.2m-470.2-248c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9%200-7.3%202.8-7.9%206.7l-40.2%20248c-.1.4-.1.9-.1%201.3c0%204.4%203.6%208%208%208h342c.4%200%20.9%200%201.3-.1c4.4-.7%207.3-4.8%206.6-9.2zM342%20472h342c.4%200%20.9%200%201.3-.1c4.4-.7%207.3-4.8%206.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9%200-7.3%202.8-7.9%206.7l-40.2%20248c-.1.4-.1.9-.1%201.3c0%204.4%203.6%208%208%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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