google translate icon

google-translate from Material Design Icons by Pictogrammers · Filled · Brand / Logo · Apache-2.0 Free for personal and commercial use.

Name
google-translate
Set
Material Design Icons
Style
Filled
Category
Brand / Logo
Viewbox
24×24
License
Apache 2.0
Aliases
g-translate

More brand / logo icons from Material Design Icons

Use the google translate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 5h-9.12L10 2H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h7l1 3h8a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2M7.17 14.59a4.09 4.09 0 0 1-4.09-4.09a4.09 4.09 0 0 1 4.09-4.09c1.04 0 1.99.37 2.74 1.09l.09.04l-1.25 1.18l-.06-.05c-.29-.27-.78-.59-1.52-.59c-1.31 0-2.38 1.09-2.38 2.42s1.07 2.42 2.38 2.42c1.37 0 1.96-.87 2.12-1.46H7.08V9.91h3.95l.01.09c.04.19.05.38.05.59c0 2.35-1.59 4-3.92 4m6.03-1.71c.33.62.74 1.18 1.19 1.7l-.54.53zm.77-.76H13l-.33-1.04h3.99s-.34 1.31-1.56 2.74c-.52-.62-.89-1.23-1.13-1.7M21 20a1 1 0 0 1-1 1h-7l2-2l-.81-2.77l.92-.92L17.79 18l.71-.73l-2.69-2.68c.9-1.03 1.6-2.25 1.92-3.51H19v-1.04h-3.64V9h-1.04v1.04h-1.96L11.18 6H20a1 1 0 0 1 1 1z"/></svg>

React

import type { SVGProps } from "react";

export function MdiGoogleTranslate(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="M20 5h-9.12L10 2H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h7l1 3h8a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2M7.17 14.59a4.09 4.09 0 0 1-4.09-4.09a4.09 4.09 0 0 1 4.09-4.09c1.04 0 1.99.37 2.74 1.09l.09.04l-1.25 1.18l-.06-.05c-.29-.27-.78-.59-1.52-.59c-1.31 0-2.38 1.09-2.38 2.42s1.07 2.42 2.38 2.42c1.37 0 1.96-.87 2.12-1.46H7.08V9.91h3.95l.01.09c.04.19.05.38.05.59c0 2.35-1.59 4-3.92 4m6.03-1.71c.33.62.74 1.18 1.19 1.7l-.54.53zm.77-.76H13l-.33-1.04h3.99s-.34 1.31-1.56 2.74c-.52-.62-.89-1.23-1.13-1.7M21 20a1 1 0 0 1-1 1h-7l2-2l-.81-2.77l.92-.92L17.79 18l.71-.73l-2.69-2.68c.9-1.03 1.6-2.25 1.92-3.51H19v-1.04h-3.64V9h-1.04v1.04h-1.96L11.18 6H20a1 1 0 0 1 1 1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 5h-9.12L10 2H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h7l1 3h8a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2M7.17 14.59a4.09 4.09 0 0 1-4.09-4.09a4.09 4.09 0 0 1 4.09-4.09c1.04 0 1.99.37 2.74 1.09l.09.04l-1.25 1.18l-.06-.05c-.29-.27-.78-.59-1.52-.59c-1.31 0-2.38 1.09-2.38 2.42s1.07 2.42 2.38 2.42c1.37 0 1.96-.87 2.12-1.46H7.08V9.91h3.95l.01.09c.04.19.05.38.05.59c0 2.35-1.59 4-3.92 4m6.03-1.71c.33.62.74 1.18 1.19 1.7l-.54.53zm.77-.76H13l-.33-1.04h3.99s-.34 1.31-1.56 2.74c-.52-.62-.89-1.23-1.13-1.7M21 20a1 1 0 0 1-1 1h-7l2-2l-.81-2.77l.92-.92L17.79 18l.71-.73l-2.69-2.68c.9-1.03 1.6-2.25 1.92-3.51H19v-1.04h-3.64V9h-1.04v1.04h-1.96L11.18 6H20a1 1 0 0 1 1 1z"/></svg>
</template>

CSS

.icon-google-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%22M20%205h-9.12L10%202H4a2%202%200%200%200-2%202v13a2%202%200%200%200%202%202h7l1%203h8a2%202%200%200%200%202-2V7a2%202%200%200%200-2-2M7.17%2014.59a4.09%204.09%200%200%201-4.09-4.09a4.09%204.09%200%200%201%204.09-4.09c1.04%200%201.99.37%202.74%201.09l.09.04l-1.25%201.18l-.06-.05c-.29-.27-.78-.59-1.52-.59c-1.31%200-2.38%201.09-2.38%202.42s1.07%202.42%202.38%202.42c1.37%200%201.96-.87%202.12-1.46H7.08V9.91h3.95l.01.09c.04.19.05.38.05.59c0%202.35-1.59%204-3.92%204m6.03-1.71c.33.62.74%201.18%201.19%201.7l-.54.53zm.77-.76H13l-.33-1.04h3.99s-.34%201.31-1.56%202.74c-.52-.62-.89-1.23-1.13-1.7M21%2020a1%201%200%200%201-1%201h-7l2-2l-.81-2.77l.92-.92L17.79%2018l.71-.73l-2.69-2.68c.9-1.03%201.6-2.25%201.92-3.51H19v-1.04h-3.64V9h-1.04v1.04h-1.96L11.18%206H20a1%201%200%200%201%201%201z%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%22M20%205h-9.12L10%202H4a2%202%200%200%200-2%202v13a2%202%200%200%200%202%202h7l1%203h8a2%202%200%200%200%202-2V7a2%202%200%200%200-2-2M7.17%2014.59a4.09%204.09%200%200%201-4.09-4.09a4.09%204.09%200%200%201%204.09-4.09c1.04%200%201.99.37%202.74%201.09l.09.04l-1.25%201.18l-.06-.05c-.29-.27-.78-.59-1.52-.59c-1.31%200-2.38%201.09-2.38%202.42s1.07%202.42%202.38%202.42c1.37%200%201.96-.87%202.12-1.46H7.08V9.91h3.95l.01.09c.04.19.05.38.05.59c0%202.35-1.59%204-3.92%204m6.03-1.71c.33.62.74%201.18%201.19%201.7l-.54.53zm.77-.76H13l-.33-1.04h3.99s-.34%201.31-1.56%202.74c-.52-.62-.89-1.23-1.13-1.7M21%2020a1%201%200%200%201-1%201h-7l2-2l-.81-2.77l.92-.92L17.79%2018l.71-.73l-2.69-2.68c.9-1.03%201.6-2.25%201.92-3.51H19v-1.04h-3.64V9h-1.04v1.04h-1.96L11.18%206H20a1%201%200%200%201%201%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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