Nameless Cat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nameless 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/329966.svg" alt="Nameless Cat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329966.svg" alt="Nameless Cat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329966.svg" alt="Nameless Cat icon" :width="24" :height="24" />
CSS background
.icon-nameless-cat {
background-image: url('https://proicons.com/icon/329966.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m22.5714,23.9651l.2755-.8926c.1154-.3739.5038-.5915.8829-.4945l1.0566.27m-6.7529-9.2999c-1.2293.4559-2.3718,1.1373-3.3361,2.0447-.6626.6234-1.2046,1.3048-1.6303,2.0256m4.9665-4.0703s3.0751-7.2656,4.2133-7.2656c.1046,0,.2131.0222.3247.0646m-4.538,7.201c1.6889-.6263,3.5418-.827,5.3214-.6033.1662.0208.3317.0454.4964.0737m3.6716,1.3741c1.0315.6441,1.9337,1.4905,2.628,2.5388,2.4956,3.7678,2.3616,8.252-.4048,11.6503m-2.2232-14.1891c-1.2828-3.0776-3.4198-7.464-4.9514-8.0456m4.9514,8.0456c-1.107-.6912-2.3631-1.1494-3.6716-1.3741m-10.7843,4.5998c-3.392,1.8216-7.6119,3.6367-7.5666,4.7865.0014.0352.0064.0714.0149.1085m7.5517-4.8951c-.5073.8587-.6344,2.6177-.5473,4.428m1.0389,5.4231c.4371.6621.9561,1.2914,1.5533,1.8736,1.5787,1.5387,3.5382,2.468,5.565,2.772m-7.1184-4.6456c-.4649-.7043-.9274-3.1057-1.0389-5.4231m1.0389,5.4231c-3.9848-1.6255-7.774-3.7783-8.0434-4.956m15.1617,9.6016c2.9827.4473,6.1114-.4597,8.3867-2.772.243-.2469.4704-.5009.6824-.7613m-9.0691,3.5333c-.1213,2.5163,1.8136,9.6024,1.8136,9.6024m7.2555-13.1357l12.7539,5.0106m-29.9803-11.5459s-4.5542-.4251-7.0044.4671M22.5714,6.3471s.1052,5.3684,1.2798,6.6715m-8.0315,9.4949c.9249,1.974,1.2473,1.6829,2.1416,1.3347,1.3245-.5156.7704-.9462.1895-2.1688-.8804-1.8528-1.4116-1.774-2.1693-1.43-.7577.3439-.8683.9275-.1618,2.264Zm9.2721-4.0883c-.3762-.702-.8498-1.4937-.1545-1.9828,1.0805-.894,1.2116-.1053,1.9922.9511.882,1.1936,1.3035,1.4758.2739,2.2421-.9213.6856-1.5392-.1421-2.1116-1.2104Z"/></svg>
Copied!