Persian Calendar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Persian Calendar 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/331138.svg" alt="Persian Calendar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331138.svg" alt="Persian Calendar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331138.svg" alt="Persian Calendar icon" :width="24" :height="24" />
CSS background
.icon-persian-calendar {
background-image: url('https://proicons.com/icon/331138.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="32.5" cy="11" r="2.5"/><circle class="c" cx="15.5" cy="11" r="2.5"/><line class="c" x1="13.5" y1="35.2993" x2="13.5" y2="20.7007"/><path class="c" d="M22.4495,20.7007v5.2513c0,1.6569-1.3431,3-3,3h-5.9495"/><path class="c" d="M29.693,20.7007h4.807v10.2824h-4.807c-1.6557,0-3-1.3443-3-3v-4.2824c0-1.6557,1.3443-3,3-3Z"/><line class="c" x1="34.5" y1="35.2993" x2="34.5" y2="30.9832"/><path id="b" class="c" d="M38.5,5.5H9.5c-2.2,0-4,1.8-4,4v29c0,2.2,1.8,4,4,4h29c2.2,0,4-1.8,4-4V9.5c0-2.2-1.8-4-4-4Z"/></svg>
Copied!