miniplayer-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
miniplayer-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the miniplayer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 12a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2zm-1-8a2 2 0 0 1 2 2v4h-7a3 3 0 0 0-3 3v6H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm-4 14h5v-4h-5zM5.587 6.173a1 1 0 0 0-1.414 1.414l1.915 1.915h-.586a1 1 0 0 0 0 2h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-2 0v.586z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteMiniplayerFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 12a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2zm-1-8a2 2 0 0 1 2 2v4h-7a3 3 0 0 0-3 3v6H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm-4 14h5v-4h-5zM5.587 6.173a1 1 0 0 0-1.414 1.414l1.915 1.915h-.586a1 1 0 0 0 0 2h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-2 0v.586z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 12a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2zm-1-8a2 2 0 0 1 2 2v4h-7a3 3 0 0 0-3 3v6H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm-4 14h5v-4h-5zM5.587 6.173a1 1 0 0 0-1.414 1.414l1.915 1.915h-.586a1 1 0 0 0 0 2h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-2 0v.586z"/></svg>
</template>

CSS

.icon-miniplayer-fill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2012a2%202%200%200%201%202%202v4a2%202%200%200%201-2%202h-5a2%202%200%200%201-2-2v-4a2%202%200%200%201%202-2zm-1-8a2%202%200%200%201%202%202v4h-7a3%203%200%200%200-3%203v6H4a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2zm-4%2014h5v-4h-5zM5.587%206.173a1%201%200%200%200-1.414%201.414l1.915%201.915h-.586a1%201%200%200%200%200%202h3a1%201%200%200%200%201-1v-3a1%201%200%200%200-2%200v.586z%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2012a2%202%200%200%201%202%202v4a2%202%200%200%201-2%202h-5a2%202%200%200%201-2-2v-4a2%202%200%200%201%202-2zm-1-8a2%202%200%200%201%202%202v4h-7a3%203%200%200%200-3%203v6H4a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2zm-4%2014h5v-4h-5zM5.587%206.173a1%201%200%200%200-1.414%201.414l1.915%201.915h-.586a1%201%200%200%200%200%202h3a1%201%200%200%200%201-1v-3a1%201%200%200%200-2%200v.586z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/miniplayer-fill.svg?color=%231a73e8&size=48