Totalcmd Drive Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Totalcmd Drive 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/348695.svg" alt="Totalcmd Drive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348695.svg" alt="Totalcmd Drive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348695.svg" alt="Totalcmd Drive icon" :width="24" :height="24" />
CSS background
.icon-totalcmd-drive {
background-image: url('https://proicons.com/icon/348695.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M30.258,38.9765v1.379c-.0006.5145-.4175.9314-.932.932h-10.652c-.5145-.0006-.9314-.4175-.932-.932v-6.812c0-.515.417-.932.932-.932h10.652c.515,0,.932.417.932.932v1.378M26.028,27.8445v4.766h-4.055v-4.766M17.742,34.9215v4.055H7.527c-1.1188-.0017-2.0253-.9082-2.027-2.027h0c0-1.12.909-2.028,2.027-2.028h10.215ZM30.258,34.9115v4.055h10.215c1.1188-.0017,2.0253-.9082,2.027-2.027h0c-.0011-1.1192-.9078-2.0263-2.027-2.028h-10.215ZM13.964,24.8235l1.042,1.801c.217.38.529.677.894.894l3.725-6.448h-7.45c0,.42.109.84.326,1.22l1.463,2.533Z"/><path class="c" d="M24,13.4855l-3.725-6.448c-.3708.215-.679.5232-.894.894l-6.88,11.92c-.2131.3713-.3251.7919-.325,1.22h7.45l4.374-7.586ZM32.1,27.5195c.3709-.2153.6791-.5238.894-.895l.433-.745,2.072-3.59c.217-.379.325-.799.325-1.219h-7.45l1.586,3.116,2.14,3.333ZM24,13.4855l3.725-6.448c-.3704-.2153-.7916-.3275-1.22-.325h-5.01c-.434,0-.854.122-1.22.325l3.725,6.448Z"/><path class="c" d="M28.375,21.0705h-8.75l-3.725,6.449c.366.217.786.325,1.22.325h13.76c.434,0,.854-.122,1.22-.325l-3.725-6.449Z"/><path class="c" d="M32.06,13.8915l-3.441-5.96c-.215-.3708-.5232-.679-.894-.894l-3.725,6.448,4.375,7.586h7.436c0-.42-.108-.84-.325-1.22l-3.426-5.96Z"/></svg>
Copied!