dollar circle icon

dollar-circle-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
dollar-circle-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
dollar-circle-fill

2 other variants in Ant Design Icons

The same icon in other sets

Use the dollar circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m22.3 665.2l.2 31.7c0 4.4-3.6 8.1-8 8.1h-28.4c-4.4 0-8-3.6-8-8v-31.4C401.3 723 359.5 672.4 355 617.4c-.4-4.7 3.3-8.7 8-8.7h46.2c3.9 0 7.3 2.8 7.9 6.6c5.1 31.7 29.8 55.4 74.1 61.3V533.9l-24.7-6.3c-52.3-12.5-102.1-45.1-102.1-112.7c0-72.9 55.4-112.1 126.2-119v-33c0-4.4 3.6-8 8-8h28.1c4.4 0 8 3.6 8 8v32.7c68.5 6.9 119.9 46.9 125.9 109.2c.5 4.7-3.2 8.8-8 8.8h-44.9c-4 0-7.4-3-7.9-6.9c-4-29.2-27.4-53-65.5-58.2v134.3l25.4 5.9c64.8 16 108.9 47 108.9 116.4c0 75.3-56 117.3-134.3 124.1M426.6 410.3c0 25.4 15.7 45.1 49.5 57.3c4.7 1.9 9.4 3.4 15 5v-124c-36.9 4.7-64.5 25.4-64.5 61.7m116.5 135.2c-2.8-.6-5.6-1.3-8.8-2.2V677c42.6-3.8 72-27.2 72-66.4c0-30.7-15.9-50.7-63.2-65.1"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignDollarCircleFilled(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="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m22.3 665.2l.2 31.7c0 4.4-3.6 8.1-8 8.1h-28.4c-4.4 0-8-3.6-8-8v-31.4C401.3 723 359.5 672.4 355 617.4c-.4-4.7 3.3-8.7 8-8.7h46.2c3.9 0 7.3 2.8 7.9 6.6c5.1 31.7 29.8 55.4 74.1 61.3V533.9l-24.7-6.3c-52.3-12.5-102.1-45.1-102.1-112.7c0-72.9 55.4-112.1 126.2-119v-33c0-4.4 3.6-8 8-8h28.1c4.4 0 8 3.6 8 8v32.7c68.5 6.9 119.9 46.9 125.9 109.2c.5 4.7-3.2 8.8-8 8.8h-44.9c-4 0-7.4-3-7.9-6.9c-4-29.2-27.4-53-65.5-58.2v134.3l25.4 5.9c64.8 16 108.9 47 108.9 116.4c0 75.3-56 117.3-134.3 124.1M426.6 410.3c0 25.4 15.7 45.1 49.5 57.3c4.7 1.9 9.4 3.4 15 5v-124c-36.9 4.7-64.5 25.4-64.5 61.7m116.5 135.2c-2.8-.6-5.6-1.3-8.8-2.2V677c42.6-3.8 72-27.2 72-66.4c0-30.7-15.9-50.7-63.2-65.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m22.3 665.2l.2 31.7c0 4.4-3.6 8.1-8 8.1h-28.4c-4.4 0-8-3.6-8-8v-31.4C401.3 723 359.5 672.4 355 617.4c-.4-4.7 3.3-8.7 8-8.7h46.2c3.9 0 7.3 2.8 7.9 6.6c5.1 31.7 29.8 55.4 74.1 61.3V533.9l-24.7-6.3c-52.3-12.5-102.1-45.1-102.1-112.7c0-72.9 55.4-112.1 126.2-119v-33c0-4.4 3.6-8 8-8h28.1c4.4 0 8 3.6 8 8v32.7c68.5 6.9 119.9 46.9 125.9 109.2c.5 4.7-3.2 8.8-8 8.8h-44.9c-4 0-7.4-3-7.9-6.9c-4-29.2-27.4-53-65.5-58.2v134.3l25.4 5.9c64.8 16 108.9 47 108.9 116.4c0 75.3-56 117.3-134.3 124.1M426.6 410.3c0 25.4 15.7 45.1 49.5 57.3c4.7 1.9 9.4 3.4 15 5v-124c-36.9 4.7-64.5 25.4-64.5 61.7m116.5 135.2c-2.8-.6-5.6-1.3-8.8-2.2V677c42.6-3.8 72-27.2 72-66.4c0-30.7-15.9-50.7-63.2-65.1"/></svg>
</template>

CSS

.icon-dollar-circle-filled {
  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%22M512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m22.3%20665.2l.2%2031.7c0%204.4-3.6%208.1-8%208.1h-28.4c-4.4%200-8-3.6-8-8v-31.4C401.3%20723%20359.5%20672.4%20355%20617.4c-.4-4.7%203.3-8.7%208-8.7h46.2c3.9%200%207.3%202.8%207.9%206.6c5.1%2031.7%2029.8%2055.4%2074.1%2061.3V533.9l-24.7-6.3c-52.3-12.5-102.1-45.1-102.1-112.7c0-72.9%2055.4-112.1%20126.2-119v-33c0-4.4%203.6-8%208-8h28.1c4.4%200%208%203.6%208%208v32.7c68.5%206.9%20119.9%2046.9%20125.9%20109.2c.5%204.7-3.2%208.8-8%208.8h-44.9c-4%200-7.4-3-7.9-6.9c-4-29.2-27.4-53-65.5-58.2v134.3l25.4%205.9c64.8%2016%20108.9%2047%20108.9%20116.4c0%2075.3-56%20117.3-134.3%20124.1M426.6%20410.3c0%2025.4%2015.7%2045.1%2049.5%2057.3c4.7%201.9%209.4%203.4%2015%205v-124c-36.9%204.7-64.5%2025.4-64.5%2061.7m116.5%20135.2c-2.8-.6-5.6-1.3-8.8-2.2V677c42.6-3.8%2072-27.2%2072-66.4c0-30.7-15.9-50.7-63.2-65.1%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%22M512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m22.3%20665.2l.2%2031.7c0%204.4-3.6%208.1-8%208.1h-28.4c-4.4%200-8-3.6-8-8v-31.4C401.3%20723%20359.5%20672.4%20355%20617.4c-.4-4.7%203.3-8.7%208-8.7h46.2c3.9%200%207.3%202.8%207.9%206.6c5.1%2031.7%2029.8%2055.4%2074.1%2061.3V533.9l-24.7-6.3c-52.3-12.5-102.1-45.1-102.1-112.7c0-72.9%2055.4-112.1%20126.2-119v-33c0-4.4%203.6-8%208-8h28.1c4.4%200%208%203.6%208%208v32.7c68.5%206.9%20119.9%2046.9%20125.9%20109.2c.5%204.7-3.2%208.8-8%208.8h-44.9c-4%200-7.4-3-7.9-6.9c-4-29.2-27.4-53-65.5-58.2v134.3l25.4%205.9c64.8%2016%20108.9%2047%20108.9%20116.4c0%2075.3-56%20117.3-134.3%20124.1M426.6%20410.3c0%2025.4%2015.7%2045.1%2049.5%2057.3c4.7%201.9%209.4%203.4%2015%205v-124c-36.9%204.7-64.5%2025.4-64.5%2061.7m116.5%20135.2c-2.8-.6-5.6-1.3-8.8-2.2V677c42.6-3.8%2072-27.2%2072-66.4c0-30.7-15.9-50.7-63.2-65.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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