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

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

1 other variant in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the translate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.9 22l4.55-12h2.1l4.55 12H21l-1.075-3.05h-4.85L14 22zM4 19l-1.4-1.4l5.05-5.05q-.875-.875-1.588-2T4.75 8h2.1q.5.975 1 1.7t1.2 1.45q.825-.825 1.713-2.313T12.1 6H1V4h7V2h2v2h7v2h-2.9q-.525 1.8-1.575 3.7t-2.075 2.9l2.4 2.45l-.75 2.05l-3.05-3.125zm11.7-1.8h3.6l-1.8-5.1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTranslate(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="m11.9 22l4.55-12h2.1l4.55 12H21l-1.075-3.05h-4.85L14 22zM4 19l-1.4-1.4l5.05-5.05q-.875-.875-1.588-2T4.75 8h2.1q.5.975 1 1.7t1.2 1.45q.825-.825 1.713-2.313T12.1 6H1V4h7V2h2v2h7v2h-2.9q-.525 1.8-1.575 3.7t-2.075 2.9l2.4 2.45l-.75 2.05l-3.05-3.125zm11.7-1.8h3.6l-1.8-5.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="m11.9 22l4.55-12h2.1l4.55 12H21l-1.075-3.05h-4.85L14 22zM4 19l-1.4-1.4l5.05-5.05q-.875-.875-1.588-2T4.75 8h2.1q.5.975 1 1.7t1.2 1.45q.825-.825 1.713-2.313T12.1 6H1V4h7V2h2v2h7v2h-2.9q-.525 1.8-1.575 3.7t-2.075 2.9l2.4 2.45l-.75 2.05l-3.05-3.125zm11.7-1.8h3.6l-1.8-5.1z"/></svg>
</template>

CSS

.icon-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%22m11.9%2022l4.55-12h2.1l4.55%2012H21l-1.075-3.05h-4.85L14%2022zM4%2019l-1.4-1.4l5.05-5.05q-.875-.875-1.588-2T4.75%208h2.1q.5.975%201%201.7t1.2%201.45q.825-.825%201.713-2.313T12.1%206H1V4h7V2h2v2h7v2h-2.9q-.525%201.8-1.575%203.7t-2.075%202.9l2.4%202.45l-.75%202.05l-3.05-3.125zm11.7-1.8h3.6l-1.8-5.1z%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%22m11.9%2022l4.55-12h2.1l4.55%2012H21l-1.075-3.05h-4.85L14%2022zM4%2019l-1.4-1.4l5.05-5.05q-.875-.875-1.588-2T4.75%208h2.1q.5.975%201%201.7t1.2%201.45q.825-.825%201.713-2.313T12.1%206H1V4h7V2h2v2h7v2h-2.9q-.525%201.8-1.575%203.7t-2.075%202.9l2.4%202.45l-.75%202.05l-3.05-3.125zm11.7-1.8h3.6l-1.8-5.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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