Garudalinux Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Garudalinux 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/314428.svg" alt="Garudalinux icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314428.svg" alt="Garudalinux icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314428.svg" alt="Garudalinux icon" :width="24" :height="24" />
CSS background
.icon-garudalinux {
background-image: url('https://proicons.com/icon/314428.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Garuda Linux</title><path d="M10.24 3.179C6.82 6.579 3.366 10.064 0 13.465c2.4 2.406 4.889 4.898 7.319 7.332l7.504.024 6.334-6.316-13.754-.012-1.525 1.54 11.512.024-3.198 3.197H7.956L2.172 13.47l8.74-8.74h6.284l4.815 4.815-7.501-.01v-2.12l-3.68 3.68c3.873.004 7.746.003 11.62 0v2.102l1.55-1.55-.003-2.306-6.16-6.159z"/></svg>
Copied!