Home Front Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Home Front 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/320162.svg" alt="Home Front icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320162.svg" alt="Home Front icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320162.svg" alt="Home Front icon" :width="24" :height="24" />
CSS background
.icon-home-front {
background-image: url('https://proicons.com/icon/320162.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="home--front_1_" d="M31,31.36H1v-0.72h1.64V19h0.72v11.64h9.28V19c0-0.199,0.161-0.36,0.36-0.36h6 c0.199,0,0.36,0.161,0.36,0.36v11.64h9.279V19h0.721v11.64H31V31.36z M13.36,30.64h5.28V19.36h-5.28 C13.36,19.36,13.36,30.64,13.36,30.64z M13,16.363v-0.72l6-0.003v0.72L13,16.363z M30.745,16.254L16,1.509L1.254,16.254 l-0.509-0.509l15-15c0.141-0.141,0.368-0.141,0.509,0L28.64,13.131V9h0.721v4.851l1.895,1.895L30.745,16.254z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!