twotone g translate icon
twotone-g-translate from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-g-translate
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the twotone 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="M20 5h-9.12L10 2H4c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h7l1 3h8c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2M7.17 14.59c-2.25 0-4.09-1.83-4.09-4.09s1.83-4.09 4.09-4.09c1.04 0 1.99.37 2.74 1.07l.07.06l-1.23 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.07c.04.21.05.4.05.61c0 2.35-1.61 4-3.92 4m5.5-3.51h3.99s-.34 1.31-1.56 2.74c-.52-.62-.89-1.23-1.13-1.7h-.99zm1.72 3.5l-.54.53l-.65-2.23c.33.6.74 1.18 1.19 1.7M21 20c0 .55-.45 1-1 1h-7l2-2l-.81-2.77l.92-.92L17.79 18l.73-.73l-2.71-2.68c.9-1.03 1.6-2.25 1.92-3.51H19v-1.04h-3.64V9h-1.04v1.04h-1.96L11.18 6H20c.55 0 1 .45 1 1z"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneGTranslate(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 2H4c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h7l1 3h8c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2M7.17 14.59c-2.25 0-4.09-1.83-4.09-4.09s1.83-4.09 4.09-4.09c1.04 0 1.99.37 2.74 1.07l.07.06l-1.23 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.07c.04.21.05.4.05.61c0 2.35-1.61 4-3.92 4m5.5-3.51h3.99s-.34 1.31-1.56 2.74c-.52-.62-.89-1.23-1.13-1.7h-.99zm1.72 3.5l-.54.53l-.65-2.23c.33.6.74 1.18 1.19 1.7M21 20c0 .55-.45 1-1 1h-7l2-2l-.81-2.77l.92-.92L17.79 18l.73-.73l-2.71-2.68c.9-1.03 1.6-2.25 1.92-3.51H19v-1.04h-3.64V9h-1.04v1.04h-1.96L11.18 6H20c.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="M20 5h-9.12L10 2H4c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h7l1 3h8c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2M7.17 14.59c-2.25 0-4.09-1.83-4.09-4.09s1.83-4.09 4.09-4.09c1.04 0 1.99.37 2.74 1.07l.07.06l-1.23 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.07c.04.21.05.4.05.61c0 2.35-1.61 4-3.92 4m5.5-3.51h3.99s-.34 1.31-1.56 2.74c-.52-.62-.89-1.23-1.13-1.7h-.99zm1.72 3.5l-.54.53l-.65-2.23c.33.6.74 1.18 1.19 1.7M21 20c0 .55-.45 1-1 1h-7l2-2l-.81-2.77l.92-.92L17.79 18l.73-.73l-2.71-2.68c.9-1.03 1.6-2.25 1.92-3.51H19v-1.04h-3.64V9h-1.04v1.04h-1.96L11.18 6H20c.55 0 1 .45 1 1z"/></svg> </template>
CSS
.icon-twotone-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%22M20%205h-9.12L10%202H4c-1.1%200-2%20.9-2%202v13c0%201.1.9%202%202%202h7l1%203h8c1.1%200%202-.9%202-2V7c0-1.1-.9-2-2-2M7.17%2014.59c-2.25%200-4.09-1.83-4.09-4.09s1.83-4.09%204.09-4.09c1.04%200%201.99.37%202.74%201.07l.07.06l-1.23%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.07c.04.21.05.4.05.61c0%202.35-1.61%204-3.92%204m5.5-3.51h3.99s-.34%201.31-1.56%202.74c-.52-.62-.89-1.23-1.13-1.7h-.99zm1.72%203.5l-.54.53l-.65-2.23c.33.6.74%201.18%201.19%201.7M21%2020c0%20.55-.45%201-1%201h-7l2-2l-.81-2.77l.92-.92L17.79%2018l.73-.73l-2.71-2.68c.9-1.03%201.6-2.25%201.92-3.51H19v-1.04h-3.64V9h-1.04v1.04h-1.96L11.18%206H20c.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%22M20%205h-9.12L10%202H4c-1.1%200-2%20.9-2%202v13c0%201.1.9%202%202%202h7l1%203h8c1.1%200%202-.9%202-2V7c0-1.1-.9-2-2-2M7.17%2014.59c-2.25%200-4.09-1.83-4.09-4.09s1.83-4.09%204.09-4.09c1.04%200%201.99.37%202.74%201.07l.07.06l-1.23%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.07c.04.21.05.4.05.61c0%202.35-1.61%204-3.92%204m5.5-3.51h3.99s-.34%201.31-1.56%202.74c-.52-.62-.89-1.23-1.13-1.7h-.99zm1.72%203.5l-.54.53l-.65-2.23c.33.6.74%201.18%201.19%201.7M21%2020c0%20.55-.45%201-1%201h-7l2-2l-.81-2.77l.92-.92L17.79%2018l.73-.73l-2.71-2.68c.9-1.03%201.6-2.25%201.92-3.51H19v-1.04h-3.64V9h-1.04v1.04h-1.96L11.18%206H20c.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/twotone-g-translate.svg?color=%231a73e8&size=48