Big C Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Big C 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/322599.svg" alt="Big C Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322599.svg" alt="Big C Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322599.svg" alt="Big C Plus icon" :width="24" :height="24" />
CSS background
.icon-big-c-plus {
background-image: url('https://proicons.com/icon/322599.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:#000;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><g><path class="d" d="m20.376,8.6457c1.9702-.6764,4.0466-1.0461,6.1541-1.0461,3.4099,0,6.5873.9888,9.1244,2.8395l-2.3792,10.4519c-.8128-1.9907-2.9003-3.2157-5.4797-3.2157-3.9973,0-7.9386,2.8919-8.8032,6.4592-.8646,3.5673,1.675,6.4592,5.6723,6.4592,2.6496,0,5.4005-1.292,7.1716-3.3683l-2.6996,11.8829c-2.5209,1.1173-5.1903,1.6982-7.8036,1.6982-9.4492,0-15.9459-7.4336-14.5108-16.6034.3204-2.0471,1.009-4.0077,1.9905-5.8183"/><path class="d" d="m9.9246,12.0463c1.1728,0,1.9284.9595,1.6792,2.1323s-1.4127,2.1323-2.5854,2.1323h-3.5183l1.8125-8.5292h3.5183c1.1728,0,1.9284.9595,1.6791,2.1323s-1.4127,2.1323-2.5854,2.1323Z"/><line class="d" x1="10.1864" y1="12.0464" x2="6.562" y2="12.0464"/></g><ellipse class="c" cx="15.438" cy="7.9949" rx=".8155" ry=".6597" transform="translate(-1.3868 12.374) rotate(-41.9674)"/><g><line class="d" x1="14.8942" y1="10.5537" x2="13.6707" y2="16.3108"/><path class="d" d="m21.9007,10.6603l-1.3594,6.3969c-.2492,1.1728-1.4127,2.1323-2.5854,2.1323-.6397,0-1.1274-.2132-1.3567-.6397"/><path class="d" d="m19.7911,10.5537c1.1728,0,1.9284.9595,1.6792,2.1323l-.2945,1.386c-.2492,1.1728-1.4127,2.1323-2.5854,2.1323s-1.9284-.9595-1.6792-2.1323l.2945-1.386c.2492-1.1728,1.4127-2.1323,2.5854-2.1323Z"/></g></g><line class="d" x1="37.4811" y1="17.9159" x2="34.6244" y2="30.49"/><line class="d" x1="42.5" y1="24.203" x2="29.6055" y2="24.203"/></svg>
Copied!