Bbl Atta Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bbl Atta 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/337009.svg" alt="Bbl Atta icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337009.svg" alt="Bbl Atta icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337009.svg" alt="Bbl Atta icon" :width="24" :height="24" />
CSS background
.icon-bbl-atta {
background-image: url('https://proicons.com/icon/337009.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="M13.566,29.09c-.312.078-.6353.1177-.97.119-2.23,0-4.037-1.827-4.037-4.08s1.807-4.08,4.036-4.08c2.307,0,3.606,1.542,3.606,3.358v4.881M23.14,29.288h-.628c-1.1084.0028-2.0092-.8936-2.012-2.002,0-.003,0-.006,0-.009v-8.953M20.538,21.372h2.602M29.45,29.288h-.628c-1.1084.0028-2.0092-.8936-2.012-2.002,0-.003,0-.006,0-.009v-8.953M26.848,21.372h2.602M37.289,29.09c-.312.078-.6353.1177-.97.119-2.23,0-4.037-1.827-4.037-4.08s1.807-4.08,4.036-4.08c2.307,0,3.606,1.542,3.606,3.358v4.881M9.62,33.078h-5.12v-5.118M38.382,14.922h5.118v5.115"/></svg>
Copied!