Txd Tool Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Txd Tool 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/334419.svg" alt="Txd Tool icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334419.svg" alt="Txd Tool icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334419.svg" alt="Txd Tool icon" :width="24" :height="24" />
CSS background
.icon-txd-tool {
background-image: url('https://proicons.com/icon/334419.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M5.5,21.757l6.366,6.373,7.955-7.965,7.956,7.965,7.956-7.965,6.767,6.767M10.158,5.5h27.685c2.5665-.0055,4.6515,2.0705,4.657,4.637,0,.0067,0,.0133,0,.02v27.685c.0061,2.5665-2.0695,4.6519-4.636,4.658-.007,0-.014,0-.021,0H10.158c-2.5665.0061-4.6519-2.0695-4.658-4.636,0-.0073,0-.0147,0-.022V10.157c-.0055-2.5665,2.0705-4.6515,4.637-4.657.007,0,.014,0,.021,0"/></svg>
Copied!