Onecalendar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Onecalendar icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/330621.svg" alt="Onecalendar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330621.svg" alt="Onecalendar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330621.svg" alt="Onecalendar icon" :width="24" :height="24" />
CSS background
.icon-onecalendar {
background-image: url('https://proicons.com/icon/330621.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="5.5" y1="12.6449" x2="42.5" y2="12.6449"/><line class="b" x1="39" y1="14.1447" x2="39" y2="11.1447"/><line class="b" x1="29" y1="14.1447" x2="29" y2="11.1447"/><line class="b" x1="19" y1="14.1447" x2="19" y2="11.1447"/><line class="b" x1="9" y1="14.1447" x2="9" y2="11.1447"/><line class="b" x1="20.3747" y1="25.477" x2="24" y2="23.503"/><line class="b" x1="24" y1="23.503" x2="24" y2="38.0042"/><path class="b" d="M24,38.0042c5.5795-.0046,10.0988-4.5313,10.0943-10.1107-.0046-5.5795-4.5313-10.0988-10.1107-10.0943-5.5795.0046-10.0988,4.5313-10.0943,10.1107.0033,4.0379,2.4106,7.6859,6.1218,9.277"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!