Text Repeater Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Text Repeater icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/348390.svg" alt="Text Repeater icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348390.svg" alt="Text Repeater icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348390.svg" alt="Text Repeater icon" :width="24" :height="24" />
CSS background
.icon-text-repeater {
background-image: url('https://proicons.com/icon/348390.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M33.9218,18.3673v-5.9835c0-1.2508-1.0142-2.265-2.265-2.265H6.765c-1.2508,0-2.265,1.0142-2.265,2.265v15.0771c0,1.2508,1.0142,2.265,2.265,2.265h1.2395v5.5779l6.2314-5.5779h6.4793"/><path class="b" d="M22.4635,18.364h19.2835c.9682,0,1.753.7849,1.753,1.753v11.687c0,.9682-.7849,1.753-1.753,1.753h-.9583v4.3242l-4.8267-4.3242h-13.4984c-.9682,0-1.753-.7849-1.753-1.753v-11.687c0-.9682.7849-1.753,1.753-1.753"/></svg>
Copied!