Zoho Crm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zoho Crm 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/350181.svg" alt="Zoho Crm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350181.svg" alt="Zoho Crm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350181.svg" alt="Zoho Crm icon" :width="24" :height="24" />
CSS background
.icon-zoho-crm {
background-image: url('https://proicons.com/icon/350181.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M26.3655,13.9999c5.1292-2.9937,11.671-1.5275,15.068,3.377,3.3971,4.9046,2.5225,11.62-2.0145,15.469-4.537,3.8486-11.231,3.5531-15.419-.6806l-8.077-8.1653c-1.1152-1.1274-1.1152-2.9552,0-4.0827,1.1152-1.1274,2.9233-1.1274,4.0385,0l8.077,8.1653c1.1152,1.1274,2.9233,1.1274,4.0385,0s1.1152-2.9552,0-4.0827l-8.077-8.1653c-4.188-4.2337-10.882-4.5292-15.419-.6806-4.537,3.8487-5.4116,10.564-2.0145,15.469,3.3971,4.9046,9.9389,6.3707,15.068,3.377"/></svg>
Copied!