g-translate from Material Symbols by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.

Name
g-translate
Set
Material Symbols
Style
Regular
Category
Communicate
Viewbox
24×24
License
Apache 2.0
Aliases
g-translate-outline, g-translate-outline-rounded, g-translate-outline-sharp, g-translate-rounded, g-translate-sharp

The same icon in other sets

More communicate icons from Material Symbols

Use the g translate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 22l-1-3H4q-.825 0-1.412-.587T2 17V4q0-.825.588-1.412T4 2h6l.875 3H20q.875 0 1.438.563T22 7v13q0 .825-.562 1.413T20 22zm-4.85-7.4q1.725 0 2.838-1.112T11.1 10.6q0-.2-.012-.362t-.063-.338h-3.95v1.55H9.3q-.2.7-.763 1.088t-1.362.387q-.975 0-1.675-.7T4.8 10.5t.7-1.725t1.675-.7q.45 0 .85.163t.725.487L9.975 7.55Q9.45 7 8.712 6.7T7.15 6.4q-1.675 0-2.863 1.188T3.1 10.5t1.188 2.913T7.15 14.6m6.7.5l.55-.525q-.35-.425-.637-.825t-.563-.85zm1.25-1.275q.7-.825 1.063-1.575t.487-1.175h-3.975l.3 1.05h1q.2.375.475.813t.65.887M13 21h7q.45 0 .725-.288T21 20V7q0-.45-.275-.725T20 6h-8.825l1.175 4.05h1.975V9h1.025v1.05H19v1.025h-1.275q-.25.95-.75 1.85T15.8 14.6l2.725 2.675L17.8 18l-2.7-2.7l-.9.925L15 19z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGTranslate(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 22l-1-3H4q-.825 0-1.412-.587T2 17V4q0-.825.588-1.412T4 2h6l.875 3H20q.875 0 1.438.563T22 7v13q0 .825-.562 1.413T20 22zm-4.85-7.4q1.725 0 2.838-1.112T11.1 10.6q0-.2-.012-.362t-.063-.338h-3.95v1.55H9.3q-.2.7-.763 1.088t-1.362.387q-.975 0-1.675-.7T4.8 10.5t.7-1.725t1.675-.7q.45 0 .85.163t.725.487L9.975 7.55Q9.45 7 8.712 6.7T7.15 6.4q-1.675 0-2.863 1.188T3.1 10.5t1.188 2.913T7.15 14.6m6.7.5l.55-.525q-.35-.425-.637-.825t-.563-.85zm1.25-1.275q.7-.825 1.063-1.575t.487-1.175h-3.975l.3 1.05h1q.2.375.475.813t.65.887M13 21h7q.45 0 .725-.288T21 20V7q0-.45-.275-.725T20 6h-8.825l1.175 4.05h1.975V9h1.025v1.05H19v1.025h-1.275q-.25.95-.75 1.85T15.8 14.6l2.725 2.675L17.8 18l-2.7-2.7l-.9.925L15 19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 22l-1-3H4q-.825 0-1.412-.587T2 17V4q0-.825.588-1.412T4 2h6l.875 3H20q.875 0 1.438.563T22 7v13q0 .825-.562 1.413T20 22zm-4.85-7.4q1.725 0 2.838-1.112T11.1 10.6q0-.2-.012-.362t-.063-.338h-3.95v1.55H9.3q-.2.7-.763 1.088t-1.362.387q-.975 0-1.675-.7T4.8 10.5t.7-1.725t1.675-.7q.45 0 .85.163t.725.487L9.975 7.55Q9.45 7 8.712 6.7T7.15 6.4q-1.675 0-2.863 1.188T3.1 10.5t1.188 2.913T7.15 14.6m6.7.5l.55-.525q-.35-.425-.637-.825t-.563-.85zm1.25-1.275q.7-.825 1.063-1.575t.487-1.175h-3.975l.3 1.05h1q.2.375.475.813t.65.887M13 21h7q.45 0 .725-.288T21 20V7q0-.45-.275-.725T20 6h-8.825l1.175 4.05h1.975V9h1.025v1.05H19v1.025h-1.275q-.25.95-.75 1.85T15.8 14.6l2.725 2.675L17.8 18l-2.7-2.7l-.9.925L15 19z"/></svg>
</template>

CSS

.icon-g-translate {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2022l-1-3H4q-.825%200-1.412-.587T2%2017V4q0-.825.588-1.412T4%202h6l.875%203H20q.875%200%201.438.563T22%207v13q0%20.825-.562%201.413T20%2022zm-4.85-7.4q1.725%200%202.838-1.112T11.1%2010.6q0-.2-.012-.362t-.063-.338h-3.95v1.55H9.3q-.2.7-.763%201.088t-1.362.387q-.975%200-1.675-.7T4.8%2010.5t.7-1.725t1.675-.7q.45%200%20.85.163t.725.487L9.975%207.55Q9.45%207%208.712%206.7T7.15%206.4q-1.675%200-2.863%201.188T3.1%2010.5t1.188%202.913T7.15%2014.6m6.7.5l.55-.525q-.35-.425-.637-.825t-.563-.85zm1.25-1.275q.7-.825%201.063-1.575t.487-1.175h-3.975l.3%201.05h1q.2.375.475.813t.65.887M13%2021h7q.45%200%20.725-.288T21%2020V7q0-.45-.275-.725T20%206h-8.825l1.175%204.05h1.975V9h1.025v1.05H19v1.025h-1.275q-.25.95-.75%201.85T15.8%2014.6l2.725%202.675L17.8%2018l-2.7-2.7l-.9.925L15%2019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2022l-1-3H4q-.825%200-1.412-.587T2%2017V4q0-.825.588-1.412T4%202h6l.875%203H20q.875%200%201.438.563T22%207v13q0%20.825-.562%201.413T20%2022zm-4.85-7.4q1.725%200%202.838-1.112T11.1%2010.6q0-.2-.012-.362t-.063-.338h-3.95v1.55H9.3q-.2.7-.763%201.088t-1.362.387q-.975%200-1.675-.7T4.8%2010.5t.7-1.725t1.675-.7q.45%200%20.85.163t.725.487L9.975%207.55Q9.45%207%208.712%206.7T7.15%206.4q-1.675%200-2.863%201.188T3.1%2010.5t1.188%202.913T7.15%2014.6m6.7.5l.55-.525q-.35-.425-.637-.825t-.563-.85zm1.25-1.275q.7-.825%201.063-1.575t.487-1.175h-3.975l.3%201.05h1q.2.375.475.813t.65.887M13%2021h7q.45%200%20.725-.288T21%2020V7q0-.45-.275-.725T20%206h-8.825l1.175%204.05h1.975V9h1.025v1.05H19v1.025h-1.275q-.25.95-.75%201.85T15.8%2014.6l2.725%202.675L17.8%2018l-2.7-2.7l-.9.925L15%2019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/g-translate.svg?color=%231a73e8&size=48