Kfhonline Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kfhonline 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/342473.svg" alt="Kfhonline icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342473.svg" alt="Kfhonline icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342473.svg" alt="Kfhonline icon" :width="24" :height="24" />
CSS background
.icon-kfhonline {
background-image: url('https://proicons.com/icon/342473.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M9.9974,8.3A1.6973,1.6973,0,0,0,8.3,9.9974V38.0026A1.6973,1.6973,0,0,0,9.9974,39.7H38.0026A1.6973,1.6973,0,0,0,39.7,38.0026V9.9974A1.6973,1.6973,0,0,0,38.0026,8.3Z"/><path class="a" d="M25.2,2.9971a1.6974,1.6974,0,0,0-2.4,0L2.9971,22.8a1.6974,1.6974,0,0,0,0,2.4L22.8,45.0029a1.6974,1.6974,0,0,0,2.4,0L45.0029,25.2a1.6974,1.6974,0,0,0,0-2.4Z"/><polyline class="a" points="15.762 32.238 32.238 32.238 32.238 15.762"/><polyline class="a" points="15.762 24.255 24.255 24.255 24.255 15.762"/><rect class="a" x="15.7616" y="15.7616" width="4.5017" height="4.5017"/><polyline class="a" points="15.762 28.247 28.247 28.247 28.247 15.762"/></svg>
Copied!