Catima Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Catima Alt 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/323510.svg" alt="Catima Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323510.svg" alt="Catima Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323510.svg" alt="Catima Alt icon" :width="24" :height="24" />
CSS background
.icon-catima-alt {
background-image: url('https://proicons.com/icon/323510.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M39.6,12.7V31.4H9c-6-.8-6-18.1,0-18.7Z"/><path class="a" d="M10.2,12.7l2-4.6,10.4,4.6h1.1L34.3,8.1l2.1,4.6Z"/><path class="a" d="M39.6,20.7l3.9,1.2-5.2,18L9,31.4"/><path class="a" d="M13.6,20.3l2.8-2.6,2.8,2.6"/><path class="a" d="M26.3,20.3l2.8-2.6,2.8,2.6"/><path class="a" d="M19.1,25.1c.6,2.3,3.6,1.5,3.6-.9,0,2.4,2.9,3.2,3.5.9"/></svg>
Copied!