translate-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
translate-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

12 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the translate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.994 18.798C10.692 19.378 8.908 20 7.25 20C4.36 20 2 17.65 2 14.75S4.36 9.5 7.25 9.5c1.607 0 3.174.36 4.743 1.1v-.36c0-2.07-1.68-3.75-3.75-3.75c-1.67 0-3.43.86-3.44.87c-.62.31-1.37.05-1.67-.56c-.31-.62-.06-1.37.56-1.67c.09-.05 2.29-1.13 4.56-1.13c3.45 0 6.25 2.8 6.25 6.25v8.5c0 .69-.56 1.25-1.25 1.25l-.01-.01a1.25 1.25 0 0 1-1.249-1.192m-.001-5.368C10.377 12.458 8.853 12 7.25 12c-1.52 0-2.75 1.23-2.75 2.75s1.23 2.75 2.75 2.75c1.697 0 3.745-.955 4.743-1.482zM22.692 25c-.42 0-.83-.21-1.06-.59q-.018-.026-.11-.188c-1.014.526-1.997.778-2.772.778c-2.26 0-3.25-1.68-3.25-3.25c0-1.61.74-3.35 1.97-4.65a7.6 7.6 0 0 1 2.042-1.513v-.097c0-1.126.177-2.374.411-3.53q-1.007.04-2.173.04a1.25 1.25 0 0 1 0-2.5q1.55-.002 2.793-.07c.238-.838.436-1.423.48-1.557l.009-.023a1.25 1.25 0 0 1 2.36.82l-.003.01l-.011.032c-.025.075-.081.246-.158.49c2.13-.263 3.058-.606 3.07-.612c.64-.25 1.36.07 1.62.71c.25.64-.06 1.36-.7 1.61l-.01.003c-.145.055-1.55.578-4.683.878c-.222.97-.416 2.042-.482 3.027q.573-.076 1.215-.078c.43 0 .84.02 1.24.07q0-.14.005-.278q.004-.14.005-.292a1.25 1.25 0 0 1 2.5 0c0 .42-.02.82-.05 1.21c1.92.86 3.05 2.46 3.05 4.54c0 3.21-1.68 6.07-4.61 7.82c-.2.12-.42.18-.64.18V28a1.249 1.249 0 0 1-.64-2.32c2.16-1.29 3.39-3.36 3.39-5.68c0-.93-.43-1.55-1.03-1.96c-.61 2.042-1.683 3.603-2.889 4.724c.083.168.143.276.168.322l.009.017l.003.005v.002a1.252 1.252 0 0 1-1.07 1.9zm-2.167-3.111a19.5 19.5 0 0 1-.81-3.462q-.246.204-.435.403c-.79.83-1.28 1.95-1.28 2.92c0 .75.47.75.75.75c.364 0 1.026-.186 1.775-.611m2.082-1.778a8.2 8.2 0 0 0 1.473-2.821c-.34-.03-.63-.04-.83-.04c-.413 0-.794.036-1.145.099a17.6 17.6 0 0 0 .502 2.762"/></svg>

React

import type { SVGProps } from "react";

