Acalendar Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Acalendar 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/335865.svg" alt="Acalendar Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335865.svg" alt="Acalendar Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335865.svg" alt="Acalendar Plus icon" :width="24" :height="24" />
CSS background
.icon-acalendar-plus {
background-image: url('https://proicons.com/icon/335865.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="f" x="6.5" y="7.5" width="35" height="36" rx="4" ry="4"/><line class="f" x1="33.5" y1="4.5" x2="33.5" y2="10.5"/><line class="f" x1="14.5" y1="4.5" x2="14.5" y2="10.5"/><path class="f" d="M29.3484,28.2382c0,2.9539-2.3946,5.3484-5.3484,5.3484h0c-2.9539,0-5.3484-2.3946-5.3484-5.3484v-3.4765c0-2.9539,2.3946-5.3484,5.3484-5.3484h0c2.9539,0,5.3484,2.3946,5.3484,5.3484"/><path class="f" d="M31.4878,33.5867c-1.1815,0-2.1394-.9578-2.1394-2.1394v-12.034"/><line class="f" x1="31.9844" y1="17" x2="37.2565" y2="17"/><line class="f" x1="34.6205" y1="14.364" x2="34.6205" y2="19.636"/></svg>
Copied!