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

Name
translate-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M31.501 16.047a1.5 1.5 0 0 1 2.86.906c-.222.7-.51 1.588-.807 2.617c1.15-.176 2.41-.423 3.813-.774a1.5 1.5 0 0 1 .728 2.91a43 43 0 0 1-5.337 1q-.212.981-.376 2.032c.613-.149 1.208-.238 1.749-.238q.455 0 .898.027l.001-.01a1.501 1.501 0 0 1 3-.035q.002.282-.004.562c1.086.326 2.077.796 2.93 1.41c1.822 1.308 2.99 3.247 3.073 5.593c.071 1.983-.224 3.861-1.356 5.577c-1.116 1.69-2.925 3.042-5.514 4.237a1.5 1.5 0 0 1-1.258-2.723c2.324-1.073 3.58-2.123 4.268-3.166c.671-1.017.92-2.205.862-3.819c-.047-1.328-.68-2.441-1.825-3.263a6.6 6.6 0 0 0-1.51-.794c-.654 3.324-2.205 6.194-4.035 8.263q.247.48.537.94a1.5 1.5 0 1 1-2.535 1.602a15 15 0 0 1-.284-.468c-.904.637-1.853 1.105-2.8 1.336c-1.62.393-3.36.092-4.545-1.388l-.057-.072l-.048-.078c-1.228-1.993-1.083-4.127-.46-5.885c.616-1.737 1.736-3.248 2.738-4.25c.832-.833 1.901-1.557 2.993-2.13q.008-.09.018-.179c.107-.976.257-1.926.43-2.832a65 65 0 0 1-2.717.046a1.5 1.5 0 0 1 0-3c1.066 0 2.18-.008 3.415-.085c.426-1.608.863-2.947 1.155-3.87m-2.448 13.547a7 7 0 0 0-.725.623c-.77.77-1.6 1.913-2.031 3.13c-.411 1.16-.422 2.252.132 3.218c.278.309.694.47 1.441.288c.636-.154 1.41-.55 2.228-1.21c-.693-1.987-.991-4.047-1.045-6.05M34.13 27.5c-.477 0-1.215.155-2.068.469c-.068 1.697.036 3.407.403 5.049a15.05 15.05 0 0 0 2.287-5.501q-.305-.016-.622-.017M12.75 8c1.316 0 3.539.215 5.49 1.271c2.058 1.116 3.76 3.16 3.76 6.519V29.5a1.5 1.5 0 0 1-3 0v-.88C17.17 29.826 14.636 31 11.75 31c-1.495 0-3.384-.636-4.91-1.864C5.27 27.87 4 25.902 4 23.25c0-2.703 1.434-4.792 3.196-6.154C8.933 15.753 11.126 15 13 15c2.586 0 4.562.51 6 .959v-.169c0-2.122-.973-3.223-2.19-3.882c-1.324-.718-2.976-.908-4.06-.908c-.996 0-2.094.227-3.048.532c-.992.318-1.642.659-1.804.78a1.5 1.5 0 0 1-1.796-2.404c.558-.418 1.583-.88 2.686-1.233C9.928 8.31 11.347 8 12.75 8M13 18c-1.156 0-2.714.498-3.97 1.469C7.8 20.419 7 21.706 7 23.25c0 1.594.732 2.752 1.722 3.549C9.759 27.634 10.995 28 11.75 28c3.125 0 5.889-1.933 7.25-3.15v-5.73c-1.552-.501-3.198-1.12-6-1.12"/></svg>

React

import type { SVGProps } from "react";

