Caliber Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Caliber 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/323367.svg" alt="Caliber icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323367.svg" alt="Caliber icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323367.svg" alt="Caliber icon" :width="24" :height="24" />
CSS background
.icon-caliber {
background-image: url('https://proicons.com/icon/323367.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M31.9399,26.2374v4.6234l-8.0128,4.6262-8.5256-4.9223v-13.8702l8.3104-4.798,7.7853,4.4949v4.7215l9.0027-2.4123v-6.4803L23.9114,2.6428,7.124,12.3348v23.3985l16.6693,9.6239,17.0827-9.8625v-12.1942"/><path class="b" d="M23.7405,18.9487v9.9756"/></svg>
Copied!