Calendar Kash 10 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Calendar Kash 10 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/323208.svg" alt="Calendar Kash 10 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323208.svg" alt="Calendar Kash 10 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323208.svg" alt="Calendar Kash 10 icon" :width="24" :height="24" />
CSS background
.icon-calendar-kash-10 {
background-image: url('https://proicons.com/icon/323208.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 xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c,.d{fill:none;stroke:#000;stroke-linejoin:round;}.d{stroke-linecap:round;}</style></defs><g id="a"><path class="d" d="M23.525,33.3919c0,2.0741,1.6593,3.7333,3.7333,3.7333s3.5951-1.6593,3.5951-3.7333v-3.7333c0-2.0741-1.6593-3.7333-3.5951-3.7333s-3.7333,1.6593-3.7333,3.7333v3.7333Z"/><line class="d" x1="15.8449" y1="27.4652" x2="18.6449" y2="25.9252"/><line class="d" x1="18.6449" y1="25.9252" x2="18.6449" y2="37.1252"/></g><g id="b"><line class="d" x1="39.9" y1="19.6612" x2="6.9" y2="19.6612"/><path class="d" d="M39.9,16.1047v23.4126c0,2.2091-1.7909,4-4,4H10.9c-2.2091,0-4-1.7909-4-4V14.5173c0-2.2091,1.7909-4,4-4h14.9534"/><path class="d" d="M39.9,16.1047v23.4126c0,2.2091-1.7909,4-4,4H10.9c-2.2091,0-4-1.7909-4-4V14.5173c0-2.2091,1.7909-4,4-4h14.9534"/><path class="d" d="M12.8925,7.5173l.0151,6"/><path class="c" d="M39.9,16.1047c2.201,0,3.9852-1.7842,3.9852-3.9851s-1.7842-3.9851-3.9852-3.9851c-.0865,0-.1675.02-.2527.0255-.6538-2.1236-2.608-3.6772-4.946-3.6772s-4.2923,1.5536-4.9461,3.6772c-.0852-.0055-.1662-.0255-.2527-.0255-2.201,0-3.9851,1.7842-3.9851,3.9851s1.7842,3.9851,3.9851,3.9851h10.3975Z"/></g></svg>
Copied!