Lineage Camera Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lineage Camera icon is commonly used in photo apps, profile picture uploaders and QR scanners. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/343085.svg" alt="Lineage Camera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343085.svg" alt="Lineage Camera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343085.svg" alt="Lineage Camera icon" :width="24" :height="24" />
CSS background
.icon-lineage-camera {
background-image: url('https://proicons.com/icon/343085.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><circle class="a" cx="27.2376" cy="26.4366" r="12.6516"/><path class="a" d="M32.8866,37.76h7.7A2.9132,2.9132,0,0,0,43.5,34.8468v-15.04a4.5739,4.5739,0,0,0-2.9278-4.2674l-4.6474-1.7927C35.5529,9.815,33.118,8.9118,33.118,8.9118H21.421s-2.4349.9032-2.8068,4.8346L8.1467,15.9135A4.5738,4.5738,0,0,0,4.5,20.3924V34.8468A2.9132,2.9132,0,0,0,7.4132,37.76H21.5887"/><circle class="a" cx="8.243" cy="19.8206" r="1.3725"/><line class="a" x1="11.5808" y1="15.2025" x2="11.5808" y2="37.76"/></svg>
Copied!