gold ingots icon

gold-ingots from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
gold-ingots
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the gold ingots icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3.27 15.084c.693-1.457 1.04-2.186 1.644-2.607q.074-.051.15-.098C5.691 12 6.461 12 8 12s2.308 0 2.937.38q.075.046.149.096c.604.422.951 1.15 1.645 2.608c1.034 2.173 1.55 3.26 1.112 4.058l-.052.089C13.308 20 12.161 20 9.87 20H6.13c-2.292 0-3.439 0-3.922-.77l-.052-.088c-.439-.798.078-1.885 1.112-4.058Z"/><path stroke-linecap="round" d="M14.547 12.02c.396-.02.869-.02 1.452-.02c1.538 0 2.308 0 2.937.38q.075.046.149.096c.604.422.951 1.15 1.645 2.608c1.034 2.173 1.55 3.26 1.112 4.058q-.024.045-.052.089c-.483.769-1.63.769-3.922.769h-1.129m.868-11a41 41 0 0 0-.876-1.916c-.694-1.457-1.04-2.186-1.645-2.607a3 3 0 0 0-.15-.098C14.309 4 13.54 4 12 4s-2.308 0-2.937.38q-.075.045-.15.096c-.603.422-.95 1.15-1.644 2.608c-.361.76-.66 1.388-.876 1.916"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsGoldIngots(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M3.27 15.084c.693-1.457 1.04-2.186 1.644-2.607q.074-.051.15-.098C5.691 12 6.461 12 8 12s2.308 0 2.937.38q.075.046.149.096c.604.422.951 1.15 1.645 2.608c1.034 2.173 1.55 3.26 1.112 4.058l-.052.089C13.308 20 12.161 20 9.87 20H6.13c-2.292 0-3.439 0-3.922-.77l-.052-.088c-.439-.798.078-1.885 1.112-4.058Z"/><path strokeLinecap="round" d="M14.547 12.02c.396-.02.869-.02 1.452-.02c1.538 0 2.308 0 2.937.38q.075.046.149.096c.604.422.951 1.15 1.645 2.608c1.034 2.173 1.55 3.26 1.112 4.058q-.024.045-.052.089c-.483.769-1.63.769-3.922.769h-1.129m.868-11a41 41 0 0 0-.876-1.916c-.694-1.457-1.04-2.186-1.645-2.607a3 3 0 0 0-.15-.098C14.309 4 13.54 4 12 4s-2.308 0-2.937.38q-.075.045-.15.096c-.603.422-.95 1.15-1.644 2.608c-.361.76-.66 1.388-.876 1.916"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3.27 15.084c.693-1.457 1.04-2.186 1.644-2.607q.074-.051.15-.098C5.691 12 6.461 12 8 12s2.308 0 2.937.38q.075.046.149.096c.604.422.951 1.15 1.645 2.608c1.034 2.173 1.55 3.26 1.112 4.058l-.052.089C13.308 20 12.161 20 9.87 20H6.13c-2.292 0-3.439 0-3.922-.77l-.052-.088c-.439-.798.078-1.885 1.112-4.058Z"/><path stroke-linecap="round" d="M14.547 12.02c.396-.02.869-.02 1.452-.02c1.538 0 2.308 0 2.937.38q.075.046.149.096c.604.422.951 1.15 1.645 2.608c1.034 2.173 1.55 3.26 1.112 4.058q-.024.045-.052.089c-.483.769-1.63.769-3.922.769h-1.129m.868-11a41 41 0 0 0-.876-1.916c-.694-1.457-1.04-2.186-1.645-2.607a3 3 0 0 0-.15-.098C14.309 4 13.54 4 12 4s-2.308 0-2.937.38q-.075.045-.15.096c-.603.422-.95 1.15-1.644 2.608c-.361.76-.66 1.388-.876 1.916"/></g></svg>
</template>

CSS

.icon-gold-ingots {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.27%2015.084c.693-1.457%201.04-2.186%201.644-2.607q.074-.051.15-.098C5.691%2012%206.461%2012%208%2012s2.308%200%202.937.38q.075.046.149.096c.604.422.951%201.15%201.645%202.608c1.034%202.173%201.55%203.26%201.112%204.058l-.052.089C13.308%2020%2012.161%2020%209.87%2020H6.13c-2.292%200-3.439%200-3.922-.77l-.052-.088c-.439-.798.078-1.885%201.112-4.058Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.547%2012.02c.396-.02.869-.02%201.452-.02c1.538%200%202.308%200%202.937.38q.075.046.149.096c.604.422.951%201.15%201.645%202.608c1.034%202.173%201.55%203.26%201.112%204.058q-.024.045-.052.089c-.483.769-1.63.769-3.922.769h-1.129m.868-11a41%2041%200%200%200-.876-1.916c-.694-1.457-1.04-2.186-1.645-2.607a3%203%200%200%200-.15-.098C14.309%204%2013.54%204%2012%204s-2.308%200-2.937.38q-.075.045-.15.096c-.603.422-.95%201.15-1.644%202.608c-.361.76-.66%201.388-.876%201.916%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.27%2015.084c.693-1.457%201.04-2.186%201.644-2.607q.074-.051.15-.098C5.691%2012%206.461%2012%208%2012s2.308%200%202.937.38q.075.046.149.096c.604.422.951%201.15%201.645%202.608c1.034%202.173%201.55%203.26%201.112%204.058l-.052.089C13.308%2020%2012.161%2020%209.87%2020H6.13c-2.292%200-3.439%200-3.922-.77l-.052-.088c-.439-.798.078-1.885%201.112-4.058Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.547%2012.02c.396-.02.869-.02%201.452-.02c1.538%200%202.308%200%202.937.38q.075.046.149.096c.604.422.951%201.15%201.645%202.608c1.034%202.173%201.55%203.26%201.112%204.058q-.024.045-.052.089c-.483.769-1.63.769-3.922.769h-1.129m.868-11a41%2041%200%200%200-.876-1.916c-.694-1.457-1.04-2.186-1.645-2.607a3%203%200%200%200-.15-.098C14.309%204%2013.54%204%2012%204s-2.308%200-2.937.38q-.075.045-.15.096c-.603.422-.95%201.15-1.644%202.608c-.361.76-.66%201.388-.876%201.916%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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