Famileo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Famileo 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/325690.svg" alt="Famileo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325690.svg" alt="Famileo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325690.svg" alt="Famileo icon" :width="24" :height="24" />
CSS background
.icon-famileo {
background-image: url('https://proicons.com/icon/325690.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="d" cx="10.7711" cy="30.6599" r="2.033"/><circle class="d" cx="39.2327" cy="26.5939" r="2.033"/><circle class="d" cx="25.0019" cy="13.9895" r="4.8791"/><path class="d" d="M34.3535,9.517v34.1538"/><path class="d" d="M15.6502,43.6691v-9.7582c0-10.5714-8.1319-10.5714-11.3846-10.5714"/><path class="d" d="M14.0239,26.5939c5.6923-5.2858,16.7516-5.2044,20.3297-3.2527"/><path class="d" d="M21.7491,43.6708v-17.4835c-2.8462.4066-5.5297,2.2769-6.5055,3.2527"/><path class="d" d="M34.3535,26.5939c-2.4396-1.2198-5.6923-1.2198-5.6923-1.2198v18.2967"/></svg>
Copied!