K Plus Biz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The K Plus Biz icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/342337.svg" alt="K Plus Biz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342337.svg" alt="K Plus Biz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342337.svg" alt="K Plus Biz icon" :width="24" :height="24" />
CSS background
.icon-k-plus-biz {
background-image: url('https://proicons.com/icon/342337.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>.s{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><path id="g" class="s" d="M24.0004,26.3021v15.6979"/><path id="h" class="s" d="M30.188,26.3021h10.6719l-10.6719,15.6979h10.6719"/><g id="i"><path id="j" class="s" d="M13.7856,34.151c2.2241,0,4.0271,1.757,4.0271,3.9245s-1.803,3.9245-4.0271,3.9245h-6.6448v-15.6979h6.6448c2.2241,0,4.0271,1.7571,4.0271,3.9245s-1.803,3.9245-4.0271,3.9245Z"/><path id="k" class="s" d="M13.7856,34.151h-6.6448"/></g></g><g id="l"><g id="m"><path id="n" class="s" d="M7.1401,6.1559h3.8174v15.3514h-3.8174V6.1559Z"/><path id="o" class="s" d="M14.8982,10.9971l8.293,10.7087h-3.0721c-1.2729,0-1.9281-.828-2.6024-1.7067l-4.8202-6.281,2.2016-2.7211,2.6186-3.2905c.6743-.8787,1.3296-1.7067,2.6024-1.7067h3.0721l-6.0539,7.8886"/></g><g id="p"><path id="q" class="s" d="M30.5962,12.5655v8.868"/><path id="r" class="s" d="M26.0978,16.9995h8.9968"/></g></g></svg>
Copied!