Expertsexchange Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Expertsexchange 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/314268.svg" alt="Expertsexchange icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314268.svg" alt="Expertsexchange icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314268.svg" alt="Expertsexchange icon" :width="24" :height="24" />
CSS background
.icon-expertsexchange {
background-image: url('https://proicons.com/icon/314268.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>Experts Exchange</title><path d="M7.28.9H0L8.36 12 0 23.1h7.28L15.64 12zM24 .9h-7.28l-2.3 3.06 3.64 4.82zM14.42 20.05l2.3 3.05H24l-5.94-7.88z"/></svg>
Copied!