Torque Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Torque 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/334122.svg" alt="Torque icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334122.svg" alt="Torque icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334122.svg" alt="Torque icon" :width="24" :height="24" />
CSS background
.icon-torque {
background-image: url('https://proicons.com/icon/334122.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{stroke-width:1px;}</style></defs><path class="a" d="M28.4126,30.8566V23.3285h1.6939A3.2936,3.2936,0,0,1,33.4,26.622v.941a3.2936,3.2936,0,0,1-3.2935,3.2936Z"/><path class="a" d="M14.6,28.3629a2.4937,2.4937,0,0,0,4.9874,0V25.8222a2.4937,2.4937,0,0,0-4.9874,0Z"/><path class="b" d="M24.696,27.0925a1.8821,1.8821,0,0,1,0,3.7641H21.5906V23.3285H24.696a1.882,1.882,0,0,1,0,3.764Z"/><line class="b" x1="24.696" y1="27.0925" x2="21.5906" y2="27.0925"/><path class="a" d="M18.1425,14.7025a1.7,1.7,0,0,1,0-3.39h12a1.7,1.7,0,1,1,0,3.39Z"/><path class="a" d="M7.8925,31.5725a1.7,1.7,0,0,1-3.39,0h0v-10.17a1.7,1.7,0,1,1,3.39,0Z"/><line class="a" x1="7.8925" y1="26.4825" x2="10.0025" y2="26.4825"/><line class="a" x1="24.1425" y1="17.4625" x2="24.1425" y2="14.7025"/><path class="a" d="M36.7725,25.0625h2.3v-3.26h2.11l2.32,7.2-2.33,7.2h-2.1v-3.14h-2.3l.02,2.05a1.58,1.58,0,0,1-1.58,1.58h-13.56a1.17,1.17,0,0,1-.66-.2l-4.99-3.47h-4.21a1.79,1.79,0,0,1-1.79-1.79c0-.0135,0-.027,0-.0405h0v-9.4a1.8,1.8,0,0,1,1.79-1.77h1.4l2.66-2.26a1.13,1.13,0,0,1,.73-.27h15.26a1.59,1.59,0,0,1,1.58,1.53v2.15h1.79a1.59,1.59,0,0,1,1.58,1.59h0Z"/></svg>
Copied!