arrow minimize top left bottom right icon

arrow-minimize-top-left-bottom-right-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
arrow-minimize-top-left-bottom-right-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow minimize top left bottom right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m16.25 11l.102.007a.75.75 0 0 1 .648.743l-.007.102a.75.75 0 0 1-.743.648h-2.688l4.469 4.47l.072.084a.75.75 0 0 1-1.133.976l-4.47-4.47v2.69l-.007.102A.75.75 0 0 1 11 16.25v-4.5l.007-.101A.75.75 0 0 1 11.75 11zM1.97 1.97a.75.75 0 0 1 1.06 0L8 6.938V3.75l.007-.101A.75.75 0 0 1 9.5 3.75v5l-.007.102a.75.75 0 0 1-.743.648h-5l-.101-.007A.75.75 0 0 1 3 8.75l.007-.101A.75.75 0 0 1 3.75 8h3.19L1.97 3.03l-.073-.084a.75.75 0 0 1 .073-.976"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowMinimizeTopLeftBottomRight20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m16.25 11l.102.007a.75.75 0 0 1 .648.743l-.007.102a.75.75 0 0 1-.743.648h-2.688l4.469 4.47l.072.084a.75.75 0 0 1-1.133.976l-4.47-4.47v2.69l-.007.102A.75.75 0 0 1 11 16.25v-4.5l.007-.101A.75.75 0 0 1 11.75 11zM1.97 1.97a.75.75 0 0 1 1.06 0L8 6.938V3.75l.007-.101A.75.75 0 0 1 9.5 3.75v5l-.007.102a.75.75 0 0 1-.743.648h-5l-.101-.007A.75.75 0 0 1 3 8.75l.007-.101A.75.75 0 0 1 3.75 8h3.19L1.97 3.03l-.073-.084a.75.75 0 0 1 .073-.976"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m16.25 11l.102.007a.75.75 0 0 1 .648.743l-.007.102a.75.75 0 0 1-.743.648h-2.688l4.469 4.47l.072.084a.75.75 0 0 1-1.133.976l-4.47-4.47v2.69l-.007.102A.75.75 0 0 1 11 16.25v-4.5l.007-.101A.75.75 0 0 1 11.75 11zM1.97 1.97a.75.75 0 0 1 1.06 0L8 6.938V3.75l.007-.101A.75.75 0 0 1 9.5 3.75v5l-.007.102a.75.75 0 0 1-.743.648h-5l-.101-.007A.75.75 0 0 1 3 8.75l.007-.101A.75.75 0 0 1 3.75 8h3.19L1.97 3.03l-.073-.084a.75.75 0 0 1 .073-.976"/></svg>
</template>

CSS

.icon-arrow-minimize-top-left-bottom-right-20-filled {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.25%2011l.102.007a.75.75%200%200%201%20.648.743l-.007.102a.75.75%200%200%201-.743.648h-2.688l4.469%204.47l.072.084a.75.75%200%200%201-1.133.976l-4.47-4.47v2.69l-.007.102A.75.75%200%200%201%2011%2016.25v-4.5l.007-.101A.75.75%200%200%201%2011.75%2011zM1.97%201.97a.75.75%200%200%201%201.06%200L8%206.938V3.75l.007-.101A.75.75%200%200%201%209.5%203.75v5l-.007.102a.75.75%200%200%201-.743.648h-5l-.101-.007A.75.75%200%200%201%203%208.75l.007-.101A.75.75%200%200%201%203.75%208h3.19L1.97%203.03l-.073-.084a.75.75%200%200%201%20.073-.976%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.25%2011l.102.007a.75.75%200%200%201%20.648.743l-.007.102a.75.75%200%200%201-.743.648h-2.688l4.469%204.47l.072.084a.75.75%200%200%201-1.133.976l-4.47-4.47v2.69l-.007.102A.75.75%200%200%201%2011%2016.25v-4.5l.007-.101A.75.75%200%200%201%2011.75%2011zM1.97%201.97a.75.75%200%200%201%201.06%200L8%206.938V3.75l.007-.101A.75.75%200%200%201%209.5%203.75v5l-.007.102a.75.75%200%200%201-.743.648h-5l-.101-.007A.75.75%200%200%201%203%208.75l.007-.101A.75.75%200%200%201%203.75%208h3.19L1.97%203.03l-.073-.084a.75.75%200%200%201%20.073-.976%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/arrow-minimize-top-left-bottom-right-20-filled.svg?color=%231a73e8&size=48