Nothing Camera Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nothing 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/330331.svg" alt="Nothing Camera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330331.svg" alt="Nothing Camera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330331.svg" alt="Nothing Camera icon" :width="24" :height="24" />
CSS background
.icon-nothing-camera {
background-image: url('https://proicons.com/icon/330331.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="6.8499"/><circle class="a" cx="38.8798" cy="16.0601" r="1.5"/><path class="a" d="M43.5,33V15A3.46,3.46,0,0,0,40.08,11.5Q40.04,11.5,40,11.5H8A3.46,3.46,0,0,0,4.5,14.92q0,.04,0,.08V33A3.46,3.46,0,0,0,7.92,36.5q.04.0006.08,0H40A3.46,3.46,0,0,0,43.5,33.08Q43.5,33.04,43.5,33Z"/></svg>
Copied!