Calendar Upload Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Calendar Upload 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/310024.svg" alt="Calendar Upload icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310024.svg" alt="Calendar Upload icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310024.svg" alt="Calendar Upload icon" :width="24" :height="24" />
CSS background
.icon-calendar-upload {
background-image: url('https://proicons.com/icon/310024.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.75 3.935V2.625C17.75 2.42609 17.671 2.23532 17.5303 2.09467C17.3897 1.95401 17.1989 1.875 17 1.875C16.8011 1.875 16.6103 1.95401 16.4697 2.09467C16.329 2.23532 16.25 2.42609 16.25 2.625V3.875H7.75V2.625C7.75 2.42609 7.67096 2.23532 7.5303 2.09467C7.38965 1.95401 7.19891 1.875 7 1.875C6.80109 1.875 6.61032 1.95401 6.46967 2.09467C6.32901 2.23532 6.25 2.42609 6.25 2.625V3.935C5.13533 4.11528 4.12104 4.68595 3.38831 5.54507C2.65557 6.4042 2.25212 7.49584 2.25 8.625V17.375C2.25 18.6348 2.75044 19.843 3.64124 20.7337C4.53203 21.6245 5.74022 22.125 7 22.125H17C18.2598 22.125 19.4679 21.6245 20.3587 20.7337C21.2495 19.843 21.75 18.6348 21.75 17.375V8.625C21.7479 7.49584 21.3444 6.4042 20.6117 5.54507C19.8789 4.68595 18.8647 4.11528 17.75 3.935ZM14.83 15.105C14.7611 15.1756 14.6786 15.2314 14.5875 15.2693C14.4964 15.3071 14.3986 15.326 14.3 15.325C14.2014 15.3255 14.1038 15.3062 14.0128 15.2685C13.9218 15.2307 13.8392 15.1751 13.77 15.105L12.77 14.105V17.485C12.77 17.6839 12.691 17.8747 12.5503 18.0153C12.4097 18.156 12.2189 18.235 12.02 18.235C11.8211 18.235 11.6303 18.156 11.4897 18.0153C11.349 17.8747 11.27 17.6839 11.27 17.485V14.105L10.27 15.105C10.2013 15.1787 10.1185 15.2378 10.0265 15.2788C9.93452 15.3198 9.8352 15.3418 9.7345 15.3436C9.63379 15.3454 9.53379 15.3268 9.4404 15.2891C9.34701 15.2514 9.26217 15.1953 9.19095 15.124C9.11973 15.0528 9.0636 14.968 9.02588 14.8746C8.98816 14.7812 8.96963 14.6812 8.97141 14.5805C8.97318 14.4798 8.9952 14.3805 9.03619 14.2885C9.07719 14.1965 9.1363 14.1137 9.20999 14.045L11.21 12.045C11.3263 11.9346 11.4619 11.8465 11.61 11.785C11.7057 11.7444 11.8067 11.7175 11.91 11.705C12.0164 11.695 12.1235 11.695 12.23 11.705C12.3332 11.7175 12.4342 11.7444 12.53 11.785C12.6781 11.8465 12.8137 11.9346 12.93 12.045L14.93 14.045C14.9947 14.1204 15.0435 14.2081 15.0736 14.3028C15.1036 14.3975 15.1143 14.4973 15.105 14.5962C15.0956 14.6951 15.0665 14.7912 15.0193 14.8786C14.972 14.966 14.9076 15.043 14.83 15.105ZM20.26 8.875H3.75998V8.625C3.76096 7.8951 4.00838 7.18691 4.46213 6.61519C4.91588 6.04347 5.54937 5.6417 6.25998 5.47499V6.625C6.25998 6.82391 6.33899 7.01467 6.47964 7.15532C6.6203 7.29597 6.81107 7.375 7.00998 7.375C7.20889 7.375 7.39966 7.29597 7.54031 7.15532C7.68097 7.01467 7.75998 6.82391 7.75998 6.625V5.375H16.26V6.625C16.26 6.82391 16.339 7.01467 16.4796 7.15532C16.6203 7.29597 16.8111 7.375 17.01 7.375C17.2089 7.375 17.3997 7.29597 17.5403 7.15532C17.681 7.01467 17.76 6.82391 17.76 6.625V5.47499C18.4706 5.6417 19.1041 6.04347 19.5578 6.61519C20.0116 7.18691 20.259 7.8951 20.26 8.625V8.875Z" fill="black"/> </svg>
Copied!