Cbtandroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cbtandroid 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/323525.svg" alt="Cbtandroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323525.svg" alt="Cbtandroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323525.svg" alt="Cbtandroid icon" :width="24" :height="24" />
CSS background
.icon-cbtandroid {
background-image: url('https://proicons.com/icon/323525.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M13.5721,24.7675l3.263,10.6935,6.5563-.0366c-2.2369,8.1611-10.9325,8.7987-15.2492,4.2786-4.4317-4.6405-3.3078-13.765,5.4295-14.9356h.0003Z"/><path class="c" d="M34.4279,24.7675l-3.263,10.6935-6.5563-.0366c2.2369,8.1611,10.9325,8.7987,15.2492,4.2786,4.4317-4.6405,3.3078-13.765-5.4295-14.9356h-.0003Z"/><path class="c" d="M16.2319,18.0464l8.0579-6.3302,8.065,6.5836c2.6156-6.884-1.6026-12.7793-7.8529-12.7997-6.4168-.0206-11.3585,6.4562-8.27,12.5454v.0009Z"/></svg>
Copied!