Bluebot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bluebot 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/322773.svg" alt="Bluebot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322773.svg" alt="Bluebot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322773.svg" alt="Bluebot icon" :width="24" :height="24" />
CSS background
.icon-bluebot {
background-image: url('https://proicons.com/icon/322773.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,.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{stroke-width:1px;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="b" d="M30.452,24a5.25,5.25,0,0,1,0,10.5H25.1053v-21H30.452a5.25,5.25,0,0,1,0,10.5Z"/><line class="b" x1="30.452" y1="24" x2="25.1053" y2="24"/><path class="b" d="M17.548,24a5.25,5.25,0,1,0,0,10.5h5.3467v-21H17.548a5.25,5.25,0,0,0,0,10.5Z"/><line class="b" x1="17.548" y1="24" x2="22.8947" y2="24"/></svg>
Copied!