arrow minimize top left bottom right icon

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

Name
arrow-minimize-top-left-bottom-right-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
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 28 28"><path fill="currentColor" d="m24 15l.116.007A1 1 0 0 1 25 16l-.007.116A1 1 0 0 1 24 17h-5.585l7.292 7.293l.083.094a1 1 0 0 1-1.497 1.32L17 18.413V24l-.007.116A1 1 0 0 1 15 24v-8l.007-.116A1 1 0 0 1 16 15zM2.293 2.293a1 1 0 0 1 1.414 0L11 9.585V4l.007-.116A1 1 0 0 1 13 4v8l-.007.116A1 1 0 0 1 12 13H4l-.117-.007A1 1 0 0 1 3 12l.007-.116A1 1 0 0 1 4 11h5.587L2.293 3.707l-.083-.094a1 1 0 0 1 .083-1.32"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowMinimizeTopLeftBottomRight28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="m24 15l.116.007A1 1 0 0 1 25 16l-.007.116A1 1 0 0 1 24 17h-5.585l7.292 7.293l.083.094a1 1 0 0 1-1.497 1.32L17 18.413V24l-.007.116A1 1 0 0 1 15 24v-8l.007-.116A1 1 0 0 1 16 15zM2.293 2.293a1 1 0 0 1 1.414 0L11 9.585V4l.007-.116A1 1 0 0 1 13 4v8l-.007.116A1 1 0 0 1 12 13H4l-.117-.007A1 1 0 0 1 3 12l.007-.116A1 1 0 0 1 4 11h5.587L2.293 3.707l-.083-.094a1 1 0 0 1 .083-1.32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="m24 15l.116.007A1 1 0 0 1 25 16l-.007.116A1 1 0 0 1 24 17h-5.585l7.292 7.293l.083.094a1 1 0 0 1-1.497 1.32L17 18.413V24l-.007.116A1 1 0 0 1 15 24v-8l.007-.116A1 1 0 0 1 16 15zM2.293 2.293a1 1 0 0 1 1.414 0L11 9.585V4l.007-.116A1 1 0 0 1 13 4v8l-.007.116A1 1 0 0 1 12 13H4l-.117-.007A1 1 0 0 1 3 12l.007-.116A1 1 0 0 1 4 11h5.587L2.293 3.707l-.083-.094a1 1 0 0 1 .083-1.32"/></svg>
</template>

CSS

.icon-arrow-minimize-top-left-bottom-right-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m24%2015l.116.007A1%201%200%200%201%2025%2016l-.007.116A1%201%200%200%201%2024%2017h-5.585l7.292%207.293l.083.094a1%201%200%200%201-1.497%201.32L17%2018.413V24l-.007.116A1%201%200%200%201%2015%2024v-8l.007-.116A1%201%200%200%201%2016%2015zM2.293%202.293a1%201%200%200%201%201.414%200L11%209.585V4l.007-.116A1%201%200%200%201%2013%204v8l-.007.116A1%201%200%200%201%2012%2013H4l-.117-.007A1%201%200%200%201%203%2012l.007-.116A1%201%200%200%201%204%2011h5.587L2.293%203.707l-.083-.094a1%201%200%200%201%20.083-1.32%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m24%2015l.116.007A1%201%200%200%201%2025%2016l-.007.116A1%201%200%200%201%2024%2017h-5.585l7.292%207.293l.083.094a1%201%200%200%201-1.497%201.32L17%2018.413V24l-.007.116A1%201%200%200%201%2015%2024v-8l.007-.116A1%201%200%200%201%2016%2015zM2.293%202.293a1%201%200%200%201%201.414%200L11%209.585V4l.007-.116A1%201%200%200%201%2013%204v8l-.007.116A1%201%200%200%201%2012%2013H4l-.117-.007A1%201%200%200%201%203%2012l.007-.116A1%201%200%200%201%204%2011h5.587L2.293%203.707l-.083-.094a1%201%200%200%201%20.083-1.32%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-28-filled.svg?color=%231a73e8&size=48