Zoho Desk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zoho Desk 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/335624.svg" alt="Zoho Desk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335624.svg" alt="Zoho Desk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335624.svg" alt="Zoho Desk icon" :width="24" :height="24" />
CSS background
.icon-zoho-desk {
background-image: url('https://proicons.com/icon/335624.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m36.2159,30.2565l-.9587,5.9156c-.2896,1.7867-1.8323,3.0995-3.6423,3.0995H15.5404c-.3011,0-.5964.0837-.8527.2418l-6.4637,3.9866.7184-4.2284,1.2111-7.2459,1.6626-9.8732c.2874-1.7652,1.8269-3.0789,3.6332-3.0789h15.0097c.4939,0,.9147-.3586.993-.8463l.8824-5.4953c.0796-.4958-.3034-.9452-.8056-.9452h-1.934c-.4538,0-.7998-.406-.7279-.854l.9268-5.7722c.0611-.3806.3896-.6606.7751-.6606h5.7853c2.1057,0,3.7115,1.8842,3.3777,3.9633l-1.7036,10.6104-.5066,3.1256-.0051-.0008-12.5135,7.6344c-.3391.2069-.7705.1841-1.086-.0573l-5.7672-4.4131"/></svg>
Copied!