Hue Bt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hue Bt 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/327210.svg" alt="Hue Bt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327210.svg" alt="Hue Bt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327210.svg" alt="Hue Bt icon" :width="24" :height="24" />
CSS background
.icon-hue-bt {
background-image: url('https://proicons.com/icon/327210.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="a" 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><path id="b" class="k" d="M38.5001,5.5H9.5001c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path id="c" class="k" d="M37.3007,36.3742c-.57,1.14-1.9,1.9-3.23,1.9h0c-2.09,0-3.8-1.71-3.8-3.8v-2.47c0-2.09,1.71-3.8,3.8-3.8h0c2.09,0,3.8,1.71,3.8,3.8v1.33h-7.6"/><g id="d"><path id="e" class="k" d="M20.2,28.2042v6.27c0,2.09,1.71,3.8,3.8,3.8h0c2.09,0,3.8-1.71,3.8-3.8v-6.27"/><line id="f" class="k" x1="27.8" y1="34.4742" x2="27.8" y2="38.2742"/></g><g id="g"><line id="h" class="k" x1="10.1293" y1="23.0743" x2="10.1293" y2="38.2742"/><path id="i" class="k" d="M10.1293,32.0042c0-2.09,1.71-3.8,3.8-3.8h0c2.09,0,3.8,1.71,3.8,3.8v6.27"/></g><path id="j" class="k" d="M19.7479,12.6925l8.5042,8.004-4.4189,4.4189v-15.8412l4.4189,3.9186-8.5042,8.0874"/></svg>
Copied!