Korekort Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Korekort 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/342598.svg" alt="Korekort icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342598.svg" alt="Korekort icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342598.svg" alt="Korekort icon" :width="24" :height="24" />
CSS background
.icon-korekort {
background-image: url('https://proicons.com/icon/342598.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="m13.5,31.25v-14.52h3.27c3.51,0,6.35,2.84,6.35,6.35v1.81c0,3.51-2.84,6.35-6.35,6.35h-3.27Z"/><line class="c" x1="26.7" y1="16.75" x2="26.7" y2="31.27"/><line class="c" x1="26.7" y1="26.21" x2="34.5" y2="16.8"/><line class="c" x1="34.5" y1="31.27" x2="28.52" y2="24.01"/></svg>
Copied!