Accrescent Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Accrescent 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/335876.svg" alt="Accrescent icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335876.svg" alt="Accrescent icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335876.svg" alt="Accrescent icon" :width="24" :height="24" />
CSS background
.icon-accrescent {
background-image: url('https://proicons.com/icon/335876.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M23.7454,2.5014c3.8817,2.4892,6.695,6.3372,7.8894,10.791,2.6469,9.8784-3.2154,20.0323-13.0938,22.6792-4.4678,1.1793-9.2152,.6456-13.3096-1.4963,4.7971,8.5936,14.8161,12.8338,24.3249,10.2946,11.4717-3.0738,18.2796-14.8654,15.2057-26.3371-2.5449-9.4871-11.1947-16.044-21.0166-15.9313Z"/></svg>
Copied!