Hiface Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hiface 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/341588.svg" alt="Hiface icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341588.svg" alt="Hiface icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341588.svg" alt="Hiface icon" :width="24" :height="24" />
CSS background
.icon-hiface {
background-image: url('https://proicons.com/icon/341588.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="g" d="M19.20375502,32.38643127c-5.14226383,4.35622233-5.01825693-9.2374731-11.73460182-10.22552463l-2.94415119-.43202136c-.18700939,6.81435044.56002865,10.57454155,6.21431835,12.50663981,5.65428922,1.93309776,10.52653875-2.11710912,10.98256341-7.22436941.4170212-4.67723984.70703698-8.36042924.31401528-13.73270441-6.57433646.48002415-8.8924561,4.70023983-8.85145363,9.22147153l.04600189,5.08026038"/><path id="f" class="g" d="M28.79624586,15.61357009c5.14226383-4.35622328,5.01825693,9.23747501,11.73460087,10.22552463l2.94415119.43202136c.18700986-6.81434854-.56003009-10.5745425-6.2143193-12.50664076-5.65428922-1.93309872-10.52654066,2.11710817-10.98256341,7.22437036-.4170212,4.67723984-.70703698,8.36042733-.31401528,13.73270441,6.57433646-.48002415,8.8924561-4.70024174,8.85145363-9.22147344l-.04600379-5.08026038"/></svg>
Copied!