Real Estate Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Real Estate 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/320595.svg" alt="Real Estate icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320595.svg" alt="Real Estate icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320595.svg" alt="Real Estate icon" :width="24" :height="24" />
CSS background
.icon-real-estate {
background-image: url('https://proicons.com/icon/320595.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 27.5.0, 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="real-estate_00000030448849214182794180000017267877194857519522_" d="M29,30.36H3c-0.199,0-0.36-0.161-0.36-0.36V2 c0-0.199,0.161-0.36,0.36-0.36h16c0.199,0,0.36,0.161,0.36,0.36v11.64H29c0.199,0,0.36,0.161,0.36,0.36v16 C29.36,30.199,29.199,30.36,29,30.36z M3.36,29.64h25.28V14.36h-9.28V27h-0.72V2.36H3.36V29.64z M25,26.36h-2 c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2 C25.36,26.199,25.199,26.36,25,26.36z M23.36,25.64h1.279v-1.28H23.36V25.64z M15,26.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2 c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2C15.36,26.199,15.199,26.36,15,26.36z M13.36,25.64h1.28v-1.28 h-1.28V25.64z M9,26.36H7c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2 C9.36,26.199,9.199,26.36,9,26.36z M7.36,25.64h1.28v-1.28H7.36V25.64z M25,20.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2 c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2C25.36,20.199,25.199,20.36,25,20.36z M23.36,19.64h1.279v-1.28 H23.36V19.64z M15,20.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2 C15.36,20.199,15.199,20.36,15,20.36z M13.36,19.64h1.28v-1.28h-1.28V19.64z M9,20.36H7c-0.199,0-0.36-0.161-0.36-0.36v-2 c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2C9.36,20.199,9.199,20.36,9,20.36z M7.36,19.64h1.28v-1.28H7.36 V19.64z M15,14.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2 C15.36,14.199,15.199,14.36,15,14.36z M13.36,13.64h1.28v-1.28h-1.28V13.64z M9,14.36H7c-0.199,0-0.36-0.161-0.36-0.36v-2 c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2C9.36,14.199,9.199,14.36,9,14.36z M7.36,13.64h1.28v-1.28H7.36 V13.64z M15,8.36h-2c-0.199,0-0.36-0.161-0.36-0.36V6c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2 C15.36,8.199,15.199,8.36,15,8.36z M13.36,7.64h1.28V6.36h-1.28V7.64z M9,8.36H7C6.801,8.36,6.64,8.199,6.64,8V6 c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2C9.36,8.199,9.199,8.36,9,8.36z M7.36,7.64h1.28V6.36H7.36V7.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!