Eba Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eba 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/339480.svg" alt="Eba icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339480.svg" alt="Eba icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339480.svg" alt="Eba icon" :width="24" :height="24" />
CSS background
.icon-eba {
background-image: url('https://proicons.com/icon/339480.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><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m8.5104,25.5462c.9296-.1428,7.5826-1.2754,7.77-4.4631.2474-4.2096-6.5727-3.041-7.6772,3.6853-.7725,4.7045,2.9454,6.2157,5.9707,4.3259,3.7847-2.3642,6.2171-11.1495,11.6421-10.366,1.4087.2033,2.2686,1.2553,2.3082,2.7868.0382,1.4757-.6722,2.833-.9136,4.291-.4574,2.7624,1.2848,3.8822,2.4927,3.9765,2.4765.1934,5.1182-3.3931,5.8348-5.7132,1.6237-5.2566-4.1301-7.0236-6.0514-3.4639m-3.5769,7.654c-.9432,1.2107-2.4683,1.7537-3.9798,1.4941-2.177-.3739-3.261-2.315-2.4231-4.7665m1.6339-6.282c1.0075-3.0207,1.3256-4.5843,1.4189-5.8242-.3193-1.1174-1.3775-.7627-2.3377-.4889"/><path class="b" d="m37.4841,18.492l-1.5455,5.5771c-.2219.8006-.4966,1.5855-.727,2.3836-.1152.3991-.2099.8073-.2256,1.2225-.0158.4151.0524.8417.2574,1.203.1309.2308.3175.4316.545.5681s.4963.2071.7609.187c.2565-.0194.5017-.122.7163-.2638s.4011-.3219.5776-.509c.7055-.7485,1.2706-1.629,1.657-2.5822"/></svg>
Copied!