Micro Gesture Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Micro Gesture 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/329195.svg" alt="Micro Gesture icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329195.svg" alt="Micro Gesture icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329195.svg" alt="Micro Gesture icon" :width="24" :height="24" />
CSS background
.icon-micro-gesture {
background-image: url('https://proicons.com/icon/329195.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M32.9282,21.418h1.66c1.226,0,2.212.888,2.212,1.991s-.986,1.992-2.212,1.992h-1.66c-1.226,0-2.213-.888-2.213-1.992,0-1.103.987-1.991,2.213-1.991M32.7862,25.434h1.313c1.113,0,2.009.889,2.009,1.992-.0022,1.1024-.8976,1.9942-1.9999,1.992-.0033,0-.0067,0-.0101,0h-1.312c-1.1023.0077-2.0022-.8796-2.01-1.9819,0-.0034,0-.0067,0-.0101,0-1.103.897-1.992,2.01-1.992M32.8902,29.46h.435c1.196,0,2.158.888,2.158,1.991s-.962,1.992-2.158,1.992h-.435c-1.195,0-2.157-.888-2.157-1.992,0-1.103.962-1.992,2.157-1.992M32.1862,14.675l1.002-.425c1.13-.477,2.384-.044,2.814.972.43,1.016-.132,2.22-1.261,2.697l-2.555,1.081"/><path class="c" d="M32.0872,33.427v.076c0,1.103-.987,1.992-2.212,1.992h-11.702c-1.226,0-2.213-.889-2.213-1.992v-8.153c.6-1.402,1.041-2.141,1.305-4.487.264-2.344-.263-3.636-1.789-4.684-.585-.402-1.912-.274-2.19.906-.394,1.674-.458,3.333-1.396,4.973-.56.98-.519,1.716-.477,3.037.061,1.968-.088,5.01-.203,7.085-.074,1.327.244,2.378,1.006,3.379.595.78,1.113,1.618,1.635,2.449.52.828.771,1.426.771,2.204v1.656c0,1.218.506,1.632,1.632,1.632h7.41c1.127,0,1.643-.414,1.632-1.632l-.017-2.06c-.007-.72.165-1.103.898-1.564,1.486-.934,2.364-1.632,3.05-2.658M15.9602,16.429V6.492c0-1.104.987-1.992,2.213-1.992h11.702c1.225,0,2.212.888,2.212,1.992v14.948"/><path class="c" d="M19.1252,4.5c.603,0,.877.463.877.876v.675c0,.583.654,1.237,1.237,1.237h5.57c.582,0,1.236-.654,1.236-1.237v-.675c0-.413.275-.876.877-.876M21.3342,32.784h5.38M18.6582,9.143v.934M18.6582,12.609v3.474"/></svg>
Copied!