Invest Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Invest 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/327505.svg" alt="Invest icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327505.svg" alt="Invest icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327505.svg" alt="Invest icon" :width="24" :height="24" />
CSS background
.icon-invest {
background-image: url('https://proicons.com/icon/327505.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M5.5042,41.251H42.5V28.1532"/><path class="a" d="M7.4343,37.6884,22.4235,22.6993l5.108,5.1081L42.5,12.839V23.895"/><path class="a" d="M31.3588,12.839H42.5"/><rect class="a" x="5.5" y="12.4019" width="13.1295" height="11.3582" rx="2.1809"/><line class="a" x1="8.562" y1="16.1879" x2="18.6291" y2="16.1879"/><line class="a" x1="5.5" y1="19.974" x2="15.5671" y2="19.974"/><circle class="a" cx="12.0558" cy="8.5892" r="1.8402"/></svg>
Copied!