Bybit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bybit 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/323070.svg" alt="Bybit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323070.svg" alt="Bybit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323070.svg" alt="Bybit icon" :width="24" :height="24" />
CSS background
.icon-bybit {
background-image: url('https://proicons.com/icon/323070.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="32.0958" y1="17.0565" x2="32.0958" y2="26.3145"/><line class="a" x1="34.3665" y1="19.371" x2="40.5" y2="19.371"/><line class="a" x1="37.4333" y1="28.629" x2="37.4333" y2="19.371"/><polyline class="a" points="21.29 19.371 18.224 24 15.157 19.371"/><line class="a" x1="18.2237" y1="28.629" x2="18.2237" y2="24"/><path class="a" d="M11.3189,24a2.3145,2.3145,0,1,1,0,4.629H7.5V19.371h3.8189a2.3145,2.3145,0,1,1,0,4.629Z"/><line class="a" x1="11.3189" y1="24" x2="7.5" y2="24"/><path class="a" d="M27.38,24a2.3145,2.3145,0,1,1,0,4.629H23.561V19.371H27.38a2.3145,2.3145,0,1,1,0,4.629Z"/><line class="a" x1="27.3799" y1="24" x2="23.561" y2="24"/><circle class="a" cx="24" cy="24" r="21.5"/></svg>
Copied!