expand player icon

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

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

1 other variant in MingCute Icon

Use the expand player 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-5zM6 7a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0v-.586l1.915 1.915a1 1 0 1 0 1.414-1.414L8.414 9H9a1 1 0 0 0 0-2z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteExpandPlayerFill(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-5zM6 7a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0v-.586l1.915 1.915a1 1 0 1 0 1.414-1.414L8.414 9H9a1 1 0 0 0 0-2z"/></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-5zM6 7a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0v-.586l1.915 1.915a1 1 0 1 0 1.414-1.414L8.414 9H9a1 1 0 0 0 0-2z"/></svg>
</template>

CSS

.icon-expand-player-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-5zM6%207a1%201%200%200%200-1%201v3a1%201%200%200%200%202%200v-.586l1.915%201.915a1%201%200%201%200%201.414-1.414L8.414%209H9a1%201%200%200%200%200-2z%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-5zM6%207a1%201%200%200%200-1%201v3a1%201%200%200%200%202%200v-.586l1.915%201.915a1%201%200%201%200%201.414-1.414L8.414%209H9a1%201%200%200%200%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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