Jjs House Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jjs House 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/342252.svg" alt="Jjs House icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342252.svg" alt="Jjs House icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342252.svg" alt="Jjs House icon" :width="24" :height="24" />
CSS background
.icon-jjs-house {
background-image: url('https://proicons.com/icon/342252.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="M7.3268,29.2324h7.1836c1.8484,0,1.9886,0,2.0631.1314.0745.1314.0832.3942.2628,1.8134.1796,1.4192.53,3.9948,3.1735,6.4185,2.6436,2.4237,7.5801,4.6955,11.5968,4.1787,4.0167-.5169,7.1134-3.8225,8.7757-6.2636,1.6623-2.4413,1.89-4.0181,2.0039-5.0606.1139-1.0425.1139-1.5506.1139-5.3528v-14.6562c0-3.7583,0-4.1788-.5651-4.389-.5651-.2103-1.6951-.2103-5.8477-.2103h-15.1029c-3.7757,0-4.1525,0-4.4898.1489s-.6351.4468-2.131,1.9427c-1.4959,1.4959-4.1896,4.1896-5.8827,5.8827-1.693,1.693-2.385,2.385-2.1463,2.7311.2387.346,1.4082.346,5.3528.346h14.3605c3.697,0,4.3714,0,4.7088.4227.3373.4227.3373,1.2681.3373,3.4495v7.7205c0,2.022,0,2.5485-.3855,3.9961-.3855,1.4477-1.1564,3.8166-3.9028,5.934-2.7465,2.1174-7.4683,3.9834-11.0426,3.7162-3.5743-.2672-6.0009-2.6676-7.534-4.8314s-2.1726-4.0911-2.4734-5.3228-.263-1.7675-.2411-2.1091c.0219-.3417.0279-.489.0309-.5628q.0031-.0737,1.7813-.0737h.0002Z"/></svg>
Copied!