Calendar Proton 31 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Calendar Proton 31 icon is commonly used in booking systems, scheduling apps and event listings. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/337821.svg" alt="Calendar Proton 31 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337821.svg" alt="Calendar Proton 31 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337821.svg" alt="Calendar Proton 31 icon" :width="24" :height="24" />
CSS background
.icon-calendar-proton-31 {
background-image: url('https://proicons.com/icon/337821.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.b{fill-rule:evenodd;}</style></defs><line class="a" x1="24.356" y1="20.9513" x2="28.106" y2="18.9095"/><line class="a" x1="28.106" y1="18.9095" x2="28.106" y2="33.9095"/><path class="a" d="M17.712,26.41a3.7146,3.7146,0,0,1,3.7037,3.7037h0a3.7146,3.7146,0,0,1-3.7037,3.7037H16.2305c-2.5926,0-3.5185-.37-4.63-1.2963"/><path class="a" d="M11.6009,20.2984c1.1111-.9259,2.2222-1.2963,4.63-1.2963H17.712a3.7146,3.7146,0,0,1,3.7037,3.7037h0A3.7146,3.7146,0,0,1,17.712,26.41H14.0083"/><path class="b" d="M43.5,25.7931V11.8621a4,4,0,0,0-4-4H8.5a4,4,0,0,0-4,4V36.1379a4,4,0,0,0,4,4"/><path class="b" d="M43.5,36.1379V11.8621a4,4,0,0,0-4-4H8.5a4,4,0,0,0-4,4V36.1379a4,4,0,0,0,4,4h31A4,4,0,0,0,43.5,36.1379Z"/><path class="b" d="M35.2069,40.1379V15.819a3.1379,3.1379,0,0,0-3.1379-3.138H4.5"/></svg>
Copied!