Familyalbum Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Familyalbum 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/325694.svg" alt="Familyalbum icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325694.svg" alt="Familyalbum icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325694.svg" alt="Familyalbum icon" :width="24" :height="24" />
CSS background
.icon-familyalbum {
background-image: url('https://proicons.com/icon/325694.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M4,21.3662v14.2801l9.92-9.0801,10.08,9.1999,10.08-9.16,9.92,8.96v-14.2801l-9.9308-8.9108-10.0126,9.164-10.1257-9.3055-9.9308,9.1324Z"/><path class="b" d="M13.9299,12.2335l-.0108,14.3322"/><path class="b" d="M24.0565,21.5399l-.0566,14.2266"/><path class="b" d="M34.0694,12.3744l.0108,14.2308"/></svg>
Copied!