Midi icon

Used to represent musical devices and in concert event scenarios. The Midi icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Midi icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { Midi24Regular, Midi24Filled } from "@fluentui/react-icons";

export function Example() {
  return <Midi24Regular aria-label="Midi" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_midi_24_regular.svg" width="24" height="24" alt="Midi">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.75 4C20.9926 4 22 5.00736 22 6.25V17.75C22 18.9926 20.9926 20 19.75 20H4.25C3.00736 20 2 18.9926 2 17.75V6.25C2 5.00736 3.00736 4 4.25 4H19.75ZM3.5 17.75C3.5 18.1642 3.83579 18.5 4.25 18.5H19.75C20.1642 18.5 20.5 18.1642 20.5 17.75V12H18V16.25C18 16.6642 17.6642 17 17.25 17C16.8358 17 16.5 16.6642 16.5 16.25V12H14.5V16.25C14.5 16.6642 14.1642 17 13.75 17C13.3358 17 13 16.6642 13 16.25V12H11V16.25C11 16.6642 10.6642 17 10.25 17C9.83579 17 9.5 16.6642 9.5 16.25V12H7.5V16.25C7.5 16.6642 7.16421 17 6.75 17C6.33579 17 6 16.6642 6 16.25V12H3.5V17.75ZM4.25 5.5C3.83579 5.5 3.5 5.83579 3.5 6.25V10.5H20.5V6.25C20.5 5.83579 20.1642 5.5 19.75 5.5H4.25ZM6 7C6.55228 7 7 7.44772 7 8C7 8.55228 6.55228 9 6 9C5.44772 9 5 8.55228 5 8C5 7.44772 5.44772 7 6 7ZM9.5 7C10.0523 7 10.5 7.44772 10.5 8C10.5 8.55228 10.0523 9 9.5 9C8.94772 9 8.5 8.55228 8.5 8C8.5 7.44772 8.94772 7 9.5 7ZM17.25 7C17.6642 7 18 7.33579 18 7.75C18 8.16421 17.6642 8.5 17.25 8.5H14.75C14.3358 8.5 14 8.16421 14 7.75C14 7.33579 14.3358 7 14.75 7H17.25Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/midi_24_regular.svg";

Details

NameMidi
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_midi_24_regular.svg
Filled fileic_fluent_midi_24_filled.svg
React componentsMidi24Regular, Midi24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

musicalinstrumentdigitaldevicemusicinstrumentanalogsoundconcert

Related icons