Myt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myt 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/329920.svg" alt="Myt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329920.svg" alt="Myt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329920.svg" alt="Myt icon" :width="24" :height="24" />
CSS background
.icon-myt {
background-image: url('https://proicons.com/icon/329920.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="m4,24.8822c2.7519-3.1699,7.6398-9.8997,8.25-9.5.7274.7423-1.9795,6.8371-2.4553,9.25,2.2094-1.5476,8.4389-10.676,9.7053-10.25,1.3881.4254-3.4463,10.326-2.75,10.5,4.963-1.9476,7.31-4.7295,8.5-4.25-.2075,1.3469-1.0221,3.2817-.75,4,.8536.3005,5.6643-3.9628,7.5-4,.567,1.108-3,8.6667-4.5,13"/><path class="c" d="m34.5,25.1322l3.757-10.5h-5.757,11.5"/></svg>
Copied!