Akachan Honpo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Akachan Honpo 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/336092.svg" alt="Akachan Honpo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336092.svg" alt="Akachan Honpo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336092.svg" alt="Akachan Honpo icon" :width="24" :height="24" />
CSS background
.icon-akachan-honpo {
background-image: url('https://proicons.com/icon/336092.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m30 10.5a13.5 13.5 0 00-10.193 4.6504 11.5 11.5 0 00-3.8066-.65039 11.5 11.5 0 00-11.5 11.5 11.5 11.5 0 0011.5 11.5 11.5 11.5 0 006.6699-2.166 13.5 13.5 0 007.3301 2.166 13.5 13.5 0 0013.5-13.5 13.5 13.5 0 00-13.5-13.5z"/><line class="d" x1="26.085" x2="26.085" y1="12.867" y2="32.505"/><path class="d" d="m26.085 24.404c0-2.7114 2.2003-4.9094 4.9146-4.9094 2.7143 0 4.9146 2.198 4.9146 4.9094v8.1005"/><path class="d" d="m20.164 27.596c0 2.7114-2.2004 4.9094-4.9146 4.9094-2.7143 0-4.9146-2.198-4.9146-4.9094v-3.1911c0-2.7114 2.2004-4.9094 4.9146-4.9094 2.7143 0 4.9146 2.198 4.9146 4.9094"/><line class="d" x1="20.164" x2="20.164" y1="32.505" y2="19.495"/></svg>
Copied!