export function FluentTranslate48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M31.501 16.047a1.5 1.5 0 0 1 2.86.906c-.222.7-.51 1.588-.807 2.617c1.15-.176 2.41-.423 3.813-.774a1.5 1.5 0 0 1 .728 2.91a43 43 0 0 1-5.337 1q-.212.981-.376 2.032c.613-.149 1.208-.238 1.749-.238q.455 0 .898.027l.001-.01a1.501 1.501 0 0 1 3-.035q.002.282-.004.562c1.086.326 2.077.796 2.93 1.41c1.822 1.308 2.99 3.247 3.073 5.593c.071 1.983-.224 3.861-1.356 5.577c-1.116 1.69-2.925 3.042-5.514 4.237a1.5 1.5 0 0 1-1.258-2.723c2.324-1.073 3.58-2.123 4.268-3.166c.671-1.017.92-2.205.862-3.819c-.047-1.328-.68-2.441-1.825-3.263a6.6 6.6 0 0 0-1.51-.794c-.654 3.324-2.205 6.194-4.035 8.263q.247.48.537.94a1.5 1.5 0 1 1-2.535 1.602a15 15 0 0 1-.284-.468c-.904.637-1.853 1.105-2.8 1.336c-1.62.393-3.36.092-4.545-1.388l-.057-.072l-.048-.078c-1.228-1.993-1.083-4.127-.46-5.885c.616-1.737 1.736-3.248 2.738-4.25c.832-.833 1.901-1.557 2.993-2.13q.008-.09.018-.179c.107-.976.257-1.926.43-2.832a65 65 0 0 1-2.717.046a1.5 1.5 0 0 1 0-3c1.066 0 2.18-.008 3.415-.085c.426-1.608.863-2.947 1.155-3.87m-2.448 13.547a7 7 0 0 0-.725.623c-.77.77-1.6 1.913-2.031 3.13c-.411 1.16-.422 2.252.132 3.218c.278.309.694.47 1.441.288c.636-.154 1.41-.55 2.228-1.21c-.693-1.987-.991-4.047-1.045-6.05M34.13 27.5c-.477 0-1.215.155-2.068.469c-.068 1.697.036 3.407.403 5.049a15.05 15.05 0 0 0 2.287-5.501q-.305-.016-.622-.017M12.75 8c1.316 0 3.539.215 5.49 1.271c2.058 1.116 3.76 3.16 3.76 6.519V29.5a1.5 1.5 0 0 1-3 0v-.88C17.17 29.826 14.636 31 11.75 31c-1.495 0-3.384-.636-4.91-1.864C5.27 27.87 4 25.902 4 23.25c0-2.703 1.434-4.792 3.196-6.154C8.933 15.753 11.126 15 13 15c2.586 0 4.562.51 6 .959v-.169c0-2.122-.973-3.223-2.19-3.882c-1.324-.718-2.976-.908-4.06-.908c-.996 0-2.094.227-3.048.532c-.992.318-1.642.659-1.804.78a1.5 1.5 0 0 1-1.796-2.404c.558-.418 1.583-.88 2.686-1.233C9.928 8.31 11.347 8 12.75 8M13 18c-1.156 0-2.714.498-3.97 1.469C7.8 20.419 7 21.706 7 23.25c0 1.594.732 2.752 1.722 3.549C9.759 27.634 10.995 28 11.75 28c3.125 0 5.889-1.933 7.25-3.15v-5.73c-1.552-.501-3.198-1.12-6-1.12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M31.501 16.047a1.5 1.5 0 0 1 2.86.906c-.222.7-.51 1.588-.807 2.617c1.15-.176 2.41-.423 3.813-.774a1.5 1.5 0 0 1 .728 2.91a43 43 0 0 1-5.337 1q-.212.981-.376 2.032c.613-.149 1.208-.238 1.749-.238q.455 0 .898.027l.001-.01a1.501 1.501 0 0 1 3-.035q.002.282-.004.562c1.086.326 2.077.796 2.93 1.41c1.822 1.308 2.99 3.247 3.073 5.593c.071 1.983-.224 3.861-1.356 5.577c-1.116 1.69-2.925 3.042-5.514 4.237a1.5 1.5 0 0 1-1.258-2.723c2.324-1.073 3.58-2.123 4.268-3.166c.671-1.017.92-2.205.862-3.819c-.047-1.328-.68-2.441-1.825-3.263a6.6 6.6 0 0 0-1.51-.794c-.654 3.324-2.205 6.194-4.035 8.263q.247.48.537.94a1.5 1.5 0 1 1-2.535 1.602a15 15 0 0 1-.284-.468c-.904.637-1.853 1.105-2.8 1.336c-1.62.393-3.36.092-4.545-1.388l-.057-.072l-.048-.078c-1.228-1.993-1.083-4.127-.46-5.885c.616-1.737 1.736-3.248 2.738-4.25c.832-.833 1.901-1.557 2.993-2.13q.008-.09.018-.179c.107-.976.257-1.926.43-2.832a65 65 0 0 1-2.717.046a1.5 1.5 0 0 1 0-3c1.066 0 2.18-.008 3.415-.085c.426-1.608.863-2.947 1.155-3.87m-2.448 13.547a7 7 0 0 0-.725.623c-.77.77-1.6 1.913-2.031 3.13c-.411 1.16-.422 2.252.132 3.218c.278.309.694.47 1.441.288c.636-.154 1.41-.55 2.228-1.21c-.693-1.987-.991-4.047-1.045-6.05M34.13 27.5c-.477 0-1.215.155-2.068.469c-.068 1.697.036 3.407.403 5.049a15.05 15.05 0 0 0 2.287-5.501q-.305-.016-.622-.017M12.75 8c1.316 0 3.539.215 5.49 1.271c2.058 1.116 3.76 3.16 3.76 6.519V29.5a1.5 1.5 0 0 1-3 0v-.88C17.17 29.826 14.636 31 11.75 31c-1.495 0-3.384-.636-4.91-1.864C5.27 27.87 4 25.902 4 23.25c0-2.703 1.434-4.792 3.196-6.154C8.933 15.753 11.126 15 13 15c2.586 0 4.562.51 6 .959v-.169c0-2.122-.973-3.223-2.19-3.882c-1.324-.718-2.976-.908-4.06-.908c-.996 0-2.094.227-3.048.532c-.992.318-1.642.659-1.804.78a1.5 1.5 0 0 1-1.796-2.404c.558-.418 1.583-.88 2.686-1.233C9.928 8.31 11.347 8 12.75 8M13 18c-1.156 0-2.714.498-3.97 1.469C7.8 20.419 7 21.706 7 23.25c0 1.594.732 2.752 1.722 3.549C9.759 27.634 10.995 28 11.75 28c3.125 0 5.889-1.933 7.25-3.15v-5.73c-1.552-.501-3.198-1.12-6-1.12"/></svg>
</template>

