Bbl Token Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bbl Token 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/337016.svg" alt="Bbl Token icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337016.svg" alt="Bbl Token icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337016.svg" alt="Bbl Token icon" :width="24" :height="24" />
CSS background
.icon-bbl-token {
background-image: url('https://proicons.com/icon/337016.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4"/><path class="b" d="M30.107,17.559c.407,3.193-5.073,7.342-6.107,9.208v4.54c-3.705-3.238-11.953-5.8-6.434-13.538l6.434-8.779,6.434,8.78c5.519,7.738-2.729,10.3-6.434,13.537"/><path class="b" d="M17.893,17.559c-.407,3.193,5.073,7.342,6.107,9.208M13.394,33.803h3.79M15.289,39.646v-5.843M22.417,33.803v5.843M22.418,38.405l2.589-2.632M23.242,37.567l2.035,2.07M34.606,39.646v-2.41c0-.807-.64-1.46-1.43-1.46h0c-.79,0-1.43.653-1.43,1.46M31.746,39.646v-3.87M29.589,38.909c-.247.44-.711.737-1.243.737h0c-.79,0-1.43-.654-1.43-1.46v-.95c0-.807.64-1.46,1.43-1.46h0c.79,0,1.43.653,1.43,1.46v.474h-2.86M17.525,37.236c0-.807.64-1.46,1.43-1.46s1.43.653,1.43,1.46v.95c0,.806-.64,1.46-1.43,1.46s-1.43-.654-1.43-1.46v-.95Z"/></svg>
Copied!