Nanji Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nanji 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/344530.svg" alt="Nanji icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344530.svg" alt="Nanji icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344530.svg" alt="Nanji icon" :width="24" :height="24" />
CSS background
.icon-nanji {
background-image: url('https://proicons.com/icon/344530.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M35.9395,18.377v21.419c0,1.153-.944,2.262-2.621,2.262-1.521,0-3.355-.556-4.705-1.191M19.2665,25.639h21.972M20.5765,10.167h19.173M29.9235,5.942v11.781M19.3245,18.081h22.032M22.5415,30.814c1.9558,1.3511,3.6508,3.0447,5.003,4.999M6.6435,22.756h8.575M8.4095,9.875h5.042c.972-.0033,1.7627.782,1.766,1.754,0,.0037,0,.0073,0,.011v23.187c.0028.972-.783,1.7622-1.755,1.765-.0037,0-.0073,0-.011,0h-5.042c-.972.0033-1.7627-.782-1.766-1.754,0-.0037,0-.0073,0-.011V11.64c-.0028-.972.783-1.7622,1.755-1.765.0037,0,.0073,0,.011,0Z"/></svg>
Copied!