Myket Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myket 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/344424.svg" alt="Myket icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344424.svg" alt="Myket icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344424.svg" alt="Myket icon" :width="24" :height="24" />
CSS background
.icon-myket {
background-image: url('https://proicons.com/icon/344424.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="h" d="M45.5,24c0,11.87412262-9.62587738,21.5-21.5,21.5S2.5,35.87412262,2.5,24C2.5,12.12587833,12.12587833,2.5,24,2.5c11.87412262,0,21.5,9.62587833,21.5,21.5Z"/><path id="f" class="h" d="M12.16600037,29.48399925v-9.27799988c0-3.04699898,2.45300007-5.5,5.5-5.5h.8239994c3.04699898,0,5.5,2.45300102,5.5,5.5l.00099945,7.87000084v-7.86999893c0-3.04700089,2.45300102-5.5,5.5-5.5h.82500076c3.04699898,0,5.50000191,2.45299911,5.50000191,5.5v9.27799988"/><path id="g" class="h" d="M29.54000092,32.29000092c-1.29701805,1.44401932-3.35351181,2.29631042-5.54000092,2.29599762-2.18649101.00031281-4.24298286-.85198212-5.54000092-2.29600143"/></svg>
Copied!