Simplecamera Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Simplecamera icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/332770.svg" alt="Simplecamera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332770.svg" alt="Simplecamera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332770.svg" alt="Simplecamera icon" :width="24" :height="24" />
CSS background
.icon-simplecamera {
background-image: url('https://proicons.com/icon/332770.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="cls-1" cx="24" cy="24" r="21.5"/><line class="cls-1" x1="43.63" y1="15.22" x2="18.9" y2="15.17"/><line class="cls-1" x1="13.8" y1="24" x2="26.15" y2="2.61"/><line class="cls-1" x1="6.53" y1="11.44" x2="18.87" y2="32.78"/><line class="cls-1" x1="4.37" y1="32.78" x2="29.08" y2="32.83"/><line class="cls-1" x1="21.79" y1="45.38" x2="34.19" y2="24.02"/><line class="cls-1" x1="41.43" y1="36.6" x2="29.1" y2="15.17"/></svg>
Copied!