Rentcafe Resident Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rentcafe Resident 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/332089.svg" alt="Rentcafe Resident icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332089.svg" alt="Rentcafe Resident icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332089.svg" alt="Rentcafe Resident icon" :width="24" :height="24" />
CSS background
.icon-rentcafe-resident {
background-image: url('https://proicons.com/icon/332089.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="M24.1051,2.5C12.2309,2.5,2.6051,12.1259,2.6051,24s9.6259,21.5,21.5,21.5c10.7053-.0128,19.7702-7.8994,21.264-18.5h-7.0996c-1.4159,6.6955-7.3204,11.4895-14.164,11.5-8.0081,0-14.5-6.4919-14.5-14.5s6.4919-14.5,14.5-14.5c6.8511.0011,12.7665,4.7971,14.184,11.5h7.1055c-1.4951-10.61-10.5742-18.4997-21.289-18.5h-.0009Z"/><circle class="b" cx="24.1051" cy="24" r="7.5"/><path class="b" d="M15.6071,35.717c2.4725-1.0917,5.4462-1.6793,8.4976-1.6793,3.0424,0,6.0077.5842,8.4761,1.6699"/></svg>
Copied!