Familysearch Tree Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Familysearch Tree 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/325699.svg" alt="Familysearch Tree icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325699.svg" alt="Familysearch Tree icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325699.svg" alt="Familysearch Tree icon" :width="24" :height="24" />
CSS background
.icon-familysearch-tree {
background-image: url('https://proicons.com/icon/325699.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.4999,5.5H9.4999c-2.2,0-4,1.8-4,4v29c0,2.2,1.8,4,4,4h29c2.2,0,4-1.8,4-4V9.5c0-2.2-1.8-4-4-4Z"/><rect class="c" x="13.55" y="18.7" width="5.5" height="5.5"/><rect class="c" x="28.15" y="15.4" width="5.1" height="5.1"/><rect class="c" x="21.45" y="16.4" width="4.3" height="4.3"/><rect class="c" x="24.35" y="23.1" width="5.4" height="5.4"/><rect class="c" x="32.15" y="23" width="2.3" height="2.3"/><rect class="c" x="16.35" y="13.5" width="2.9" height="2.9"/><rect class="c" x="21.45" y="9.9" width="4.3" height="4.3"/><path class="c" d="M22.95,20.8c-3.7,12,3.8,17.3,3.8,17.3h-3.4s-6.7-6.6-.4-17.3"/><path class="c" d="M25.55,28.5s-.7,2.3-2.9,3.3"/><path class="c" d="M17.35,24.2s.4,1.9,2.7,3.5"/></svg>
Copied!