Camokat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Camokat 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/323405.svg" alt="Camokat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323405.svg" alt="Camokat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323405.svg" alt="Camokat icon" :width="24" :height="24" />
CSS background
.icon-camokat {
background-image: url('https://proicons.com/icon/323405.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:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m43.5,25.964c0,8.6002-6.9718,15.572-15.572,15.572s-15.572-6.9718-15.572-15.572h-7.856C4.5,15.1944,13.2304,6.464,24,6.464s19.5,8.7304,19.5,19.5"/><circle class="b" cx="27.928" cy="25.964" r="6.5988"/></svg>
Copied!