Allen Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Allen 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/321626.svg" alt="Allen Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321626.svg" alt="Allen Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321626.svg" alt="Allen Plus icon" :width="24" :height="24" />
CSS background
.icon-allen-plus {
background-image: url('https://proicons.com/icon/321626.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m23.9996,16.3771l7.8853,21.1315c.5712,1.5307,2.0331,2.5456,3.6669,2.5456h6.9482L30.5132,7.9458h-13.0256L5.5,40.0542h6.9482c1.6338,0,3.0958-1.0149,3.6669-2.5456l10.3982-27.8652c.3808-1.0205,1.3554-1.6971,2.4446-1.6971h1.5553"/></svg>
Copied!