Emoji Cat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Cat 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/325168.svg" alt="Emoji Cat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325168.svg" alt="Emoji Cat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325168.svg" alt="Emoji Cat icon" :width="24" :height="24" />
CSS background
.icon-emoji-cat {
background-image: url('https://proicons.com/icon/325168.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><path class="g" d="M12.3558,23.0115s-.7109-.1751-3.0619.7577c-1.4807.6347-3.1208.5289-3.1208.5289-1.0644.0925-1.9771-2.5451-1.5772-3.004l2.1059-3.2369-1.1107-2.1687s3.1785-.8981,5.0033,1.3265c.2186.2666.5041.4715.8118.6265.0189.0095.0382.0192.0579.0289,1.6457.8181,3.52.9971,5.3219.6335,4.5837-.9254,8.9301-.8695,13.7728,1.4039,4.8395,2.2741,9.222-1.4281,8.6572-4.7602-.5033-2.9494,2.2608-4.8129,4.2842-3.1734"/><path class="g" d="M13.0005,22.1825c-.9793,1.164-2.4708,3.0484-.2793,5.8125,0,0-4.288,1.8108-3.8119,5.0985,0,0,.23,1.5715,1.5245,1.5245,2.2656.1039,1.0428-1.8703,1.1386-2.547.3812-1.4001,5.3891-2.3153,5.3891-2.3153,0,0,2.0488-.7623.9051-2.8586"/><path class="g" d="M16.9616,29.7556s-.27,1.2537-.6607,3.0833c-.7337,4.604,1.5144,3.843,1.9149,3.593.7286-.4553,1.1729-6.2542,2.5083-7.1783,1.0104-.7007,5.1835-.1917,5.1835-.1917"/><path class="g" d="M25.7831,27.3171c.0578,1.1056.4779,2.1592,1.1006,3.0751.4199.6174,1.1443,1.4725.9222,1.8945-2.8428,5.3949.395,4.4568.6874,3.9141,2.0234-3.7555,3.8875-2.6048,2.9494-6.6769,0,0,3.3448-1.1488,3.5035-5.0629,0-2.9984-3.166-4.0992-3.166-4.0992"/><path class="g" d="M31.946,30.0209s1.5023,2.0335,4.9239,1.7092c0,0-2.111,4.2918,0,4.8363,1.2167.3136,2.997-7.0831,2.997-7.0831,0,0-3.9605-1.2917-4.9988-5.8129"/></g></svg>
Copied!