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

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

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the translate auto icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.823 1.037a.75.75 0 1 0-.136 1.494A7.46 7.46 0 0 1 14.501 4h-.251a.75.75 0 0 0 0 1.5h2a.75.75 0 0 0 .75-.75v-2a.75.75 0 0 0-1.5 0v.125a8.96 8.96 0 0 0-4.677-1.838M5.75 16H5.5a7.46 7.46 0 0 0 3.817 1.47a.75.75 0 1 1-.135 1.493A8.96 8.96 0 0 1 4.5 17.124v.126a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5M6.984 3.204a4.92 4.92 0 0 0-3.865.459l-.068.043l-.022.014l-.007.005l-.003.002l-.001.001h-.002a.75.75 0 0 0 .852 1.236l.002-.002l.028-.017q.044-.028.14-.078a3.42 3.42 0 0 1 2.522-.224c.574.17.8.467.918.76c.08.197.116.41.133.628a8 8 0 0 0-1.474-.218c-1.01-.042-2.167.161-3.175 1.01c-.926.778-1.13 1.962-.839 2.958c.292.998 1.1 1.9 2.303 2.152c.928.195 1.885-.076 2.63-.407q.298-.133.568-.281v.005a.75.75 0 1 0 1.5 0V6.497c0-.367 0-1.021-.254-1.655c-.283-.703-.857-1.333-1.885-1.637zm.64 4.381v1.889a7 7 0 0 1-1.177.68c-.633.282-1.239.41-1.713.31a1.55 1.55 0 0 1-1.171-1.103c-.156-.534-.027-1.062.364-1.39c.638-.536 1.385-.69 2.148-.659c.553.023 1.084.143 1.55.273m6.793-.569a.75.75 0 0 0-1.402-.532c-.138.362-.282.83-.398 1.234c-.61.039-1.218.044-1.82.006a.75.75 0 1 0-.095 1.497q.767.047 1.532.018a20 20 0 0 0-.278 1.554c-1.31.624-2.173 1.542-2.615 2.514c-.512 1.127-.48 2.45.318 3.263c.543.553 1.326.607 1.993.465a4.4 4.4 0 0 0 1.345-.557l.029.067a.75.75 0 0 0 1.38-.59a8 8 0 0 0-.212-.444a7.06 7.06 0 0 0 1.816-3.506c.659.287 1.11.754 1.325 1.243c.224.507.23 1.087-.053 1.652c-.286.57-.9 1.186-2.016 1.66a.75.75 0 0 0 .585 1.38c1.36-.576 2.29-1.405 2.773-2.369a3.4 3.4 0 0 0 .083-2.929c-.448-1.016-1.354-1.801-2.541-2.178v-.039a.75.75 0 0 0-1.472-.204a6.4 6.4 0 0 0-1.14.073q.097-.544.247-1.182a24 24 0 0 0 2.207-.38a.75.75 0 0 0-.318-1.465q-.723.158-1.453.271c.06-.187.121-.368.18-.522m-3.71 6.911c.2-.442.562-.915 1.126-1.327c.008.546.064 1.018.154 1.438a6 6 0 0 0 .344 1.087c-.36.237-.705.381-.992.443c-.42.09-.577-.016-.61-.048c-.213-.219-.38-.804-.022-1.593m3.83-2.211a5.65 5.65 0 0 1-1.016 2.278a5 5 0 0 1-.067-.271c-.1-.465-.154-1.06-.101-1.864c.425-.1.82-.144 1.185-.143"/></svg>

React

import type { SVGProps } from "react";

