square text arrow repeat all icon
square-text-arrow-repeat-all-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- square-text-arrow-repeat-all-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- 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 15.585 27H7.5A2.5 2.5 0 0 1 5 24.5v-17A2.5 2.5 0 0 1 7.5 5h17A2.5 2.5 0 0 1 27 7.5v8.965l.768.767c.39.39.625.879.703 1.386q.264-.057.529-.056V7.5A4.5 4.5 0 0 0 24.5 3zM14 23c0-.698.11-1.37.313-2H10a1 1 0 1 0 0 2zm7-6.5c0-.528.166-1.057.5-1.5H10a1 1 0 1 0 0 2h7.996a6.5 6.5 0 0 1 2.504-.5zM10 9a1 1 0 0 0 0 2h12a1 1 0 1 0 0-2zm14.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 FluentSquareTextArrowRepeatAll32Regular(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 15.585 27H7.5A2.5 2.5 0 0 1 5 24.5v-17A2.5 2.5 0 0 1 7.5 5h17A2.5 2.5 0 0 1 27 7.5v8.965l.768.767c.39.39.625.879.703 1.386q.264-.057.529-.056V7.5A4.5 4.5 0 0 0 24.5 3zM14 23c0-.698.11-1.37.313-2H10a1 1 0 1 0 0 2zm7-6.5c0-.528.166-1.057.5-1.5H10a1 1 0 1 0 0 2h7.996a6.5 6.5 0 0 1 2.504-.5zM10 9a1 1 0 0 0 0 2h12a1 1 0 1 0 0-2zm14.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 15.585 27H7.5A2.5 2.5 0 0 1 5 24.5v-17A2.5 2.5 0 0 1 7.5 5h17A2.5 2.5 0 0 1 27 7.5v8.965l.768.767c.39.39.625.879.703 1.386q.264-.057.529-.056V7.5A4.5 4.5 0 0 0 24.5 3zM14 23c0-.698.11-1.37.313-2H10a1 1 0 1 0 0 2zm7-6.5c0-.528.166-1.057.5-1.5H10a1 1 0 1 0 0 2h7.996a6.5 6.5 0 0 1 2.504-.5zM10 9a1 1 0 0 0 0 2h12a1 1 0 1 0 0-2zm14.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-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%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%2015.585%2027H7.5A2.5%202.5%200%200%201%205%2024.5v-17A2.5%202.5%200%200%201%207.5%205h17A2.5%202.5%200%200%201%2027%207.5v8.965l.768.767c.39.39.625.879.703%201.386q.264-.057.529-.056V7.5A4.5%204.5%200%200%200%2024.5%203zM14%2023c0-.698.11-1.37.313-2H10a1%201%200%201%200%200%202zm7-6.5c0-.528.166-1.057.5-1.5H10a1%201%200%201%200%200%202h7.996a6.5%206.5%200%200%201%202.504-.5zM10%209a1%201%200%200%200%200%202h12a1%201%200%201%200%200-2zm14.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%2015.585%2027H7.5A2.5%202.5%200%200%201%205%2024.5v-17A2.5%202.5%200%200%201%207.5%205h17A2.5%202.5%200%200%201%2027%207.5v8.965l.768.767c.39.39.625.879.703%201.386q.264-.057.529-.056V7.5A4.5%204.5%200%200%200%2024.5%203zM14%2023c0-.698.11-1.37.313-2H10a1%201%200%201%200%200%202zm7-6.5c0-.528.166-1.057.5-1.5H10a1%201%200%201%200%200%202h7.996a6.5%206.5%200%200%201%202.504-.5zM10%209a1%201%200%200%200%200%202h12a1%201%200%201%200%200-2zm14.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-regular.svg?color=%231a73e8&size=48