Mirry Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mirry 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/329363.svg" alt="Mirry icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329363.svg" alt="Mirry icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329363.svg" alt="Mirry icon" :width="24" :height="24" />
CSS background
.icon-mirry {
background-image: url('https://proicons.com/icon/329363.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M35.57,18.25C35.57,10.66,30.39,4.5,24,4.5S12.43,10.66,12.43,18.25c0,6.1,3.35,11.26,8,13h0c1.81.69,1.67,2.79,1.45,4.3L20.92,40a3.13,3.13,0,0,0,6.21.83,2.89,2.89,0,0,0,0-.83l-.93-4.38c-.21-1.49-.36-3.61,1.46-4.3h0C32.22,29.51,35.57,24.35,35.57,18.25ZM24,28.81c-4.74,0-8.59-4.72-8.59-10.56S19.26,7.67,24,7.67s8.59,4.74,8.59,10.58S28.74,28.81,24,28.81Z"/><line class="cls-1" x1="22.41" y1="11.73" x2="19.67" y2="14.47"/><line class="cls-1" x1="25.85" y1="12" x2="19.94" y2="17.9"/></svg>
Copied!