export function FluentTranslateAuto20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.823 1.037a.75.75 0 1 0-.136 1.494A7.46 7.46 0 0 1 14.501 4h-.251a.75.75 0 0 0 0 1.5h2a.75.75 0 0 0 .75-.75v-2a.75.75 0 0 0-1.5 0v.125a8.96 8.96 0 0 0-4.677-1.838M5.75 16H5.5a7.46 7.46 0 0 0 3.817 1.47a.75.75 0 1 1-.135 1.493A8.96 8.96 0 0 1 4.5 17.124v.126a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5M6.984 3.204a4.92 4.92 0 0 0-3.865.459l-.068.043l-.022.014l-.007.005l-.003.002l-.001.001h-.002a.75.75 0 0 0 .852 1.236l.002-.002l.028-.017q.044-.028.14-.078a3.42 3.42 0 0 1 2.522-.224c.574.17.8.467.918.76c.08.197.116.41.133.628a8 8 0 0 0-1.474-.218c-1.01-.042-2.167.161-3.175 1.01c-.926.778-1.13 1.962-.839 2.958c.292.998 1.1 1.9 2.303 2.152c.928.195 1.885-.076 2.63-.407q.298-.133.568-.281v.005a.75.75 0 1 0 1.5 0V6.497c0-.367 0-1.021-.254-1.655c-.283-.703-.857-1.333-1.885-1.637zm.64 4.381v1.889a7 7 0 0 1-1.177.68c-.633.282-1.239.41-1.713.31a1.55 1.55 0 0 1-1.171-1.103c-.156-.534-.027-1.062.364-1.39c.638-.536 1.385-.69 2.148-.659c.553.023 1.084.143 1.55.273m6.793-.569a.75.75 0 0 0-1.402-.532c-.138.362-.282.83-.398 1.234c-.61.039-1.218.044-1.82.006a.75.75 0 1 0-.095 1.497q.767.047 1.532.018a20 20 0 0 0-.278 1.554c-1.31.624-2.173 1.542-2.615 2.514c-.512 1.127-.48 2.45.318 3.263c.543.553 1.326.607 1.993.465a4.4 4.4 0 0 0 1.345-.557l.029.067a.75.75 0 0 0 1.38-.59a8 8 0 0 0-.212-.444a7.06 7.06 0 0 0 1.816-3.506c.659.287 1.11.754 1.325 1.243c.224.507.23 1.087-.053 1.652c-.286.57-.9 1.186-2.016 1.66a.75.75 0 0 0 .585 1.38c1.36-.576 2.29-1.405 2.773-2.369a3.4 3.4 0 0 0 .083-2.929c-.448-1.016-1.354-1.801-2.541-2.178v-.039a.75.75 0 0 0-1.472-.204a6.4 6.4 0 0 0-1.14.073q.097-.544.247-1.182a24 24 0 0 0 2.207-.38a.75.75 0 0 0-.318-1.465q-.723.158-1.453.271c.06-.187.121-.368.18-.522m-3.71 6.911c.2-.442.562-.915 1.126-1.327c.008.546.064 1.018.154 1.438a6 6 0 0 0 .344 1.087c-.36.237-.705.381-.992.443c-.42.09-.577-.016-.61-.048c-.213-.219-.38-.804-.022-1.593m3.83-2.211a5.65 5.65 0 0 1-1.016 2.278a5 5 0 0 1-.067-.271c-.1-.465-.154-1.06-.101-1.864c.425-.1.82-.144 1.185-.143"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.823 1.037a.75.75 0 1 0-.136 1.494A7.46 7.46 0 0 1 14.501 4h-.251a.75.75 0 0 0 0 1.5h2a.75.75 0 0 0 .75-.75v-2a.75.75 0 0 0-1.5 0v.125a8.96 8.96 0 0 0-4.677-1.838M5.75 16H5.5a7.46 7.46 0 0 0 3.817 1.47a.75.75 0 1 1-.135 1.493A8.96 8.96 0 0 1 4.5 17.124v.126a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5M6.984 3.204a4.92 4.92 0 0 0-3.865.459l-.068.043l-.022.014l-.007.005l-.003.002l-.001.001h-.002a.75.75 0 0 0 .852 1.236l.002-.002l.028-.017q.044-.028.14-.078a3.42 3.42 0 0 1 2.522-.224c.574.17.8.467.918.76c.08.197.116.41.133.628a8 8 0 0 0-1.474-.218c-1.01-.042-2.167.161-3.175 1.01c-.926.778-1.13 1.962-.839 2.958c.292.998 1.1 1.9 2.303 2.152c.928.195 1.885-.076 2.63-.407q.298-.133.568-.281v.005a.75.75 0 1 0 1.5 0V6.497c0-.367 0-1.021-.254-1.655c-.283-.703-.857-1.333-1.885-1.637zm.64 4.381v1.889a7 7 0 0 1-1.177.68c-.633.282-1.239.41-1.713.31a1.55 1.55 0 0 1-1.171-1.103c-.156-.534-.027-1.062.364-1.39c.638-.536 1.385-.69 2.148-.659c.553.023 1.084.143 1.55.273m6.793-.569a.75.75 0 0 0-1.402-.532c-.138.362-.282.83-.398 1.234c-.61.039-1.218.044-1.82.006a.75.75 0 1 0-.095 1.497q.767.047 1.532.018a20 20 0 0 0-.278 1.554c-1.31.624-2.173 1.542-2.615 2.514c-.512 1.127-.48 2.45.318 3.263c.543.553 1.326.607 1.993.465a4.4 4.4 0 0 0 1.345-.557l.029.067a.75.75 0 0 0 1.38-.59a8 8 0 0 0-.212-.444a7.06 7.06 0 0 0 1.816-3.506c.659.287 1.11.754 1.325 1.243c.224.507.23 1.087-.053 1.652c-.286.57-.9 1.186-2.016 1.66a.75.75 0 0 0 .585 1.38c1.36-.576 2.29-1.405 2.773-2.369a3.4 3.4 0 0 0 .083-2.929c-.448-1.016-1.354-1.801-2.541-2.178v-.039a.75.75 0 0 0-1.472-.204a6.4 6.4 0 0 0-1.14.073q.097-.544.247-1.182a24 24 0 0 0 2.207-.38a.75.75 0 0 0-.318-1.465q-.723.158-1.453.271c.06-.187.121-.368.18-.522m-3.71 6.911c.2-.442.562-.915 1.126-1.327c.008.546.064 1.018.154 1.438a6 6 0 0 0 .344 1.087c-.36.237-.705.381-.992.443c-.42.09-.577-.016-.61-.048c-.213-.219-.38-.804-.022-1.593m3.83-2.211a5.65 5.65 0 0 1-1.016 2.278a5 5 0 0 1-.067-.271c-.1-.465-.154-1.06-.101-1.864c.425-.1.82-.144 1.185-.143"/></svg>
</template>

