Family Care Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Family Care 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/325691.svg" alt="Family Care icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325691.svg" alt="Family Care icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325691.svg" alt="Family Care icon" :width="24" :height="24" />
CSS background
.icon-family-care {
background-image: url('https://proicons.com/icon/325691.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="i" d="M26.9058626,13.50899811c0,4.42285824-3.58603859,8.0084486-8.01000023,8.00899982-4.42435265.00055313-8.01144791-3.58475113-8.01200008-8.00799942v-.0010004c0-4.42324829,3.58664703-8.00899982,8.01100063-8.00899982h0c4.42435265,0,8.01099968,3.58575153,8.01099968,8.00899982Z"/><path id="f" class="i" d="M32.68486384,40.94199963c-.02999878.68299866-.78800011.93099976-1.75399971,1.06600189-6.28299904.87200165-17.42000008.59999847-20.44000053-.93700027-5.41900015-2.75799942-5.18300009-8.31800079-1.42300034-12.61999893,3.47000027-3.96800041,8.65999985-5.06599998,13.42000008-4.09499931,4.61100006.94199944,10.57800102,7.85000038,10.1970005,16.58599663Z"/><path id="g" class="i" d="M30.14986208,30.62999745c2.62999916-1.34300041,7.13900185-1.30699921,9.63699913,1.18000031,2.61500168,2.60099983,2.24499893,5.40699959.5379982,7.44000053-1.38000107,1.64500046-6.19300079,2.64300156-8.43000031,2.54299927"/><path id="h" class="i" d="M39.460861,22.11499806c0,2.8127861-2.28066254,5.09300041-5.09399796,5.09300041h-.00000381c-2.81333923,0-5.09399986-2.28021431-5.09399986-5.09300041h0c.00055122-2.8123951,2.28105164-5.09200096,5.09399986-5.09200096,2.81294632-.00000191,5.09344864,2.27960396,5.09400177,5.09200096Z"/></svg>
Copied!