Akudo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Akudo 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/321542.svg" alt="Akudo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321542.svg" alt="Akudo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321542.svg" alt="Akudo icon" :width="24" :height="24" />
CSS background
.icon-akudo {
background-image: url('https://proicons.com/icon/321542.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="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="cls-1" points="24 3.5 5.2728 20.4733 42.7272 20.4733 24 3.5"/><polyline class="cls-1" points="42.7272 20.4733 24 44.5 5.2728 20.4733"/><polygon class="cls-1" points="24 11.4963 14.0954 20.4733 24 34.58 33.9046 20.4733 24 11.4963"/><line class="cls-1" x1="24" y1="3.5" x2="24" y2="44.5"/></svg>
Copied!