CSS

.icon-translate-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.501%2016.047a1.5%201.5%200%200%201%202.86.906c-.222.7-.51%201.588-.807%202.617c1.15-.176%202.41-.423%203.813-.774a1.5%201.5%200%200%201%20.728%202.91a43%2043%200%200%201-5.337%201q-.212.981-.376%202.032c.613-.149%201.208-.238%201.749-.238q.455%200%20.898.027l.001-.01a1.501%201.501%200%200%201%203-.035q.002.282-.004.562c1.086.326%202.077.796%202.93%201.41c1.822%201.308%202.99%203.247%203.073%205.593c.071%201.983-.224%203.861-1.356%205.577c-1.116%201.69-2.925%203.042-5.514%204.237a1.5%201.5%200%200%201-1.258-2.723c2.324-1.073%203.58-2.123%204.268-3.166c.671-1.017.92-2.205.862-3.819c-.047-1.328-.68-2.441-1.825-3.263a6.6%206.6%200%200%200-1.51-.794c-.654%203.324-2.205%206.194-4.035%208.263q.247.48.537.94a1.5%201.5%200%201%201-2.535%201.602a15%2015%200%200%201-.284-.468c-.904.637-1.853%201.105-2.8%201.336c-1.62.393-3.36.092-4.545-1.388l-.057-.072l-.048-.078c-1.228-1.993-1.083-4.127-.46-5.885c.616-1.737%201.736-3.248%202.738-4.25c.832-.833%201.901-1.557%202.993-2.13q.008-.09.018-.179c.107-.976.257-1.926.43-2.832a65%2065%200%200%201-2.717.046a1.5%201.5%200%200%201%200-3c1.066%200%202.18-.008%203.415-.085c.426-1.608.863-2.947%201.155-3.87m-2.448%2013.547a7%207%200%200%200-.725.623c-.77.77-1.6%201.913-2.031%203.13c-.411%201.16-.422%202.252.132%203.218c.278.309.694.47%201.441.288c.636-.154%201.41-.55%202.228-1.21c-.693-1.987-.991-4.047-1.045-6.05M34.13%2027.5c-.477%200-1.215.155-2.068.469c-.068%201.697.036%203.407.403%205.049a15.05%2015.05%200%200%200%202.287-5.501q-.305-.016-.622-.017M12.75%208c1.316%200%203.539.215%205.49%201.271c2.058%201.116%203.76%203.16%203.76%206.519V29.5a1.5%201.5%200%200%201-3%200v-.88C17.17%2029.826%2014.636%2031%2011.75%2031c-1.495%200-3.384-.636-4.91-1.864C5.27%2027.87%204%2025.902%204%2023.25c0-2.703%201.434-4.792%203.196-6.154C8.933%2015.753%2011.126%2015%2013%2015c2.586%200%204.562.51%206%20.959v-.169c0-2.122-.973-3.223-2.19-3.882c-1.324-.718-2.976-.908-4.06-.908c-.996%200-2.094.227-3.048.532c-.992.318-1.642.659-1.804.78a1.5%201.5%200%200%201-1.796-2.404c.558-.418%201.583-.88%202.686-1.233C9.928%208.31%2011.347%208%2012.75%208M13%2018c-1.156%200-2.714.498-3.97%201.469C7.8%2020.419%207%2021.706%207%2023.25c0%201.594.732%202.752%201.722%203.549C9.759%2027.634%2010.995%2028%2011.75%2028c3.125%200%205.889-1.933%207.25-3.15v-5.73c-1.552-.501-3.198-1.12-6-1.12%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.501%2016.047a1.5%201.5%200%200%201%202.86.906c-.222.7-.51%201.588-.807%202.617c1.15-.176%202.41-.423%203.813-.774a1.5%201.5%200%200%201%20.728%202.91a43%2043%200%200%201-5.337%201q-.212.981-.376%202.032c.613-.149%201.208-.238%201.749-.238q.455%200%20.898.027l.001-.01a1.501%201.501%200%200%201%203-.035q.002.282-.004.562c1.086.326%202.077.796%202.93%201.41c1.822%201.308%202.99%203.247%203.073%205.593c.071%201.983-.224%203.861-1.356%205.577c-1.116%201.69-2.925%203.042-5.514%204.237a1.5%201.5%200%200%201-1.258-2.723c2.324-1.073%203.58-2.123%204.268-3.166c.671-1.017.92-2.205.862-3.819c-.047-1.328-.68-2.441-1.825-3.263a6.6%206.6%200%200%200-1.51-.794c-.654%203.324-2.205%206.194-4.035%208.263q.247.48.537.94a1.5%201.5%200%201%201-2.535%201.602a15%2015%200%200%201-.284-.468c-.904.637-1.853%201.105-2.8%201.336c-1.62.393-3.36.092-4.545-1.388l-.057-.072l-.048-.078c-1.228-1.993-1.083-4.127-.46-5.885c.616-1.737%201.736-3.248%202.738-4.25c.832-.833%201.901-1.557%202.993-2.13q.008-.09.018-.179c.107-.976.257-1.926.43-2.832a65%2065%200%200%201-2.717.046a1.5%201.5%200%200%201%200-3c1.066%200%202.18-.008%203.415-.085c.426-1.608.863-2.947%201.155-3.87m-2.448%2013.547a7%207%200%200%200-.725.623c-.77.77-1.6%201.913-2.031%203.13c-.411%201.16-.422%202.252.132%203.218c.278.309.694.47%201.441.288c.636-.154%201.41-.55%202.228-1.21c-.693-1.987-.991-4.047-1.045-6.05M34.13%2027.5c-.477%200-1.215.155-2.068.469c-.068%201.697.036%203.407.403%205.049a15.05%2015.05%200%200%200%202.287-5.501q-.305-.016-.622-.017M12.75%208c1.316%200%203.539.215%205.49%201.271c2.058%201.116%203.76%203.16%203.76%206.519V29.5a1.5%201.5%200%200%201-3%200v-.88C17.17%2029.826%2014.636%2031%2011.75%2031c-1.495%200-3.384-.636-4.91-1.864C5.27%2027.87%204%2025.902%204%2023.25c0-2.703%201.434-4.792%203.196-6.154C8.933%2015.753%2011.126%2015%2013%2015c2.586%200%204.562.51%206%20.959v-.169c0-2.122-.973-3.223-2.19-3.882c-1.324-.718-2.976-.908-4.06-.908c-.996%200-2.094.227-3.048.532c-.992.318-1.642.659-1.804.78a1.5%201.5%200%200%201-1.796-2.404c.558-.418%201.583-.88%202.686-1.233C9.928%208.31%2011.347%208%2012.75%208M13%2018c-1.156%200-2.714.498-3.97%201.469C7.8%2020.419%207%2021.706%207%2023.25c0%201.594.732%202.752%201.722%203.549C9.759%2027.634%2010.995%2028%2011.75%2028c3.125%200%205.889-1.933%207.25-3.15v-5.73c-1.552-.501-3.198-1.12-6-1.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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