Angkas Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Angkas 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/321781.svg" alt="Angkas icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321781.svg" alt="Angkas icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321781.svg" alt="Angkas icon" :width="24" :height="24" />
CSS background
.icon-angkas {
background-image: url('https://proicons.com/icon/321781.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m11.4083,28.2517c-1.2262.7882-2.0385,2.1644-2.0385,3.7304,0,2.4474,1.984,4.4314,4.4314,4.4314s4.4314-1.984,4.4314-4.4314"/><circle class="c" cx="39.0686" cy="31.9821" r="4.4314"/><line class="c" x1="39.0686" y1="31.9821" x2="36.5305" y2="25.5613"/><path class="c" d="m24.6416,31.7959l-2.9228-6.9299-15.2741-3.2528,6.5927,8.8175c.6425.8593,1.6525,1.3652,2.7254,1.3652h16.7044c0-3.7622,3.0499-6.8121,6.8121-6.8121h3.2764l-9.8999-11.927-2.9464,2.0271,2.4043,6.1992-2.7179,10.5127"/><path class="c" d="m21.7187,24.8659l1.1792-4.3528c.3679-1.3582-.6549-2.6949-2.062-2.6949H6.3519c-1.0228,0-1.8519.8291-1.8519,1.8519h0c0,.8371.5615,1.57,1.3697,1.788l.575.1551"/><line class="c" x1="28.3128" y1="11.5865" x2="29.7094" y2="15.0839"/><path class="c" d="m32.6558,13.0568l-.8289-.8289c-.4107-.4107-.9677-.6414-1.5484-.6414h-5.8726"/></svg>
Copied!