Akkoma Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Akkoma 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/336098.svg" alt="Akkoma icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336098.svg" alt="Akkoma icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336098.svg" alt="Akkoma icon" :width="24" :height="24" />
CSS background
.icon-akkoma {
background-image: url('https://proicons.com/icon/336098.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="b"><g id="c"><g id="d"><path id="e" class="j" d="m13.7186,19.2203c.775-.8097,2.4996-2.554,5.248-3.2362,1.9548-.4853,3.5296-.1585,4.1486,0,10.3647,2.6506,14.3647,24.9807,9.6305,28.0188-1.2727.8171-3.3253.3343-4.5522-.4085-4.0397-2.4488-3.6274-9.0214-5.5018-9.1279-.6326-.0359-.8852.718-2.5887,3.0876-2.4302,3.3798-3.8985,5.378-6.0923,6.2978-.3132.1312-3.3315,1.4943-5.1799.1523-4.7726-3.4665-.3665-19.2933,4.8889-24.7826l-.0012-.0012Zm6.9713,1.2937c-3.3909-.0644-5.7419,4.7305-4.702,6.7534,1.2492,2.429,8.109,2.2606,9.2567-.4085.8926-2.0774-1.4089-6.2854-4.5547-6.3436v-.0012Z"/></g><g id="f"><path id="g" class="j" d="m31.3991,23.6903c5.071,1.3397,9.1165,1.9511,9.7156,1.0119,1.1439-1.8409-8.0347-10.3523-20.2453-12.0793-4.8357-.6834-12.4978-.6363-12.8791.9793-.2032.9496,2.7338,2.645,6.9361,4.4495"/></g><g id="h"><path id="i" class="j" d="m20.8694,12.6229c3.3389-2.044,2.9341-3.2981,6.4018-5.5822,3.7227-2.4525,5.9994-3.9542,6.7868-3.2944,1.2034,1.009-3.0424,5.2787-2.5632,12.2141"/></g></g></g></svg>
Copied!