Klapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Klapp 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/342546.svg" alt="Klapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342546.svg" alt="Klapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342546.svg" alt="Klapp icon" :width="24" :height="24" />
CSS background
.icon-klapp {
background-image: url('https://proicons.com/icon/342546.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.m{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.n{fill:#fff;stroke-width:0px;}</style></defs><g id="b"><path id="c" class="m" d="M12.125,37.5401c-7.0533-3.495-3.8685-15.1848,3.3384-24.1759,5.8294-7.2741,15.6146-13.7872,20.1045-3.6315,2.3996,5.4308,3.6818,8.9027,3.6406,12.3073-.1064,8.6748-12.7109,11.7892-15.6366,1.4799"/><circle id="d" class="n" cx="28.2667" cy="11.5279" r=".75"/><path id="e" class="m" d="M18.4212,34.6425l-.0542,8.6577"/><path id="f" class="m" d="M20.6481,34.2339l-2.1285,4.2119"/><path id="g" class="m" d="M20.9493,43.5l-1.8835-5.9257"/><path id="h" class="m" d="M23.7797,34.3182l.1667,8.9679,1.2109.0221"/><path id="i" class="m" d="M27.9303,43.1667l1.741-8.6215.8303,8.7551"/><path id="j" class="m" d="M28.2767,41.0984l1.992.241"/><path id="k" class="m" d="M33.6723,43.4578l-.2249-9.0603c1.752-.2691,2.8615,3.1637.1175,4.6697"/><path id="l" class="m" d="M38.2738,43.4247l-.2249-9.0603c1.752-.2701,2.8625,3.1637.1175,4.6697"/></g></svg>
Copied!