Familywall Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Familywall 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/340259.svg" alt="Familywall icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340259.svg" alt="Familywall icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340259.svg" alt="Familywall icon" :width="24" :height="24" />
CSS background
.icon-familywall {
background-image: url('https://proicons.com/icon/340259.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M39.4144,27.307c.283.61.534,1.273.748,1.98.538,1.772.844,3.785.844,5.966,0,.21-.0027.42-.008.63l-33.986.004c-.0332-1.2488.0353-2.4983.205-3.736M35.3254,27.4c-.282.61-.522,1.145-.736,1.852-.538,1.772-.844,3.82-.844,6,0,.211.003.421-.028.633-.011-.43.001-.866.001-1.301h0c0-4.388-1.241-8.234-3.105-10.387M23.7084,24.214c-.52.606-.993,1.344-1.403,2.19M39.6394,19.916c-.6776-.4277-1.4627-.6542-2.264-.653-2.3555.0033-4.2623,1.9155-4.259,4.271h0c0,2.359,1.907,4.271,4.259,4.271s4.258-1.912,4.258-4.271c.0018-1.4687-.7514-2.8352-1.994-3.618.471-.72,2.352-1.183,2.495.246.19,1.897,2.385,1.595,2.367-.092M33.6724,18.66c-.0005,3.6149-2.9226,6.545-6.527,6.545-3.6044-.0006-6.526-2.9311-6.526-6.546s2.9216-6.5454,6.526-6.546c3.6048,0,6.527,2.9307,6.527,6.546h0M21.2254,21.4c-.1058.8604-.4154,1.6832-.903,2.4M20.6514,18.204c-.9347-1.8009-2.794-2.932-4.823-2.934-2.012,0-3.722,1.124-4.71,2.725-.808,1.31-1.867.772-2.562-.093-.65,2.144.957,3.96,1.933,3.868.563,2.9473,3.4087,4.8801,6.3559,4.3171,1.4166-.2706,2.6676-1.0934,3.4771-2.2871.586.604,1.602,1.73,1.984,2.604-1.049,2.165-1.687,5.033-1.687,8.18,0,.4353.0123.8697.037,1.303M11.9444,30.402c.316-.5751.4818-1.2207.482-1.877,0-1.232-.644-2.248-1.466-3.04l-2.743-2.643c-.398.135-.038,1.051-.985.629-.583-.26-.641.03-.737.427-.059.245.198.628-.67.476-.358-.063-.687-.192-.573.541.045.29.41.826-.459.755-.41-.033-.651.05-.523.526.078.291.758.746-.197.82-.965.075-.461.61-.294.821.622.786.596.968-.065,1.082l1.983,2.208c1.4305,1.5821,3.8727,1.705,5.4548.2746.3177-.2873.5855-.6254.7922-1.0006,1.118,1.618,1.398,3.508,1.465,5.486-.0063-.2116-.0096-.4233-.01-.635,0-3.474.795-6.784,2.184-9.1"/></svg>
Copied!