Segway Ninebot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Segway Ninebot 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/332557.svg" alt="Segway Ninebot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332557.svg" alt="Segway Ninebot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332557.svg" alt="Segway Ninebot icon" :width="24" :height="24" />
CSS background
.icon-segway-ninebot {
background-image: url('https://proicons.com/icon/332557.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="32.4764" cy="9.0021" r="4.5021"/><path class="b" d="M14.7303,17.0257h13.6792c3.761,0,4.2507,3.0159,3.4657,6.0027l-4.4947,17.1008c-.5223,1.9833-1.9905,3.3707-4.5428,3.3707-1.7496,0-3.2398-1.301-3.8382-2.9451s-.1084-3.3954.4833-4.7233l4.2479-10.2747h-6.9152"/><path class="b" d="M25.7843,21.3087h-14.7627"/></svg>
Copied!