Mytonies Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mytonies 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/344491.svg" alt="Mytonies icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344491.svg" alt="Mytonies icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344491.svg" alt="Mytonies icon" :width="24" :height="24" />
CSS background
.icon-mytonies {
background-image: url('https://proicons.com/icon/344491.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.1999,4.5c-1.7823.0269-10.841,10-10.841,10h-7.574s-5.431-7.7794-7.0432-7.7969c-1.1449,2.8661-1.3194,6.0311-1.3492,9.0126-1.5894,1.2811-1.9131,3.5747-1.9131,5.7843v15c0,3.878,3.122,7,7,7h15c3.878,0,7-3.122,7-7,0,0,.1997-31.872-.2795-32h0Z"/><path class="b" d="M17.7279,32.692c3.8654,3.6491,11.602,2.3701,12.504,1.8117"/></svg>
Copied!