Homewhiz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Homewhiz 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/327101.svg" alt="Homewhiz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327101.svg" alt="Homewhiz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327101.svg" alt="Homewhiz icon" :width="24" :height="24" />
CSS background
.icon-homewhiz {
background-image: url('https://proicons.com/icon/327101.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="e" d="M28.1939,33.6791c1.7189-1.2696,2.7311-3.2455,2.7376-5.3442-.0003-3.7209-3.1031-6.737-6.9303-6.7367-3.8272-.0003-6.93,3.0158-6.9303,6.7367.0015,1.9669.8872,3.8349,2.4244,5.1137"/><path id="d" class="e" d="M31.1782,37.8922c3.3068-2.2255,5.2789-5.8459,5.2902-9.7117.0006-6.5823-5.5812-11.9188-12.4672-11.9193-6.887-.0008-12.4702,5.336-12.4696,11.9193.0126,3.6865,1.8092,7.1599,4.866,9.4076"/></g><path class="e" d="M19.1131,42.5h-9.4887c-2.2091,0-4-1.7909-4-4v-19.904c0-1.0094.5076-1.9511,1.3508-2.506l15.3756-10.1187c1.0008-.6586,2.2976-.6586,3.2984,0l15.3756,10.1187c.8432.5549,1.3508,1.4966,1.3508,2.506v19.904c0,2.2091-1.7909,4-4,4h-10.3756c-2.2091,0-4-1.7909-4-4v-9.493"/></svg>
Copied!