Andor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Andor 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/336301.svg" alt="Andor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336301.svg" alt="Andor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336301.svg" alt="Andor icon" :width="24" :height="24" />
CSS background
.icon-andor {
background-image: url('https://proicons.com/icon/336301.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>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="j" d="M15.9263,29.1516h15.5193"/><path id="e" class="j" d="M27.3689,9.1653c-.8321.3423-1.8264.8413-1.8264.8413l-1.0248.0154-4.5076-2.2481c-.0277-.0138-.038-.0457-.0229-.0711.0115-.0195.0352-.0302.059-.0268l5.0236.7281c.2034.0295.5214-.0079.7113-.0813.9849-.3806,3.822-1.4321,4.92-1.3579.7733.0523,1.923.8726,2.7296,1.53.5371.4378.3755.6985-.3189.5261-1.3247-.3289-2.1598-.5633-3.3838-.4471-1.2638.0795-1.5727.3943-2.359.5914Z"/><path id="f" class="j" d="M9.293,41.0389h3.0078"/><path id="g" class="j" d="M10.6445,41.0183l13.3554-31.1016,12.0297,31.0775"/><path id="h" class="j" d="M38.092,40.9972l-11.9279-30.8145"/><path id="i" class="j" d="M34.8867,41.0389h3.8203"/></g></svg>
Copied!