Midi Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Midi 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/315189.svg" alt="Midi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315189.svg" alt="Midi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315189.svg" alt="Midi icon" :width="24" :height="24" />
CSS background
.icon-midi {
background-image: url('https://proicons.com/icon/315189.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>MIDI</title><path d="M21.775 7.517H24v8.966h-2.225zm-8.562 0h6.506c.66 0 1.045.57 1.045 1.247v6.607c0 .84-.35 1.112-1.112 1.112h-6.439v-5.696h2.225v3.505h3.135V9.54h-5.36zm-3.235 0h2.19v8.966h-2.19zM0 7.517h7.854c.66 0 1.045.57 1.045 1.247v7.72H6.708V9.774H5.427v6.708H3.438V9.775H2.191v6.708H0Z"/></svg>
Copied!