Zoho Daybook Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zoho Daybook 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/350182.svg" alt="Zoho Daybook icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350182.svg" alt="Zoho Daybook icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350182.svg" alt="Zoho Daybook icon" :width="24" :height="24" />
CSS background
.icon-zoho-daybook {
background-image: url('https://proicons.com/icon/350182.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 class="c" d="m7.8871,32.3548V9.0806c0-1.9775,1.6031-3.5806,3.5806-3.5806h25.0645c1.9775,0,3.5806,1.6031,3.5806,3.5806v22.6774c0,1.9775-1.6031,3.5806-3.5806,3.5806H11.4677c-1.9775,0-3.5806,1.6031-3.5806,3.5806s1.6031,3.5806,3.5806,3.5806h25.0645c1.9775,0,3.5806-1.6031,3.5806-3.5806"/><g id="b"><path class="c" d="m17.9627,11.6239h3.6885c3.3732,0,6.1078,2.7405,6.1078,6.121s-2.7346,6.121-6.1078,6.121l6.1078,5.9792"/><line class="c" x1="21.6513" y1="11.6239" x2="30.0373" y2="11.6239"/><line class="c" x1="17.9627" y1="17.7751" x2="30.0373" y2="17.7751"/></g></svg>
Copied!