Faceapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Faceapp 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/325659.svg" alt="Faceapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325659.svg" alt="Faceapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325659.svg" alt="Faceapp icon" :width="24" :height="24" />
CSS background
.icon-faceapp {
background-image: url('https://proicons.com/icon/325659.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M34.366,39.5718a22.0294,22.0294,0,0,0,1.4358-7.9336c0-8.084-5.296-11.199-10.7235-13.12C19.4853,16.539,13.7558,15.807,13.7558,10.79c0-4.6328,4.1136-6.29,8.9861-6.29,5.1521,0,18.212,3.6544,18.212,18.7512A23.7521,23.7521,0,0,1,34.366,39.5718"/><path class="a" d="M15.2532,14.4049c0,3.9338-5.1318,7.8877-5.1318,11.3624a11.8049,11.8049,0,0,0,1.8771,6.1505S7.0461,28.523,7.0461,20.8948,11.3789,9.6245,14.1449,8.55"/><path class="a" d="M22.702,43.5c2.804,0,12.7177-5.2363,12.7177-15.3364"/><path class="a" d="M22.702,43.5c-2.6241,0-11.4748-4.586-12.6-13.4525"/><path class="a" d="M11.3479,34.35A4.1108,4.1108,0,0,1,7.765,29.881a3.81,3.81,0,0,1,.75-2.2991"/></svg>
Copied!