Neko Atsume Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Neko Atsume 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/344605.svg" alt="Neko Atsume icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344605.svg" alt="Neko Atsume icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344605.svg" alt="Neko Atsume icon" :width="24" :height="24" />
CSS background
.icon-neko-atsume {
background-image: url('https://proicons.com/icon/344605.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M20.9306,40.7112c0,2.1545-2.6349,3.9011-5.8852,3.9011s-5.8852-1.7466-5.8852-3.9011,2.6349-3.9011,5.8852-3.9011,5.8852,1.7466,5.8852,3.9011Z"/><path class="c" d="M10.5103,38.1498c-.6921-1.4693-1.069-3.0522-1.069-4.7019,0-3.3699,1.5728-6.4611,4.1919-8.8742M21.0151,20.4736c2.1146-.6422,4.4229-.9955,6.8399-.9955,6.0159,0,11.358,2.1887,14.7182,5.5737"/><path class="c" d="M13.5431,24.4102c-.5056-1.5392-.4133-3.7074,1.3602-6.1444,2.2088.3628,2.5504.0817,6.0277,2.17"/><circle class="c" cx="18.6749" cy="26.9498" r="1.133"/><circle class="c" cx="36.4339" cy="29.1306" r="1.133"/><path class="c" d="M24.1852,29.5923c1.1113,1.1442,4.0759.7712,4.392.2611.7275-1.2199-4.8882-1.654-4.392-.2611Z"/><path class="c" d="M20.7676,29.7954c-.2225,3.5243,5.7429,1.9671,5.2136.6263"/><path class="c" d="M26.6025,30.6351c1.0918,2.7982,4.2674,2.5392,5.3948.8539"/><path class="c" d="M20.27,42.5h18.23c2.21,0,4-1.79,4-4V9.5c0-2.21-1.79-4-4-4H9.5c-2.21,0-4,1.79-4,4v29c0,2.21,1.79,4,4,4h.32"/></svg>
Copied!