Et Legacy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Et Legacy 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/340092.svg" alt="Et Legacy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340092.svg" alt="Et Legacy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340092.svg" alt="Et Legacy icon" :width="24" :height="24" />
CSS background
.icon-et-legacy {
background-image: url('https://proicons.com/icon/340092.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M7.89,43.5H34.45s-.7448-12.3661-4.2418-12.7772"/><path class="a" d="M30.2086,30.7239s2.1982,4.4825-4.4811,4.4825H16.25V30.5655h6.2313s1.9831-1.9286,4.4918-4.3836m3.0342-2.9762c1.2145-1.1943,2.4625-2.4251,3.6489-3.6015m2.2082-2.199a46.5723,46.5723,0,0,0,4.2348-4.4633L16.25,12.95V11.8556A3.6828,3.6828,0,0,1,20.27,7.835"/><path class="a" d="M20.2689,7.818S21.4765,5.3627,7.89,4.5v39"/><path class="a" d="M33.71,19.55H16.25V17.4121H35.8562"/><path class="a" d="M26.9737,26.1809H16.2509V23.2233H29.9893"/></svg>
Copied!