Nani Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nani 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/344529.svg" alt="Nani icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344529.svg" alt="Nani icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344529.svg" alt="Nani icon" :width="24" :height="24" />
CSS background
.icon-nani {
background-image: url('https://proicons.com/icon/344529.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="M19.6825,18.8735l6.578-1.763c.9386-.2527,1.9044.3033,2.1571,1.2418.0006.0024.0013.0048.0019.0072l2.157,8.051c.2543.9382-.3001,1.9049-1.2382,2.1592-.0023.0006-.0045.0012-.0068.0018l-6.578,1.763c-.9386.2527-1.9044-.3033-2.1571-1.2418-.0006-.0024-.0013-.0048-.0019-.0072l-2.157-8.05c-.2543-.9382.3001-1.9049,1.2382-2.1592.0023-.0006.0045-.0012.0068-.0018v-.001ZM9.9005,19.0025l6.413,23.934M10.5625,8.8225c.271,7.081-1.346,15.631-3.585,20.357M15.6795,10.8885l21.738-5.825M33.6565,6.0715l7.233,26.993c.545,2.033-.647,3.632-2.463,4.119-1.623.435-3.114.467-5.215.017"/></svg>
Copied!