Wealthsimple Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wealthsimple 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/349592.svg" alt="Wealthsimple icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349592.svg" alt="Wealthsimple icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349592.svg" alt="Wealthsimple icon" :width="24" :height="24" />
CSS background
.icon-wealthsimple {
background-image: url('https://proicons.com/icon/349592.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m23.9278,20.5546l6.7241,15.2377,9.1137-18.8943c.9706-1.8746,2.2154-3.3973,3.7344-4.568l-8.4468-.1223c1.5671,1.4004,4.7125,1.8783.1,14.2485"/><path class="c" d="m33.9306,28.8347l-5.1126-12.6814c-.6224-1.6338-.3557-3.0898,2.4563-3.9011h-12.2924c2.0228,1.2003,2.7563,2.8119,2.9008,3.2565l2.045,5.0348-4.0678,8.4691-5.4127-13.515c-.6113-1.6338.4112-3.012,1.8227-3.2454l-11.77.1334c2.7008,1.0892,2.7897,2.5118,3.7344,4.5235l8.3529,18.8832,3.2726-6.7797"/></svg>
Copied!