Cartola Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cartola 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/338040.svg" alt="Cartola icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338040.svg" alt="Cartola icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338040.svg" alt="Cartola icon" :width="24" :height="24" />
CSS background
.icon-cartola {
background-image: url('https://proicons.com/icon/338040.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="b" points="33.7416 31.6568 34.298 26.432 36.0758 9.8483 11.1189 9.8483 12.8695 27.0156 13.3445 31.6568"/><polygon class="b" points="35.9706 38.1517 8.1246 36.4617 5.5 31.6607 42.5 31.6607 35.9706 38.1517"/><line class="b" x1="34.298" y1="26.432" x2="12.8695" y2="27.0156"/></svg>
Copied!