52 Weeks Money Challenge Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 52 Weeks Money Challenge 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/335785.svg" alt="52 Weeks Money Challenge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335785.svg" alt="52 Weeks Money Challenge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335785.svg" alt="52 Weeks Money Challenge icon" :width="24" :height="24" />
CSS background
.icon-52-weeks-money-challenge {
background-image: url('https://proicons.com/icon/335785.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m5.3636,5.8295s-1.8636,4.6591-1.8636,8.3864c0,2.7955,1.8636,5.5909,1.8636,5.5909,0,0-1.8636,4.6591-1.8636,9.3182,0,13.0455,15.8409,13.0455,20.5,13.0455s20.5,0,20.5-13.0455c0-4.6591-1.8636-9.3182-1.8636-9.3182,0,0,1.8636-2.7955,1.8636-5.5909,0-3.7273-1.8636-8.3864-1.8636-8.3864,0,0-4.6591.9318-9.3182,3.7273-4.6591-1.8636-8.3864-1.8636-9.3182-1.8636s-4.6591,0-9.3182,1.8636c-4.6591-2.7955-9.3182-3.7273-9.3182-3.7273Z"/><path class="c" d="m7.2955,16.9432c-.9318-5.5909-1-7.3864-1-7.3864,0,0,1.8636,0,5.5909,1.8636,0,0-1.7955.8636-4.5909,5.5227Z"/><circle class="c" cx="11.4205" cy="24" r="2.3295"/><path class="c" d="m24,24.4659c-6.5227,0-11.1818.9318-11.1818,5.5909,0,5.2711,2.7955,10.1818,11.1818,10.1818s11.1818-4.9108,11.1818-10.1818c0-4.6591-4.6591-5.5909-11.1818-5.5909Z"/><path class="c" d="m40.7045,16.9432c.9318-5.5909,1-7.3864,1-7.3864,0,0-1.8636,0-5.5909,1.8636,0,0,1.7955.8636,4.5909,5.5227Z"/><circle class="c" cx="36.5795" cy="24" r="2.3295"/><line class="c" x1="18.875" y1="33.5278" x2="18.875" y2="30.3131"/><line class="c" x1="29.125" y1="33.5278" x2="29.125" y2="30.3131"/></svg>
Copied!