Text Tools Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Text Tools Pro 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/348392.svg" alt="Text Tools Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348392.svg" alt="Text Tools Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348392.svg" alt="Text Tools Pro icon" :width="24" :height="24" />
CSS background
.icon-text-tools-pro {
background-image: url('https://proicons.com/icon/348392.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><line class="b" x1="17.56" y1="14.01" x2="22.76" y2="14.01"/><line class="b" x1="20.16" y1="22.01" x2="20.16" y2="14.01"/><line class="b" x1="25.24" y1="14.01" x2="30.44" y2="14.01"/><line class="b" x1="27.84" y1="22.01" x2="27.84" y2="14.01"/><path class="b" d="M10.94,33.91v-8h2.6c1.4912,0,2.7,1.2088,2.7,2.7s-1.2088,2.7-2.7,2.7h-2.6"/><path class="b" d="M21.86,33.91v-8h2.6c1.4912,0,2.7,1.2088,2.7,2.7s-1.2088,2.7-2.7,2.7h-2.6"/><line class="b" x1="24.67" y1="31.39" x2="27.27" y2="33.99"/><path class="b" d="M34.36,33.91h0c-1.4249.0111-2.5889-1.135-2.6-2.5598-.0001-.0134-.0001-.0268,0-.0402v-2.7c-.0169-1.4593,1.1411-2.6618,2.6-2.7h0c1.4856-.0055,2.6945,1.1943,2.7,2.68,0,.0067,0,.0134,0,.02v2.6c.0055,1.4856-1.1943,2.6945-2.68,2.7-.0067,0-.0134,0-.02,0Z"/><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!