midi logo
midi from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.
- Name
- midi
- Set
- Catppuccin Icons
- Style
- Color
- Viewbox
- 16×17
- License
- MIT
The same logo in other sets
Use the midi logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 17"><g fill="none" stroke="#cad3f5"><path d="M5.1 1.3a7.5 7.5 0 1 0 5.8 0c-.7-.3-1.4.3-1.4 1c0 .2-.2.4-.5.4H7a.5.5 0 0 1-.5-.5c0-.6-.7-1.2-1.4-.9Z"/><path d="M5.5 11.7a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Zm6 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0ZM4 9.2a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Zm9 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Zm-4.5 4a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Z"/></g></svg>
React
import type { SVGProps } from "react";
export function CatppuccinMidi(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 17"><g fill="none" stroke="#cad3f5"><path d="M5.1 1.3a7.5 7.5 0 1 0 5.8 0c-.7-.3-1.4.3-1.4 1c0 .2-.2.4-.5.4H7a.5.5 0 0 1-.5-.5c0-.6-.7-1.2-1.4-.9Z"/><path d="M5.5 11.7a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Zm6 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0ZM4 9.2a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Zm9 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Zm-4.5 4a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 17"><g fill="none" stroke="#cad3f5"><path d="M5.1 1.3a7.5 7.5 0 1 0 5.8 0c-.7-.3-1.4.3-1.4 1c0 .2-.2.4-.5.4H7a.5.5 0 0 1-.5-.5c0-.6-.7-1.2-1.4-.9Z"/><path d="M5.5 11.7a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Zm6 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0ZM4 9.2a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Zm9 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Zm-4.5 4a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Z"/></g></svg> </template>
CSS
.icon-midi {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2017%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%3E%3Cpath%20d%3D%22M5.1%201.3a7.5%207.5%200%201%200%205.8%200c-.7-.3-1.4.3-1.4%201c0%20.2-.2.4-.5.4H7a.5.5%200%200%201-.5-.5c0-.6-.7-1.2-1.4-.9Z%22%2F%3E%3Cpath%20d%3D%22M5.5%2011.7a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200Zm6%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200ZM4%209.2a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200Zm9%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200Zm-4.5%204a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2017%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%3E%3Cpath%20d%3D%22M5.1%201.3a7.5%207.5%200%201%200%205.8%200c-.7-.3-1.4.3-1.4%201c0%20.2-.2.4-.5.4H7a.5.5%200%200%201-.5-.5c0-.6-.7-1.2-1.4-.9Z%22%2F%3E%3Cpath%20d%3D%22M5.5%2011.7a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200Zm6%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200ZM4%209.2a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200Zm9%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200Zm-4.5%204a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/catppuccin/midi.svg?color=%231a73e8&size=48