Totalcommander Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Totalcommander 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/348702.svg" alt="Totalcommander icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348702.svg" alt="Totalcommander icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348702.svg" alt="Totalcommander icon" :width="24" :height="24" />
CSS background
.icon-totalcommander {
background-image: url('https://proicons.com/icon/348702.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="M9.5,5.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.6052c0-2.2091-1.7909-4-4-4h-3.4525c-1.0746,0-1.9458.8711-1.9458,1.9458v9.2282c0,.5378-.4359.9737-.9737.9737H15.8701c-.5378,0-.9737-.4359-.9737-.9737V7.4474c0-1.0755-.8719-1.9474-1.9474-1.9474h-3.449ZM27.2901,7.0319c-.5394,0-.9737.4343-.9737.9737v6.5686c0,.5394.4343.9737.9737.9737h1.3921c.5394,0,.9737-.4343.9737-.9737v-6.5686c0-.5394-.4343-.9737-.9737-.9737h-1.3921ZM12.5388,21.9181h22.9234c1.0788,0,1.9474.8685,1.9474,1.9474v13.9811c0,1.0788-.8685,1.9474-1.9474,1.9474H12.5388c-1.0788,0-1.9474-.8685-1.9474-1.9474v-13.9811c0-1.0788.8685-1.9474,1.9474-1.9474ZM13.1963,26.5003h21.6081M34.8043,30.8572H13.1963M13.1963,35.214h21.6081"/></svg>
Copied!