Eufyhome Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eufyhome 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/340119.svg" alt="Eufyhome icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340119.svg" alt="Eufyhome icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340119.svg" alt="Eufyhome icon" :width="24" :height="24" />
CSS background
.icon-eufyhome {
background-image: url('https://proicons.com/icon/340119.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M41.1922,14.5458,25.1705,5.9605a2.4782,2.4782,0,0,0-2.341,0L6.8078,14.5458A2.4784,2.4784,0,0,0,5.5,16.73V39.855a2.4783,2.4783,0,0,0,2.4783,2.4783H40.0217A2.4783,2.4783,0,0,0,42.5,39.855V16.73A2.4784,2.4784,0,0,0,41.1922,14.5458Z"/><path class="a" d="M24,26.11l6.4365-6.4365A9.1026,9.1026,0,1,0,33.1026,26.11"/></svg>
Copied!