Kapook Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kapook 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/342387.svg" alt="Kapook icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342387.svg" alt="Kapook icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342387.svg" alt="Kapook icon" :width="24" :height="24" />
CSS background
.icon-kapook {
background-image: url('https://proicons.com/icon/342387.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="m29.9181,29.9759l7.519.346c.637.03,1.22.518,1.152,1.152l-.46,4.317c-.068.635-.515,1.277-1.153,1.268l-7.519-.116c-.638-.01-1.215-.516-1.152-1.152l.46-4.663c.063-.635.515-1.181,1.153-1.152Zm8.495-2.388c.0017.6351-.5119,1.1513-1.147,1.153-.0017,0-.0033,0-.005,0h-6.232c-.6351.0011-1.1509-.5129-1.152-1.148,0-.0017,0-.0033,0-.005l.214-15.6261c.0714-.6311.6409-1.0849,1.272-1.0135.0013.0002.0027.0003.004.0005l11.112,1.277c.6311.0714,1.0849.6409,1.0135,1.272-.0002.0013-.0003.0027-.0005.004l-5.079,14.0861Zm-16.6081-4.34l6.173,5.951c.431.472-.082,1.34-.082,1.34l-5.288,4.629c-.504.103-.68.422-1.397-.074l-7.483-8.09v6.673m-.001,0v.124c.0011.6351-.5129,1.1509-1.148,1.152-.0013,0-.0027,0-.004,0h-6.923c-.6351.0011-1.1509-.5129-1.152-1.148,0-.0017,0-.0033,0-.005V13.2618c-.0011-.6351.5129-1.1509,1.148-1.152.0013,0,.0027,0,.004,0h6.923c.6351-.0011,1.1509.5129,1.152,1.148,0,.0013,0,.0027,0,.004v7.176l7.714-8.443c.717-.496.894-.177,1.397-.074l4.828,4.168s.513.868.082,1.34l-6.173,5.605"/></svg>
Copied!