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

Name
gold-twotone
Set
Ant Design Icons
Style
TwoTone
Viewbox
1024×1024
License
MIT

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="M435.7 558.7c-.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.2zM196.5 748l20.7-128h159.5l20.7 128zm709.4 58.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.2M626.5 748l20.7-128h159.5l20.7 128zM342 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 8m91.2-196h159.5l20.7 128h-201z"/><path fill="currentColor" fill-opacity=".15" d="M592.7 276H433.2l-20.8 128h201zM217.2 620l-20.7 128h200.9l-20.7-128zm430 0l-20.7 128h200.9l-20.7-128z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignGoldTwotone(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="M435.7 558.7c-.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.2zM196.5 748l20.7-128h159.5l20.7 128zm709.4 58.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.2M626.5 748l20.7-128h159.5l20.7 128zM342 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 8m91.2-196h159.5l20.7 128h-201z"/><path fill="currentColor" fillOpacity=".15" d="M592.7 276H433.2l-20.8 128h201zM217.2 620l-20.7 128h200.9l-20.7-128zm430 0l-20.7 128h200.9l-20.7-128z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M435.7 558.7c-.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.2zM196.5 748l20.7-128h159.5l20.7 128zm709.4 58.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.2M626.5 748l20.7-128h159.5l20.7 128zM342 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 8m91.2-196h159.5l20.7 128h-201z"/><path fill="currentColor" fill-opacity=".15" d="M592.7 276H433.2l-20.8 128h201zM217.2 620l-20.7 128h200.9l-20.7-128zm430 0l-20.7 128h200.9l-20.7-128z"/></svg>
</template>

CSS

.icon-gold-twotone {
  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%22M435.7%20558.7c-.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.2zM196.5%20748l20.7-128h159.5l20.7%20128zm709.4%2058.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.2M626.5%20748l20.7-128h159.5l20.7%20128zM342%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%208m91.2-196h159.5l20.7%20128h-201z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M592.7%20276H433.2l-20.8%20128h201zM217.2%20620l-20.7%20128h200.9l-20.7-128zm430%200l-20.7%20128h200.9l-20.7-128z%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%22M435.7%20558.7c-.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.2zM196.5%20748l20.7-128h159.5l20.7%20128zm709.4%2058.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.2M626.5%20748l20.7-128h159.5l20.7%20128zM342%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%208m91.2-196h159.5l20.7%20128h-201z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M592.7%20276H433.2l-20.8%20128h201zM217.2%20620l-20.7%20128h200.9l-20.7-128zm430%200l-20.7%20128h200.9l-20.7-128z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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