text arrow down right column icon
text-arrow-down-right-column-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- text-arrow-down-right-column-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- 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-filled
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="M5.25 5a1.25 1.25 0 1 0 0 2.5h17.5a1.25 1.25 0 1 0 0-2.5zm0 7.5a1.25 1.25 0 1 0 0 2.5h12.5a1.25 1.25 0 1 0 0-2.5zm26-4.5A4.25 4.25 0 0 0 27 12.25v26.5A4.25 4.25 0 0 0 31.25 43h6.5A4.25 4.25 0 0 0 42 38.75v-26.5A4.25 4.25 0 0 0 37.75 8zm-1.75 4.25c0-.966.784-1.75 1.75-1.75h6.5c.967 0 1.75.784 1.75 1.75V19h-10zm0 9.25h10v8h-10zm0 10.5h10v6.75a1.75 1.75 0 0 1-1.75 1.75h-6.5a1.75 1.75 0 0 1-1.75-1.75zm-21-10.75a1.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 FluentTextArrowDownRightColumn48Regular(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="M5.25 5a1.25 1.25 0 1 0 0 2.5h17.5a1.25 1.25 0 1 0 0-2.5zm0 7.5a1.25 1.25 0 1 0 0 2.5h12.5a1.25 1.25 0 1 0 0-2.5zm26-4.5A4.25 4.25 0 0 0 27 12.25v26.5A4.25 4.25 0 0 0 31.25 43h6.5A4.25 4.25 0 0 0 42 38.75v-26.5A4.25 4.25 0 0 0 37.75 8zm-1.75 4.25c0-.966.784-1.75 1.75-1.75h6.5c.967 0 1.75.784 1.75 1.75V19h-10zm0 9.25h10v8h-10zm0 10.5h10v6.75a1.75 1.75 0 0 1-1.75 1.75h-6.5a1.75 1.75 0 0 1-1.75-1.75zm-21-10.75a1.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="M5.25 5a1.25 1.25 0 1 0 0 2.5h17.5a1.25 1.25 0 1 0 0-2.5zm0 7.5a1.25 1.25 0 1 0 0 2.5h12.5a1.25 1.25 0 1 0 0-2.5zm26-4.5A4.25 4.25 0 0 0 27 12.25v26.5A4.25 4.25 0 0 0 31.25 43h6.5A4.25 4.25 0 0 0 42 38.75v-26.5A4.25 4.25 0 0 0 37.75 8zm-1.75 4.25c0-.966.784-1.75 1.75-1.75h6.5c.967 0 1.75.784 1.75 1.75V19h-10zm0 9.25h10v8h-10zm0 10.5h10v6.75a1.75 1.75 0 0 1-1.75 1.75h-6.5a1.75 1.75 0 0 1-1.75-1.75zm-21-10.75a1.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-regular {
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%22M5.25%205a1.25%201.25%200%201%200%200%202.5h17.5a1.25%201.25%200%201%200%200-2.5zm0%207.5a1.25%201.25%200%201%200%200%202.5h12.5a1.25%201.25%200%201%200%200-2.5zm26-4.5A4.25%204.25%200%200%200%2027%2012.25v26.5A4.25%204.25%200%200%200%2031.25%2043h6.5A4.25%204.25%200%200%200%2042%2038.75v-26.5A4.25%204.25%200%200%200%2037.75%208zm-1.75%204.25c0-.966.784-1.75%201.75-1.75h6.5c.967%200%201.75.784%201.75%201.75V19h-10zm0%209.25h10v8h-10zm0%2010.5h10v6.75a1.75%201.75%200%200%201-1.75%201.75h-6.5a1.75%201.75%200%200%201-1.75-1.75zm-21-10.75a1.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%22M5.25%205a1.25%201.25%200%201%200%200%202.5h17.5a1.25%201.25%200%201%200%200-2.5zm0%207.5a1.25%201.25%200%201%200%200%202.5h12.5a1.25%201.25%200%201%200%200-2.5zm26-4.5A4.25%204.25%200%200%200%2027%2012.25v26.5A4.25%204.25%200%200%200%2031.25%2043h6.5A4.25%204.25%200%200%200%2042%2038.75v-26.5A4.25%204.25%200%200%200%2037.75%208zm-1.75%204.25c0-.966.784-1.75%201.75-1.75h6.5c.967%200%201.75.784%201.75%201.75V19h-10zm0%209.25h10v8h-10zm0%2010.5h10v6.75a1.75%201.75%200%200%201-1.75%201.75h-6.5a1.75%201.75%200%200%201-1.75-1.75zm-21-10.75a1.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-regular.svg?color=%231a73e8&size=48