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

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

Related icons in Huge Icons

Use the gold buy 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="M20 13.848c.681-.833 1.017-1.482 1-2.207c-.03-1.209-1.026-2.158-3.02-4.057l-1.957-1.863C14.12 3.907 13.167 3 12 3s-2.119.907-4.024 2.72L6.02 7.585C4.026 9.483 3.03 10.432 3 11.641c-.028 1.209.922 2.204 2.823 4.196l1.957 2.05C9.76 19.962 10.752 21 12 21c.707 0 1.332-.333 2.101-1"/><path d="M20.102 14c.599-.732.898-1.33.898-2c0-1.208-.972-2.18-2.917-4.125l-1.958-1.958C14.18 3.972 13.208 3 12 3s-2.18.972-4.125 2.917L5.917 7.875C3.972 9.82 3 10.792 3 12s.972 2.18 2.917 4.125l1.958 1.958C9.82 20.028 10.792 21 12 21c.707 0 1.334-.333 2.122-1M19 21.5V17m2 3l-.438.577C19.84 21.526 19.48 22 19 22s-.841-.474-1.562-1.423L17 20"/><circle cx="12" cy="12" r="3"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsGoldBuy(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="M20 13.848c.681-.833 1.017-1.482 1-2.207c-.03-1.209-1.026-2.158-3.02-4.057l-1.957-1.863C14.12 3.907 13.167 3 12 3s-2.119.907-4.024 2.72L6.02 7.585C4.026 9.483 3.03 10.432 3 11.641c-.028 1.209.922 2.204 2.823 4.196l1.957 2.05C9.76 19.962 10.752 21 12 21c.707 0 1.332-.333 2.101-1"/><path d="M20.102 14c.599-.732.898-1.33.898-2c0-1.208-.972-2.18-2.917-4.125l-1.958-1.958C14.18 3.972 13.208 3 12 3s-2.18.972-4.125 2.917L5.917 7.875C3.972 9.82 3 10.792 3 12s.972 2.18 2.917 4.125l1.958 1.958C9.82 20.028 10.792 21 12 21c.707 0 1.334-.333 2.122-1M19 21.5V17m2 3l-.438.577C19.84 21.526 19.48 22 19 22s-.841-.474-1.562-1.423L17 20"/><circle cx="12" cy="12" r="3"/></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="M20 13.848c.681-.833 1.017-1.482 1-2.207c-.03-1.209-1.026-2.158-3.02-4.057l-1.957-1.863C14.12 3.907 13.167 3 12 3s-2.119.907-4.024 2.72L6.02 7.585C4.026 9.483 3.03 10.432 3 11.641c-.028 1.209.922 2.204 2.823 4.196l1.957 2.05C9.76 19.962 10.752 21 12 21c.707 0 1.332-.333 2.101-1"/><path d="M20.102 14c.599-.732.898-1.33.898-2c0-1.208-.972-2.18-2.917-4.125l-1.958-1.958C14.18 3.972 13.208 3 12 3s-2.18.972-4.125 2.917L5.917 7.875C3.972 9.82 3 10.792 3 12s.972 2.18 2.917 4.125l1.958 1.958C9.82 20.028 10.792 21 12 21c.707 0 1.334-.333 2.122-1M19 21.5V17m2 3l-.438.577C19.84 21.526 19.48 22 19 22s-.841-.474-1.562-1.423L17 20"/><circle cx="12" cy="12" r="3"/></g></svg>
</template>

CSS

.icon-gold-buy {
  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%22M20%2013.848c.681-.833%201.017-1.482%201-2.207c-.03-1.209-1.026-2.158-3.02-4.057l-1.957-1.863C14.12%203.907%2013.167%203%2012%203s-2.119.907-4.024%202.72L6.02%207.585C4.026%209.483%203.03%2010.432%203%2011.641c-.028%201.209.922%202.204%202.823%204.196l1.957%202.05C9.76%2019.962%2010.752%2021%2012%2021c.707%200%201.332-.333%202.101-1%22%2F%3E%3Cpath%20d%3D%22M20.102%2014c.599-.732.898-1.33.898-2c0-1.208-.972-2.18-2.917-4.125l-1.958-1.958C14.18%203.972%2013.208%203%2012%203s-2.18.972-4.125%202.917L5.917%207.875C3.972%209.82%203%2010.792%203%2012s.972%202.18%202.917%204.125l1.958%201.958C9.82%2020.028%2010.792%2021%2012%2021c.707%200%201.334-.333%202.122-1M19%2021.5V17m2%203l-.438.577C19.84%2021.526%2019.48%2022%2019%2022s-.841-.474-1.562-1.423L17%2020%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%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%22M20%2013.848c.681-.833%201.017-1.482%201-2.207c-.03-1.209-1.026-2.158-3.02-4.057l-1.957-1.863C14.12%203.907%2013.167%203%2012%203s-2.119.907-4.024%202.72L6.02%207.585C4.026%209.483%203.03%2010.432%203%2011.641c-.028%201.209.922%202.204%202.823%204.196l1.957%202.05C9.76%2019.962%2010.752%2021%2012%2021c.707%200%201.332-.333%202.101-1%22%2F%3E%3Cpath%20d%3D%22M20.102%2014c.599-.732.898-1.33.898-2c0-1.208-.972-2.18-2.917-4.125l-1.958-1.958C14.18%203.972%2013.208%203%2012%203s-2.18.972-4.125%202.917L5.917%207.875C3.972%209.82%203%2010.792%203%2012s.972%202.18%202.917%204.125l1.958%201.958C9.82%2020.028%2010.792%2021%2012%2021c.707%200%201.334-.333%202.122-1M19%2021.5V17m2%203l-.438.577C19.84%2021.526%2019.48%2022%2019%2022s-.841-.474-1.562-1.423L17%2020%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%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-buy.svg?color=%231a73e8&size=48