Alcodroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alcodroid 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/336128.svg" alt="Alcodroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336128.svg" alt="Alcodroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336128.svg" alt="Alcodroid icon" :width="24" :height="24" />
CSS background
.icon-alcodroid {
background-image: url('https://proicons.com/icon/336128.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m24,33.13c3.52,0,7.25-.47,9.74-4.21s-.55-15.37-2.11-24.41h-15.28c-1.56,9.05-4.6,20.67-2.11,24.41,2.5,3.74,6.23,4.21,9.74,4.21Z"/><line class="c" x1="16.82" y1="43.5" x2="31.18" y2="43.5"/><line class="c" x1="24" y1="33.13" x2="24" y2="43.19"/><path class="c" d="m21.88,21.78c-.54.16-1.11-.15-1.27-.69s.15-1.11.69-1.27,1.11.15,1.27.69c0,.02,0,.03.01.05.14.53-.17,1.07-.7,1.23Z"/><path class="c" d="m27.57,20.13c-.54.16-1.11-.15-1.27-.69s.15-1.11.69-1.27,1.11.15,1.27.69c0,.02,0,.03.01.05.14.53-.17,1.07-.7,1.23Z"/><path class="c" d="m22.96,14.94h0c3.85-1.12,7.88,1.09,9,4.94h0c.16.55-.16,1.12-.7,1.28l-11.99,3.49c-.55.16-1.12-.16-1.28-.7h0c-1.12-3.85,1.09-7.88,4.94-9,.01,0,.02,0,.03,0h0Z"/><line class="c" x1="16.65" y1="15.65" x2="19.3" y2="17.4"/><line class="c" x1="28.69" y1="12.15" x2="27.39" y2="15.05"/></svg>
Copied!