Caf Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Caf 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/337648.svg" alt="Caf icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337648.svg" alt="Caf icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337648.svg" alt="Caf icon" :width="24" :height="24" />
CSS background
.icon-caf {
background-image: url('https://proicons.com/icon/337648.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="e" d="m30.0938,11.1318c-.6972,2.9579-3.5441,5.235-6.3587,5.0861-2.8146-.1489-4.5311-2.6674-3.8339-5.6252.6972-2.9579,3.5441-5.235,6.3587-5.0861,2.8146.1489,4.5311,2.6674,3.8339,5.6252Z"/><path id="d" class="e" d="m31.1381,26.7741l8.7617-5.0657c5.6025-2.8002,1.3202-11.2549-4.9843-8.1038l-11.3402,6.5721-9.5177-6.3538c-6.7426-3.8583-11.9083,5.4318-5.9164,8.8605l6.24,4.0907-1.6,11.7184c3.8309,4.2642,11.0565,5.2905,16.4451,2.2745l1.9119-13.9929Z"/></g></svg>
Copied!