Hanime Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hanime 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/341447.svg" alt="Hanime icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341447.svg" alt="Hanime icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341447.svg" alt="Hanime icon" :width="24" :height="24" />
CSS background
.icon-hanime {
background-image: url('https://proicons.com/icon/341447.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M8.9668,5.5h2.8287c3.8708,0,7.0134,3.1426,7.0134,7.0134v28.6734c0,.7247-.5884,1.3131-1.3131,1.3131h-2.8287c-3.8708,0-7.0134-3.1426-7.0134-7.0134V6.8131c0-.7247.5884-1.3131,1.3131-1.3131Z"/><path class="c" d="M33.3328,5.5h-2.8287c-.7252,0-1.3131.5879-1.3131,1.3131v11.7749h-10.382v10.1428h10.382v6.7558c0,3.8733,3.14,7.0134,7.0134,7.0134h2.8287c.7252,0,1.3131-.5879,1.3131-1.3131V12.5134c0-3.8734-3.14-7.0134-7.0134-7.0134Z"/></svg>
Copied!