Cats Are Cute Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cats Are Cute 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/338072.svg" alt="Cats Are Cute icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338072.svg" alt="Cats Are Cute icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338072.svg" alt="Cats Are Cute icon" :width="24" :height="24" />
CSS background
.icon-cats-are-cute {
background-image: url('https://proicons.com/icon/338072.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><path class="b" d="M11.1996,29.4638c1.576,0,2.5609-1.2476,2.167-2.3637M13.3665,27.1001c0-.3847.1598-.4541,0-.8642-.1599-.4099-1.2521.5174-.8585.6992.4656.215.3456.165.8585.165ZM13.3665,27.1001c1.182.3938,2.2325,0,2.7578-1.5761"/><path class="b" d="M37.9249,26.1806c1.4942.8536,1.6415-1.0504.9849-1.9698-.7556-1.0579-2.3652-.1659-3.0862-1.2476-.6897-1.0349-.5652-2.9329-2.1967-3.5375-.1149-.0426-.1713-.1793-.106-.2831,2.0691-3.2891,5.9194-3.6989,9.3288-2.1549,1.5102.6839,1.8974-.4935,1.5102-1.1163-1.5048-2.421-8.4855-3.0815-12.9528,1.0709-.0314.0292-.0726.0472-.1153.0503-5.4093.3951-8.565,1.1241-12.9348,4.1976M37.9249,26.1806c-2.058-1.1757-3.4877-.1846-4.5309-.6566-1.0064-.4554-1.3467-1.2147-2.3199-1.6595-.0662-.0302-.1437-.0157-.1973.0336-.2574.2369-.5196.4641-.7862.682M37.9249,26.1806s-.3643.7797-.7994.7797c-1.3789,0-3.6574.0923-4.314-.2081-1.2818-.5864-2.7208-2.1722-2.7208-2.1722M16.7986,29.7035c1.5103,1.1163,4.3163,2.5307,5.9461,3.0683M16.7986,29.7035c2.9879-2.9269,2.5499-7.3799,1.5583-8.5132M16.7986,29.7035c-.4525.4434-.9929.8302-1.5878,1.1553M22.7448,32.7718c.1569.1339.2957.13.4713.2381,1.7073,1.0507,2.3639-.9848,1.182-1.7073-1.1175-.6831-2.288-1.0029-3.1392-2.1558-.0745-.101-.0215-.2424.0991-.277,2.8989-.8312,6.0326-2.0828,8.7327-4.2898M22.7448,32.7718c.4713.8945,0,1.2887-.5794,1.2887-1.7596,0-6.9546-3.2017-6.9546-3.2017M18.3569,21.1903c-.1824-.2085-.3678-.4285-.5548-.6566M5.3555,25.524c-.3283,1.0505-.3345,3.0089.788,4.6623.322.4743.7192.8401,1.1685,1.1163M5.3555,25.524c-1.1819-1.3788-2.3465-4.3781-1.6416-4.9903.7049-.6121,2.4296,1.1158,3.8085,1.8384M5.3555,25.524c.0988-.3164.2393-.6303.416-.944M7.5224,22.372c1.0513-1.077,2.8236-1.8384,4.2681-1.8384M7.5224,22.372c-.7348.7528-1.3406,1.4798-1.7509,2.208M11.7905,20.5337c.4597-2.4954.0458-5.3455,1.0507-5.6471,1.0048-.3016,3.9919,4.4651,4.9609,5.6471M11.7905,20.5337c2.7579,2.889,6.0116,0,6.0116,0M5.7715,24.58c1.5405,1.9945,2.8672,3.8988,1.5405,6.7226M7.312,31.3026c1.9488,1.1979,5.4031.9203,7.8988-.4438"/><circle class="c" cx="13.8673" cy="24.3087" r=".75"/><circle class="c" cx="9.6566" cy="26.733" r=".75"/></svg>
Copied!