Calimoto Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Calimoto 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/323369.svg" alt="Calimoto icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323369.svg" alt="Calimoto icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323369.svg" alt="Calimoto icon" :width="24" :height="24" />
CSS background
.icon-calimoto {
background-image: url('https://proicons.com/icon/323369.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="M16.022,4.035c5.121,1.8352,2.6276,8.0166-1.2132,12.347-6.5432,7.3769-3.9998,15.505,2.7364,17.369,5.2606,1.456,14.21-4.8297,10.62-14.738-1.2564-3.467-.8959-6.639,1.5032-7.395,2.2873-.7207,4.0715,1.5645,5.2161,4.955,2.0175,5.9765,6.0124,5.0514,10.088,2.6934"/></svg>
Copied!