Samsung Camera Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Samsung 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/332355.svg" alt="Samsung Camera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332355.svg" alt="Samsung Camera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332355.svg" alt="Samsung Camera icon" :width="24" :height="24" />
CSS background
.icon-samsung-camera {
background-image: url('https://proicons.com/icon/332355.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="e" d="m39.2838,10.8243H8.7162c-2.3286,0-4.2162,1.8877-4.2162,4.2162v17.9189c0,2.3286,1.8877,4.2162,4.2162,4.2162h30.5676c2.3286,0,4.2162-1.8877,4.2162-4.2162V15.0405c0-2.3286-1.8877-4.2162-4.2162-4.2162Z"/></g><circle class="e" cx="24" cy="24" r="7.9054"/><circle class="e" cx="37.7027" cy="16.6216" r="2.6351"/></svg>
Copied!