Emoji Cat Face Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Cat Face 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/339728.svg" alt="Emoji Cat Face icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339728.svg" alt="Emoji Cat Face icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339728.svg" alt="Emoji Cat Face icon" :width="24" :height="24" />
CSS background
.icon-emoji-cat-face {
background-image: url('https://proicons.com/icon/339728.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="e" 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><g id="f"><polyline class="g" points="20.9389 29.8328 23.7115 31.7187 26.2871 29.8328"/><path class="g" d="M23.7115,31.7187v2.8852s-.746,2.4911-3.7437,1.9422"/><path class="g" d="M9.3277,8.1304s8.6556,4.18,6.7978,7.98"/><path class="g" d="M16.1534,32.2963s-6.3243-.3094-9.2231,5.0831"/><path class="g" d="M23.6129,34.5068s.746,2.4911,3.7437,1.9422"/><path class="g" d="M37.9968,8.0333s-8.6556,4.18-6.7978,7.98"/><path class="g" d="M31.256,34.869s5.5474,1.5169,5.8635,7.631"/><path class="g" d="M31.8466,32.1992s6.3243-.3094,9.2231,5.0831"/><path class="g" d="M16.5557,34.869s-5.5474,1.5169-5.8635,7.631"/></g><path class="g" d="M26.8535,38.9738c2.5608-1.268,7.6844-4.4437,10.3823-8.3956,3.3326-4.8817,1.3521-10.7226,1.3521-10.7226,0,0,3.5467-10.049.2956-14.3556,0,0-6.2067,1.0133-10.5978,4.9823-3.0603-1.2627-6.1428-1.2121-9.2467.0971-4.3911-3.9689-10.5978-4.9823-10.5978-4.9823-3.2511,4.3067.2956,14.3556.2956,14.3556,0,0-1.9533,5.8224,1.3521,10.7226,2.7198,3.9368,7.8596,7.1605,10.4808,8.2985s3.8156,1.2223,6.2841,0Z"/><line class="g" x1="17.5003" y1="22.9346" x2="17.5003" y2="24.3294"/><line class="g" x1="29.8244" y1="22.9346" x2="29.8244" y2="24.3294"/></svg>
Copied!