arrow square down icon

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

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

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the arrow square down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 3A2.5 2.5 0 0 0 3 5.5v13A2.5 2.5 0 0 0 5.5 21h13a2.5 2.5 0 0 0 2.5-2.5v-13A2.5 2.5 0 0 0 18.5 3zm11.03 8.72a.75.75 0 0 1 .073.977l-.073.084l-4 4a.75.75 0 0 1-.977.073l-.084-.072l-4-4.002a.75.75 0 0 1 .976-1.133l.085.073l2.72 2.722V7.75a.75.75 0 0 1 .648-.743L12 7a.75.75 0 0 1 .743.648l.007.102v6.69l2.72-2.72a.75.75 0 0 1 .976-.072z"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowSquareDown24Filled(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="M5.5 3A2.5 2.5 0 0 0 3 5.5v13A2.5 2.5 0 0 0 5.5 21h13a2.5 2.5 0 0 0 2.5-2.5v-13A2.5 2.5 0 0 0 18.5 3zm11.03 8.72a.75.75 0 0 1 .073.977l-.073.084l-4 4a.75.75 0 0 1-.977.073l-.084-.072l-4-4.002a.75.75 0 0 1 .976-1.133l.085.073l2.72 2.722V7.75a.75.75 0 0 1 .648-.743L12 7a.75.75 0 0 1 .743.648l.007.102v6.69l2.72-2.72a.75.75 0 0 1 .976-.072z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 3A2.5 2.5 0 0 0 3 5.5v13A2.5 2.5 0 0 0 5.5 21h13a2.5 2.5 0 0 0 2.5-2.5v-13A2.5 2.5 0 0 0 18.5 3zm11.03 8.72a.75.75 0 0 1 .073.977l-.073.084l-4 4a.75.75 0 0 1-.977.073l-.084-.072l-4-4.002a.75.75 0 0 1 .976-1.133l.085.073l2.72 2.722V7.75a.75.75 0 0 1 .648-.743L12 7a.75.75 0 0 1 .743.648l.007.102v6.69l2.72-2.72a.75.75 0 0 1 .976-.072z"/></svg>
</template>

CSS

.icon-arrow-square-down-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%22M5.5%203A2.5%202.5%200%200%200%203%205.5v13A2.5%202.5%200%200%200%205.5%2021h13a2.5%202.5%200%200%200%202.5-2.5v-13A2.5%202.5%200%200%200%2018.5%203zm11.03%208.72a.75.75%200%200%201%20.073.977l-.073.084l-4%204a.75.75%200%200%201-.977.073l-.084-.072l-4-4.002a.75.75%200%200%201%20.976-1.133l.085.073l2.72%202.722V7.75a.75.75%200%200%201%20.648-.743L12%207a.75.75%200%200%201%20.743.648l.007.102v6.69l2.72-2.72a.75.75%200%200%201%20.976-.072z%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%22M5.5%203A2.5%202.5%200%200%200%203%205.5v13A2.5%202.5%200%200%200%205.5%2021h13a2.5%202.5%200%200%200%202.5-2.5v-13A2.5%202.5%200%200%200%2018.5%203zm11.03%208.72a.75.75%200%200%201%20.073.977l-.073.084l-4%204a.75.75%200%200%201-.977.073l-.084-.072l-4-4.002a.75.75%200%200%201%20.976-1.133l.085.073l2.72%202.722V7.75a.75.75%200%200%201%20.648-.743L12%207a.75.75%200%200%201%20.743.648l.007.102v6.69l2.72-2.72a.75.75%200%200%201%20.976-.072z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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