Plus Circle Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Plus Circle 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/310284.svg" alt="Plus Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310284.svg" alt="Plus Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310284.svg" alt="Plus Circle icon" :width="24" :height="24" />
CSS background
.icon-plus-circle {
background-image: url('https://proicons.com/icon/310284.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M11.96 1.75004C9.93447 1.75795 7.95668 2.36579 6.27635 3.49687C4.59601 4.62795 3.28848 6.23155 2.51881 8.10518C1.74914 9.9788 1.55185 12.0385 1.95186 14.0241C2.35186 16.0098 3.33124 17.8324 4.76631 19.2619C6.20138 20.6914 8.02779 21.6637 10.015 22.0559C12.0022 22.4482 14.0611 22.2429 15.9317 21.4659C17.8023 20.689 19.4008 19.3752 20.5253 17.6904C21.6498 16.0057 22.25 14.0256 22.25 12C22.2487 10.651 21.9813 9.31544 21.4633 8.06984C20.9452 6.82423 20.1866 5.69301 19.2308 4.74095C18.275 3.78889 17.1409 3.03469 15.8933 2.52147C14.6456 2.00825 13.309 1.7461 11.96 1.75004ZM17.25 13H12.97V17.27C12.97 17.5352 12.8646 17.7896 12.6771 17.9772C12.4896 18.1647 12.2352 18.27 11.97 18.27C11.7048 18.27 11.4504 18.1647 11.2629 17.9772C11.0754 17.7896 10.97 17.5352 10.97 17.27V13H6.69001C6.4248 13 6.17043 12.8947 5.98289 12.7071C5.79536 12.5196 5.69001 12.2653 5.69001 12C5.69001 11.7348 5.79536 11.4805 5.98289 11.2929C6.17043 11.1054 6.4248 11 6.69001 11H10.97V6.68004C10.97 6.41482 11.0754 6.16048 11.2629 5.97294C11.4504 5.78541 11.7048 5.68004 11.97 5.68004C12.2352 5.68004 12.4896 5.78541 12.6771 5.97294C12.8646 6.16048 12.97 6.41482 12.97 6.68004V10.96H17.25C17.5152 10.96 17.7696 11.0654 17.9571 11.2529C18.1446 11.4405 18.25 11.6948 18.25 11.96C18.25 12.2253 18.1446 12.4796 17.9571 12.6672C17.7696 12.8547 17.5152 12.96 17.25 12.96V13Z" fill="black"/> </svg>
Plus Circle in other icon packs
Copied!