Btech Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Btech 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/322990.svg" alt="Btech icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322990.svg" alt="Btech icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322990.svg" alt="Btech icon" :width="24" :height="24" />
CSS background
.icon-btech {
background-image: url('https://proicons.com/icon/322990.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;}.d{fill:#000;stroke-width:0px;}</style></defs><path class="c" d="M12.5849,24.0188c1.0117,0,1.8395.8278,1.8395,1.8395s-.8278,1.8395-1.8395,1.8395h-3.0351v-7.3578h3.0351c1.0117,0,1.8395.8278,1.8395,1.8395s-.8278,1.8395-1.8395,1.8395Z"/><line class="c" x1="12.5849" y1="24.0188" x2="9.5498" y2="24.0188"/><line class="c" x1="15.9336" y1="20.3398" x2="20.7162" y2="20.3398"/><line class="c" x1="18.3249" y1="27.6977" x2="18.3249" y2="20.3398"/><line class="c" x1="22.3685" y1="24.0188" x2="24.7598" y2="24.0188"/><polyline class="c" points="26.0474 27.6977 22.3685 27.6977 22.3685 20.3398 26.0474 20.3398"/><path class="c" d="M32.0519,25.0792h0c0,1.3796-1.1037,2.4833-2.4833,2.4833h0c-1.3796,0-2.4833-1.1037-2.4833-2.3913v-2.4833c0-1.3796,1.1037-2.4833,2.4833-2.3913h0c1.3796,0,2.3913,1.1037,2.3913,2.3913h0"/><line class="c" x1="33.6752" y1="20.3398" x2="33.6752" y2="27.6977"/><line class="c" x1="38.5498" y1="20.3398" x2="38.5498" y2="27.6977"/><line class="c" x1="33.6752" y1="23.9268" x2="38.5498" y2="23.9268"/><circle class="d" cx="16.0494" cy="27.5903" r=".75"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!