Nekogramx Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nekogramx 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/330055.svg" alt="Nekogramx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330055.svg" alt="Nekogramx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330055.svg" alt="Nekogramx icon" :width="24" :height="24" />
CSS background
.icon-nekogramx {
background-image: url('https://proicons.com/icon/330055.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="M38.5006,5.4993H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0012c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0012c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/><path id="d" class="g" d="M21.0846,42.5c-.6339-1.877-1.3257-3.5383-.8689-5.7441-1.7117-2.2344-3.3023-9.2537-1.8874-14.8201,3.1593.8016,6.2507,1.7809,8.8332,4.0915,1.7563-1.6997,3.3381-3.4367,7.2252-4.6813-1.3686-3.9985-1.6315-7.4-1.3379-10.5008,3.8633-.2758,7.0917,1.7661,9.3735,4.0373"/><ellipse id="e" class="g" cx="27.6556" cy="34.9293" rx="1.7083" ry="1.8782" transform="translate(-15.0074 22.0937) rotate(-34.8848)"/><ellipse id="f" class="g" cx="38.3587" cy="26.3817" rx="1.5709" ry="1.7271" transform="translate(-7.0126 36.8138) rotate(-47.4675)"/></svg>
Copied!