Moneytree Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Moneytree 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/344059.svg" alt="Moneytree icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344059.svg" alt="Moneytree icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344059.svg" alt="Moneytree icon" :width="24" :height="24" />
CSS background
.icon-moneytree {
background-image: url('https://proicons.com/icon/344059.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="d" class="f" d="M34.3925,11.9434c-.4752-.2594-.9691-.908-1.2709-1.6691-.3258-.8217-.3377-2.1731-.0252-2.8596.6046-1.328,1.814-1.965,3.3028-1.7399.7249.1096.7577.1603.4849.7518-.2197.4765-.2382.6625-.2382,2.4031,0,1.8625-.0036,1.8928-.2839,2.3697-.4932.839-1.2629,1.1297-1.9696.744Z"/><path id="e" class="f" d="M36.9898,5.8467c1.5429.4477,3.0249,2.226,3.5606,3.1313.7028,1.1876,1.1787,2.344,1.5527,3.7734.412,1.5743.519,3.9879.2464,5.5552-.4621,2.6561-1.5978,4.9645-3.3333,6.7749-1.4837,1.5478-2.841,2.5591-5.2686,3.9255-2.8189,1.5866-3.762,1.9437-4.6766,1.7702-1.2833-.2434-2.6856-1.0442-3.8707-2.2107-.7279-.7165-.9385-.8478-.9385-.5851,0,.5236,1.4468,2.0955,2.802,3.0444,1.5366,1.0759,1.5452,1.2303.1325,2.3743-2.6057,2.1102-4.715,4.3608-6.2833,6.7043-.5914.8837-1.288,2.2127-1.3679,2.2653M5.5,20.2201l.3406-.2719c2.0389-1.6276,4.4612-2.751,7.1536-3.3175,1.3605-.2863,4.0883-.3923,5.6076-.2179,2.3849.2737,4.1083.767,6.9702,1.9952,3.2384,1.3897,4.459,1.7195,6.3937,1.7276,1.3782.0058,1.8908-.1143,3.0223-.7082,1.1111-.5831,2.1426-2.0538,2.5505-3.6364.2129-.826.2652-2.2769-.9996-4.9416M15.5929,29.0912c-.1696-.1696-.4008-.0042-.9628.6886-1.2458,1.5354-3.4548,2.9512-5.4615,3.5004-1.0613.2904-2.5357.4724-3.1582.3898l-.5103-.0677M19.8115,23.381c.9177-.4355.9937-1.7171.1331-2.2418-.6407-.3906-1.498-.1952-1.8126.4131-.3676.7109-.0909,1.5372.6182,1.8459.4272.186.6402.1825,1.0613-.0173Z"/></svg>
Copied!