Sbt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sbt 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/332445.svg" alt="Sbt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332445.svg" alt="Sbt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332445.svg" alt="Sbt icon" :width="24" :height="24" />
CSS background
.icon-sbt {
background-image: url('https://proicons.com/icon/332445.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><line class="c" x1="7.056" y1="28.781" x2="7.056" y2="19.669"/><line class="c" x1="2.5" y1="24.225" x2="11.6119" y2="24.225"/><path class="c" d="M14.8425,28.0122c.6278.5272,1.3057.7688,2.8279.7688h.7714c1.2554,0,2.2731-1.0199,2.2731-2.278h0c0-1.2581-1.0177-2.278-2.2731-2.278h-1.5428c-1.2554,0-2.2731-1.0199-2.2731-2.278h0c0-1.2581,1.0177-2.278,2.2731-2.278h.7714c1.5222,0,2.2001.2416,2.8279.7688"/><path class="c" d="M37.2316,16.8323v10.2294c0,.9495.7697,1.7192,1.7192,1.7192h.5158"/><line class="c" x1="35.4264" y1="19.669" x2="39.0368" y2="19.669"/><line class="c" x1="24.1947" y1="24.225" x2="24.1947" y2="15.0271"/><circle class="c" cx="28.7507" cy="24.225" r="4.556"/><path class="c" d="M7.2226,31.7733c3.0291,7.1422,10.105,12.1524,18.3516,12.1524,11.0047,0,19.9258-8.9212,19.9258-19.9258S36.579,4.0742,25.5742,4.0742c-8.4161,0-15.5979,5.2254-18.5183,12.6025"/></svg>
Copied!