square text arrow repeat all icon
square-text-arrow-repeat-all-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- square-text-arrow-repeat-all-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="m20.956 14.858l.044-.022V6.25A3.25 3.25 0 0 0 17.75 3H6.25A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21h5.974a1.8 1.8 0 0 1-.405-.41a4.5 4.5 0 0 1-.708-3.59H7.75l-.102-.007a.75.75 0 0 1 0-1.486l.102-.007h4.008a4.5 4.5 0 0 1 3.742-2h.518c.038-.266.138-.525.299-.755l-.067.005h-8.5l-.102-.007a.75.75 0 0 1 0-1.486l.102-.007h8.5l.102.007a.75.75 0 0 1 .627.922a1.75 1.75 0 0 1 2.008.334l1.5 1.5c.242.24.398.535.469.845M17 7.75a.75.75 0 0 1-.648.743l-.102.007h-8.5l-.102-.007a.75.75 0 0 1 0-1.486L7.75 7h8.5l.102.007A.75.75 0 0 1 17 7.75m2.78 6.97l-1.5-1.5a.75.75 0 1 0-1.06 1.06l.22.22H15.5a3.5 3.5 0 0 0-2.863 5.513a.75.75 0 0 0 1.226-.863A2 2 0 0 1 15.5 16h1.94l-.22.22a.75.75 0 1 0 1.06 1.06l1.5-1.5a.75.75 0 0 0 0-1.06m2.582 1.266a.75.75 0 1 0-1.226.864A2 2 0 0 1 19.5 20h-1.94l.22-.22a.75.75 0 1 0-1.06-1.06l-1.5 1.5a.75.75 0 0 0 0 1.06l1.5 1.5a.75.75 0 1 0 1.06-1.06l-.22-.22h1.94a3.5 3.5 0 0 0 2.862-5.514"/></svg>
React
import type { SVGProps } from "react";
export function FluentSquareTextArrowRepeatAll24Filled(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="m20.956 14.858l.044-.022V6.25A3.25 3.25 0 0 0 17.75 3H6.25A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21h5.974a1.8 1.8 0 0 1-.405-.41a4.5 4.5 0 0 1-.708-3.59H7.75l-.102-.007a.75.75 0 0 1 0-1.486l.102-.007h4.008a4.5 4.5 0 0 1 3.742-2h.518c.038-.266.138-.525.299-.755l-.067.005h-8.5l-.102-.007a.75.75 0 0 1 0-1.486l.102-.007h8.5l.102.007a.75.75 0 0 1 .627.922a1.75 1.75 0 0 1 2.008.334l1.5 1.5c.242.24.398.535.469.845M17 7.75a.75.75 0 0 1-.648.743l-.102.007h-8.5l-.102-.007a.75.75 0 0 1 0-1.486L7.75 7h8.5l.102.007A.75.75 0 0 1 17 7.75m2.78 6.97l-1.5-1.5a.75.75 0 1 0-1.06 1.06l.22.22H15.5a3.5 3.5 0 0 0-2.863 5.513a.75.75 0 0 0 1.226-.863A2 2 0 0 1 15.5 16h1.94l-.22.22a.75.75 0 1 0 1.06 1.06l1.5-1.5a.75.75 0 0 0 0-1.06m2.582 1.266a.75.75 0 1 0-1.226.864A2 2 0 0 1 19.5 20h-1.94l.22-.22a.75.75 0 1 0-1.06-1.06l-1.5 1.5a.75.75 0 0 0 0 1.06l1.5 1.5a.75.75 0 1 0 1.06-1.06l-.22-.22h1.94a3.5 3.5 0 0 0 2.862-5.514"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.956 14.858l.044-.022V6.25A3.25 3.25 0 0 0 17.75 3H6.25A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21h5.974a1.8 1.8 0 0 1-.405-.41a4.5 4.5 0 0 1-.708-3.59H7.75l-.102-.007a.75.75 0 0 1 0-1.486l.102-.007h4.008a4.5 4.5 0 0 1 3.742-2h.518c.038-.266.138-.525.299-.755l-.067.005h-8.5l-.102-.007a.75.75 0 0 1 0-1.486l.102-.007h8.5l.102.007a.75.75 0 0 1 .627.922a1.75 1.75 0 0 1 2.008.334l1.5 1.5c.242.24.398.535.469.845M17 7.75a.75.75 0 0 1-.648.743l-.102.007h-8.5l-.102-.007a.75.75 0 0 1 0-1.486L7.75 7h8.5l.102.007A.75.75 0 0 1 17 7.75m2.78 6.97l-1.5-1.5a.75.75 0 1 0-1.06 1.06l.22.22H15.5a3.5 3.5 0 0 0-2.863 5.513a.75.75 0 0 0 1.226-.863A2 2 0 0 1 15.5 16h1.94l-.22.22a.75.75 0 1 0 1.06 1.06l1.5-1.5a.75.75 0 0 0 0-1.06m2.582 1.266a.75.75 0 1 0-1.226.864A2 2 0 0 1 19.5 20h-1.94l.22-.22a.75.75 0 1 0-1.06-1.06l-1.5 1.5a.75.75 0 0 0 0 1.06l1.5 1.5a.75.75 0 1 0 1.06-1.06l-.22-.22h1.94a3.5 3.5 0 0 0 2.862-5.514"/></svg> </template>
CSS
.icon-square-text-arrow-repeat-all-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%22m20.956%2014.858l.044-.022V6.25A3.25%203.25%200%200%200%2017.75%203H6.25A3.25%203.25%200%200%200%203%206.25v11.5A3.25%203.25%200%200%200%206.25%2021h5.974a1.8%201.8%200%200%201-.405-.41a4.5%204.5%200%200%201-.708-3.59H7.75l-.102-.007a.75.75%200%200%201%200-1.486l.102-.007h4.008a4.5%204.5%200%200%201%203.742-2h.518c.038-.266.138-.525.299-.755l-.067.005h-8.5l-.102-.007a.75.75%200%200%201%200-1.486l.102-.007h8.5l.102.007a.75.75%200%200%201%20.627.922a1.75%201.75%200%200%201%202.008.334l1.5%201.5c.242.24.398.535.469.845M17%207.75a.75.75%200%200%201-.648.743l-.102.007h-8.5l-.102-.007a.75.75%200%200%201%200-1.486L7.75%207h8.5l.102.007A.75.75%200%200%201%2017%207.75m2.78%206.97l-1.5-1.5a.75.75%200%201%200-1.06%201.06l.22.22H15.5a3.5%203.5%200%200%200-2.863%205.513a.75.75%200%200%200%201.226-.863A2%202%200%200%201%2015.5%2016h1.94l-.22.22a.75.75%200%201%200%201.06%201.06l1.5-1.5a.75.75%200%200%200%200-1.06m2.582%201.266a.75.75%200%201%200-1.226.864A2%202%200%200%201%2019.5%2020h-1.94l.22-.22a.75.75%200%201%200-1.06-1.06l-1.5%201.5a.75.75%200%200%200%200%201.06l1.5%201.5a.75.75%200%201%200%201.06-1.06l-.22-.22h1.94a3.5%203.5%200%200%200%202.862-5.514%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%22m20.956%2014.858l.044-.022V6.25A3.25%203.25%200%200%200%2017.75%203H6.25A3.25%203.25%200%200%200%203%206.25v11.5A3.25%203.25%200%200%200%206.25%2021h5.974a1.8%201.8%200%200%201-.405-.41a4.5%204.5%200%200%201-.708-3.59H7.75l-.102-.007a.75.75%200%200%201%200-1.486l.102-.007h4.008a4.5%204.5%200%200%201%203.742-2h.518c.038-.266.138-.525.299-.755l-.067.005h-8.5l-.102-.007a.75.75%200%200%201%200-1.486l.102-.007h8.5l.102.007a.75.75%200%200%201%20.627.922a1.75%201.75%200%200%201%202.008.334l1.5%201.5c.242.24.398.535.469.845M17%207.75a.75.75%200%200%201-.648.743l-.102.007h-8.5l-.102-.007a.75.75%200%200%201%200-1.486L7.75%207h8.5l.102.007A.75.75%200%200%201%2017%207.75m2.78%206.97l-1.5-1.5a.75.75%200%201%200-1.06%201.06l.22.22H15.5a3.5%203.5%200%200%200-2.863%205.513a.75.75%200%200%200%201.226-.863A2%202%200%200%201%2015.5%2016h1.94l-.22.22a.75.75%200%201%200%201.06%201.06l1.5-1.5a.75.75%200%200%200%200-1.06m2.582%201.266a.75.75%200%201%200-1.226.864A2%202%200%200%201%2019.5%2020h-1.94l.22-.22a.75.75%200%201%200-1.06-1.06l-1.5%201.5a.75.75%200%200%200%200%201.06l1.5%201.5a.75.75%200%201%200%201.06-1.06l-.22-.22h1.94a3.5%203.5%200%200%200%202.862-5.514%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-24-filled.svg?color=%231a73e8&size=48