Notion Calendar 14 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Notion Calendar 14 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/330359.svg" alt="Notion Calendar 14 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330359.svg" alt="Notion Calendar 14 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330359.svg" alt="Notion Calendar 14 icon" :width="24" :height="24" />
CSS background
.icon-notion-calendar-14 {
background-image: url('https://proicons.com/icon/330359.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="a"><line class="c" x1="18.5751" y1="24.9402" x2="21.7751" y2="23.0125"/><line class="c" x1="21.7751" y1="23.0125" x2="21.7751" y2="35.8125"/><polyline class="c" points="33.1553 35.2161 33.1553 22.4161 26.2752 31.4166 34.7553 30.9722"/><line class="c" x1="24.9751" y1="35.6448" x2="18.5751" y2="35.9802"/></g><g id="b"><path class="c" d="M39.1534,41.4179l-24.7176,1.0792c-1.6882.0737-3.0971-1.275-3.0971-2.9648V14.3211c0-1.5887,1.2511-2.8955,2.8382-2.9648l25.9564-1.1333c1.0129-.0442,1.8583.765,1.8583,1.7789v26.4512c0,1.5887-1.2511,2.8955-2.8382,2.9648Z"/><path class="c" d="M11.3387,22.1165v-2.9701c0-.9532.7506-1.7373,1.7029-1.7789l27.0917-1.1829c1.0129-.0442,1.8583.765,1.8583,1.7789v3.8035"/><path class="c" d="M36.6613,10.2477v-2.3735c0-1.3518-1.1271-2.4308-2.4777-2.3719l-25.9047,1.131c-1.2697.0554-2.2706,1.1009-2.2706,2.3719v25.6502c0,1.3475,1.1202,2.4249,2.4667,2.3723l2.8636-.1118"/></g></svg>
Copied!