Camera Action Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Camera Action 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/317190.svg" alt="Camera Action icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317190.svg" alt="Camera Action icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317190.svg" alt="Camera Action icon" :width="24" :height="24" />
CSS background
.icon-camera-action {
background-image: url('https://proicons.com/icon/317190.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>camera-action</title><path d="M12,23a6,6,0,1,1,6-6A6,6,0,0,1,12,23Zm0-10a4,4,0,1,0,4,4A4,4,0,0,0,12,13Z" transform="translate(0)"/><path d="M29,27H3a1,1,0,0,1-1-1V6A1,1,0,0,1,3,5H29a1,1,0,0,1,1,1V26A1,1,0,0,1,29,27ZM4,25H28V7H4Z" transform="translate(0)"/><rect x="19" y="9" width="7" height="2"/><circle cx="12" cy="17" r="1"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!