export function FluentTranslate32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.994 18.798C10.692 19.378 8.908 20 7.25 20C4.36 20 2 17.65 2 14.75S4.36 9.5 7.25 9.5c1.607 0 3.174.36 4.743 1.1v-.36c0-2.07-1.68-3.75-3.75-3.75c-1.67 0-3.43.86-3.44.87c-.62.31-1.37.05-1.67-.56c-.31-.62-.06-1.37.56-1.67c.09-.05 2.29-1.13 4.56-1.13c3.45 0 6.25 2.8 6.25 6.25v8.5c0 .69-.56 1.25-1.25 1.25l-.01-.01a1.25 1.25 0 0 1-1.249-1.192m-.001-5.368C10.377 12.458 8.853 12 7.25 12c-1.52 0-2.75 1.23-2.75 2.75s1.23 2.75 2.75 2.75c1.697 0 3.745-.955 4.743-1.482zM22.692 25c-.42 0-.83-.21-1.06-.59q-.018-.026-.11-.188c-1.014.526-1.997.778-2.772.778c-2.26 0-3.25-1.68-3.25-3.25c0-1.61.74-3.35 1.97-4.65a7.6 7.6 0 0 1 2.042-1.513v-.097c0-1.126.177-2.374.411-3.53q-1.007.04-2.173.04a1.25 1.25 0 0 1 0-2.5q1.55-.002 2.793-.07c.238-.838.436-1.423.48-1.557l.009-.023a1.25 1.25 0 0 1 2.36.82l-.003.01l-.011.032c-.025.075-.081.246-.158.49c2.13-.263 3.058-.606 3.07-.612c.64-.25 1.36.07 1.62.71c.25.64-.06 1.36-.7 1.61l-.01.003c-.145.055-1.55.578-4.683.878c-.222.97-.416 2.042-.482 3.027q.573-.076 1.215-.078c.43 0 .84.02 1.24.07q0-.14.005-.278q.004-.14.005-.292a1.25 1.25 0 0 1 2.5 0c0 .42-.02.82-.05 1.21c1.92.86 3.05 2.46 3.05 4.54c0 3.21-1.68 6.07-4.61 7.82c-.2.12-.42.18-.64.18V28a1.249 1.249 0 0 1-.64-2.32c2.16-1.29 3.39-3.36 3.39-5.68c0-.93-.43-1.55-1.03-1.96c-.61 2.042-1.683 3.603-2.889 4.724c.083.168.143.276.168.322l.009.017l.003.005v.002a1.252 1.252 0 0 1-1.07 1.9zm-2.167-3.111a19.5 19.5 0 0 1-.81-3.462q-.246.204-.435.403c-.79.83-1.28 1.95-1.28 2.92c0 .75.47.75.75.75c.364 0 1.026-.186 1.775-.611m2.082-1.778a8.2 8.2 0 0 0 1.473-2.821c-.34-.03-.63-.04-.83-.04c-.413 0-.794.036-1.145.099a17.6 17.6 0 0 0 .502 2.762"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.994 18.798C10.692 19.378 8.908 20 7.25 20C4.36 20 2 17.65 2 14.75S4.36 9.5 7.25 9.5c1.607 0 3.174.36 4.743 1.1v-.36c0-2.07-1.68-3.75-3.75-3.75c-1.67 0-3.43.86-3.44.87c-.62.31-1.37.05-1.67-.56c-.31-.62-.06-1.37.56-1.67c.09-.05 2.29-1.13 4.56-1.13c3.45 0 6.25 2.8 6.25 6.25v8.5c0 .69-.56 1.25-1.25 1.25l-.01-.01a1.25 1.25 0 0 1-1.249-1.192m-.001-5.368C10.377 12.458 8.853 12 7.25 12c-1.52 0-2.75 1.23-2.75 2.75s1.23 2.75 2.75 2.75c1.697 0 3.745-.955 4.743-1.482zM22.692 25c-.42 0-.83-.21-1.06-.59q-.018-.026-.11-.188c-1.014.526-1.997.778-2.772.778c-2.26 0-3.25-1.68-3.25-3.25c0-1.61.74-3.35 1.97-4.65a7.6 7.6 0 0 1 2.042-1.513v-.097c0-1.126.177-2.374.411-3.53q-1.007.04-2.173.04a1.25 1.25 0 0 1 0-2.5q1.55-.002 2.793-.07c.238-.838.436-1.423.48-1.557l.009-.023a1.25 1.25 0 0 1 2.36.82l-.003.01l-.011.032c-.025.075-.081.246-.158.49c2.13-.263 3.058-.606 3.07-.612c.64-.25 1.36.07 1.62.71c.25.64-.06 1.36-.7 1.61l-.01.003c-.145.055-1.55.578-4.683.878c-.222.97-.416 2.042-.482 3.027q.573-.076 1.215-.078c.43 0 .84.02 1.24.07q0-.14.005-.278q.004-.14.005-.292a1.25 1.25 0 0 1 2.5 0c0 .42-.02.82-.05 1.21c1.92.86 3.05 2.46 3.05 4.54c0 3.21-1.68 6.07-4.61 7.82c-.2.12-.42.18-.64.18V28a1.249 1.249 0 0 1-.64-2.32c2.16-1.29 3.39-3.36 3.39-5.68c0-.93-.43-1.55-1.03-1.96c-.61 2.042-1.683 3.603-2.889 4.724c.083.168.143.276.168.322l.009.017l.003.005v.002a1.252 1.252 0 0 1-1.07 1.9zm-2.167-3.111a19.5 19.5 0 0 1-.81-3.462q-.246.204-.435.403c-.79.83-1.28 1.95-1.28 2.92c0 .75.47.75.75.75c.364 0 1.026-.186 1.775-.611m2.082-1.778a8.2 8.2 0 0 0 1.473-2.821c-.34-.03-.63-.04-.83-.04c-.413 0-.794.036-1.145.099a17.6 17.6 0 0 0 .502 2.762"/></svg>
</template>

CSS

