Offlinecalendar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Offlinecalendar 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/330546.svg" alt="Offlinecalendar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330546.svg" alt="Offlinecalendar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330546.svg" alt="Offlinecalendar icon" :width="24" :height="24" />
CSS background
.icon-offlinecalendar {
background-image: url('https://proicons.com/icon/330546.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><path class="b" d="M37,28.6c-4.6723,0-8.46,3.7877-8.46,8.46s3.7877,8.46,8.46,8.46,8.46-3.7877,8.46-8.46h0v-.01c0-4.6668-3.7832-8.45-8.45-8.45h-.01ZM40.434,40.364l-6.234.085c-1.6377-.0083-2.9588-1.3423-2.951-2.98.007-1.403.922-3.06,3.1-3.116l-1.357-1.342,8.756,8.65-1.314-1.297ZM34.35,34.353c1.496-2.372,4.625-2.009,5.694.09.167.33.336.657.427,1.014,1.366.18,2.47,1.412,2.503,2.79.022.908-.483,2.117-1.804,2.117h-.736M15.803,8.577c1.3884.0011,2.5131,1.1276,2.512,2.516s-1.1276,2.5131-2.516,2.512c-1.3869-.0011-2.5109-1.1251-2.512-2.512v-.002c-.0006-1.3884,1.1246-2.5144,2.513-2.515l.003.001ZM32.197,8.577c1.3884-.0006,2.5144,1.1246,2.515,2.513h0v.001c-.0006,1.3884-1.1266,2.5136-2.515,2.513h0c-1.3884,0-2.514-1.1256-2.514-2.514s1.1256-2.514,2.514-2.514h0v.001Z"/><path class="b" d="M42.5,30.63V9.5c0-2.2091-1.7909-4-4-4H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h21.022"/><path class="b" d="M27.753,22.217l4.5-2.45M32.253,19.767v10.289"/><path class="b" d="M12.074,36.249c1.242,1.041,2.584,1.518,5.597,1.518h.702c2.4845-.0006,4.4984-2.0145,4.499-4.499h0c-.0006-2.4849-2.0151-4.499-4.5-4.499M12.072,21.27c1.245-1.037,2.588-1.51,5.6-1.503l.7.004c2.4853,0,4.5,2.0147,4.5,4.5h0c-.0011,2.4845-2.0155,4.498-4.5,4.498M14.915,28.769h3.458"/></svg>
Copied!