Klarna Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Klarna 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/314913.svg" alt="Klarna icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314913.svg" alt="Klarna icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314913.svg" alt="Klarna icon" :width="24" :height="24" />
CSS background
.icon-klarna {
background-image: url('https://proicons.com/icon/314913.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Klarna</title><path d="M4.592 2v20H0V2h4.592zm11.46 0c0 4.194-1.583 8.105-4.415 11.068l-.278.283L17.702 22h-5.668l-6.893-9.4 1.779-1.332c2.858-2.14 4.535-5.378 4.637-8.924L11.562 2h4.49zM21.5 17a2.5 2.5 0 110 5 2.5 2.5 0 010-5z"/></svg>
Copied!