Libretranslater Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Libretranslater 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/328448.svg" alt="Libretranslater icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328448.svg" alt="Libretranslater icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328448.svg" alt="Libretranslater icon" :width="24" :height="24" />
CSS background
.icon-libretranslater {
background-image: url('https://proicons.com/icon/328448.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>.f,.g{fill:none;stroke:#000;stroke-linejoin:round;}.g{stroke-linecap:round;}</style></defs><path class="f" d="M8.4,6.45v35.1c0,1.077.873,1.95,1.95,1.95h2.376V4.5h-2.376c-1.077,0-1.95.873-1.95,1.95h0Z"/><path class="f" d="M12.726,4.5v39h24.924c1.077,0,1.95-.873,1.95-1.95h0V6.45c0-1.077-.873-1.95-1.95-1.95H12.726Z"/><path class="g" d="M21.332,24.399v6.862h6.862M30.208,35.475l2.813-8.452M35.718,35.5l-2.697-8.477M34.816,32.664h-3.672"/><path class="g" d="M19.564,26.166l1.768-1.767,1.767,1.767M26.427,29.494l1.767,1.767-1.767,1.768"/><path class="g" d="M18.675,14.515c.51,4.695,2.745,6.285,6.765,7.485M23.325,14.515c-.51,4.695-2.745,6.285-6.765,7.485M21,12.88v1.62M16.5,14.5h9"/></svg>
Copied!