Botblecms Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Botblecms 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/313737.svg" alt="Botblecms icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313737.svg" alt="Botblecms icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313737.svg" alt="Botblecms icon" :width="24" :height="24" />
CSS background
.icon-botblecms {
background-image: url('https://proicons.com/icon/313737.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Botble CMS</title><path d="M12 9.371c-1.613 0-3.09.54-4.3 1.426V0S5.624.434 4.686 1.313l.036 15.742C4.918 20.918 8.086 24 12 24c.547 0 1.074-.07 1.59-.184v-3.105a4.318 4.318 0 0 1-1.59.312 4.336 4.336 0 0 1 0-8.671 4.321 4.321 0 0 1 4.313 4.109l.09 6.031c1.757-1.332 2.91-3.426 2.91-5.805A7.315 7.315 0 0 0 12 9.372Zm1.523 7.512c0 .84-.683 1.523-1.523 1.523a1.525 1.525 0 0 1 0-3.05c.84 0 1.523.683 1.523 1.527Z"/></svg>
Copied!