Zoho Workplace Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zoho Workplace 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/335632.svg" alt="Zoho Workplace icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335632.svg" alt="Zoho Workplace icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335632.svg" alt="Zoho Workplace icon" :width="24" :height="24" />
CSS background
.icon-zoho-workplace {
background-image: url('https://proicons.com/icon/335632.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="cls-1" cx="14.6898" cy="29.375" r="2.15"/><circle class="cls-1" cx="23.9998" cy="13.25" r="2.15"/><path class="cls-1" d="M23.9998,2.5l18.62,10.75v21.5l-18.62,10.75-18.62-10.75V13.25S23.9998,2.5,23.9998,2.5Z"/><path class="cls-1" d="M5.379,13.252l18.621,10.748,18.621-10.748"/><path class="cls-1" d="M23.9998,24v21.5"/><path class="cls-1" d="M21.5168,31.167l-4.9652-2.8667v-8.6l7.4478-4.3,7.4478,4.3v8.6l-7.4478,4.3"/></svg>
Copied!