Lineage Calendar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lineage 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/343084.svg" alt="Lineage Calendar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343084.svg" alt="Lineage Calendar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343084.svg" alt="Lineage Calendar icon" :width="24" :height="24" />
CSS background
.icon-lineage-calendar {
background-image: url('https://proicons.com/icon/343084.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M9.5,42.5h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4Z"/><path class="c" d="M14.6035,5.5h18.793v4.4953c0,1.6557-1.3443,3-3,3h-12.793c-1.6557,0-3-1.3443-3-3v-4.4953h0Z"/><line class="c" x1="14.6035" y1="9.2477" x2="33.3965" y2="9.2477"/><path class="c" d="M25.1311,33.457c0,2.7852,2.2578,5.043,5.043,5.043s5.043-2.2578,5.043-5.043v-5.1382c0-2.7852-2.2578-5.043-5.043-5.043s-5.043,2.2578-5.043,5.043v5.1382Z"/><path class="c" d="M19.0637,30.8896c2.1015,0,3.8052-1.7036,3.8052-3.8052h0c0-2.1016-1.7036-3.8052-3.8052-3.8052"/><path class="c" d="M19.0637,38.5c2.1015,0,3.8052-1.7036,3.8052-3.8052h0c0-2.1016-1.7036-3.8052-3.8052-3.8052"/><path class="c" d="M12.7845,37.2158c1.051.8806,2.1857,1.2842,4.734,1.2842h1.5452"/><path class="c" d="M12.7828,24.5473c1.0533-.8778,2.1891-1.2783,4.7374-1.2715l1.5452.0035"/><line class="c" x1="15.1872" y1="30.8896" x2="19.0637" y2="30.8896"/></svg>
Copied!