.icon-translate-32-filled {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.994%2018.798C10.692%2019.378%208.908%2020%207.25%2020C4.36%2020%202%2017.65%202%2014.75S4.36%209.5%207.25%209.5c1.607%200%203.174.36%204.743%201.1v-.36c0-2.07-1.68-3.75-3.75-3.75c-1.67%200-3.43.86-3.44.87c-.62.31-1.37.05-1.67-.56c-.31-.62-.06-1.37.56-1.67c.09-.05%202.29-1.13%204.56-1.13c3.45%200%206.25%202.8%206.25%206.25v8.5c0%20.69-.56%201.25-1.25%201.25l-.01-.01a1.25%201.25%200%200%201-1.249-1.192m-.001-5.368C10.377%2012.458%208.853%2012%207.25%2012c-1.52%200-2.75%201.23-2.75%202.75s1.23%202.75%202.75%202.75c1.697%200%203.745-.955%204.743-1.482zM22.692%2025c-.42%200-.83-.21-1.06-.59q-.018-.026-.11-.188c-1.014.526-1.997.778-2.772.778c-2.26%200-3.25-1.68-3.25-3.25c0-1.61.74-3.35%201.97-4.65a7.6%207.6%200%200%201%202.042-1.513v-.097c0-1.126.177-2.374.411-3.53q-1.007.04-2.173.04a1.25%201.25%200%200%201%200-2.5q1.55-.002%202.793-.07c.238-.838.436-1.423.48-1.557l.009-.023a1.25%201.25%200%200%201%202.36.82l-.003.01l-.011.032c-.025.075-.081.246-.158.49c2.13-.263%203.058-.606%203.07-.612c.64-.25%201.36.07%201.62.71c.25.64-.06%201.36-.7%201.61l-.01.003c-.145.055-1.55.578-4.683.878c-.222.97-.416%202.042-.482%203.027q.573-.076%201.215-.078c.43%200%20.84.02%201.24.07q0-.14.005-.278q.004-.14.005-.292a1.25%201.25%200%200%201%202.5%200c0%20.42-.02.82-.05%201.21c1.92.86%203.05%202.46%203.05%204.54c0%203.21-1.68%206.07-4.61%207.82c-.2.12-.42.18-.64.18V28a1.249%201.249%200%200%201-.64-2.32c2.16-1.29%203.39-3.36%203.39-5.68c0-.93-.43-1.55-1.03-1.96c-.61%202.042-1.683%203.603-2.889%204.724c.083.168.143.276.168.322l.009.017l.003.005v.002a1.252%201.252%200%200%201-1.07%201.9zm-2.167-3.111a19.5%2019.5%200%200%201-.81-3.462q-.246.204-.435.403c-.79.83-1.28%201.95-1.28%202.92c0%20.75.47.75.75.75c.364%200%201.026-.186%201.775-.611m2.082-1.778a8.2%208.2%200%200%200%201.473-2.821c-.34-.03-.63-.04-.83-.04c-.413%200-.794.036-1.145.099a17.6%2017.6%200%200%200%20.502%202.762%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.994%2018.798C10.692%2019.378%208.908%2020%207.25%2020C4.36%2020%202%2017.65%202%2014.75S4.36%209.5%207.25%209.5c1.607%200%203.174.36%204.743%201.1v-.36c0-2.07-1.68-3.75-3.75-3.75c-1.67%200-3.43.86-3.44.87c-.62.31-1.37.05-1.67-.56c-.31-.62-.06-1.37.56-1.67c.09-.05%202.29-1.13%204.56-1.13c3.45%200%206.25%202.8%206.25%206.25v8.5c0%20.69-.56%201.25-1.25%201.25l-.01-.01a1.25%201.25%200%200%201-1.249-1.192m-.001-5.368C10.377%2012.458%208.853%2012%207.25%2012c-1.52%200-2.75%201.23-2.75%202.75s1.23%202.75%202.75%202.75c1.697%200%203.745-.955%204.743-1.482zM22.692%2025c-.42%200-.83-.21-1.06-.59q-.018-.026-.11-.188c-1.014.526-1.997.778-2.772.778c-2.26%200-3.25-1.68-3.25-3.25c0-1.61.74-3.35%201.97-4.65a7.6%207.6%200%200%201%202.042-1.513v-.097c0-1.126.177-2.374.411-3.53q-1.007.04-2.173.04a1.25%201.25%200%200%201%200-2.5q1.55-.002%202.793-.07c.238-.838.436-1.423.48-1.557l.009-.023a1.25%201.25%200%200%201%202.36.82l-.003.01l-.011.032c-.025.075-.081.246-.158.49c2.13-.263%203.058-.606%203.07-.612c.64-.25%201.36.07%201.62.71c.25.64-.06%201.36-.7%201.61l-.01.003c-.145.055-1.55.578-4.683.878c-.222.97-.416%202.042-.482%203.027q.573-.076%201.215-.078c.43%200%20.84.02%201.24.07q0-.14.005-.278q.004-.14.005-.292a1.25%201.25%200%200%201%202.5%200c0%20.42-.02.82-.05%201.21c1.92.86%203.05%202.46%203.05%204.54c0%203.21-1.68%206.07-4.61%207.82c-.2.12-.42.18-.64.18V28a1.249%201.249%200%200%201-.64-2.32c2.16-1.29%203.39-3.36%203.39-5.68c0-.93-.43-1.55-1.03-1.96c-.61%202.042-1.683%203.603-2.889%204.724c.083.168.143.276.168.322l.009.017l.003.005v.002a1.252%201.252%200%200%201-1.07%201.9zm-2.167-3.111a19.5%2019.5%200%200%201-.81-3.462q-.246.204-.435.403c-.79.83-1.28%201.95-1.28%202.92c0%20.75.47.75.75.75c.364%200%201.026-.186%201.775-.611m2.082-1.778a8.2%208.2%200%200%200%201.473-2.821c-.34-.03-.63-.04-.83-.04c-.413%200-.794.036-1.145.099a17.6%2017.6%200%200%200%20.502%202.762%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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