square text arrow repeat all icon
square-text-arrow-repeat-all-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- square-text-arrow-repeat-all-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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-.562-1.09H6.25a1.75 1.75 0 0 1-1.75-1.75V6.25c0-.966.784-1.75 1.75-1.75h11.5c.966 0 1.75.784 1.75 1.75v6.775l.987.988c.242.24.398.535.469.845M11.112 17c.123-.544.345-1.05.646-1.5H7.75l-.102.007A.75.75 0 0 0 7.75 17zm5.4-4.487q.212-.21.467-.334a.752.752 0 0 0-.729-.929h-8.5l-.102.007a.75.75 0 0 0 .102 1.493h8.5l.067-.005q.085-.123.196-.232M17 7.75a.75.75 0 0 1-.648.743l-.102.007h-8.5a.75.75 0 0 1-.102-1.493L7.75 7h8.5a.75.75 0 0 1 .75.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 FluentSquareTextArrowRepeatAll24Regular(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-.562-1.09H6.25a1.75 1.75 0 0 1-1.75-1.75V6.25c0-.966.784-1.75 1.75-1.75h11.5c.966 0 1.75.784 1.75 1.75v6.775l.987.988c.242.24.398.535.469.845M11.112 17c.123-.544.345-1.05.646-1.5H7.75l-.102.007A.75.75 0 0 0 7.75 17zm5.4-4.487q.212-.21.467-.334a.752.752 0 0 0-.729-.929h-8.5l-.102.007a.75.75 0 0 0 .102 1.493h8.5l.067-.005q.085-.123.196-.232M17 7.75a.75.75 0 0 1-.648.743l-.102.007h-8.5a.75.75 0 0 1-.102-1.493L7.75 7h8.5a.75.75 0 0 1 .75.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-.562-1.09H6.25a1.75 1.75 0 0 1-1.75-1.75V6.25c0-.966.784-1.75 1.75-1.75h11.5c.966 0 1.75.784 1.75 1.75v6.775l.987.988c.242.24.398.535.469.845M11.112 17c.123-.544.345-1.05.646-1.5H7.75l-.102.007A.75.75 0 0 0 7.75 17zm5.4-4.487q.212-.21.467-.334a.752.752 0 0 0-.729-.929h-8.5l-.102.007a.75.75 0 0 0 .102 1.493h8.5l.067-.005q.085-.123.196-.232M17 7.75a.75.75 0 0 1-.648.743l-.102.007h-8.5a.75.75 0 0 1-.102-1.493L7.75 7h8.5a.75.75 0 0 1 .75.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-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%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-.562-1.09H6.25a1.75%201.75%200%200%201-1.75-1.75V6.25c0-.966.784-1.75%201.75-1.75h11.5c.966%200%201.75.784%201.75%201.75v6.775l.987.988c.242.24.398.535.469.845M11.112%2017c.123-.544.345-1.05.646-1.5H7.75l-.102.007A.75.75%200%200%200%207.75%2017zm5.4-4.487q.212-.21.467-.334a.752.752%200%200%200-.729-.929h-8.5l-.102.007a.75.75%200%200%200%20.102%201.493h8.5l.067-.005q.085-.123.196-.232M17%207.75a.75.75%200%200%201-.648.743l-.102.007h-8.5a.75.75%200%200%201-.102-1.493L7.75%207h8.5a.75.75%200%200%201%20.75.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-.562-1.09H6.25a1.75%201.75%200%200%201-1.75-1.75V6.25c0-.966.784-1.75%201.75-1.75h11.5c.966%200%201.75.784%201.75%201.75v6.775l.987.988c.242.24.398.535.469.845M11.112%2017c.123-.544.345-1.05.646-1.5H7.75l-.102.007A.75.75%200%200%200%207.75%2017zm5.4-4.487q.212-.21.467-.334a.752.752%200%200%200-.729-.929h-8.5l-.102.007a.75.75%200%200%200%20.102%201.493h8.5l.067-.005q.085-.123.196-.232M17%207.75a.75.75%200%200%201-.648.743l-.102.007h-8.5a.75.75%200%200%201-.102-1.493L7.75%207h8.5a.75.75%200%200%201%20.75.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-regular.svg?color=%231a73e8&size=48