Lineage Phone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lineage Phone icon is commonly used in contact pages, call-to-action sections and support widgets. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/343093.svg" alt="Lineage Phone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343093.svg" alt="Lineage Phone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343093.svg" alt="Lineage Phone icon" :width="24" :height="24" />
CSS background
.icon-lineage-phone {
background-image: url('https://proicons.com/icon/343093.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="M22.1431,24a34.3678,34.3678,0,0,1,6.03-19.5H19.8787a34.54,34.54,0,0,0,0,39h8.2942A34.3678,34.3678,0,0,1,22.1431,24Z"/><path class="a" d="M22.8706,16.8359h6.0953a3.1089,3.1089,0,0,0,2.5364-1.3111l2.0031-2.8258a3.5122,3.5122,0,0,0,.6469-2.031h0a3.5123,3.5123,0,0,0-.6469-2.0311L31.0552,5.18A1.6132,1.6132,0,0,0,29.739,4.5H28.1729"/><path class="a" d="M22.8706,31.1641h6.0953a3.1089,3.1089,0,0,1,2.5364,1.3111l2.0031,2.8258a3.5122,3.5122,0,0,1,.6469,2.031h0a3.5123,3.5123,0,0,1-.6469,2.0311l-2.45,3.4565a1.6132,1.6132,0,0,1-1.3162.68H28.1729"/></svg>
Copied!