Garlic Player Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Garlic Player 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/326389.svg" alt="Garlic Player icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326389.svg" alt="Garlic Player icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326389.svg" alt="Garlic Player icon" :width="24" :height="24" />
CSS background
.icon-garlic-player {
background-image: url('https://proicons.com/icon/326389.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="m10.7166,39.2011c-8.1119-5.067-8.1119-15.201-1.0111-19.7567"/><path id="c" class="g" d="m38.5968,19.3746c7.7865,5.7178,5.5667,15.7705-1.5341,19.8264"/><path id="d" class="g" d="m25.9176,26.0222h5.067"/><path id="e" class="g" d="m23.3841,33.123c-5.067-.5114-7.6005-4.0559-7.0892-7.6005"/><path id="f" class="g" d="m21.8617,8.7989c0,9.123,9.123,8.1119,13.6902,13.6786,4.5557,5.5784.4997,15.7124-11.6565,15.201-19.257-.4997-15.201-16.7235-4.0559-18.7456"/></svg>
Copied!