Find Family Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Find Family 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/340424.svg" alt="Find Family icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340424.svg" alt="Find Family icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340424.svg" alt="Find Family icon" :width="24" :height="24" />
CSS background
.icon-find-family {
background-image: url('https://proicons.com/icon/340424.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M24,16.97c-2.9281.0018-5.7356,1.1657-7.806,3.2363-2.0704,2.0704-3.2344,4.8779-3.2363,7.806,0,4.3142,2.7259,8.254,5.4102,11.0977,1.6269,1.7415,3.4229,3.3169,5.3616,4.7027l.2705.1873.2705-.1873c1.9387-1.3858,3.7347-2.9612,5.3616-4.7027,2.6843-2.8716,5.4102-6.8043,5.4102-11.0977-.0019-2.9281-1.1658-5.7356-3.2363-7.806-2.0704-2.0705-4.8779-3.2345-7.806-3.2363Z"/><circle class="d" cx="24" cy="28.2931" r="2.7606"/><path class="d" d="M17.9267,12.2527c1.8465-1.066,3.9411-1.6273,6.0733-1.6273s4.2268.5613,6.0733,1.6273"/><path class="d" d="M13.5098,6.8108c3.1895-1.8414,6.8074-2.8108,10.4902-2.8108s7.3007.9694,10.4902,2.8108"/></svg>
Copied!