text arrow down right column icon
text-arrow-down-right-column-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- text-arrow-down-right-column-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
text-arrow-down-right-column-16-filledtext-arrow-down-right-column-16-regulartext-arrow-down-right-column-20-filledtext-arrow-down-right-column-20-regulartext-arrow-down-right-column-24-filledtext-arrow-down-right-column-24-regulartext-arrow-down-right-column-28-filledtext-arrow-down-right-column-28-regulartext-arrow-down-right-column-32-filledtext-arrow-down-right-column-32-regulartext-arrow-down-right-column-48-regular
Related icons in Fluent UI System Icons
text-abc-underline-double-32-filledtext-add-20-filledtext-add-space-after-20-filledtext-add-space-before-20-filledtext-add-t-20-filledtext-align-center-16-filledtext-align-center-rotate-270-16-filledtext-align-center-rotate-90-16-filledtext-align-distributed-20-filledtext-align-distributed-evenly-20-filledtext-align-distributed-vertical-20-filledtext-align-justify-20-filledtext-align-justify-low-20-filledtext-align-justify-low-90-20-filledtext-align-justify-low-rotate-270-20-filledtext-align-justify-low-rotate-90-20-filledtext-align-justify-rotate-270-20-filledtext-align-justify-rotate-90-20-filledtext-align-left-16-filledtext-align-left-rotate-270-16-filledtext-align-left-rotate-90-16-filledtext-align-right-16-filledtext-align-right-rotate-270-16-filledtext-align-right-rotate-90-16-filled
Use the text arrow down right column icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M4 6.25C4 5.56 4.56 5 5.25 5h17.5a1.25 1.25 0 1 1 0 2.5H5.25C4.56 7.5 4 6.94 4 6.25m0 7.5c0-.69.56-1.25 1.25-1.25h12.5a1.25 1.25 0 1 1 0 2.5H5.25C4.56 15 4 14.44 4 13.75m23-1.5A4.25 4.25 0 0 1 31.25 8h6.5A4.25 4.25 0 0 1 42 12.25V19H27zm0 9.25v8h15v-8zM42 32H27v6.75A4.25 4.25 0 0 0 31.25 43h6.5A4.25 4.25 0 0 0 42 38.75zM8.5 21.25a1.25 1.25 0 1 0-2.5 0v4.5A6.25 6.25 0 0 0 12.25 32h5.482l-3.366 3.366a1.25 1.25 0 0 0 1.768 1.768l5.5-5.5a1.25 1.25 0 0 0 0-1.768l-5.5-5.5a1.25 1.25 0 0 0-1.768 1.768l3.366 3.366H12.25a3.75 3.75 0 0 1-3.75-3.75z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextArrowDownRightColumn48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M4 6.25C4 5.56 4.56 5 5.25 5h17.5a1.25 1.25 0 1 1 0 2.5H5.25C4.56 7.5 4 6.94 4 6.25m0 7.5c0-.69.56-1.25 1.25-1.25h12.5a1.25 1.25 0 1 1 0 2.5H5.25C4.56 15 4 14.44 4 13.75m23-1.5A4.25 4.25 0 0 1 31.25 8h6.5A4.25 4.25 0 0 1 42 12.25V19H27zm0 9.25v8h15v-8zM42 32H27v6.75A4.25 4.25 0 0 0 31.25 43h6.5A4.25 4.25 0 0 0 42 38.75zM8.5 21.25a1.25 1.25 0 1 0-2.5 0v4.5A6.25 6.25 0 0 0 12.25 32h5.482l-3.366 3.366a1.25 1.25 0 0 0 1.768 1.768l5.5-5.5a1.25 1.25 0 0 0 0-1.768l-5.5-5.5a1.25 1.25 0 0 0-1.768 1.768l3.366 3.366H12.25a3.75 3.75 0 0 1-3.75-3.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M4 6.25C4 5.56 4.56 5 5.25 5h17.5a1.25 1.25 0 1 1 0 2.5H5.25C4.56 7.5 4 6.94 4 6.25m0 7.5c0-.69.56-1.25 1.25-1.25h12.5a1.25 1.25 0 1 1 0 2.5H5.25C4.56 15 4 14.44 4 13.75m23-1.5A4.25 4.25 0 0 1 31.25 8h6.5A4.25 4.25 0 0 1 42 12.25V19H27zm0 9.25v8h15v-8zM42 32H27v6.75A4.25 4.25 0 0 0 31.25 43h6.5A4.25 4.25 0 0 0 42 38.75zM8.5 21.25a1.25 1.25 0 1 0-2.5 0v4.5A6.25 6.25 0 0 0 12.25 32h5.482l-3.366 3.366a1.25 1.25 0 0 0 1.768 1.768l5.5-5.5a1.25 1.25 0 0 0 0-1.768l-5.5-5.5a1.25 1.25 0 0 0-1.768 1.768l3.366 3.366H12.25a3.75 3.75 0 0 1-3.75-3.75z"/></svg> </template>
CSS
.icon-text-arrow-down-right-column-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%206.25C4%205.56%204.56%205%205.25%205h17.5a1.25%201.25%200%201%201%200%202.5H5.25C4.56%207.5%204%206.94%204%206.25m0%207.5c0-.69.56-1.25%201.25-1.25h12.5a1.25%201.25%200%201%201%200%202.5H5.25C4.56%2015%204%2014.44%204%2013.75m23-1.5A4.25%204.25%200%200%201%2031.25%208h6.5A4.25%204.25%200%200%201%2042%2012.25V19H27zm0%209.25v8h15v-8zM42%2032H27v6.75A4.25%204.25%200%200%200%2031.25%2043h6.5A4.25%204.25%200%200%200%2042%2038.75zM8.5%2021.25a1.25%201.25%200%201%200-2.5%200v4.5A6.25%206.25%200%200%200%2012.25%2032h5.482l-3.366%203.366a1.25%201.25%200%200%200%201.768%201.768l5.5-5.5a1.25%201.25%200%200%200%200-1.768l-5.5-5.5a1.25%201.25%200%200%200-1.768%201.768l3.366%203.366H12.25a3.75%203.75%200%200%201-3.75-3.75z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%206.25C4%205.56%204.56%205%205.25%205h17.5a1.25%201.25%200%201%201%200%202.5H5.25C4.56%207.5%204%206.94%204%206.25m0%207.5c0-.69.56-1.25%201.25-1.25h12.5a1.25%201.25%200%201%201%200%202.5H5.25C4.56%2015%204%2014.44%204%2013.75m23-1.5A4.25%204.25%200%200%201%2031.25%208h6.5A4.25%204.25%200%200%201%2042%2012.25V19H27zm0%209.25v8h15v-8zM42%2032H27v6.75A4.25%204.25%200%200%200%2031.25%2043h6.5A4.25%204.25%200%200%200%2042%2038.75zM8.5%2021.25a1.25%201.25%200%201%200-2.5%200v4.5A6.25%206.25%200%200%200%2012.25%2032h5.482l-3.366%203.366a1.25%201.25%200%200%200%201.768%201.768l5.5-5.5a1.25%201.25%200%200%200%200-1.768l-5.5-5.5a1.25%201.25%200%200%200-1.768%201.768l3.366%203.366H12.25a3.75%203.75%200%200%201-3.75-3.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-arrow-down-right-column-48-filled.svg?color=%231a73e8&size=48