baseline g translate icon

baseline-g-translate from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
baseline-g-translate
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the baseline 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="M21 4H11l-1-3H3c-1.1 0-2 .9-2 2v15c0 1.1.9 2 2 2h8l1 3h9c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2M7 16c-2.76 0-5-2.24-5-5s2.24-5 5-5c1.35 0 2.48.5 3.35 1.3L9.03 8.57c-.38-.36-1.04-.78-2.03-.78c-1.74 0-3.15 1.44-3.15 3.21S5.26 14.21 7 14.21c2.01 0 2.84-1.44 2.92-2.41H7v-1.71h4.68c.07.31.12.61.12 1.02C11.8 13.97 9.89 16 7 16m6.17-5.42h3.7c-.43 1.25-1.11 2.43-2.05 3.47c-.31-.35-.6-.72-.86-1.1zm8.33 9.92c0 .55-.45 1-1 1H14l2-2.5l-1.04-3.1l3.1 3.1l.92-.92l-3.3-3.25l.02-.02c1.13-1.25 1.93-2.69 2.4-4.22H20v-1.3h-4.53V8h-1.29v1.29h-1.44L11.46 5.5h9.04c.55 0 1 .45 1 1z"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselineGTranslate(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="M21 4H11l-1-3H3c-1.1 0-2 .9-2 2v15c0 1.1.9 2 2 2h8l1 3h9c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2M7 16c-2.76 0-5-2.24-5-5s2.24-5 5-5c1.35 0 2.48.5 3.35 1.3L9.03 8.57c-.38-.36-1.04-.78-2.03-.78c-1.74 0-3.15 1.44-3.15 3.21S5.26 14.21 7 14.21c2.01 0 2.84-1.44 2.92-2.41H7v-1.71h4.68c.07.31.12.61.12 1.02C11.8 13.97 9.89 16 7 16m6.17-5.42h3.7c-.43 1.25-1.11 2.43-2.05 3.47c-.31-.35-.6-.72-.86-1.1zm8.33 9.92c0 .55-.45 1-1 1H14l2-2.5l-1.04-3.1l3.1 3.1l.92-.92l-3.3-3.25l.02-.02c1.13-1.25 1.93-2.69 2.4-4.22H20v-1.3h-4.53V8h-1.29v1.29h-1.44L11.46 5.5h9.04c.55 0 1 .45 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="M21 4H11l-1-3H3c-1.1 0-2 .9-2 2v15c0 1.1.9 2 2 2h8l1 3h9c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2M7 16c-2.76 0-5-2.24-5-5s2.24-5 5-5c1.35 0 2.48.5 3.35 1.3L9.03 8.57c-.38-.36-1.04-.78-2.03-.78c-1.74 0-3.15 1.44-3.15 3.21S5.26 14.21 7 14.21c2.01 0 2.84-1.44 2.92-2.41H7v-1.71h4.68c.07.31.12.61.12 1.02C11.8 13.97 9.89 16 7 16m6.17-5.42h3.7c-.43 1.25-1.11 2.43-2.05 3.47c-.31-.35-.6-.72-.86-1.1zm8.33 9.92c0 .55-.45 1-1 1H14l2-2.5l-1.04-3.1l3.1 3.1l.92-.92l-3.3-3.25l.02-.02c1.13-1.25 1.93-2.69 2.4-4.22H20v-1.3h-4.53V8h-1.29v1.29h-1.44L11.46 5.5h9.04c.55 0 1 .45 1 1z"/></svg>
</template>

CSS

.icon-baseline-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%22M21%204H11l-1-3H3c-1.1%200-2%20.9-2%202v15c0%201.1.9%202%202%202h8l1%203h9c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2M7%2016c-2.76%200-5-2.24-5-5s2.24-5%205-5c1.35%200%202.48.5%203.35%201.3L9.03%208.57c-.38-.36-1.04-.78-2.03-.78c-1.74%200-3.15%201.44-3.15%203.21S5.26%2014.21%207%2014.21c2.01%200%202.84-1.44%202.92-2.41H7v-1.71h4.68c.07.31.12.61.12%201.02C11.8%2013.97%209.89%2016%207%2016m6.17-5.42h3.7c-.43%201.25-1.11%202.43-2.05%203.47c-.31-.35-.6-.72-.86-1.1zm8.33%209.92c0%20.55-.45%201-1%201H14l2-2.5l-1.04-3.1l3.1%203.1l.92-.92l-3.3-3.25l.02-.02c1.13-1.25%201.93-2.69%202.4-4.22H20v-1.3h-4.53V8h-1.29v1.29h-1.44L11.46%205.5h9.04c.55%200%201%20.45%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%22M21%204H11l-1-3H3c-1.1%200-2%20.9-2%202v15c0%201.1.9%202%202%202h8l1%203h9c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2M7%2016c-2.76%200-5-2.24-5-5s2.24-5%205-5c1.35%200%202.48.5%203.35%201.3L9.03%208.57c-.38-.36-1.04-.78-2.03-.78c-1.74%200-3.15%201.44-3.15%203.21S5.26%2014.21%207%2014.21c2.01%200%202.84-1.44%202.92-2.41H7v-1.71h4.68c.07.31.12.61.12%201.02C11.8%2013.97%209.89%2016%207%2016m6.17-5.42h3.7c-.43%201.25-1.11%202.43-2.05%203.47c-.31-.35-.6-.72-.86-1.1zm8.33%209.92c0%20.55-.45%201-1%201H14l2-2.5l-1.04-3.1l3.1%203.1l.92-.92l-3.3-3.25l.02-.02c1.13-1.25%201.93-2.69%202.4-4.22H20v-1.3h-4.53V8h-1.29v1.29h-1.44L11.46%205.5h9.04c.55%200%201%20.45%201%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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