Devexpress Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Devexpress 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/314095.svg" alt="Devexpress icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314095.svg" alt="Devexpress icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314095.svg" alt="Devexpress icon" :width="24" :height="24" />
CSS background
.icon-devexpress {
background-image: url('https://proicons.com/icon/314095.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>DevExpress</title><path d="M1.4 0h21.2c.8 0 1.4.6 1.4 1.4v1.1c0 .8-.6 1-.9 1C11.7 4.9 4.2 9.7 0 14.1V1.4C0 .6.6 0 1.4 0zm.022 19.567L1.7 19.2C5.3 14.6 12.4 8.3 24 6.3v16.3c0 .8-.6 1.4-1.4 1.4H1.4C.6 24 0 23.4 0 22.6v-.4c0-.3.2-.8.3-.9.252-.589.646-1.107 1.122-1.733z"/></svg>
Copied!