Ebtedge Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ebtedge 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/324941.svg" alt="Ebtedge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324941.svg" alt="Ebtedge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324941.svg" alt="Ebtedge icon" :width="24" :height="24" />
CSS background
.icon-ebtedge {
background-image: url('https://proicons.com/icon/324941.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>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="d"><circle id="e" class="l" cx="24" cy="24" r="21.5"/><g id="f"><line id="g" class="l" x1="24.3335" y1="24" x2="31.1654" y2="24"/><polyline id="h" class="l" points="34.8121 34.5606 24.3335 34.5606 24.3335 13.4393 34.8121 13.4393"/></g><path id="i" class="l" d="M21.0269,31.896c-.9024,1.5918-2.603,2.6647-4.5523,2.6647h0c-2.8936,0-5.2392-2.3641-5.2392-5.2803v-3.4322c0-2.9162,2.3457-5.2803,5.2392-5.2803h0c2.8936,0,5.2393,2.3641,5.2393,5.2803v1.7161h-10.4785"/></g></svg>
Copied!