translate variant icon

translate-variant from Material Design Icons by Pictogrammers · Filled · Developer / Languages · Apache-2.0 Free for personal and commercial use.

Name
translate-variant
Set
Material Design Icons
Style
Filled
Category
Developer / Languages
Viewbox
24×24
License
Apache 2.0
Aliases
spoken-language

More developer / languages icons from Material Design Icons

Use the translate variant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 1H3c-1.1 0-2 .9-2 2v12l3-3h5v-1c0-2.2 1.79-4 4-4V3c0-1.1-.9-2-2-2m0 3H9.5c-.34 1.19-.96 2.3-1.82 3.26l-.02.02l1.26 1.25l-.37 1.01L7 8l-2.5 2.5l-.69-.73l2.53-2.49A8.6 8.6 0 0 1 4.86 5h.99c.31.6.69 1.17 1.15 1.68A7.7 7.7 0 0 0 8.57 4H3V3h3.5V2h1v1H11zm10 5h-8c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h7l3 3V11c0-1.1-.9-2-2-2m-1.37 10l-.85-2.25h-3.56L14.38 19h-1.5l3.37-9h1.5l3.38 9zM17 12l1.22 3.25h-2.43z"/></svg>

React

import type { SVGProps } from "react";

export function MdiTranslateVariant(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 1H3c-1.1 0-2 .9-2 2v12l3-3h5v-1c0-2.2 1.79-4 4-4V3c0-1.1-.9-2-2-2m0 3H9.5c-.34 1.19-.96 2.3-1.82 3.26l-.02.02l1.26 1.25l-.37 1.01L7 8l-2.5 2.5l-.69-.73l2.53-2.49A8.6 8.6 0 0 1 4.86 5h.99c.31.6.69 1.17 1.15 1.68A7.7 7.7 0 0 0 8.57 4H3V3h3.5V2h1v1H11zm10 5h-8c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h7l3 3V11c0-1.1-.9-2-2-2m-1.37 10l-.85-2.25h-3.56L14.38 19h-1.5l3.37-9h1.5l3.38 9zM17 12l1.22 3.25h-2.43z"/></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 1H3c-1.1 0-2 .9-2 2v12l3-3h5v-1c0-2.2 1.79-4 4-4V3c0-1.1-.9-2-2-2m0 3H9.5c-.34 1.19-.96 2.3-1.82 3.26l-.02.02l1.26 1.25l-.37 1.01L7 8l-2.5 2.5l-.69-.73l2.53-2.49A8.6 8.6 0 0 1 4.86 5h.99c.31.6.69 1.17 1.15 1.68A7.7 7.7 0 0 0 8.57 4H3V3h3.5V2h1v1H11zm10 5h-8c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h7l3 3V11c0-1.1-.9-2-2-2m-1.37 10l-.85-2.25h-3.56L14.38 19h-1.5l3.37-9h1.5l3.38 9zM17 12l1.22 3.25h-2.43z"/></svg>
</template>

CSS

.icon-translate-variant {
  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%201H3c-1.1%200-2%20.9-2%202v12l3-3h5v-1c0-2.2%201.79-4%204-4V3c0-1.1-.9-2-2-2m0%203H9.5c-.34%201.19-.96%202.3-1.82%203.26l-.02.02l1.26%201.25l-.37%201.01L7%208l-2.5%202.5l-.69-.73l2.53-2.49A8.6%208.6%200%200%201%204.86%205h.99c.31.6.69%201.17%201.15%201.68A7.7%207.7%200%200%200%208.57%204H3V3h3.5V2h1v1H11zm10%205h-8c-1.1%200-2%20.9-2%202v7c0%201.1.9%202%202%202h7l3%203V11c0-1.1-.9-2-2-2m-1.37%2010l-.85-2.25h-3.56L14.38%2019h-1.5l3.37-9h1.5l3.38%209zM17%2012l1.22%203.25h-2.43z%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%201H3c-1.1%200-2%20.9-2%202v12l3-3h5v-1c0-2.2%201.79-4%204-4V3c0-1.1-.9-2-2-2m0%203H9.5c-.34%201.19-.96%202.3-1.82%203.26l-.02.02l1.26%201.25l-.37%201.01L7%208l-2.5%202.5l-.69-.73l2.53-2.49A8.6%208.6%200%200%201%204.86%205h.99c.31.6.69%201.17%201.15%201.68A7.7%207.7%200%200%200%208.57%204H3V3h3.5V2h1v1H11zm10%205h-8c-1.1%200-2%20.9-2%202v7c0%201.1.9%202%202%202h7l3%203V11c0-1.1-.9-2-2-2m-1.37%2010l-.85-2.25h-3.56L14.38%2019h-1.5l3.37-9h1.5l3.38%209zM17%2012l1.22%203.25h-2.43z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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