Anihyou Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Anihyou 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/336345.svg" alt="Anihyou icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336345.svg" alt="Anihyou icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336345.svg" alt="Anihyou icon" :width="24" :height="24" />
CSS background
.icon-anihyou {
background-image: url('https://proicons.com/icon/336345.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><line class="c" x1="6.9567" y1="11.0127" x2="41.0433" y2="11.0127"/><line class="c" x1="8.7047" y1="17.3493" x2="39.2953" y2="17.3493"/><line class="c" x1="5.5" y1="24.1229" x2="42.5" y2="24.1229"/><path class="c" d="m6.9567,35.4123c9.9783-4.1516,17.0433-11.2894,17.0433-11.2894V6.0599"/><path class="c" d="m42.5,41.6761c-12.8189-4.5157-18.5-17.5531-18.5-17.5531"/><path class="c" d="m37.966,28.9937c-2.267,2.6767-6.4597,5.6401-6.4597,5.6401"/><path class="c" d="m11.9094,41.9401c6.5005-.5736,16.6882-3.3049,16.6882-3.3049"/><line class="c" x1="18.0051" y1="29.1164" x2="18.0051" y2="41.0445"/></svg>
Copied!