Neko Atsume Alt 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Neko Atsume Alt 2 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/344608.svg" alt="Neko Atsume Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344608.svg" alt="Neko Atsume Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344608.svg" alt="Neko Atsume Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-neko-atsume-alt-2 {
background-image: url('https://proicons.com/icon/344608.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;}</style></defs><path class="b" d="M32.0088,28.7916c-.548-2.794-2.728-5.349-6.457-6.145M19.8878,37.5516c.246.363.493.737.739,1.1-3.728.402-7.376.461-10.557-1.464-1.606.87-3.028,1.924-5.559,1.87-.094-2.361.267-3.356.572-4.519-1.472-6.198,1.402-10.4,6.827-12.295M11.9098,22.2436c.8411-.2897,1.7016-.5199,2.575-.689M20.6278,38.6516c.845,1.248,1.69,2.368,2.534,2.482,1.908-.881,2.854-1.96,3.689-3.895,2.143-.74,3.625-2.084,4.465-3.67M31.3158,33.5686c.7717-1.4662,1.0163-3.153.693-4.778,1.535.042,2.826-1.136,4.088-2.458M40.5468,15.0656c-.724-2.574-2.314-4.89-4.606-6.131-6.732-3.646-12.912-2.356-18.13,2.96-3.327,3.39-4.68,6.9-5.9,10.35M35.5108,30.1686c-.735-.783-.435-2.56.586-3.836M36.0968,26.3326c4.438-1.908,5.662-6.95,4.449-11.267,5.317,5.073,3.075,14.331-3.596,15.464-.667.114-1.14-.04-1.44-.36-.684,1.284-2.5,3.072-4.195,3.4"/></svg>
Copied!