Kong Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Kong 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/314933.svg" alt="Kong icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314933.svg" alt="Kong icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314933.svg" alt="Kong icon" :width="24" :height="24" />
CSS background
.icon-kong {
background-image: url('https://proicons.com/icon/314933.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>Kong</title><path d="M7.88 18.96h4.405l2.286 2.876-.393.979h-5.69l.139-.979-1.341-2.117.594-.759Zm3.152-12.632 2.36-.004L24 18.97l-.824 3.845h-4.547l.283-1.083L9 9.912l2.032-3.584Zm4.17-5.144 4.932 3.876-.632.651.855 1.191v1.273l-2.458 2.004-4.135-4.884h-2.407l.969-1.777 2.876-2.334ZM4.852 13.597l3.44-2.989 4.565 5.494-1.296 2.012h-4.21l-2.912 3.822-.665.879H0v-4.689l3.517-4.529h1.335Z"/></svg>
Copied!