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