Truemoney Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Truemoney icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/334295.svg" alt="Truemoney icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334295.svg" alt="Truemoney icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334295.svg" alt="Truemoney icon" :width="24" :height="24" />
CSS background
.icon-truemoney {
background-image: url('https://proicons.com/icon/334295.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m21.7247,33.1752h-10.278"/><path class="b" d="m24.0196,35.7004l10.1786.0061c2.3888,0,2.5082-.4798,3.0421-1.4045l6.1703-17.2352c.3634-1.1993-.3737-2.4779-2.3572-2.3436h-6.3528c-1.9034-.0377-2.593.2796-3.2597,2.3433l-6.341,17.7111c-.6448,1.4854-2.4429,1.1286-3.0336-.6301-1.9308-6.3937-3.919-12.7708-5.8954-19.151-.884-2.6757-1.6619-2.7126-3.6455-2.7027l-5.953.0382c-1.7158-.0383-2.4032.7849-1.9233,2.6641,1.8141,5.8266,3.5462,13.857,4.9458,16.8732.5238,1.2605,1.9874,1.9047,2.7099.6075l5.0427-14.0848h9.1217c2.5284-.077,2.9599.2688,3.4834,2.326m13.4578-3.6511c.3634-1.1993-.3737-2.4779-2.3572-2.3436"/></svg>
Copied!