DollarCircleSolid
dollar-circle-solid
npm install @mynaui/icons-react
import { DollarCircleSolid } from "@mynaui/icons-react";
const App = () => {
return <DollarCircleSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M10.333 8.472h.917v2.778h-.917c-.937 0-1.583-.682-1.583-1.389s.646-1.389 1.583-1.389m2.417 7.056V12.75h.917c.937 0 1.583.682 1.583 1.389s-.646 1.389-1.583 1.389z'/><path d='M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12m10.5-5.5a.75.75 0 0 0-1.5 0v.472h-.917c-1.64 0-3.083 1.234-3.083 2.89 0 1.655 1.443 2.888 3.083 2.888h.917v2.778H8a.75.75 0 0 0 0 1.5h3.25v.472a.75.75 0 0 0 1.5 0v-.472h.917c1.64 0 3.083-1.233 3.083-2.89 0-1.655-1.443-2.888-3.083-2.888h-.917V8.472h2.583a.75.75 0 0 0 0-1.5H12.75z'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/dollar-circle.svg" /> npm install @mynaui/icons
<svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/path/to/mynaui-solid.symbol.svg#mynaui-dollar-circle"></use>
</svg>