Hianime Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hianime 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/327016.svg" alt="Hianime icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327016.svg" alt="Hianime icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327016.svg" alt="Hianime icon" :width="24" :height="24" />
CSS background
.icon-hianime {
background-image: url('https://proicons.com/icon/327016.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>.d{fill:#000;}.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="c" class="e" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="e" x1="16.3001" y1="16.718" x2="16.3001" y2="32.15"/><line class="e" x1="26.5238" y1="16.718" x2="26.5238" y2="32.15"/><line class="e" x1="16.3001" y1="24.405" x2="26.5238" y2="24.405"/><circle class="d" cx="30.9499" cy="17.2003" r=".75"/><line class="e" x1="30.9499" y1="19.9263" x2="30.9499" y2="32.15"/></svg>
Copied!