Housesigma Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Housesigma 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/341696.svg" alt="Housesigma icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341696.svg" alt="Housesigma icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341696.svg" alt="Housesigma icon" :width="24" :height="24" />
CSS background
.icon-housesigma {
background-image: url('https://proicons.com/icon/341696.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M35.0682,15.8712l-11.3192-9.3712-15.1764,12.9282.2677,22.0718,30.5872-.1274-.1043-20.8921-17.3264.3717c-.3053.046-.6106.0921-1.0511.3564-.4405.2643-1.0162.7469-1.5577,1.3732-.5414.6263-1.0485,1.3964-1.3489,2.2964-.3005.9-.3944,1.9301-.2539,2.8597.1405.9296.5156,1.7587,1.0769,2.4694.5613.7106,1.3089,1.3026,2.0784,1.7151.7695.4124,1.5608.6452,2.4693.6726.9085.0274,1.9339-.1506,2.7449-.5096s1.4074-.8991,1.9354-1.5037c.5281-.6046.9877-1.2736,1.2642-1.9499.2765-.6763.3699-1.3597.381-2.084.0111-.7242-.06-1.4891-.1312-2.254"/></svg>
Copied!