Kma Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kma 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/342556.svg" alt="Kma icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342556.svg" alt="Kma icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342556.svg" alt="Kma icon" :width="24" :height="24" />
CSS background
.icon-kma {
background-image: url('https://proicons.com/icon/342556.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m34.561,5.45c0,12.34,1.986,19.26,10.189,23.474m-10.171-23.474c0,10.44-1.422,17.002-6.829,21.327M13.44,5.45c0,12.34-1.986,19.26-10.189,23.474M13.421,5.45c0,10.44,1.422,17.002,6.829,21.327m3.75-24.277C12.126,2.5,2.5,12.126,2.5,24s9.626,21.5,21.5,21.5,21.5-9.626,21.5-21.5S35.874,2.5,24,2.5m-13.042,38.352c10.424-9.464,13.042-21.672,13.072-38.352.03,16.68,2.648,28.888,13.07,38.352"/></svg>
Copied!