Nekobox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nekobox 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/344610.svg" alt="Nekobox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344610.svg" alt="Nekobox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344610.svg" alt="Nekobox icon" :width="24" :height="24" />
CSS background
.icon-nekobox {
background-image: url('https://proicons.com/icon/344610.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="M15.0363,21.4536l1.361.267M25.8475,23.1356l1.495.053M18.4684,19.7385c-.18,1.039-.672,1.821-1.1,1.747-.43-.074-.631-.976-.452-2.015.18-1.039.672-1.821,1.1-1.747.43.074.631.976.452,2.015M26.2365,20.8536c-.179,1.039-.672,1.82-1.1,1.747-.429-.074-.631-.976-.452-2.015.18-1.04.672-1.821,1.1-1.747.43.074.631.976.452,2.015M17.3564,16.7805c.125-.27.295-.58.536-.96M19.6274,8.0243c-3.0721,3.3101-4.0291,7.9482-3.9201,11.5902M15.9973,23.3226c.718.91,1.265,1.375,2.51,1.666l-5.3391-.068c.047-.497-.002-.867.24-1.625-.223-5.1861.385-8.7562,1.363-11.2242M27.6106,12.6694c.13,3.0021.535,6.6341-.393,9.1882M21.0164,19.7175c1.096-.219,1.62-.796,2.162-1.361M19.8414,19.6915c-.554-1.74-.878-3.6891-.72-5.6691M19.1214,14.0224c.095-1.182.362-2.375.854-3.5421M25.9055,15.6475c-.442,1.813-1.253,3.3091-2.54,4.4441M26.2755,9.9994c.125,2.12.027,4.0131-.37,5.6481.2917.592.509,1.2177.647,1.863M13.1693,24.9206l-2.5911-.034M10.5782,24.8866c-.075,2.459-.258,5.4551-.378,8.3032-.346-.112-.387-.134-1.518-.28-.598-.078-.843-.196-1.699-.038,1.192-2.6661,2.13-5.5001,3.5951-7.9852M25.9905,43.5c-.054-5.6451.352-12.3042.528-18.4084l2.492,7.4961,9.0622-.057M30.1446,24.8936c-1.71.005-3.1231.05-3.6261.198M10.2002,33.1898c-.172,4.1001-.215,7.8911.378,9.3302l15.4133.98c5.8001-.227,8.2472-.177,12.0022-.447l.08-10.5222M31.2336,16.3275c.054-3.0281-.54-5.8861-2.37-8.0902.3007.0467.602.0923.904.137-2.247-2.07-5.0881-2.588-8.5652-1.952-.208.038-.457.086-.735.157M18.5074,24.9896l8.0122.103M15.4013,10.7144c-.2359.4402-.4463.8936-.63,1.358-.91-2.356-.954-4.4031-.75-6.8251M14.0213,5.2473c.023-.26.16-.498.24-.747-.081-.013,2.163.47,4.1151,1.378.872.406,2.091.701,2.091.701M29.7676,8.3753c.762.11,1.52.2,2.235.202,1.567.005,3.0241.317,4.6061.86M20.4684,6.5793c-1.383.35-3.5021,1.247-5.0671,4.1351M30.9136,19.8926c.1854-1.1796.2923-2.3703.32-3.5641,1.067-.587,1.992-.748,2.7031-.268M35.1907,17.9435c-.096-.776-.523-1.513-1.254-1.883l2.7141-6.4371c-1.43.983-3.1531,2.042-4.5561,3.9811-.684.945-.61,1.84-.86,2.7241M34.9767,24.9386c-1.556-.02-3.3101-.048-4.8301-.044l.08-1.491c.268-1.15.508-2.33.687-3.5111.568.435.962.883,2.302.707,1.495-.196,2.12-1.471,1.975-2.6561.765,1.439.007,3.3501-.106,5.2201.672,1.785,1.405,1.792,2.032,1.791l3.9001,7.5581-2.9441.019-3.0961-7.5931Z"/></svg>
Copied!