One Hand Operation Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The One Hand Operation 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/330613.svg" alt="One Hand Operation icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330613.svg" alt="One Hand Operation icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330613.svg" alt="One Hand Operation icon" :width="24" :height="24" />
CSS background
.icon-one-hand-operation {
background-image: url('https://proicons.com/icon/330613.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><path class="a" d="M30.8086,29.4647c-2.3612-.0324-3.2021-1.03-5.4339-4.0052s-4.6174-2.8351-5.434-1.9407c-.6792.7439,3.3315,9.477,4.5283,10.8679a19.5169,19.5169,0,0,0,1.8437,1.9407s-.0426,4.1645-.172,7.1726"/><path class="a" d="M37.2452,42.764a75.1705,75.1705,0,0,1-1.132-7.8275c.0647-.3234.0247-4.6576-.0038-5.6927s-1.1283-9.7681-1.8722-11.4177-3.4286-3.8167-3.4286-3.8167"/><path class="a" d="M24.1,33.8692H13.062a2.3073,2.3073,0,0,1-2.3072-2.3073V6.8073A2.3073,2.3073,0,0,1,13.062,4.5H28.5013a2.3073,2.3073,0,0,1,2.3073,2.3073V29.4647"/><line class="a" x1="10.7548" y1="8.6725" x2="30.8086" y2="8.6725"/><line class="a" x1="10.7548" y1="29.6967" x2="21.9419" y2="29.6967"/><circle class="b" cx="26.4703" cy="19.1978" r="0.75"/><circle class="b" cx="22.8325" cy="19.1978" r="0.75"/><circle class="b" cx="19.1946" cy="19.1978" r="0.75"/></svg>
Copied!