Tsb Go Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tsb Go Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/334316.svg" alt="Tsb Go Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334316.svg" alt="Tsb Go Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334316.svg" alt="Tsb Go Plus icon" :width="24" :height="24" />
CSS background
.icon-tsb-go-plus {
background-image: url('https://proicons.com/icon/334316.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="M39.9953,24.081c3.1597-2.4122,2.7569-6.9582,1.9925-8.9631-.9091-2.3845-3.2792-5.0727-7.676-5.0727H4.5v7.0228h6.9247v20.8868h24.7533c5.3204,0,7.322-3.4324,7.322-7.1491s-1.3286-5.5259-3.5047-6.7247Z"/><path id="d" class="f" d="M16.5182,37.9548v-20.8868h8.5293"/><path id="e" class="f" d="M16.5182,34.6079h15.9169c3.1202,0,5.0316-.9945,5.0316-3.684s-1.9115-3.7086-5.0316-3.684l-5.4563.0429c-3.1201.0245-5.0316-.9945-5.0316-3.684s1.9114-3.684,5.0316-3.684h15.3215"/></svg>
Copied!