gold icon
gold-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- gold-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- gold, gold-outline
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="M342 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-201zm2.5 282.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 128z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignGoldOutlined(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="M342 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-201zm2.5 282.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 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="M342 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-201zm2.5 282.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 128z"/></svg> </template>
CSS
.icon-gold-outlined {
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%22M342%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-201zm2.5%20282.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%20128z%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%22M342%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-201zm2.5%20282.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%20128z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/gold-outlined.svg?color=%231a73e8&size=48