dollar-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
dollar-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Use the dollar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.75A10.25 10.25 0 1 0 22.25 12A10.26 10.26 0 0 0 12 1.75m.75 16v.79a.75.75 0 0 1-1.5 0v-.79a3.47 3.47 0 0 1-1.76-.81a3.5 3.5 0 0 1-1.24-2.4a.75.75 0 0 1 1.23-.638a.76.76 0 0 1 .27.508a2 2 0 0 0 .71 1.39a2.1 2.1 0 0 0 1.49.5c1.56 0 2.3-.6 2.3-1.82c0-.81-.71-1.68-2.25-1.68c-3.26 0-3.75-2-3.75-3.15a3.5 3.5 0 0 1 2.42-3.2q.285-.088.58-.13v-.78a.75.75 0 0 1 1.5 0v.81a3.61 3.61 0 0 1 3 3.22a.75.75 0 0 1-1.49.15a2.14 2.14 0 0 0-2.22-1.92h-.18a2.5 2.5 0 0 0-.72.1a2 2 0 0 0-1.18 1.03a1.9 1.9 0 0 0-.2.77c0 .82.27 1.62 2.25 1.62c2.46 0 3.75 1.6 3.75 3.18a3.11 3.11 0 0 1-3.05 3.21z"/></svg>

React

import type { SVGProps } from "react";

export function MageDollarFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.75A10.25 10.25 0 1 0 22.25 12A10.26 10.26 0 0 0 12 1.75m.75 16v.79a.75.75 0 0 1-1.5 0v-.79a3.47 3.47 0 0 1-1.76-.81a3.5 3.5 0 0 1-1.24-2.4a.75.75 0 0 1 1.23-.638a.76.76 0 0 1 .27.508a2 2 0 0 0 .71 1.39a2.1 2.1 0 0 0 1.49.5c1.56 0 2.3-.6 2.3-1.82c0-.81-.71-1.68-2.25-1.68c-3.26 0-3.75-2-3.75-3.15a3.5 3.5 0 0 1 2.42-3.2q.285-.088.58-.13v-.78a.75.75 0 0 1 1.5 0v.81a3.61 3.61 0 0 1 3 3.22a.75.75 0 0 1-1.49.15a2.14 2.14 0 0 0-2.22-1.92h-.18a2.5 2.5 0 0 0-.72.1a2 2 0 0 0-1.18 1.03a1.9 1.9 0 0 0-.2.77c0 .82.27 1.62 2.25 1.62c2.46 0 3.75 1.6 3.75 3.18a3.11 3.11 0 0 1-3.05 3.21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.75A10.25 10.25 0 1 0 22.25 12A10.26 10.26 0 0 0 12 1.75m.75 16v.79a.75.75 0 0 1-1.5 0v-.79a3.47 3.47 0 0 1-1.76-.81a3.5 3.5 0 0 1-1.24-2.4a.75.75 0 0 1 1.23-.638a.76.76 0 0 1 .27.508a2 2 0 0 0 .71 1.39a2.1 2.1 0 0 0 1.49.5c1.56 0 2.3-.6 2.3-1.82c0-.81-.71-1.68-2.25-1.68c-3.26 0-3.75-2-3.75-3.15a3.5 3.5 0 0 1 2.42-3.2q.285-.088.58-.13v-.78a.75.75 0 0 1 1.5 0v.81a3.61 3.61 0 0 1 3 3.22a.75.75 0 0 1-1.49.15a2.14 2.14 0 0 0-2.22-1.92h-.18a2.5 2.5 0 0 0-.72.1a2 2 0 0 0-1.18 1.03a1.9 1.9 0 0 0-.2.77c0 .82.27 1.62 2.25 1.62c2.46 0 3.75 1.6 3.75 3.18a3.11 3.11 0 0 1-3.05 3.21z"/></svg>
</template>

CSS

.icon-dollar-fill {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201.75A10.25%2010.25%200%201%200%2022.25%2012A10.26%2010.26%200%200%200%2012%201.75m.75%2016v.79a.75.75%200%200%201-1.5%200v-.79a3.47%203.47%200%200%201-1.76-.81a3.5%203.5%200%200%201-1.24-2.4a.75.75%200%200%201%201.23-.638a.76.76%200%200%201%20.27.508a2%202%200%200%200%20.71%201.39a2.1%202.1%200%200%200%201.49.5c1.56%200%202.3-.6%202.3-1.82c0-.81-.71-1.68-2.25-1.68c-3.26%200-3.75-2-3.75-3.15a3.5%203.5%200%200%201%202.42-3.2q.285-.088.58-.13v-.78a.75.75%200%200%201%201.5%200v.81a3.61%203.61%200%200%201%203%203.22a.75.75%200%200%201-1.49.15a2.14%202.14%200%200%200-2.22-1.92h-.18a2.5%202.5%200%200%200-.72.1a2%202%200%200%200-1.18%201.03a1.9%201.9%200%200%200-.2.77c0%20.82.27%201.62%202.25%201.62c2.46%200%203.75%201.6%203.75%203.18a3.11%203.11%200%200%201-3.05%203.21z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201.75A10.25%2010.25%200%201%200%2022.25%2012A10.26%2010.26%200%200%200%2012%201.75m.75%2016v.79a.75.75%200%200%201-1.5%200v-.79a3.47%203.47%200%200%201-1.76-.81a3.5%203.5%200%200%201-1.24-2.4a.75.75%200%200%201%201.23-.638a.76.76%200%200%201%20.27.508a2%202%200%200%200%20.71%201.39a2.1%202.1%200%200%200%201.49.5c1.56%200%202.3-.6%202.3-1.82c0-.81-.71-1.68-2.25-1.68c-3.26%200-3.75-2-3.75-3.15a3.5%203.5%200%200%201%202.42-3.2q.285-.088.58-.13v-.78a.75.75%200%200%201%201.5%200v.81a3.61%203.61%200%200%201%203%203.22a.75.75%200%200%201-1.49.15a2.14%202.14%200%200%200-2.22-1.92h-.18a2.5%202.5%200%200%200-.72.1a2%202%200%200%200-1.18%201.03a1.9%201.9%200%200%200-.2.77c0%20.82.27%201.62%202.25%201.62c2.46%200%203.75%201.6%203.75%203.18a3.11%203.11%200%200%201-3.05%203.21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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