Cbh Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cbh 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/323522.svg" alt="Cbh Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323522.svg" alt="Cbh Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323522.svg" alt="Cbh Plus icon" :width="24" :height="24" />
CSS background
.icon-cbh-plus {
background-image: url('https://proicons.com/icon/323522.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M17.3337,29.0797c-.1941-.6631-.2979-1.3629-.2979-2.086v-7.7997c0-4.2279,3.5497-7.6553,7.9286-7.6553h0c3.8107,0,6.9935,2.5957,7.7553,6.0557M32.893,26.899v.0947c0,4.2279-3.5498,7.6553-7.9286,7.6553-.9512,0-1.8634-.1617-2.7084-.4583"/><path class="f" d="M23.8694,30.4984c-1.6954-3.6481.3922-7.3966,3.281-9.2203,2.2552-1.4238,6.1963-1.6227,7.5908.7222,2.5287-2.0212,6.912-2.7148,8.5826-.0338,1.6071,2.5791-.4616,6.1903-3.6339,8.6579-3.0308,2.3574-6.8812,3.709-8.6776,5.8371M4.1958,30.0226c-.6533,3.2065,3.0017,3.3274,5.0878,1.0948.6382-.683-2.1195-.6221-.7853,1.2164,1.3107,1.8061,5.8308.5216,8.5761-1.2912-1.2286,3.0086,3.0061,3.3741,4.3677,1.1892"/><path class="f" d="M12.5538,34.7046c1.2218.1432,2.3115-.252,3.331-1.1349.2269.5343.6655,1.1424,1.4538,1.0368"/></svg>
Copied!