dollar circle icon
dollar-circle-filled from Reicon by REICON · Filled · Money · MIT Free for personal and commercial use.
- Name
- dollar-circle-filled
- Set
- Reicon
- Style
- Filled
- Category
- Money
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All dollar circle icons →More money icons from Reicon
Use the dollar circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGBgS7qSkY2)"><path fill="currentColor" fill-rule="evenodd" d="M.25 12C.25 5.51 5.51.25 12 .25S23.75 5.51 23.75 12S18.49 23.75 12 23.75S.25 18.49.25 12m12.5-5a.75.75 0 0 0-1.5 0v.555c-.565.086-1.081.275-1.502.58a2.35 2.35 0 0 0-.998 1.947c0 1.051.584 1.71 1.259 2.087c.627.351 1.372.488 1.868.57c.504.085 1.009.192 1.382.4c.325.183.491.4.491.78a.85.85 0 0 1-.377.73c-.274.199-.73.351-1.373.351c-.44 0-.714-.047-.973-.15c-.277-.11-.586-.302-1.074-.671a.75.75 0 1 0-.906 1.195c.512.388.953.683 1.426.87c.258.103.513.168.777.207V17a.75.75 0 0 0 1.5 0v-.555c.565-.086 1.081-.275 1.502-.58a2.35 2.35 0 0 0 .998-1.947c0-1.051-.584-1.71-1.259-2.087c-.627-.351-1.373-.488-1.868-.57c-.505-.085-1.009-.192-1.382-.4c-.325-.183-.491-.4-.491-.78a.85.85 0 0 1 .377-.731c.274-.198.73-.35 1.373-.35c.44 0 .714.047.973.15c.277.11.586.302 1.074.671a.75.75 0 1 0 .906-1.195c-.512-.388-.953-.683-1.426-.87a3.4 3.4 0 0 0-.777-.207z" clip-rule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY2"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function ReiconDollarCircleFilled(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"><g clipPath="url(#SVGBgS7qSkY2)"><path fill="currentColor" fillRule="evenodd" d="M.25 12C.25 5.51 5.51.25 12 .25S23.75 5.51 23.75 12S18.49 23.75 12 23.75S.25 18.49.25 12m12.5-5a.75.75 0 0 0-1.5 0v.555c-.565.086-1.081.275-1.502.58a2.35 2.35 0 0 0-.998 1.947c0 1.051.584 1.71 1.259 2.087c.627.351 1.372.488 1.868.57c.504.085 1.009.192 1.382.4c.325.183.491.4.491.78a.85.85 0 0 1-.377.73c-.274.199-.73.351-1.373.351c-.44 0-.714-.047-.973-.15c-.277-.11-.586-.302-1.074-.671a.75.75 0 1 0-.906 1.195c.512.388.953.683 1.426.87c.258.103.513.168.777.207V17a.75.75 0 0 0 1.5 0v-.555c.565-.086 1.081-.275 1.502-.58a2.35 2.35 0 0 0 .998-1.947c0-1.051-.584-1.71-1.259-2.087c-.627-.351-1.373-.488-1.868-.57c-.505-.085-1.009-.192-1.382-.4c-.325-.183-.491-.4-.491-.78a.85.85 0 0 1 .377-.731c.274-.198.73-.35 1.373-.35c.44 0 .714.047.973.15c.277.11.586.302 1.074.671a.75.75 0 1 0 .906-1.195c-.512-.388-.953-.683-1.426-.87a3.4 3.4 0 0 0-.777-.207z" clipRule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY2"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGBgS7qSkY2)"><path fill="currentColor" fill-rule="evenodd" d="M.25 12C.25 5.51 5.51.25 12 .25S23.75 5.51 23.75 12S18.49 23.75 12 23.75S.25 18.49.25 12m12.5-5a.75.75 0 0 0-1.5 0v.555c-.565.086-1.081.275-1.502.58a2.35 2.35 0 0 0-.998 1.947c0 1.051.584 1.71 1.259 2.087c.627.351 1.372.488 1.868.57c.504.085 1.009.192 1.382.4c.325.183.491.4.491.78a.85.85 0 0 1-.377.73c-.274.199-.73.351-1.373.351c-.44 0-.714-.047-.973-.15c-.277-.11-.586-.302-1.074-.671a.75.75 0 1 0-.906 1.195c.512.388.953.683 1.426.87c.258.103.513.168.777.207V17a.75.75 0 0 0 1.5 0v-.555c.565-.086 1.081-.275 1.502-.58a2.35 2.35 0 0 0 .998-1.947c0-1.051-.584-1.71-1.259-2.087c-.627-.351-1.373-.488-1.868-.57c-.505-.085-1.009-.192-1.382-.4c-.325-.183-.491-.4-.491-.78a.85.85 0 0 1 .377-.731c.274-.198.73-.35 1.373-.35c.44 0 .714.047.973.15c.277.11.586.302 1.074.671a.75.75 0 1 0 .906-1.195c-.512-.388-.953-.683-1.426-.87a3.4 3.4 0 0 0-.777-.207z" clip-rule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY2"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGBgS7qSkY2)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M.25%2012C.25%205.51%205.51.25%2012%20.25S23.75%205.51%2023.75%2012S18.49%2023.75%2012%2023.75S.25%2018.49.25%2012m12.5-5a.75.75%200%200%200-1.5%200v.555c-.565.086-1.081.275-1.502.58a2.35%202.35%200%200%200-.998%201.947c0%201.051.584%201.71%201.259%202.087c.627.351%201.372.488%201.868.57c.504.085%201.009.192%201.382.4c.325.183.491.4.491.78a.85.85%200%200%201-.377.73c-.274.199-.73.351-1.373.351c-.44%200-.714-.047-.973-.15c-.277-.11-.586-.302-1.074-.671a.75.75%200%201%200-.906%201.195c.512.388.953.683%201.426.87c.258.103.513.168.777.207V17a.75.75%200%200%200%201.5%200v-.555c.565-.086%201.081-.275%201.502-.58a2.35%202.35%200%200%200%20.998-1.947c0-1.051-.584-1.71-1.259-2.087c-.627-.351-1.373-.488-1.868-.57c-.505-.085-1.009-.192-1.382-.4c-.325-.183-.491-.4-.491-.78a.85.85%200%200%201%20.377-.731c.274-.198.73-.35%201.373-.35c.44%200%20.714.047.973.15c.277.11.586.302%201.074.671a.75.75%200%201%200%20.906-1.195c-.512-.388-.953-.683-1.426-.87a3.4%203.4%200%200%200-.777-.207z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY2%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%3E%3Cg%20clip-path%3D%22url(%23SVGBgS7qSkY2)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M.25%2012C.25%205.51%205.51.25%2012%20.25S23.75%205.51%2023.75%2012S18.49%2023.75%2012%2023.75S.25%2018.49.25%2012m12.5-5a.75.75%200%200%200-1.5%200v.555c-.565.086-1.081.275-1.502.58a2.35%202.35%200%200%200-.998%201.947c0%201.051.584%201.71%201.259%202.087c.627.351%201.372.488%201.868.57c.504.085%201.009.192%201.382.4c.325.183.491.4.491.78a.85.85%200%200%201-.377.73c-.274.199-.73.351-1.373.351c-.44%200-.714-.047-.973-.15c-.277-.11-.586-.302-1.074-.671a.75.75%200%201%200-.906%201.195c.512.388.953.683%201.426.87c.258.103.513.168.777.207V17a.75.75%200%200%200%201.5%200v-.555c.565-.086%201.081-.275%201.502-.58a2.35%202.35%200%200%200%20.998-1.947c0-1.051-.584-1.71-1.259-2.087c-.627-.351-1.373-.488-1.868-.57c-.505-.085-1.009-.192-1.382-.4c-.325-.183-.491-.4-.491-.78a.85.85%200%200%201%20.377-.731c.274-.198.73-.35%201.373-.35c.44%200%20.714.047.973.15c.277.11.586.302%201.074.671a.75.75%200%201%200%20.906-1.195c-.512-.388-.953-.683-1.426-.87a3.4%203.4%200%200%200-.777-.207z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY2%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/dollar-circle-filled.svg?color=%231a73e8&size=48