Fpt Camera Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fpt 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/340770.svg" alt="Fpt Camera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340770.svg" alt="Fpt Camera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340770.svg" alt="Fpt Camera icon" :width="24" :height="24" />
CSS background
.icon-fpt-camera {
background-image: url('https://proicons.com/icon/340770.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m21.3454,4.5c.8189,2.6762,3.2909,10.3166,16.374,10.7601-1.0227,2.0525-6.0174,3.2713-11.6957,6.5496-10.2567,5.7509-10.2052,11.4038-12.1636,18.7132-.6737-.4421-14.9341-12.1523,7.4853-36.0229Z"/><path class="b" d="m37.7194,15.2601c-7.0695-1.3921-10.4579-4.939-10.7601-10.2923-1.4241.8057-2.7806,1.7689-3.7157,3.7157"/><path class="b" d="m13.8601,40.5229c19.4973,10.3521,32.488-8.4706,21.1347-23.1155"/><path class="b" d="m26.0237,21.8097l2.807,6.5496,6.0818-5.614-6.369,10.5524,6.8369,1.6114h-13.5671l1.4035,6.5496-6.146-11.343"/></svg>
Copied!