K Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The K Plus 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/342336.svg" alt="K Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342336.svg" alt="K Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342336.svg" alt="K Plus icon" :width="24" :height="24" />
CSS background
.icon-k-plus {
background-image: url('https://proicons.com/icon/342336.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><rect class="c" x="4.5" y="13.1057" width="5.3257" height="21.7284"/><path class="c" d="m15.3236,19.9579l11.5698,15.1571h-4.2859c-1.7758,0-2.6899-1.1719-3.6307-2.4156l-6.7247-8.8901,3.0715-3.8514,3.6532-4.6573c.9408-1.2437,1.8549-2.4156,3.6307-2.4156h4.2859s-8.4459,11.1655-8.4459,11.1655"/></g><line class="c" x1="37.2241" y1="22.1778" x2="37.2241" y2="34.7295"/><line class="c" x1="30.9483" y1="28.4536" x2="43.5" y2="28.4536"/></svg>
Copied!