Plus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The 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/306264.svg" alt="Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306264.svg" alt="Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306264.svg" alt="Plus icon" :width="24" :height="24" />
CSS background
.icon-plus {
background-image: url('https://proicons.com/icon/306264.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M935 460c-1-15-3-30-6-46H586V71c-16-3-31-5-44-7-13-1-26-2-39-2-15 0-29 1-43 2s-30 4-46 7v343H71c-3 16-6 31-7 44s-2 25-2 38c0 16 1 30 2 44s4 29 7 45h343v344c16 3 31 6 44 7s26 1 39 1c15 0 29 0 43-1s29-4 46-7V585h343c3-16 5-30 6-43 2-13 2-26 2-39 1-15 0-29-2-43z"/></svg>
Plus in other icon packs
Copied!