CSS

.icon-translate-auto-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.823%201.037a.75.75%200%201%200-.136%201.494A7.46%207.46%200%200%201%2014.501%204h-.251a.75.75%200%200%200%200%201.5h2a.75.75%200%200%200%20.75-.75v-2a.75.75%200%200%200-1.5%200v.125a8.96%208.96%200%200%200-4.677-1.838M5.75%2016H5.5a7.46%207.46%200%200%200%203.817%201.47a.75.75%200%201%201-.135%201.493A8.96%208.96%200%200%201%204.5%2017.124v.126a.75.75%200%200%201-1.5%200v-2a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5M6.984%203.204a4.92%204.92%200%200%200-3.865.459l-.068.043l-.022.014l-.007.005l-.003.002l-.001.001h-.002a.75.75%200%200%200%20.852%201.236l.002-.002l.028-.017q.044-.028.14-.078a3.42%203.42%200%200%201%202.522-.224c.574.17.8.467.918.76c.08.197.116.41.133.628a8%208%200%200%200-1.474-.218c-1.01-.042-2.167.161-3.175%201.01c-.926.778-1.13%201.962-.839%202.958c.292.998%201.1%201.9%202.303%202.152c.928.195%201.885-.076%202.63-.407q.298-.133.568-.281v.005a.75.75%200%201%200%201.5%200V6.497c0-.367%200-1.021-.254-1.655c-.283-.703-.857-1.333-1.885-1.637zm.64%204.381v1.889a7%207%200%200%201-1.177.68c-.633.282-1.239.41-1.713.31a1.55%201.55%200%200%201-1.171-1.103c-.156-.534-.027-1.062.364-1.39c.638-.536%201.385-.69%202.148-.659c.553.023%201.084.143%201.55.273m6.793-.569a.75.75%200%200%200-1.402-.532c-.138.362-.282.83-.398%201.234c-.61.039-1.218.044-1.82.006a.75.75%200%201%200-.095%201.497q.767.047%201.532.018a20%2020%200%200%200-.278%201.554c-1.31.624-2.173%201.542-2.615%202.514c-.512%201.127-.48%202.45.318%203.263c.543.553%201.326.607%201.993.465a4.4%204.4%200%200%200%201.345-.557l.029.067a.75.75%200%200%200%201.38-.59a8%208%200%200%200-.212-.444a7.06%207.06%200%200%200%201.816-3.506c.659.287%201.11.754%201.325%201.243c.224.507.23%201.087-.053%201.652c-.286.57-.9%201.186-2.016%201.66a.75.75%200%200%200%20.585%201.38c1.36-.576%202.29-1.405%202.773-2.369a3.4%203.4%200%200%200%20.083-2.929c-.448-1.016-1.354-1.801-2.541-2.178v-.039a.75.75%200%200%200-1.472-.204a6.4%206.4%200%200%200-1.14.073q.097-.544.247-1.182a24%2024%200%200%200%202.207-.38a.75.75%200%200%200-.318-1.465q-.723.158-1.453.271c.06-.187.121-.368.18-.522m-3.71%206.911c.2-.442.562-.915%201.126-1.327c.008.546.064%201.018.154%201.438a6%206%200%200%200%20.344%201.087c-.36.237-.705.381-.992.443c-.42.09-.577-.016-.61-.048c-.213-.219-.38-.804-.022-1.593m3.83-2.211a5.65%205.65%200%200%201-1.016%202.278a5%205%200%200%201-.067-.271c-.1-.465-.154-1.06-.101-1.864c.425-.1.82-.144%201.185-.143%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.823%201.037a.75.75%200%201%200-.136%201.494A7.46%207.46%200%200%201%2014.501%204h-.251a.75.75%200%200%200%200%201.5h2a.75.75%200%200%200%20.75-.75v-2a.75.75%200%200%200-1.5%200v.125a8.96%208.96%200%200%200-4.677-1.838M5.75%2016H5.5a7.46%207.46%200%200%200%203.817%201.47a.75.75%200%201%201-.135%201.493A8.96%208.96%200%200%201%204.5%2017.124v.126a.75.75%200%200%201-1.5%200v-2a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5M6.984%203.204a4.92%204.92%200%200%200-3.865.459l-.068.043l-.022.014l-.007.005l-.003.002l-.001.001h-.002a.75.75%200%200%200%20.852%201.236l.002-.002l.028-.017q.044-.028.14-.078a3.42%203.42%200%200%201%202.522-.224c.574.17.8.467.918.76c.08.197.116.41.133.628a8%208%200%200%200-1.474-.218c-1.01-.042-2.167.161-3.175%201.01c-.926.778-1.13%201.962-.839%202.958c.292.998%201.1%201.9%202.303%202.152c.928.195%201.885-.076%202.63-.407q.298-.133.568-.281v.005a.75.75%200%201%200%201.5%200V6.497c0-.367%200-1.021-.254-1.655c-.283-.703-.857-1.333-1.885-1.637zm.64%204.381v1.889a7%207%200%200%201-1.177.68c-.633.282-1.239.41-1.713.31a1.55%201.55%200%200%201-1.171-1.103c-.156-.534-.027-1.062.364-1.39c.638-.536%201.385-.69%202.148-.659c.553.023%201.084.143%201.55.273m6.793-.569a.75.75%200%200%200-1.402-.532c-.138.362-.282.83-.398%201.234c-.61.039-1.218.044-1.82.006a.75.75%200%201%200-.095%201.497q.767.047%201.532.018a20%2020%200%200%200-.278%201.554c-1.31.624-2.173%201.542-2.615%202.514c-.512%201.127-.48%202.45.318%203.263c.543.553%201.326.607%201.993.465a4.4%204.4%200%200%200%201.345-.557l.029.067a.75.75%200%200%200%201.38-.59a8%208%200%200%200-.212-.444a7.06%207.06%200%200%200%201.816-3.506c.659.287%201.11.754%201.325%201.243c.224.507.23%201.087-.053%201.652c-.286.57-.9%201.186-2.016%201.66a.75.75%200%200%200%20.585%201.38c1.36-.576%202.29-1.405%202.773-2.369a3.4%203.4%200%200%200%20.083-2.929c-.448-1.016-1.354-1.801-2.541-2.178v-.039a.75.75%200%200%200-1.472-.204a6.4%206.4%200%200%200-1.14.073q.097-.544.247-1.182a24%2024%200%200%200%202.207-.38a.75.75%200%200%200-.318-1.465q-.723.158-1.453.271c.06-.187.121-.368.18-.522m-3.71%206.911c.2-.442.562-.915%201.126-1.327c.008.546.064%201.018.154%201.438a6%206%200%200%200%20.344%201.087c-.36.237-.705.381-.992.443c-.42.09-.577-.016-.61-.048c-.213-.219-.38-.804-.022-1.593m3.83-2.211a5.65%205.65%200%200%201-1.016%202.278a5%205%200%200%201-.067-.271c-.1-.465-.154-1.06-.101-1.864c.425-.1.82-.144%201.185-.143%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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