Camera Data Folders Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Camera Data Folders 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/323395.svg" alt="Camera Data Folders icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323395.svg" alt="Camera Data Folders icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323395.svg" alt="Camera Data Folders icon" :width="24" :height="24" />
CSS background
.icon-camera-data-folders {
background-image: url('https://proicons.com/icon/323395.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><path class="c" d="m8.4601,33.75h11.5798c2.1871,0,3.9601-1.773,3.9601-3.9601v-11.5798c0-2.1871-1.773-3.9601-3.9601-3.9601h-11.5798c-2.1871,0-3.9601,1.773-3.9601,3.9601v11.5798c0,2.1871,1.773,3.9601,3.9601,3.9601Z"/><rect class="c" x="27.9149" y="14.25" width="15.5851" height="3.8989"/><rect class="c" x="27.9149" y="29.8511" width="15.5851" height="3.8989"/><rect class="c" x="27.9149" y="22.0505" width="15.5851" height="3.8989"/><polygon class="c" points="21.17 29.9 7.38 29.9 10.93 24.0799 13.29 27.9643 16.67 22.1702 21.17 29.9"/></svg>
Copied!