Camaliot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Camaliot 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/337948.svg" alt="Camaliot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337948.svg" alt="Camaliot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337948.svg" alt="Camaliot icon" :width="24" :height="24" />
CSS background
.icon-camaliot {
background-image: url('https://proicons.com/icon/337948.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="14.5"/><line class="a" x1="9.5" y1="24" x2="38.5" y2="24"/><line class="a" x1="11.4773" y1="16.693" x2="36.5227" y2="16.693"/><line class="a" x1="11.4778" y1="31.3072" x2="36.5222" y2="31.3072"/><line class="a" x1="24" y1="38.5" x2="24" y2="9.5"/><ellipse class="a" cx="24" cy="24" rx="7.307" ry="14.5"/><path class="a" d="M41.6188,11.675a21.4946,21.4946,0,1,1-5.3614-5.341"/><circle class="a" cx="39.2025" cy="8.7975" r="3.7579"/></svg>
Copied!