A Better Camera Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The A Better 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/335826.svg" alt="A Better Camera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335826.svg" alt="A Better Camera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335826.svg" alt="A Better Camera icon" :width="24" :height="24" />
CSS background
.icon-a-better-camera {
background-image: url('https://proicons.com/icon/335826.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><circle class="c" cx="24" cy="24" r="14.5"/><polygon class="c" points="26.1919 20.2037 21.8081 20.2037 19.6163 24 21.8081 27.7963 26.1919 27.7963 28.3837 24 26.1919 20.2037"/><line class="c" x1="28.3837" y1="24" x2="34.2848" y2="34.2209"/><line class="c" x1="13.7152" y1="13.7791" x2="19.6163" y2="24"/><line class="c" x1="27.7092" y1="9.9826" x2="21.8081" y2="20.2036"/><line class="c" x1="26.1919" y1="27.7964" x2="20.2908" y2="38.0174"/><line class="c" x1="21.8081" y1="27.7964" x2="10.0029" y2="27.7964"/><line class="c" x1="26.1919" y1="20.2036" x2="37.9971" y2="20.2036"/></g><circle id="b" class="c" cx="24" cy="24" r="21.5"/></svg>
Copied!