Nihonoari Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nihonoari 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/344774.svg" alt="Nihonoari icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344774.svg" alt="Nihonoari icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344774.svg" alt="Nihonoari icon" :width="24" :height="24" />
CSS background
.icon-nihonoari {
background-image: url('https://proicons.com/icon/344774.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="M24.0001,30.0812c-3.1626.0341-6.3236-.1523-9.46-.558"/><path class="b" d="M16.1071,29.7124l-.0184,1.8318c2.6216.3558,5.2658.5202,7.9115.4918,2.6457.0283,5.2899-.136,7.9115-.4918l.0058-1.8343"/><path class="b" d="M24.0001,32.0362v1.8251h-6.7637"/><path class="b" d="M24.0001,30.0812c3.1626.0341,6.3236-.1523,9.46-.558"/><path class="b" d="M24.0001,33.8613h6.7637"/><path class="b" d="M19.163,24.883c-1.764-2.4909-1.3479-5.9141.9615-7.9098,2.3094-1.9957,5.7568-1.9111,7.9656.1955,2.2088,2.1065,2.4565,5.5461.5725,7.9474"/><path class="b" d="M12.811,31.215l-7.2657,6.7195M42.5043,37.9608l-7.2847-6.7458M31.6669,27.924l-7.6445-7.0801-7.6543,7.0801"/><path class="b" d="M18.946,31.856v10.644"/><path class="b" d="M29.054,31.856v10.644"/><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!