Camera Image Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Camera Image Svg 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/309000.svg" alt="Camera Image Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309000.svg" alt="Camera Image Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309000.svg" alt="Camera Image Svg icon" :width="24" :height="24" />
CSS background
.icon-camera-image---svg {
background-image: url('https://proicons.com/icon/309000.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M19 3C19.5523 3 20 2.55228 20 2C20 1.44772 19.5523 1 19 1H17C16.4477 1 16 1.44772 16 2C16 2.55228 16.4477 3 17 3L19 3ZM2 5C2 4.44772 2.44772 4 3 4H21C21.5523 4 22 4.44772 22 5V17C22 18.6569 20.6569 20 19 20H5C3.34315 20 2 18.6569 2 17V5ZM12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z" fill="#292929"/> </svg>
Copied!