Niimbot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Niimbot 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/344775.svg" alt="Niimbot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344775.svg" alt="Niimbot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344775.svg" alt="Niimbot icon" :width="24" :height="24" />
CSS background
.icon-niimbot {
background-image: url('https://proicons.com/icon/344775.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>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="j" d="M12.7655,20.7042v6.5915"/><path id="c" class="j" d="M16.5627,27.2134v-6.5091l3.2958,6.5915,3.2958-6.5915v6.5915"/><path id="d" class="j" d="M37.2155,20.7042h4.2845M39.3578,27.2958v-6.5915"/><path id="e" class="j" d="M6.5,27.2958v-6.5915l4.3669,6.5915v-6.5915"/><path id="f" class="j" d="M27.7718,24c.9063,0,1.6479.7415,1.6479,1.6479s-.7415,1.6479-1.6479,1.6479h-2.719v-6.5915h2.719c.9063,0,1.6479.7415,1.6479,1.6479s-.7415,1.6479-1.6479,1.6479ZM27.7718,24h-2.719"/><path id="g" class="j" d="M33.4606,27.2958h0c-1.2359,0-2.1422-.9887-2.1422-2.1422v-2.2246c0-1.2359.9887-2.2246,2.1422-2.2246h0c1.2359,0,2.2246.9887,2.2246,2.2246v2.1422c0,1.2359-.9887,2.2246-2.2246,2.2246Z"/><path id="h" class="j" d="M14.6641,20.7042v6.5915"/><path id="i" class="j" d="M45.5,24c0,11.8741-9.6259,21.5-21.5,21.5S2.5,35.8741,2.5,24,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5Z"/></svg>
Copied!