Ancestry Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ancestry 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/321737.svg" alt="Ancestry icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321737.svg" alt="Ancestry icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321737.svg" alt="Ancestry icon" :width="24" :height="24" />
CSS background
.icon-ancestry {
background-image: url('https://proicons.com/icon/321737.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><polyline class="c" points="42.8569 7.9796 42.8569 24.0171 43.5 40.0204"/><path class="c" d="m42.8569,24.0171c-6.7254,0-18.0444.3204-18.0444.3204"/><path class="c" d="m24.8125,24.3375c-6.6961-7.7328-15.1293-5.7285-20.3125-.5104,3.5862,5.6664,16.5582,7.5313,20.3125.5104Z"/><path class="c" d="m38.9891,24.0431c.6165,6.178-4.5038,17.0576-20.2389,15.8904.9025-1.233-.1295-10.693,12.8432-15.7623"/><path class="c" d="m38.9891,24.0431c.6165-6.178-4.5038-17.0576-20.2389-15.8904,1.4955,1.5598-1.5303,11.9262,12.5627,16.0246"/></svg>
Copied!