Ubybbt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ubybbt 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/349005.svg" alt="Ubybbt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349005.svg" alt="Ubybbt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349005.svg" alt="Ubybbt icon" :width="24" :height="24" />
CSS background
.icon-ubybbt {
background-image: url('https://proicons.com/icon/349005.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M23,43.4a19.22,19.22,0,0,1-7.63-2.67c-3-2-4.89-5.15-5.84-9.51-.26-1.2-.27-1.59-.32-13.91l0-12.81h7.07c.11,7.91.14,23.75.14,23.75a11.66,11.66,0,0,0,6.8,8.86c3,1.16,7.36,1.23,11.74.2.68-.19,2.09-.53,2.09-.53a15.65,15.65,0,0,1-2,2.4A14.51,14.51,0,0,1,23,43.4ZM29.22,34a7.48,7.48,0,0,0,1.7-3.93c.09-.46.13-5.07.13-13.13V4.5h7.71l0,10.3c0,10.63,0,12.08-.34,13.39A8.76,8.76,0,0,1,35.15,33a14.38,14.38,0,0,1-6.45,1.54l.52-.57Z"/></svg>
Copied!