Efhub Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Efhub 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/339546.svg" alt="Efhub icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339546.svg" alt="Efhub icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339546.svg" alt="Efhub icon" :width="24" :height="24" />
CSS background
.icon-efhub {
background-image: url('https://proicons.com/icon/339546.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="d" x1="20.2884" y1="20.3155" x2="20.2884" y2="27.6845"/><line class="d" x1="25.1703" y1="20.3155" x2="25.1703" y2="27.6845"/><line class="d" x1="20.2884" y1="23.9861" x2="25.1703" y2="23.9861"/><path class="d" d="M27.2032,20.3155v4.928c0,1.3481,1.0929,2.441,2.441,2.441s2.441-1.0929,2.441-2.441v-4.928"/><line class="d" x1="14.6946" y1="24" x2="17.0895" y2="24"/><polyline class="d" points="14.6946 27.6845 14.6946 20.3155 18.3791 20.3155"/><path class="d" d="M12.4429,26.7548c-.3173.5554-.9153.9297-1.6007.9297h0c-1.0174,0-1.8422-.8248-1.8422-1.8422v-1.1975c0-1.0174.8248-1.8422,1.8422-1.8422h0c1.0174,0,1.8422.8248,1.8422,1.8422v.5987s-3.6845,0-3.6845,0"/><path class="d" d="M37.1578,24c1.0174,0,1.8422.8248,1.8422,1.8422s-.8248,1.8422-1.8422,1.8422h-3.0397v-7.3689h3.0397c1.0174,0,1.8422.8248,1.8422,1.8422s-.8248,1.8422-1.8422,1.8422h0Z"/><line class="d" x1="37.1578" y1="24" x2="34.1181" y2="24"/><path id="c" class="d" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!