Zoho People Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zoho People 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/350185.svg" alt="Zoho People icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350185.svg" alt="Zoho People icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350185.svg" alt="Zoho People icon" :width="24" :height="24" />
CSS background
.icon-zoho-people {
background-image: url('https://proicons.com/icon/350185.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="d" cx="24.004" cy="14.888" r="2.4078"/><path class="d" d="m6.7802 23.97c-.59546.34384-.96251.979-.9631 1.6666l-.00564 9.9546c-8.8e-5.68828.36705 1.3243.9631 1.6685l8.6172 4.9829c.59598.34404 1.3302.34404 1.9262 0l8.6247-4.9735c.59546-.34384.96251-.979.9631-1.6666l.0057-9.9546c8.8e-5-.68828-.36705-1.3243-.9631-1.6685l-8.619-4.9829c-.59598-.34404-1.3302-.34404-1.9263 0z"/><path class="d" d="m41.22 23.97c.59546.34384.96251.979.9631 1.6666l.0057 9.9546c8.8e-5.68828-.36705 1.3243-.9631 1.6685l-8.6172 4.9829c-.59598.34404-1.3302.34404-1.9262 0l-8.6247-4.9735c-.59546-.34384-.96251-.979-.9631-1.6666l-.0057-9.9546c-8.8e-5-.68828.36705-1.3243.9631-1.6685l8.619-4.9829c.59598-.34404 1.3302-.34404 1.9262 0z"/><path class="d" d="m33.585 10.732c.59546.34384.96251.979.9631 1.6666l.0057 9.9546c8.8e-5.68828-.36705 1.3243-.9631 1.6685l-8.6172 4.9829c-.59598.34404-1.3302.34404-1.9262 0l-8.6247-4.9735c-.59546-.34384-.96251-.979-.9631-1.6666l-.0057-9.9546c-8.8e-5-.68828.36705-1.3243.9631-1.6685l8.619-4.9829c.59598-.34404 1.3302-.34404 1.9262 0z"/></svg>
Copied!