Odd Bot Out Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Odd Bot Out 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/345088.svg" alt="Odd Bot Out icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345088.svg" alt="Odd Bot Out icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345088.svg" alt="Odd Bot Out icon" :width="24" :height="24" />
CSS background
.icon-odd-bot-out {
background-image: url('https://proicons.com/icon/345088.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M17.6336,16.3073l1.5074-5.6256c1.1893-4.4385,5.7223-7.0803,10.1247-5.9006,4.4024,1.1796,7.0072,5.734,5.8179,10.1725l-1.5074,5.6256M31.098,13.8855c-.5946,2.2192-2.8611,3.5401-5.0624,2.9503-2.2012-.5898-3.5036-2.867-2.909-5.0862.5946-2.2192,2.8611-3.5401,5.0623-2.9503,2.2012.5898,3.5036,2.867,2.909,5.0862ZM17.6336,16.3073l15.9426,4.2718-4.3068,16.0731-15.9426-4.2718,4.3068-16.0731Z"/><path id="c" class="e" d="M16.7548,40.172c0-2.1526,1.2276-5.5428,1.5654-6.435M15.1043,40.172c0-2.496,1.6505-6.656,1.6505-6.656M12.6286,43.5c0-1.838,1.4779-3.328,3.301-3.328s3.301,1.49,3.301,3.328h-6.602Z"/><path id="d" class="e" d="M26.6578,40.172c0-1.3071-.4526-3.0705-.8838-4.4538M28.3083,40.172c0-1.1634-.3585-2.6882-.7414-3.9848M30.7841,43.5c0-1.838-1.4779-3.328-3.301-3.328s-3.301,1.49-3.301,3.328h6.602Z"/></svg>
Copied!