Akebi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Akebi 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/336095.svg" alt="Akebi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336095.svg" alt="Akebi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336095.svg" alt="Akebi icon" :width="24" :height="24" />
CSS background
.icon-akebi {
background-image: url('https://proicons.com/icon/336095.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="M6.0407,9.647v7.9347l7.3101,4.1728,7.2589-4.1728,7.1936,4.2083v-8.1626l-7.1936-3.9804-7.2589,3.9804V5.5l-7.3101,4.147Z"/><path id="d" class="g" d="M20.9748,42.5l6.8716-3.9673-.0413-8.4171-7.2432-4.2.0477-8.334-7.069,4.0813.1497,8.22,7.0765,4.2962-7.0385,4.0637,7.2464,4.2572Z"/><g id="e"><path id="f" class="g" d="M41.9593,13.1402l-6.8716-3.9673-7.2688,4.2443-.0157,8.3728-7.2413,4.1257,7.069,4.0813,7.0439-4.2396.1824-8.2766,7.0385,4.0637.0637-8.4042Z"/></g></svg>
Copied!