Krkortnu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Krkortnu 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/342625.svg" alt="Krkortnu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342625.svg" alt="Krkortnu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342625.svg" alt="Krkortnu icon" :width="24" :height="24" />
CSS background
.icon-krkortnu {
background-image: url('https://proicons.com/icon/342625.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="M7.5789,17.8421,4.5,21.9474V32.2105H8.6053"/><circle class="a" cx="8.6053" cy="16.8158" r="1.2829"/><circle class="a" cx="12.7105" cy="32.2105" r="4.1053"/><circle class="a" cx="35" cy="32" r="4"/><path class="a" d="M16.8158,32.2105H31.1842"/><path class="a" d="M39.3947,32.2105H43.5V25.0263L29.1316,11.6842H13.7368"/></svg>
Copied!