Tbm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tbm 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/333711.svg" alt="Tbm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333711.svg" alt="Tbm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333711.svg" alt="Tbm icon" :width="24" :height="24" />
CSS background
.icon-tbm {
background-image: url('https://proicons.com/icon/333711.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><path class="c" d="M9.4406,17.445l.0386,13.0368M16.7714,23.878h3.6923M4.5,17.4437h15.9637c3.4399,0,3.8411,6.1329,0,6.4416,3.8268.751,3.4986,6.5816,0,6.5816h-3.6876v-13.0203"/><path class="c" d="M23.0941,25.5432c3.121-4.2869,5.3844-2.1263,5.3844-2.1263,2.8122,3.9441-1.6141,8.3543-2.9151,7.1677-2.2661-2.0667,6.1548-14.3087,9.7742-13.7183,2.4214,1.5062-2.8325,7.8642-1.3718,9.0198,1.8723,1.4985,4.8197-7.696,7.2707-6.4818,2.8968,2.0371-4.9528,9.1888-1.7148,11.5234,2.175,1.0999,3.9783-2.1607,3.9783-2.1607"/></svg>
Copied!