gold sell icon

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

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

Related icons in Huge Icons

Use the gold sell 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19 2.5V7m2-3l-.438-.577C19.84 2.474 19.48 2 19 2s-.841.474-1.562 1.423L17 4"/><circle cx="12" cy="12" r="3"/><path d="M20 9.878c.667.788 1 1.415 1 2.122c0 1.208-.972 2.18-2.917 4.125l-1.958 1.958C14.18 20.028 13.208 21 12 21s-2.18-.972-4.125-2.917l-1.958-1.958C3.972 14.18 3 13.208 3 12s.972-2.18 2.917-4.125l1.958-1.958C9.82 3.972 10.792 3 12 3c.707 0 1.334.333 2.122 1"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsGoldSell(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M19 2.5V7m2-3l-.438-.577C19.84 2.474 19.48 2 19 2s-.841.474-1.562 1.423L17 4"/><circle cx="12" cy="12" r="3"/><path d="M20 9.878c.667.788 1 1.415 1 2.122c0 1.208-.972 2.18-2.917 4.125l-1.958 1.958C14.18 20.028 13.208 21 12 21s-2.18-.972-4.125-2.917l-1.958-1.958C3.972 14.18 3 13.208 3 12s.972-2.18 2.917-4.125l1.958-1.958C9.82 3.972 10.792 3 12 3c.707 0 1.334.333 2.122 1"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19 2.5V7m2-3l-.438-.577C19.84 2.474 19.48 2 19 2s-.841.474-1.562 1.423L17 4"/><circle cx="12" cy="12" r="3"/><path d="M20 9.878c.667.788 1 1.415 1 2.122c0 1.208-.972 2.18-2.917 4.125l-1.958 1.958C14.18 20.028 13.208 21 12 21s-2.18-.972-4.125-2.917l-1.958-1.958C3.972 14.18 3 13.208 3 12s.972-2.18 2.917-4.125l1.958-1.958C9.82 3.972 10.792 3 12 3c.707 0 1.334.333 2.122 1"/></g></svg>
</template>

CSS

.icon-gold-sell {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19%202.5V7m2-3l-.438-.577C19.84%202.474%2019.48%202%2019%202s-.841.474-1.562%201.423L17%204%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M20%209.878c.667.788%201%201.415%201%202.122c0%201.208-.972%202.18-2.917%204.125l-1.958%201.958C14.18%2020.028%2013.208%2021%2012%2021s-2.18-.972-4.125-2.917l-1.958-1.958C3.972%2014.18%203%2013.208%203%2012s.972-2.18%202.917-4.125l1.958-1.958C9.82%203.972%2010.792%203%2012%203c.707%200%201.334.333%202.122%201%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19%202.5V7m2-3l-.438-.577C19.84%202.474%2019.48%202%2019%202s-.841.474-1.562%201.423L17%204%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M20%209.878c.667.788%201%201.415%201%202.122c0%201.208-.972%202.18-2.917%204.125l-1.958%201.958C14.18%2020.028%2013.208%2021%2012%2021s-2.18-.972-4.125-2.917l-1.958-1.958C3.972%2014.18%203%2013.208%203%2012s.972-2.18%202.917-4.125l1.958-1.958C9.82%203.972%2010.792%203%2012%203c.707%200%201.334.333%202.122%201%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-sell.svg?color=%231a73e8&size=48