Translatium Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Translatium 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/348782.svg" alt="Translatium icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348782.svg" alt="Translatium icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348782.svg" alt="Translatium icon" :width="24" :height="24" />
CSS background
.icon-translatium {
background-image: url('https://proicons.com/icon/348782.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:#fff;stroke-linejoin:round;}.g{stroke-linecap:round;}</style></defs><path class="f" d="M14.25,36.626c3.608,0,7.02.585,9.75,1.56V11.374c-2.828-.975-6.142-1.56-9.75-1.56s-7.02.585-9.75,1.56v26.715c2.73-.975,6.045-1.462,9.75-1.462v-.001Z"/><path class="g" d="M24,38.186c2.828-.975,6.142-1.56,9.75-1.56s7.02.585,9.75,1.56V11.374c-2.828-.975-6.142-1.56-9.75-1.56s-7.02.585-9.75,1.56M18.735,30.874l-4.387-13.748-4.68,13.748"/><path class="g" d="M11.228,26.194h5.948"/><path class="g" d="M29.542,24.846h8.314c.517,0,.761.383.486.82-1.067,1.7-3.039,3.547-5.423,4.601M31.026,21.813h5.937M27.369,22.319c2.508-1.141,4.553-3.007,5.836-4.445.333-.373.496-.513.778-.513s.573.281.778.513c1.395,1.575,3.232,3.283,5.836,4.445"/></svg>
Copied!