Orbot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Orbot 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/345333.svg" alt="Orbot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345333.svg" alt="Orbot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345333.svg" alt="Orbot icon" :width="24" :height="24" />
CSS background
.icon-orbot {
background-image: url('https://proicons.com/icon/345333.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M20.88,4.5h0l.21.17q4,3.11,2.69,7.33-4.37-1.8-2.95-7.33a.59.59,0,0,1,0-.17Z"/><path class="cls-1" d="M27.5,8.34c-.24,2-1.23,3.26-2.95,3.66C24.31,10.15,25.29,8.92,27.5,8.34Z"/><path class="cls-1" d="M20.41,12.11h0a28.09,28.09,0,0,0,3.76.62h0a12.6,12.6,0,0,0,3.39-.17A4.8,4.8,0,0,0,30.34,17a13.87,13.87,0,0,1,3.53,2.6A13.48,13.48,0,0,1,38,29.53h0a13.42,13.42,0,0,1-4.09,9.87,13.41,13.41,0,0,1-9.69,4.09H24a13.43,13.43,0,0,1-9.87-4.09A13.44,13.44,0,0,1,10,29.52a13.45,13.45,0,0,1,4.09-9.87,14.18,14.18,0,0,1,3.39-2.54l.41-.21a4.7,4.7,0,0,0,2.49-4.18Z"/><path class="cls-1" d="M23.7,40.1a10.17,10.17,0,0,1,0-20.34h0"/><path class="cls-1" d="M23.7,36.19a6.13,6.13,0,0,1,0-12.25h0"/><path class="cls-1" d="M23.7,32.78a2.62,2.62,0,0,1,0-5.22h0"/></svg>
Copied!