An2linux Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The An2linux 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/336289.svg" alt="An2linux icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336289.svg" alt="An2linux icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336289.svg" alt="An2linux icon" :width="24" :height="24" />
CSS background
.icon-an2linux {
background-image: url('https://proicons.com/icon/336289.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#fff;}</style></defs><path class="a" d="M38.38,34.55V22.24A14.42,14.42,0,0,0,28.06,8.43a3.81,3.81,0,0,0,.06-.6,4.15,4.15,0,0,0-8.3,0,3.81,3.81,0,0,0,.06.6A14.42,14.42,0,0,0,9.56,22.24v12"/><ellipse class="a" cx="21.39" cy="20.83" rx="2.36" ry="3.21"/><path class="a" d="M23.75,36.78H41.59l-9.2-6.39A4.16,4.16,0,0,1,30.59,27V20.15c0-3.16-1.27-6.8-6.84-6.8-5.91,0-6.85,3.64-6.85,6.8V27a4.18,4.18,0,0,1-1.79,3.43l-9.2,6.39H23.75"/><path class="a" d="M31.05,28.85s-6.12,3.76-7.3,3.76-7.3-3.76-7.3-3.76"/><ellipse class="a" cx="26.11" cy="20.83" rx="2.36" ry="3.21"/><path class="a" d="M23.75,26.25c3.28,0,4,.22,4,.43,0,1.06-3.12,2.42-4,2.42s-4-1.36-4-2.42C19.74,26.47,20.46,26.25,23.75,26.25Z"/><path class="a" d="M17.84,36.78a5.91,5.91,0,0,0,11.81,0"/><circle class="b" cx="21.39" cy="21.37" r="0.75"/><circle class="b" cx="26.11" cy="21.37" r="0.75"/></svg>
Copied!