Hi Waifu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hi Waifu 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/341574.svg" alt="Hi Waifu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341574.svg" alt="Hi Waifu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341574.svg" alt="Hi Waifu icon" :width="24" :height="24" />
CSS background
.icon-hi-waifu {
background-image: url('https://proicons.com/icon/341574.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="h" d="M17.98600006,18.59699965v8.75699997"/><path id="f" class="h" d="M30.95000076,18.64999914l-4.24600029,4.25,4.24600029,4.25200081"/><path id="g" class="h" d="M23.99900055,8.01499987c-15.92400074,0-18.49900055,7.22999954-18.49900055,14.83500004,0,3.10700035.43300009,6.14999962,2.02999973,8.66499901-.14300013,3.45999908,1.02499962,6.79499817,4.41699982,8.47000122-.90999985-2.2480011-1.11400032-3.76699829-.91399956-5.06499863,2.7869997,1.71500015,6.90799999,2.76100159,12.96600056,2.76100159,15.92300034,0,18.50099945-7.22700119,18.50099945-14.83100128,0-7.60499954-2.57799911-14.83500004-18.50099945-14.83500195Z"/></svg>
Copied!