Realtor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Realtor 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/346546.svg" alt="Realtor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346546.svg" alt="Realtor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346546.svg" alt="Realtor icon" :width="24" :height="24" />
CSS background
.icon-realtor {
background-image: url('https://proicons.com/icon/346546.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m24.1,6L5.5,25h5.5v17h26v-17h5.5L24.1,6Z"/><line class="c" x1="21.3462" y1="20.413" x2="21.3462" y2="35.413"/><line class="c" x1="21.3462" y1="20.413" x2="19.1627" y2="20.413"/><line class="c" x1="18.516" y1="35.413" x2="24.1764" y2="35.413"/><path class="c" d="m21.3462,26.0734c0-3.1261,2.5342-5.6604,5.6604-5.6604h0,0c1.4372,0,2.0279.2874,2.4774,1.3593"/></svg>
Copied!