Add Filled Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Add Filled icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/316970.svg" alt="Add Filled icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316970.svg" alt="Add Filled icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316970.svg" alt="Add Filled icon" :width="24" :height="24" />
CSS background
.icon-add-filled {
background-image: url('https://proicons.com/icon/316970.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: #fff;
fill-opacity: 0;
}
.cls-2 {
fill: none;
}
</style>
</defs>
<title>add--filled</title>
<path d="M16,2A14.1725,14.1725,0,0,0,2,16,14.1725,14.1725,0,0,0,16,30,14.1725,14.1725,0,0,0,30,16,14.1725,14.1725,0,0,0,16,2Zm8,15H17v7H15V17H8V15h7V8h2v7h7Z" transform="translate(0 0)"/>
<polygon id="inner-path" class="cls-1" points="24 17 17 17 17 24 15 24 15 17 8 17 8 15 15 15 15 8 17 8 17 15 24 15 24 17"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-2" width="32" height="32"/>
</svg>
Copied!