Samsung Camera Assistant Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Samsung Camera Assistant 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/332356.svg" alt="Samsung Camera Assistant icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332356.svg" alt="Samsung Camera Assistant icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332356.svg" alt="Samsung Camera Assistant icon" :width="24" :height="24" />
CSS background
.icon-samsung-camera-assistant {
background-image: url('https://proicons.com/icon/332356.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:#000;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m23.5,28.5h15c2.2091,0,4-1.7909,4-4v-15c0-2.2091-1.7909-4-4-4h-15c-2.2091,0-4,1.7909-4,4v15c0,2.2091,1.7909,4,4,4Z"/><line class="d" x1="11" y1="26.5" x2="11" y2="37"/><line class="d" x1="11" y1="5.5" x2="11" y2="15.5"/><circle class="d" cx="11" cy="21" r="5.5"/><circle class="d" cx="29.5" cy="37" r="5.5"/><line class="d" x1="24" y1="37" x2="16.5" y2="37"/><line class="d" x1="42.5" y1="37" x2="35" y2="37"/><circle class="d" cx="31" cy="17" r="5"/><circle class="c" cx="37" cy="11" r=".75"/></svg>
Copied!