Koofr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Koofr 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/342592.svg" alt="Koofr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342592.svg" alt="Koofr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342592.svg" alt="Koofr icon" :width="24" :height="24" />
CSS background
.icon-koofr {
background-image: url('https://proicons.com/icon/342592.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="M32.7676,12.92V7.2334A1.5571,1.5571,0,0,0,31.21,5.6763H16.5625a1.5571,1.5571,0,0,0-1.5572,1.5571V12.92H7.0571A1.5571,1.5571,0,0,0,5.5,14.4773V40.7666a1.5571,1.5571,0,0,0,1.5571,1.5571H40.9429A1.5571,1.5571,0,0,0,42.5,40.7666V14.4773A1.5571,1.5571,0,0,0,40.9429,12.92Z"/><path class="a" d="M42.5,19.7308H16.7981a1.5571,1.5571,0,0,0-1.51,1.1764L9.8876,42.3237"/><polygon class="a" points="33.987 26.141 35.991 30.201 40.471 30.852 37.229 34.013 37.995 38.475 33.987 36.368 29.979 38.475 30.744 34.013 27.502 30.852 31.983 30.201 33.987 26.141"/></svg>
Copied!