My Home Credit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Home Credit 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/329751.svg" alt="My Home Credit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329751.svg" alt="My Home Credit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329751.svg" alt="My Home Credit icon" :width="24" :height="24" />
CSS background
.icon-my-home-credit {
background-image: url('https://proicons.com/icon/329751.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M23.99959946,9.37452412c-10.76955223,0-19.5,8.73044777-19.5,19.5.01518869,3.42751503.93353605,6.79047966,2.6624999,9.75000191h8.72790003c-2.90085506-2.40779114-4.58184242-5.98006821-4.58799934-9.75,0-7.01291084,5.6850872-12.69799995,12.69799995-12.69799995h0c7.01291084,0,12.69800186,5.6850872,12.69800186,12.69799995h0c-.00615692,3.76993179-1.68714523,7.34220886-4.58800125,9.75h8.72790146c1.72896194-2.95952225,2.64730835-6.32248688,2.66249847-9.75,0-10.76955223-8.73044586-19.5-19.5-19.5l-.00080109-.00000191Z"/><path class="b" d="M14.64959908,31.59572506c.69852829,2.41305161,2.30149078,4.46337128,4.47469902,5.7234993,3.01666069,1.7416687,6.73333931,1.7416687,9.75,0,2.17321014-1.26012802,3.77617264-3.31044769,4.47470093-5.7234993H14.64959908Z"/></svg>
Copied!