g translate icon
g-translate from Material Symbols Light by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- g-translate
- Set
- Material Symbols Light
- 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 Light
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 20.462l-.846-2.538H5.23q-.698 0-1.195-.496q-.497-.497-.497-1.195V5.238q0-.698.496-1.199q.498-.5 1.196-.5h5.077l.74 2.537h7.721q.74 0 1.217.475t.476 1.216v10.995q0 .698-.476 1.199t-1.217.5zm-4.091-6.266q1.466 0 2.396-.941t.93-2.443q0-.22-.003-.344t-.046-.241H7.825v1.3h1.898q-.18.604-.647.934q-.466.33-1.145.33q-.827 0-1.421-.604t-.594-1.456t.59-1.456t1.413-.604q.379 0 .712.134t.619.42l1.033-.983q-.448-.454-1.072-.715t-1.32-.261q-1.416 0-2.42 1.014q-1.006 1.014-1.006 2.45t1.01 2.452t2.434 1.014m5.653.423l.473-.448q-.293-.367-.551-.7t-.476-.705zm1.057-1.082q.596-.696.905-1.328t.415-1h-3.36l.25.895h.833q.167.319.402.687t.555.745m-1.773 6.08h5.923q.381 0 .614-.244q.232-.243.232-.602V7.777q0-.38-.232-.618q-.233-.236-.613-.236h-7.46l.99 3.435h1.666v-.89h.865v.89h3.092v.852h-1.082q-.212.796-.626 1.561q-.413.766-.992 1.425l2.302 2.271l-.61.61L14.62 14.8l-.765.771l.685 2.352z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightGTranslate(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 20.462l-.846-2.538H5.23q-.698 0-1.195-.496q-.497-.497-.497-1.195V5.238q0-.698.496-1.199q.498-.5 1.196-.5h5.077l.74 2.537h7.721q.74 0 1.217.475t.476 1.216v10.995q0 .698-.476 1.199t-1.217.5zm-4.091-6.266q1.466 0 2.396-.941t.93-2.443q0-.22-.003-.344t-.046-.241H7.825v1.3h1.898q-.18.604-.647.934q-.466.33-1.145.33q-.827 0-1.421-.604t-.594-1.456t.59-1.456t1.413-.604q.379 0 .712.134t.619.42l1.033-.983q-.448-.454-1.072-.715t-1.32-.261q-1.416 0-2.42 1.014q-1.006 1.014-1.006 2.45t1.01 2.452t2.434 1.014m5.653.423l.473-.448q-.293-.367-.551-.7t-.476-.705zm1.057-1.082q.596-.696.905-1.328t.415-1h-3.36l.25.895h.833q.167.319.402.687t.555.745m-1.773 6.08h5.923q.381 0 .614-.244q.232-.243.232-.602V7.777q0-.38-.232-.618q-.233-.236-.613-.236h-7.46l.99 3.435h1.666v-.89h.865v.89h3.092v.852h-1.082q-.212.796-.626 1.561q-.413.766-.992 1.425l2.302 2.271l-.61.61L14.62 14.8l-.765.771l.685 2.352z"/></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 20.462l-.846-2.538H5.23q-.698 0-1.195-.496q-.497-.497-.497-1.195V5.238q0-.698.496-1.199q.498-.5 1.196-.5h5.077l.74 2.537h7.721q.74 0 1.217.475t.476 1.216v10.995q0 .698-.476 1.199t-1.217.5zm-4.091-6.266q1.466 0 2.396-.941t.93-2.443q0-.22-.003-.344t-.046-.241H7.825v1.3h1.898q-.18.604-.647.934q-.466.33-1.145.33q-.827 0-1.421-.604t-.594-1.456t.59-1.456t1.413-.604q.379 0 .712.134t.619.42l1.033-.983q-.448-.454-1.072-.715t-1.32-.261q-1.416 0-2.42 1.014q-1.006 1.014-1.006 2.45t1.01 2.452t2.434 1.014m5.653.423l.473-.448q-.293-.367-.551-.7t-.476-.705zm1.057-1.082q.596-.696.905-1.328t.415-1h-3.36l.25.895h.833q.167.319.402.687t.555.745m-1.773 6.08h5.923q.381 0 .614-.244q.232-.243.232-.602V7.777q0-.38-.232-.618q-.233-.236-.613-.236h-7.46l.99 3.435h1.666v-.89h.865v.89h3.092v.852h-1.082q-.212.796-.626 1.561q-.413.766-.992 1.425l2.302 2.271l-.61.61L14.62 14.8l-.765.771l.685 2.352z"/></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%2020.462l-.846-2.538H5.23q-.698%200-1.195-.496q-.497-.497-.497-1.195V5.238q0-.698.496-1.199q.498-.5%201.196-.5h5.077l.74%202.537h7.721q.74%200%201.217.475t.476%201.216v10.995q0%20.698-.476%201.199t-1.217.5zm-4.091-6.266q1.466%200%202.396-.941t.93-2.443q0-.22-.003-.344t-.046-.241H7.825v1.3h1.898q-.18.604-.647.934q-.466.33-1.145.33q-.827%200-1.421-.604t-.594-1.456t.59-1.456t1.413-.604q.379%200%20.712.134t.619.42l1.033-.983q-.448-.454-1.072-.715t-1.32-.261q-1.416%200-2.42%201.014q-1.006%201.014-1.006%202.45t1.01%202.452t2.434%201.014m5.653.423l.473-.448q-.293-.367-.551-.7t-.476-.705zm1.057-1.082q.596-.696.905-1.328t.415-1h-3.36l.25.895h.833q.167.319.402.687t.555.745m-1.773%206.08h5.923q.381%200%20.614-.244q.232-.243.232-.602V7.777q0-.38-.232-.618q-.233-.236-.613-.236h-7.46l.99%203.435h1.666v-.89h.865v.89h3.092v.852h-1.082q-.212.796-.626%201.561q-.413.766-.992%201.425l2.302%202.271l-.61.61L14.62%2014.8l-.765.771l.685%202.352z%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%2020.462l-.846-2.538H5.23q-.698%200-1.195-.496q-.497-.497-.497-1.195V5.238q0-.698.496-1.199q.498-.5%201.196-.5h5.077l.74%202.537h7.721q.74%200%201.217.475t.476%201.216v10.995q0%20.698-.476%201.199t-1.217.5zm-4.091-6.266q1.466%200%202.396-.941t.93-2.443q0-.22-.003-.344t-.046-.241H7.825v1.3h1.898q-.18.604-.647.934q-.466.33-1.145.33q-.827%200-1.421-.604t-.594-1.456t.59-1.456t1.413-.604q.379%200%20.712.134t.619.42l1.033-.983q-.448-.454-1.072-.715t-1.32-.261q-1.416%200-2.42%201.014q-1.006%201.014-1.006%202.45t1.01%202.452t2.434%201.014m5.653.423l.473-.448q-.293-.367-.551-.7t-.476-.705zm1.057-1.082q.596-.696.905-1.328t.415-1h-3.36l.25.895h.833q.167.319.402.687t.555.745m-1.773%206.08h5.923q.381%200%20.614-.244q.232-.243.232-.602V7.777q0-.38-.232-.618q-.233-.236-.613-.236h-7.46l.99%203.435h1.666v-.89h.865v.89h3.092v.852h-1.082q-.212.796-.626%201.561q-.413.766-.992%201.425l2.302%202.271l-.61.61L14.62%2014.8l-.765.771l.685%202.352z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/g-translate.svg?color=%231a73e8&size=48