arrow-minimize-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
arrow-minimize-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow minimize icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.498 12.505a1 1 0 0 1 .993.884l.007.116v7.504a1 1 0 0 1-1.994.117l-.006-.117v-5.093l-5.791 5.792a1 1 0 0 1-1.32.083l-.095-.083a1 1 0 0 1-.083-1.32l.083-.095l5.788-5.788H2.996a1 1 0 0 1-.117-1.993l.117-.007zm3-10.505a1 1 0 0 1 .994.883l.007.117v5.087l5.793-5.794a1 1 0 0 1 1.32-.083l.095.083a1 1 0 0 1 .083 1.32l-.083.095l-5.797 5.795H21a1 1 0 0 1 .117 1.994l-.117.007h-7.5a1 1 0 0 1-.994-.883l-.006-.117V3a1 1 0 0 1 1-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowMinimize24Filled(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="M10.498 12.505a1 1 0 0 1 .993.884l.007.116v7.504a1 1 0 0 1-1.994.117l-.006-.117v-5.093l-5.791 5.792a1 1 0 0 1-1.32.083l-.095-.083a1 1 0 0 1-.083-1.32l.083-.095l5.788-5.788H2.996a1 1 0 0 1-.117-1.993l.117-.007zm3-10.505a1 1 0 0 1 .994.883l.007.117v5.087l5.793-5.794a1 1 0 0 1 1.32-.083l.095.083a1 1 0 0 1 .083 1.32l-.083.095l-5.797 5.795H21a1 1 0 0 1 .117 1.994l-.117.007h-7.5a1 1 0 0 1-.994-.883l-.006-.117V3a1 1 0 0 1 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.498 12.505a1 1 0 0 1 .993.884l.007.116v7.504a1 1 0 0 1-1.994.117l-.006-.117v-5.093l-5.791 5.792a1 1 0 0 1-1.32.083l-.095-.083a1 1 0 0 1-.083-1.32l.083-.095l5.788-5.788H2.996a1 1 0 0 1-.117-1.993l.117-.007zm3-10.505a1 1 0 0 1 .994.883l.007.117v5.087l5.793-5.794a1 1 0 0 1 1.32-.083l.095.083a1 1 0 0 1 .083 1.32l-.083.095l-5.797 5.795H21a1 1 0 0 1 .117 1.994l-.117.007h-7.5a1 1 0 0 1-.994-.883l-.006-.117V3a1 1 0 0 1 1-1"/></svg>
</template>

CSS

.icon-arrow-minimize-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.498%2012.505a1%201%200%200%201%20.993.884l.007.116v7.504a1%201%200%200%201-1.994.117l-.006-.117v-5.093l-5.791%205.792a1%201%200%200%201-1.32.083l-.095-.083a1%201%200%200%201-.083-1.32l.083-.095l5.788-5.788H2.996a1%201%200%200%201-.117-1.993l.117-.007zm3-10.505a1%201%200%200%201%20.994.883l.007.117v5.087l5.793-5.794a1%201%200%200%201%201.32-.083l.095.083a1%201%200%200%201%20.083%201.32l-.083.095l-5.797%205.795H21a1%201%200%200%201%20.117%201.994l-.117.007h-7.5a1%201%200%200%201-.994-.883l-.006-.117V3a1%201%200%200%201%201-1%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%22M10.498%2012.505a1%201%200%200%201%20.993.884l.007.116v7.504a1%201%200%200%201-1.994.117l-.006-.117v-5.093l-5.791%205.792a1%201%200%200%201-1.32.083l-.095-.083a1%201%200%200%201-.083-1.32l.083-.095l5.788-5.788H2.996a1%201%200%200%201-.117-1.993l.117-.007zm3-10.505a1%201%200%200%201%20.994.883l.007.117v5.087l5.793-5.794a1%201%200%200%201%201.32-.083l.095.083a1%201%200%200%201%20.083%201.32l-.083.095l-5.797%205.795H21a1%201%200%200%201%20.117%201.994l-.117.007h-7.5a1%201%200%200%201-.994-.883l-.006-.117V3a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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