Etajer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Etajer 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/325535.svg" alt="Etajer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325535.svg" alt="Etajer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325535.svg" alt="Etajer icon" :width="24" :height="24" />
CSS background
.icon-etajer {
background-image: url('https://proicons.com/icon/325535.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M40.808,22.825c-.0006.8623-.7002,1.561-1.563,1.561s-1.5624-.6987-1.563-1.561c0-.8627.6998-1.562,1.563-1.562h0c.8632,0,1.563.6993,1.563,1.562h0ZM34.508,22.825c-.0006.579-.4705,1.048-1.05,1.048s-1.0494-.469-1.05-1.048c-.0006-.5793.4691-1.0494,1.049-1.05h.001c.5799,0,1.05.4697,1.05,1.049v.001ZM34.452,15.468l-8.652,7.357,8.652,7.356M7.192,9.526h21.145M28.337,37.899H7.192M28.337,30.691v8.198c.005,2.5416-2.0514,4.606-4.593,4.611-.007,0-.014,0-.021,0h-11.918c-2.5416.0061-4.6069-2.0494-4.613-4.591,0-.0063,0-.0127,0-.019V9.11c-.0044-2.5416,2.0524-4.6056,4.594-4.61.0063,0,.0127,0,.019,0h11.918c2.5416-.0066,4.6074,2.0484,4.614,4.59,0,.0067,0,.0133,0,.02v5.846"/></svg>
Copied!