Camera360 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Camera360 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/337953.svg" alt="Camera360 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337953.svg" alt="Camera360 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337953.svg" alt="Camera360 icon" :width="24" :height="24" />
CSS background
.icon-camera360 {
background-image: url('https://proicons.com/icon/337953.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>.b{fill:#fff;}.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.3271"/><circle class="c" cx="24" cy="29.8179" r="11.1076"/><path class="c" d="m9.0089,8.8317c-1.9248,1.3972-2.1771,5.9393.7668,7.4113s5.8037.4206,7.3178-1.5981S28.2367,1.5323,35.3871,5.9648"/><circle class="c" cx="12.6776" cy="11.9953" r="2.4393"/><circle class="c" cx="20.622" cy="26.4393" r="2.1166"/><circle class="b" cx="24" cy="29.8179" r=".75"/></svg>
Copied!