Bctt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bctt 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/322467.svg" alt="Bctt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322467.svg" alt="Bctt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322467.svg" alt="Bctt icon" :width="24" :height="24" />
CSS background
.icon-bctt {
background-image: url('https://proicons.com/icon/322467.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>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="c" class="k" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path id="d" class="k" d="M11.5,25.1145c0-1.6797,1.3616-3.0413,3.0413-3.0413h0c1.6797,0,3.0413,1.3616,3.0413,3.0413v1.9769c0,1.6797-1.3616,3.0413-3.0413,3.0413h0c-1.6797,0-3.0413-1.3616-3.0413-3.0413"/><line id="e" class="k" x1="11.5" y1="30.016" x2="11.5" y2="17.8507"/><path id="f" class="k" d="M25.0878,28.6046c-.4937.9229-1.4226,1.5448-2.4871,1.5448h0c-1.5819,0-2.8642-1.3731-2.8642-3.067v-1.9935c0-1.6938,1.2823-3.067,2.8642-3.067h0c1.0624,0,1.9898.6194,2.4842,1.5394"/><path id="g" class="k" d="M28.5719,19.7588v8.8944c0,.8256.7774,1.4949,1.7363,1.4949h.5209"/><line id="h" class="k" x1="26.7488" y1="22.2253" x2="30.3951" y2="22.2253"/><path id="i" class="k" d="M34.2428,19.6178v8.8944c0,.8256.7774,1.4949,1.7363,1.4949h.5209"/><line id="j" class="k" x1="32.4196" y1="22.0843" x2="36.0659" y2="22.0843"/></svg>
Copied!