Kalium Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kalium 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/327811.svg" alt="Kalium icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327811.svg" alt="Kalium icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327811.svg" alt="Kalium icon" :width="24" :height="24" />
CSS background
.icon-kalium {
background-image: url('https://proicons.com/icon/327811.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m37,21.2997c-1.1868,3.4424-4.3487,7.1973-7.9187,8.0536-3.6613.8776-7.5914-3.1163-10.117-5.0542m-7.9644,2.4012c1.1868-3.4435,4.3487-7.1973,7.9187-8.0536,3.6613-.8776,7.5914,3.1163,10.117,5.0532"/><circle id="d" class="e" cx="24" cy="24" r="21.5"/></svg>
Copied!