Nokoprint Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nokoprint 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/330271.svg" alt="Nokoprint icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330271.svg" alt="Nokoprint icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330271.svg" alt="Nokoprint icon" :width="24" :height="24" />
CSS background
.icon-nokoprint {
background-image: url('https://proicons.com/icon/330271.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M20.473,31.0005c0,.5451-.5776.987-1.29.987h0c-.7124.0008-1.2909-.4404-1.292-.9855,0-.0005,0-.001,0-.0015,0-.5451.5776-.987,1.29-.987.7124-.0004,1.2904.4411,1.291.9862v.0008h.001ZM31.42,35.3455l.591,2.928c.045.223-.222.22-.497.22h-15.028c-.276,0-.542.003-.497-.22l.394-1.951,1.435-1.319,4.454,2.143,3.681-4.286,5.024,2.623.443-.138ZM16.1,28.2775l-2.324,11.687c-.063.318.31.313.697.313h19.054c.386,0,.76.005.697-.313l-2.323-11.687h-15.801ZM15.876,29.4125h-4.414c-.386,0-.697-.14-.697-.313v-2.089c0-.173.31-.313.697-.313h25.076c.386,0,.697.14.697.313v2.09c0,.173-.31.313-.697.313h-4.307M40.035,20.6995h.742c.386,0,.697.311.697.698v.12c.0011.3844-.3096.6969-.694.698-.001,0-.002,0-.003,0h-.742c-.3844.0006-.6964-.3106-.697-.695,0-.001,0-.002,0-.003v-.12c0-.387.311-.698.697-.698ZM15.091,33.3595H5.66c-.6407,0-1.16-.5193-1.16-1.16,0-.0013,0-.0027,0-.004v-12.25c-.0022-.6406.5153-1.1618,1.156-1.164.002,0,.004,0,.006,0h5.122l4.194-1.619M33.016,33.3585h9.322c.6406.0011,1.1609-.5173,1.162-1.158,0-.0017,0-.0033,0-.005v-12.25c.0022-.6406-.5153-1.1618-1.156-1.164-.002,0-.004,0-.006,0h-5.122l-4.194-1.619H14.978V7.7225h18.045v9.44"/></svg>
Copied!