square text arrow repeat all icon
square-text-arrow-repeat-all-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- square-text-arrow-repeat-all-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
square-add-16-filledsquare-arrow-forward-16-filledsquare-dismiss-16-filledsquare-dovetail-joint-12-filledsquare-eraser-20-filledsquare-hint-16-filledsquare-hint-apps-20-filledsquare-hint-arrow-back-16-filledsquare-hint-hexagon-12-filledsquare-hint-sparkles-16-filledsquare-multiple-16-filledsquare-shadow-12-filled
Use the square text arrow repeat all icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.5 3A4.5 4.5 0 0 0 3 7.5v17A4.5 4.5 0 0 0 7.5 29h10.965l-.233-.232a2.5 2.5 0 0 1-.703-1.386a2.5 2.5 0 0 1-2.715-1.231A6.5 6.5 0 0 1 14 23h-4a1 1 0 1 1 0-2h4.313a6.52 6.52 0 0 1 3.683-4H10a1 1 0 1 1 0-2h11.5q.105-.14.232-.268a2.5 2.5 0 0 1 3.536 0l2.5 2.5c.39.39.625.879.703 1.386q.264-.057.529-.056V7.5A4.5 4.5 0 0 0 24.5 3zM10 9h12a1 1 0 1 1 0 2H10a1 1 0 1 1 0-2m14.207 6.793a1 1 0 0 0-1.414 1.414l.793.793H20.5a5 5 0 0 0-4.374 7.423a1 1 0 0 0 1.748-.97A3 3 0 0 1 20.5 20h3.086l-.793.793a1 1 0 0 0 1.414 1.414l2.5-2.5a1 1 0 0 0 0-1.414zm5.667 4.784a1 1 0 0 0-1.748.97A3 3 0 0 1 25.5 26h-3.086l.793-.793a1 1 0 0 0-1.414-1.414l-2.5 2.5a1 1 0 0 0 0 1.414l2.5 2.5a1 1 0 0 0 1.414-1.414L22.414 28H25.5a5 5 0 0 0 4.374-7.423"/></svg>
React
import type { SVGProps } from "react";
export function FluentSquareTextArrowRepeatAll32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.5 3A4.5 4.5 0 0 0 3 7.5v17A4.5 4.5 0 0 0 7.5 29h10.965l-.233-.232a2.5 2.5 0 0 1-.703-1.386a2.5 2.5 0 0 1-2.715-1.231A6.5 6.5 0 0 1 14 23h-4a1 1 0 1 1 0-2h4.313a6.52 6.52 0 0 1 3.683-4H10a1 1 0 1 1 0-2h11.5q.105-.14.232-.268a2.5 2.5 0 0 1 3.536 0l2.5 2.5c.39.39.625.879.703 1.386q.264-.057.529-.056V7.5A4.5 4.5 0 0 0 24.5 3zM10 9h12a1 1 0 1 1 0 2H10a1 1 0 1 1 0-2m14.207 6.793a1 1 0 0 0-1.414 1.414l.793.793H20.5a5 5 0 0 0-4.374 7.423a1 1 0 0 0 1.748-.97A3 3 0 0 1 20.5 20h3.086l-.793.793a1 1 0 0 0 1.414 1.414l2.5-2.5a1 1 0 0 0 0-1.414zm5.667 4.784a1 1 0 0 0-1.748.97A3 3 0 0 1 25.5 26h-3.086l.793-.793a1 1 0 0 0-1.414-1.414l-2.5 2.5a1 1 0 0 0 0 1.414l2.5 2.5a1 1 0 0 0 1.414-1.414L22.414 28H25.5a5 5 0 0 0 4.374-7.423"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.5 3A4.5 4.5 0 0 0 3 7.5v17A4.5 4.5 0 0 0 7.5 29h10.965l-.233-.232a2.5 2.5 0 0 1-.703-1.386a2.5 2.5 0 0 1-2.715-1.231A6.5 6.5 0 0 1 14 23h-4a1 1 0 1 1 0-2h4.313a6.52 6.52 0 0 1 3.683-4H10a1 1 0 1 1 0-2h11.5q.105-.14.232-.268a2.5 2.5 0 0 1 3.536 0l2.5 2.5c.39.39.625.879.703 1.386q.264-.057.529-.056V7.5A4.5 4.5 0 0 0 24.5 3zM10 9h12a1 1 0 1 1 0 2H10a1 1 0 1 1 0-2m14.207 6.793a1 1 0 0 0-1.414 1.414l.793.793H20.5a5 5 0 0 0-4.374 7.423a1 1 0 0 0 1.748-.97A3 3 0 0 1 20.5 20h3.086l-.793.793a1 1 0 0 0 1.414 1.414l2.5-2.5a1 1 0 0 0 0-1.414zm5.667 4.784a1 1 0 0 0-1.748.97A3 3 0 0 1 25.5 26h-3.086l.793-.793a1 1 0 0 0-1.414-1.414l-2.5 2.5a1 1 0 0 0 0 1.414l2.5 2.5a1 1 0 0 0 1.414-1.414L22.414 28H25.5a5 5 0 0 0 4.374-7.423"/></svg> </template>
CSS
.icon-square-text-arrow-repeat-all-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%203A4.5%204.5%200%200%200%203%207.5v17A4.5%204.5%200%200%200%207.5%2029h10.965l-.233-.232a2.5%202.5%200%200%201-.703-1.386a2.5%202.5%200%200%201-2.715-1.231A6.5%206.5%200%200%201%2014%2023h-4a1%201%200%201%201%200-2h4.313a6.52%206.52%200%200%201%203.683-4H10a1%201%200%201%201%200-2h11.5q.105-.14.232-.268a2.5%202.5%200%200%201%203.536%200l2.5%202.5c.39.39.625.879.703%201.386q.264-.057.529-.056V7.5A4.5%204.5%200%200%200%2024.5%203zM10%209h12a1%201%200%201%201%200%202H10a1%201%200%201%201%200-2m14.207%206.793a1%201%200%200%200-1.414%201.414l.793.793H20.5a5%205%200%200%200-4.374%207.423a1%201%200%200%200%201.748-.97A3%203%200%200%201%2020.5%2020h3.086l-.793.793a1%201%200%200%200%201.414%201.414l2.5-2.5a1%201%200%200%200%200-1.414zm5.667%204.784a1%201%200%200%200-1.748.97A3%203%200%200%201%2025.5%2026h-3.086l.793-.793a1%201%200%200%200-1.414-1.414l-2.5%202.5a1%201%200%200%200%200%201.414l2.5%202.5a1%201%200%200%200%201.414-1.414L22.414%2028H25.5a5%205%200%200%200%204.374-7.423%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%203A4.5%204.5%200%200%200%203%207.5v17A4.5%204.5%200%200%200%207.5%2029h10.965l-.233-.232a2.5%202.5%200%200%201-.703-1.386a2.5%202.5%200%200%201-2.715-1.231A6.5%206.5%200%200%201%2014%2023h-4a1%201%200%201%201%200-2h4.313a6.52%206.52%200%200%201%203.683-4H10a1%201%200%201%201%200-2h11.5q.105-.14.232-.268a2.5%202.5%200%200%201%203.536%200l2.5%202.5c.39.39.625.879.703%201.386q.264-.057.529-.056V7.5A4.5%204.5%200%200%200%2024.5%203zM10%209h12a1%201%200%201%201%200%202H10a1%201%200%201%201%200-2m14.207%206.793a1%201%200%200%200-1.414%201.414l.793.793H20.5a5%205%200%200%200-4.374%207.423a1%201%200%200%200%201.748-.97A3%203%200%200%201%2020.5%2020h3.086l-.793.793a1%201%200%200%200%201.414%201.414l2.5-2.5a1%201%200%200%200%200-1.414zm5.667%204.784a1%201%200%200%200-1.748.97A3%203%200%200%201%2025.5%2026h-3.086l.793-.793a1%201%200%200%200-1.414-1.414l-2.5%202.5a1%201%200%200%200%200%201.414l2.5%202.5a1%201%200%200%200%201.414-1.414L22.414%2028H25.5a5%205%200%200%200%204.374-7.423%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/square-text-arrow-repeat-all-32-filled.svg?color=%231a73e8&size=48