Lineage Contacts Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lineage Contacts 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/343087.svg" alt="Lineage Contacts icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343087.svg" alt="Lineage Contacts icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343087.svg" alt="Lineage Contacts icon" :width="24" :height="24" />
CSS background
.icon-lineage-contacts {
background-image: url('https://proicons.com/icon/343087.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M18.584,16.5778c10.158,0,13.0841,9.7773,13.0841,15.5581S27.41,42.1273,18.584,42.1273,5.5,37.9166,5.5,32.1359,8.4261,16.5778,18.584,16.5778Z"/><path class="a" d="M18.584,37.7739c3.6415,0,6.8833-1.7842,8.2156-6.3517a18.1224,18.1224,0,0,1-8.2156,1.4987,18.1223,18.1223,0,0,1-8.2155-1.4987C11.7007,35.99,14.9425,37.7739,18.584,37.7739Z"/><path class="a" d="M16.9205,16.6715C18.1968,11.4508,21.7434,5.8727,29.416,5.8727,39.5739,5.8727,42.5,15.65,42.5,21.4308c0,5.2674-3.5356,9.2313-10.8408,9.8937"/><path class="a" d="M30.9707,26.9531c2.987-.46,5.5218-2.331,6.6608-6.236a18.1223,18.1223,0,0,1-8.2155,1.4987q-.2369,0-.466-.0022"/></svg>
Copied!