Home Finance Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Home Finance icon is commonly used in navigation bars, dashboards and breadcrumbs. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/341649.svg" alt="Home Finance icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341649.svg" alt="Home Finance icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341649.svg" alt="Home Finance icon" :width="24" :height="24" />
CSS background
.icon-home-finance {
background-image: url('https://proicons.com/icon/341649.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>.l{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="l" d="m5.5,32.9539c4.1603,4.4611,9.9586,3.7959,13.3921,3.6914"/><path id="d" class="l" d="m5.5,27.3738c3.7852,4.3204,8.8052,4.6617,13.5638,4.1206"/><path id="e" class="l" d="m18.5771,17.4542c-15.1522-3.1783-17.0226,10.5335,0,8.954"/><path id="f" class="l" d="m21.3937,36.3019c3.9532,4.0998,17.2971,5.0192,21.1063-.4292"/><path id="g" class="l" d="m21.3937,30.0351c2.9617,5.4502,16.7168,5.3755,21.1063.4292"/><path id="h" class="l" d="m21.3937,24.6696c6.181,6.4792,17.5008,4.2622,21.1063,0"/><path id="i" class="l" d="m21.3937,19.3042c3.8966,5.3654,16.7206,5.522,21.1063.0858"/><ellipse id="j" class="l" cx="31.9648" cy="13.2789" rx="9.8724" ry="4.9492"/><path id="k" class="l" d="m18.5771,17.4542v8.954"/></svg>
Copied!