Nojima Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nojima 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/344825.svg" alt="Nojima icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344825.svg" alt="Nojima icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344825.svg" alt="Nojima icon" :width="24" :height="24" />
CSS background
.icon-nojima {
background-image: url('https://proicons.com/icon/344825.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>.d{fill:#fff;}.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M26.2139,24.1194c0-1.244,1.0084-2.2523,2.2523-2.2523s2.2523,1.0084,2.2523,2.2523v3.7164"/><line class="e" x1="26.2139" y1="21.8667" x2="26.2139" y2="27.835"/><path class="e" d="M30.7185,24.1194c0-1.244,1.0084-2.2523,2.2523-2.2523s2.2523,1.0084,2.2523,2.2523v3.7164"/><circle class="d" cx="24.0841" cy="19.1074" r=".75"/><line class="e" x1="24.0841" y1="21.8667" x2="24.0841" y2="27.835"/><path class="e" d="M21.9543,21.8667v6.757c0,1.244-.9989,2.2523-2.2312,2.2523-.6161,0-1.1739-.2521-1.5776-.6597"/><circle class="d" cx="21.9543" cy="19.1641" r=".75"/><path class="e" d="M13.8562,27.835v-6.1845"/><line class="e" x1="7.4171" y1="27.835" x2="7.4171" y2="17.1241"/><path class="e" d="M41.4129,25.5831c0,1.244-1.0007,2.2523-2.2352,2.2523h-.7845c-.8178,0-1.4808-.6681-1.4808-1.4922s.663-1.4922,1.4808-1.4922h3.0238"/><path class="e" d="M37.4715,22.4577c.5428-.5436.9231-.5912,1.9708-.5912,1.1893,0,1.9708.5231,1.9708,1.9371v4.0315"/><path class="e" d="M15.5457,24.1194c0-1.244,1.0084-2.2523,2.2523-2.2523s2.2523,1.0084,2.2523,2.2523v1.464c0,1.244-1.0084,2.2523-2.2523,2.2523s-2.2523-1.0084-2.2523-2.2523v-1.464Z"/><path class="e" d="M9.0269,17.9915c.8668-.5005,1.9171-.5693,2.8419-.1863.9248.383,1.6188,1.1744,1.8779,2.1412"/><circle class="e" cx="24" cy="24" r="21.5"/></svg>
Copied!