Racing Calendar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Racing 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/346418.svg" alt="Racing Calendar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346418.svg" alt="Racing Calendar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346418.svg" alt="Racing Calendar icon" :width="24" :height="24" />
CSS background
.icon-racing-calendar {
background-image: url('https://proicons.com/icon/346418.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="b" 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><rect class="c" x="6.5" y="7.5" width="35" height="36" rx="4" ry="4"/><path class="c" d="M33.5,4.5v6M14.5,4.5v6"/><path class="c" d="M25.1252,25.7257c.6836,0,1.2398,1.0969,1.2398,2.4414,0,1.353-.5562,2.4499-1.2398,2.4499s-1.2398-1.0969-1.2398-2.4499c0-1.3445.5562-2.4414,1.2398-2.4414M35.9452,25.7257c.6829,0,1.2391,1.0969,1.2391,2.4414,0,1.353-.5562,2.4499-1.2398,2.4499-.6907,0-1.2469-1.0969-1.2469-2.4499,0-1.3445.5562-2.4414,1.2469-2.4414M17.2129,27.4984v1.7663h-5.1241l.0149-1.7663h5.1093ZM33.5484,22.6298l4.2671-.0977v2.641"/><path class="c" d="M32.143,24.0274h-14.8926c-5.8905-.0297-7.9795,1.8484-7.7389,6.642h13.2919M25.8442,30.1663l8.1239.0672"/><path class="c" d="M17.4457,24.0274c1.4882-1.525,4.0124-3.389,5.8764-3.6968l7.1898.15c1.2879,0,2.3022.8041,3.0429,2.4124,1.7139,1.5179,4.8543.8938,5.5457,5.0866-1.1492,1.4047.8494,1.0594-2.345,2.0359"/><path class="c" d="M32.143,24.0274c2.3664.8272.1345,5.4711-4.103,4.0133l.4062-3.7203M24.0057,24.1102c-2.5851,1.3516-4.5163,3.4859-6.0264,1.893h-5.2749M28.2658,20.5563l-1.7882,3.396"/></svg>
Copied!