Translate You Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Translate You 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/334222.svg" alt="Translate You icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334222.svg" alt="Translate You icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334222.svg" alt="Translate You icon" :width="24" :height="24" />
CSS background
.icon-translate-you {
background-image: url('https://proicons.com/icon/334222.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="g" d="M12.625,24.31l5.32-12.89M23.045,24.35l-5.1-12.93M21.345,20.02h-6.95"/><rect class="f" x="5.505" y="5.5" width="24.67" height="24.67" rx="3.64" ry="3.64"/><path class="g" d="M17.835,30.17v8.69c0,2,1.64,3.64,3.64,3.64h17.38c2,0,3.64-1.64,3.64-3.64v-17.39c0-2-1.64-3.64-3.64-3.64h-8.69"/><path class="g" d="M33.005,25.352h5.474M34.776,25.378c-.868,7.993-4.674,10.7-11.52,12.743"/><path class="g" d="M29.124,32.449c1.932,2.881,5.008,4.405,9.254,5.672"/></svg>
Copied!