dollar circle3 icon

dollar-circle3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
dollar-circle3-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the dollar circle3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.75 15.92h.65c.65 0 1.19-.58 1.19-1.28c0-.87-.31-1.04-.82-1.22l-1.01-.35v2.85z"/><path d="M11.97 1.898c-5.52.02-9.99 4.51-9.97 10.03s4.51 9.99 10.03 9.97s9.99-4.51 9.97-10.03s-4.51-9.98-10.03-9.97m2.29 10.1c.78.27 1.83.85 1.83 2.64c0 1.54-1.21 2.78-2.69 2.78h-.65v.58c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.58h-.36c-1.64 0-2.97-1.38-2.97-3.08c0-.41.34-.75.75-.75s.75.34.75.75c0 .87.66 1.58 1.47 1.58h.36v-3.38l-1.51-.54c-.78-.27-1.83-.85-1.83-2.64c0-1.54 1.21-2.78 2.69-2.78h.65v-.58c0-.41.34-.75.75-.75s.75.34.75.75v.58h.36c1.64 0 2.97 1.38 2.97 3.08c0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-.87-.66-1.58-1.47-1.58h-.36v3.38z"/><path d="M9.422 9.368c0 .87.31 1.04.82 1.22l1.01.35v-2.86h-.65c-.65 0-1.18.58-1.18 1.29"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconDollarCircle3Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.75 15.92h.65c.65 0 1.19-.58 1.19-1.28c0-.87-.31-1.04-.82-1.22l-1.01-.35v2.85z"/><path d="M11.97 1.898c-5.52.02-9.99 4.51-9.97 10.03s4.51 9.99 10.03 9.97s9.99-4.51 9.97-10.03s-4.51-9.98-10.03-9.97m2.29 10.1c.78.27 1.83.85 1.83 2.64c0 1.54-1.21 2.78-2.69 2.78h-.65v.58c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.58h-.36c-1.64 0-2.97-1.38-2.97-3.08c0-.41.34-.75.75-.75s.75.34.75.75c0 .87.66 1.58 1.47 1.58h.36v-3.38l-1.51-.54c-.78-.27-1.83-.85-1.83-2.64c0-1.54 1.21-2.78 2.69-2.78h.65v-.58c0-.41.34-.75.75-.75s.75.34.75.75v.58h.36c1.64 0 2.97 1.38 2.97 3.08c0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-.87-.66-1.58-1.47-1.58h-.36v3.38z"/><path d="M9.422 9.368c0 .87.31 1.04.82 1.22l1.01.35v-2.86h-.65c-.65 0-1.18.58-1.18 1.29"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.75 15.92h.65c.65 0 1.19-.58 1.19-1.28c0-.87-.31-1.04-.82-1.22l-1.01-.35v2.85z"/><path d="M11.97 1.898c-5.52.02-9.99 4.51-9.97 10.03s4.51 9.99 10.03 9.97s9.99-4.51 9.97-10.03s-4.51-9.98-10.03-9.97m2.29 10.1c.78.27 1.83.85 1.83 2.64c0 1.54-1.21 2.78-2.69 2.78h-.65v.58c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.58h-.36c-1.64 0-2.97-1.38-2.97-3.08c0-.41.34-.75.75-.75s.75.34.75.75c0 .87.66 1.58 1.47 1.58h.36v-3.38l-1.51-.54c-.78-.27-1.83-.85-1.83-2.64c0-1.54 1.21-2.78 2.69-2.78h.65v-.58c0-.41.34-.75.75-.75s.75.34.75.75v.58h.36c1.64 0 2.97 1.38 2.97 3.08c0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-.87-.66-1.58-1.47-1.58h-.36v3.38z"/><path d="M9.422 9.368c0 .87.31 1.04.82 1.22l1.01.35v-2.86h-.65c-.65 0-1.18.58-1.18 1.29"/></g></svg>
</template>

CSS

.icon-dollar-circle3-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.75%2015.92h.65c.65%200%201.19-.58%201.19-1.28c0-.87-.31-1.04-.82-1.22l-1.01-.35v2.85z%22%2F%3E%3Cpath%20d%3D%22M11.97%201.898c-5.52.02-9.99%204.51-9.97%2010.03s4.51%209.99%2010.03%209.97s9.99-4.51%209.97-10.03s-4.51-9.98-10.03-9.97m2.29%2010.1c.78.27%201.83.85%201.83%202.64c0%201.54-1.21%202.78-2.69%202.78h-.65v.58c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-.58h-.36c-1.64%200-2.97-1.38-2.97-3.08c0-.41.34-.75.75-.75s.75.34.75.75c0%20.87.66%201.58%201.47%201.58h.36v-3.38l-1.51-.54c-.78-.27-1.83-.85-1.83-2.64c0-1.54%201.21-2.78%202.69-2.78h.65v-.58c0-.41.34-.75.75-.75s.75.34.75.75v.58h.36c1.64%200%202.97%201.38%202.97%203.08c0%20.41-.34.75-.75.75s-.75-.34-.75-.75c0-.87-.66-1.58-1.47-1.58h-.36v3.38z%22%2F%3E%3Cpath%20d%3D%22M9.422%209.368c0%20.87.31%201.04.82%201.22l1.01.35v-2.86h-.65c-.65%200-1.18.58-1.18%201.29%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%22currentColor%22%3E%3Cpath%20d%3D%22M12.75%2015.92h.65c.65%200%201.19-.58%201.19-1.28c0-.87-.31-1.04-.82-1.22l-1.01-.35v2.85z%22%2F%3E%3Cpath%20d%3D%22M11.97%201.898c-5.52.02-9.99%204.51-9.97%2010.03s4.51%209.99%2010.03%209.97s9.99-4.51%209.97-10.03s-4.51-9.98-10.03-9.97m2.29%2010.1c.78.27%201.83.85%201.83%202.64c0%201.54-1.21%202.78-2.69%202.78h-.65v.58c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-.58h-.36c-1.64%200-2.97-1.38-2.97-3.08c0-.41.34-.75.75-.75s.75.34.75.75c0%20.87.66%201.58%201.47%201.58h.36v-3.38l-1.51-.54c-.78-.27-1.83-.85-1.83-2.64c0-1.54%201.21-2.78%202.69-2.78h.65v-.58c0-.41.34-.75.75-.75s.75.34.75.75v.58h.36c1.64%200%202.97%201.38%202.97%203.08c0%20.41-.34.75-.75.75s-.75-.34-.75-.75c0-.87-.66-1.58-1.47-1.58h-.36v3.38z%22%2F%3E%3Cpath%20d%3D%22M9.422%209.368c0%20.87.31%201.04.82%201.22l1.01.35v-2.86h-.65c-.65%200-1.18.58-1.18%201.29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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