Aicamera Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aicamera 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/336037.svg" alt="Aicamera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336037.svg" alt="Aicamera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336037.svg" alt="Aicamera icon" :width="24" :height="24" />
CSS background
.icon-aicamera {
background-image: url('https://proicons.com/icon/336037.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><polygon class="a" points="27.25 18.371 20.75 18.371 17.5 24 20.75 29.629 27.25 29.629 30.5 24 27.25 18.371"/><line class="a" x1="30.5" y1="24" x2="39.2499" y2="39.1552"/><line class="a" x1="8.7501" y1="8.8448" x2="17.5" y2="24"/><line class="a" x1="29.4999" y1="3.2156" x2="20.75" y2="18.3708"/><line class="a" x1="27.25" y1="29.6292" x2="18.5001" y2="44.7844"/><line class="a" x1="20.75" y1="29.6292" x2="3.2457" y2="29.6292"/><line class="a" x1="27.25" y1="18.3708" x2="44.7543" y2="18.3708"/></svg>
Copied!