Findomestic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Findomestic 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/340430.svg" alt="Findomestic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340430.svg" alt="Findomestic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340430.svg" alt="Findomestic icon" :width="24" :height="24" />
CSS background
.icon-findomestic {
background-image: url('https://proicons.com/icon/340430.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="11.1521" y1="43.5" x2="29.8247" y2="43.4721"/><path class="c" d="m36.8479,6.0118c-2.8372-1.519-7.0232-1.8476-9.2215-1.1904-2.4452.7302-4.506,2.1416-5.7588,3.8748-.9319,1.2884-1.3922,2.1532-1.3922,3.1859v24.7167"/><line class="c" x1="33.8695" y1="20.6375" x2="20.4754" y2="20.603"/></svg>
Copied!