Adobe Photoshop Camera Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Adobe Photoshop 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/321397.svg" alt="Adobe Photoshop Camera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321397.svg" alt="Adobe Photoshop Camera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321397.svg" alt="Adobe Photoshop Camera icon" :width="24" :height="24" />
CSS background
.icon-adobe-photoshop-camera {
background-image: url('https://proicons.com/icon/321397.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><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M15.9131,30.5v-13h4.2559c2.4061,0,4.3566,1.9547,4.3566,4.366s-1.9505,4.366-4.3566,4.366h-4.2559"/><path class="c" d="M26.5364,29.7734c.5934.4983,1.2341.7266,2.6729.7266h.7291c1.1866,0,2.1485-.964,2.1485-2.1531h0c0-1.1891-.9619-2.1531-2.1485-2.1531h-1.4583c-1.1866,0-2.1485-.964-2.1485-2.1531h0c0-1.1891.9619-2.1531,2.1485-2.1531h.7291c1.4388,0,2.0795.2283,2.6729.7266"/><path class="c" d="M29.146,10.9891c-1.5945-.6312-3.3271-.9891-5.146-.9891-7.7319,0-14,6.268-14,14s6.2681,14,14,14,14-6.268,14-14c0-1.819-.3579-3.5516-.989-5.146"/></svg>
Copied!