Zendesk Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Zendesk 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/316736.svg" alt="Zendesk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316736.svg" alt="Zendesk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316736.svg" alt="Zendesk icon" :width="24" :height="24" />
CSS background
.icon-zendesk {
background-image: url('https://proicons.com/icon/316736.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Zendesk</title><path d="M12.914 2.904V16.29L24 2.905H12.914zM0 2.906C0 5.966 2.483 8.45 5.543 8.45s5.542-2.484 5.543-5.544H0zm11.086 4.807L0 21.096h11.086V7.713zm7.37 7.84c-3.063 0-5.542 2.48-5.542 5.543H24c0-3.06-2.48-5.543-5.543-5.543z"/></svg>
Copied!