Mygesture Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mygesture 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/329849.svg" alt="Mygesture icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329849.svg" alt="Mygesture icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329849.svg" alt="Mygesture icon" :width="24" :height="24" />
CSS background
.icon-mygesture {
background-image: url('https://proicons.com/icon/329849.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;}</style></defs><path class="a" d="M31.1706,12.8249C27.72-1.2709,13.8946,2.5969,13.3874,11.3891c-.488,14.0575,15.7809.2252,16.0213,12.1013-.0362,4.5021-.1249,9.7687-.0874,14.2518-1.483,15.2935-19.4462.6405-12.5524-5.0466,5.0845-4.7849,17.8544-9.3335,17.8544-9.3335"/></svg>
Copied!