Catima Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Catima 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/338068.svg" alt="Catima icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338068.svg" alt="Catima icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338068.svg" alt="Catima icon" :width="24" :height="24" />
CSS background
.icon-catima {
background-image: url('https://proicons.com/icon/338068.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M21.6654,10.9416l-8.5228-3.7133c-1.2124-.5282-2.6275-.0459-3.265,1.1128l-1.4306,2.6005"/><path class="cls-1" d="M21.6654,10.9416l8.5228-3.7133c1.2124-.5282,2.6275-.0459,3.265,1.1128l1.4306,2.6005"/><path class="cls-1" d="M12.83,19.9282c.443-1.1981,1.5907-2.0438,2.9398-2.0438,1.4498,0,2.668.9766,3.0203,2.3156"/><line class="cls-1" x1="9.411" y1="23.6992" x2="16.2689" y2="23.6992"/><line class="cls-1" x1="9.2333" y1="26.8736" x2="16.2689" y2="23.6992"/><polygon class="cls-1" points="21.827 25.9017 23.5522 22.9136 20.1018 22.9136 21.827 25.9017"/><path class="cls-1" d="M21.827,25.9017c-.8676,1.6115-2.175,1.8372-3.2128.4744"/><path class="cls-1" d="M30.824,19.9282c-.443-1.1981-1.5907-2.0438-2.9398-2.0438-1.4498,0-2.668.9766-3.0203,2.3156"/><line class="cls-1" x1="34.2429" y1="23.6992" x2="27.385" y2="23.6992"/><line class="cls-1" x1="34.4206" y1="26.8736" x2="27.385" y2="23.6992"/><path class="cls-1" d="M21.827,25.9017c.8676,1.6115,2.175,1.8372,3.2128.4744"/><path class="cls-1" d="M37.8331,27.0513c2.7288-.6633,3.6487-3.6049,5.6188-2.6436,2.4738,1.2071.5594,7.3814-5.6188,8.5185"/><path class="cls-1" d="M5.9033,35.2715s0-.0101.0101-.0101c.1007-.1007.7148-.6745,1.933-.6745h27.6361c.2416,0,.4732-.0403.6846-.1007.9665-.302,1.6612-1.1981,1.6612-2.2552v-13.6418"/><path class="cls-1" d="M36.1671,34.4862l-.9766,4.7621c-.2316,1.1578-1.3592,1.9129-2.527,1.7015l-25.391-4.7923c-.5739-.1107-1.0571-.443-1.3592-.896-.2718-.3524-.4128-.7853-.4128-1.2484V13.2935c0-2.0337,1.6511-2.3559,2.9499-2.3559h27.032c1.2987,0,2.3458,1.0571,2.3458,2.3559v5.2957c.8558.2618,1.3793,1.1377,1.1981,2.0236l-1.1981,5.8192"/></svg>
Copied!