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

Name
translate-48-regular
Set
Fluent UI System Icons
Style
48 Regular
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.99 15.872a1.25 1.25 0 0 1 2.382.756c-.247.78-.578 1.802-.914 2.995a42 42 0 0 0 4.22-.836a1.251 1.251 0 0 1 .606 2.426a43 43 0 0 1-5.483 1.017c-.18.825-.343 1.695-.47 2.594c.724-.202 1.428-.324 2.05-.324q.584 0 1.148.045q.002-.14.001-.28a1.25 1.25 0 0 1 2.5-.03a17 17 0 0 1-.01.744c1.136.32 2.164.798 3.04 1.427c1.766 1.269 2.889 3.138 2.97 5.4c.069 1.952-.222 3.773-1.316 5.43c-1.08 1.636-2.843 2.963-5.41 4.149a1.251 1.251 0 0 1-1.048-2.27c2.345-1.083 3.647-2.159 4.371-3.256c.71-1.075.963-2.32.904-3.965c-.05-1.413-.728-2.594-1.93-3.456a7 7 0 0 0-1.845-.924c-.624 3.467-2.241 6.452-4.145 8.556q.283.568.626 1.112a1.25 1.25 0 0 1-2.113 1.336a15 15 0 0 1-.417-.702c-.95.706-1.949 1.22-2.937 1.46c-1.552.376-3.182.084-4.29-1.301l-.048-.06l-.04-.065c-1.177-1.91-1.044-3.96-.437-5.671c.6-1.694 1.696-3.174 2.679-4.157c.84-.84 1.935-1.573 3.05-2.146q.014-.156.032-.312c.118-1.08.289-2.13.487-3.123c-1.087.053-2.08.059-3.022.059a1.25 1.25 0 0 1 0-2.5c1.12 0 2.295-.01 3.608-.098c.438-1.676.897-3.074 1.2-4.03m-2.447 12.99a8 8 0 0 0-1.142.928c-.788.789-1.642 1.963-2.09 3.224c-.43 1.213-.45 2.393.164 3.446c.353.407.874.588 1.705.387c.716-.175 1.575-.63 2.463-1.373c-.781-2.166-1.083-4.427-1.1-6.613M34.381 27c-.546 0-1.375.183-2.312.543c-.09 1.952.042 3.931.533 5.815a15.24 15.24 0 0 0 2.699-6.324a12 12 0 0 0-.92-.034M12.5 8.5c1.299 0 3.369.212 5.157 1.262C19.541 10.867 21 12.844 21 16.04v13.71a1.25 1.25 0 1 1-2.5 0v-1.345c-.42.297-.881.598-1.378.881c-1.6.912-3.641 1.714-5.872 1.714c-1.442 0-3.224-.62-4.651-1.828C5.133 27.932 4 26.033 4 23.5c0-2.618 1.379-4.528 3.078-5.736C8.746 16.578 10.8 16 12.45 16c2.783 0 4.62.316 6.05.65v-.61c0-2.284-.967-3.453-2.107-4.122C15.156 11.193 13.6 11 12.5 11c-1.03 0-2.154.234-3.124.544c-1.002.32-1.684.672-1.878.817a1.25 1.25 0 1 1-1.496-2.003c.526-.392 1.52-.845 2.612-1.195C9.74 8.803 11.13 8.5 12.5 8.5m-.05 10c-1.143 0-2.69.423-3.924 1.3c-1.202.856-2.026 2.072-2.026 3.7c0 1.714.742 2.94 1.714 3.764c1.01.855 2.228 1.236 3.036 1.236c1.644 0 3.252-.598 4.634-1.386a15 15 0 0 0 2.616-1.901v-5.991c-1.426-.359-3.149-.722-6.05-.722"/></svg>

React

import type { SVGProps } from "react";

export function FluentTranslate48Regular(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.99 15.872a1.25 1.25 0 0 1 2.382.756c-.247.78-.578 1.802-.914 2.995a42 42 0 0 0 4.22-.836a1.251 1.251 0 0 1 .606 2.426a43 43 0 0 1-5.483 1.017c-.18.825-.343 1.695-.47 2.594c.724-.202 1.428-.324 2.05-.324q.584 0 1.148.045q.002-.14.001-.28a1.25 1.25 0 0 1 2.5-.03a17 17 0 0 1-.01.744c1.136.32 2.164.798 3.04 1.427c1.766 1.269 2.889 3.138 2.97 5.4c.069 1.952-.222 3.773-1.316 5.43c-1.08 1.636-2.843 2.963-5.41 4.149a1.251 1.251 0 0 1-1.048-2.27c2.345-1.083 3.647-2.159 4.371-3.256c.71-1.075.963-2.32.904-3.965c-.05-1.413-.728-2.594-1.93-3.456a7 7 0 0 0-1.845-.924c-.624 3.467-2.241 6.452-4.145 8.556q.283.568.626 1.112a1.25 1.25 0 0 1-2.113 1.336a15 15 0 0 1-.417-.702c-.95.706-1.949 1.22-2.937 1.46c-1.552.376-3.182.084-4.29-1.301l-.048-.06l-.04-.065c-1.177-1.91-1.044-3.96-.437-5.671c.6-1.694 1.696-3.174 2.679-4.157c.84-.84 1.935-1.573 3.05-2.146q.014-.156.032-.312c.118-1.08.289-2.13.487-3.123c-1.087.053-2.08.059-3.022.059a1.25 1.25 0 0 1 0-2.5c1.12 0 2.295-.01 3.608-.098c.438-1.676.897-3.074 1.2-4.03m-2.447 12.99a8 8 0 0 0-1.142.928c-.788.789-1.642 1.963-2.09 3.224c-.43 1.213-.45 2.393.164 3.446c.353.407.874.588 1.705.387c.716-.175 1.575-.63 2.463-1.373c-.781-2.166-1.083-4.427-1.1-6.613M34.381 27c-.546 0-1.375.183-2.312.543c-.09 1.952.042 3.931.533 5.815a15.24 15.24 0 0 0 2.699-6.324a12 12 0 0 0-.92-.034M12.5 8.5c1.299 0 3.369.212 5.157 1.262C19.541 10.867 21 12.844 21 16.04v13.71a1.25 1.25 0 1 1-2.5 0v-1.345c-.42.297-.881.598-1.378.881c-1.6.912-3.641 1.714-5.872 1.714c-1.442 0-3.224-.62-4.651-1.828C5.133 27.932 4 26.033 4 23.5c0-2.618 1.379-4.528 3.078-5.736C8.746 16.578 10.8 16 12.45 16c2.783 0 4.62.316 6.05.65v-.61c0-2.284-.967-3.453-2.107-4.122C15.156 11.193 13.6 11 12.5 11c-1.03 0-2.154.234-3.124.544c-1.002.32-1.684.672-1.878.817a1.25 1.25 0 1 1-1.496-2.003c.526-.392 1.52-.845 2.612-1.195C9.74 8.803 11.13 8.5 12.5 8.5m-.05 10c-1.143 0-2.69.423-3.924 1.3c-1.202.856-2.026 2.072-2.026 3.7c0 1.714.742 2.94 1.714 3.764c1.01.855 2.228 1.236 3.036 1.236c1.644 0 3.252-.598 4.634-1.386a15 15 0 0 0 2.616-1.901v-5.991c-1.426-.359-3.149-.722-6.05-.722"/></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.99 15.872a1.25 1.25 0 0 1 2.382.756c-.247.78-.578 1.802-.914 2.995a42 42 0 0 0 4.22-.836a1.251 1.251 0 0 1 .606 2.426a43 43 0 0 1-5.483 1.017c-.18.825-.343 1.695-.47 2.594c.724-.202 1.428-.324 2.05-.324q.584 0 1.148.045q.002-.14.001-.28a1.25 1.25 0 0 1 2.5-.03a17 17 0 0 1-.01.744c1.136.32 2.164.798 3.04 1.427c1.766 1.269 2.889 3.138 2.97 5.4c.069 1.952-.222 3.773-1.316 5.43c-1.08 1.636-2.843 2.963-5.41 4.149a1.251 1.251 0 0 1-1.048-2.27c2.345-1.083 3.647-2.159 4.371-3.256c.71-1.075.963-2.32.904-3.965c-.05-1.413-.728-2.594-1.93-3.456a7 7 0 0 0-1.845-.924c-.624 3.467-2.241 6.452-4.145 8.556q.283.568.626 1.112a1.25 1.25 0 0 1-2.113 1.336a15 15 0 0 1-.417-.702c-.95.706-1.949 1.22-2.937 1.46c-1.552.376-3.182.084-4.29-1.301l-.048-.06l-.04-.065c-1.177-1.91-1.044-3.96-.437-5.671c.6-1.694 1.696-3.174 2.679-4.157c.84-.84 1.935-1.573 3.05-2.146q.014-.156.032-.312c.118-1.08.289-2.13.487-3.123c-1.087.053-2.08.059-3.022.059a1.25 1.25 0 0 1 0-2.5c1.12 0 2.295-.01 3.608-.098c.438-1.676.897-3.074 1.2-4.03m-2.447 12.99a8 8 0 0 0-1.142.928c-.788.789-1.642 1.963-2.09 3.224c-.43 1.213-.45 2.393.164 3.446c.353.407.874.588 1.705.387c.716-.175 1.575-.63 2.463-1.373c-.781-2.166-1.083-4.427-1.1-6.613M34.381 27c-.546 0-1.375.183-2.312.543c-.09 1.952.042 3.931.533 5.815a15.24 15.24 0 0 0 2.699-6.324a12 12 0 0 0-.92-.034M12.5 8.5c1.299 0 3.369.212 5.157 1.262C19.541 10.867 21 12.844 21 16.04v13.71a1.25 1.25 0 1 1-2.5 0v-1.345c-.42.297-.881.598-1.378.881c-1.6.912-3.641 1.714-5.872 1.714c-1.442 0-3.224-.62-4.651-1.828C5.133 27.932 4 26.033 4 23.5c0-2.618 1.379-4.528 3.078-5.736C8.746 16.578 10.8 16 12.45 16c2.783 0 4.62.316 6.05.65v-.61c0-2.284-.967-3.453-2.107-4.122C15.156 11.193 13.6 11 12.5 11c-1.03 0-2.154.234-3.124.544c-1.002.32-1.684.672-1.878.817a1.25 1.25 0 1 1-1.496-2.003c.526-.392 1.52-.845 2.612-1.195C9.74 8.803 11.13 8.5 12.5 8.5m-.05 10c-1.143 0-2.69.423-3.924 1.3c-1.202.856-2.026 2.072-2.026 3.7c0 1.714.742 2.94 1.714 3.764c1.01.855 2.228 1.236 3.036 1.236c1.644 0 3.252-.598 4.634-1.386a15 15 0 0 0 2.616-1.901v-5.991c-1.426-.359-3.149-.722-6.05-.722"/></svg>
</template>

CSS

.icon-translate-48-regular {
  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.99%2015.872a1.25%201.25%200%200%201%202.382.756c-.247.78-.578%201.802-.914%202.995a42%2042%200%200%200%204.22-.836a1.251%201.251%200%200%201%20.606%202.426a43%2043%200%200%201-5.483%201.017c-.18.825-.343%201.695-.47%202.594c.724-.202%201.428-.324%202.05-.324q.584%200%201.148.045q.002-.14.001-.28a1.25%201.25%200%200%201%202.5-.03a17%2017%200%200%201-.01.744c1.136.32%202.164.798%203.04%201.427c1.766%201.269%202.889%203.138%202.97%205.4c.069%201.952-.222%203.773-1.316%205.43c-1.08%201.636-2.843%202.963-5.41%204.149a1.251%201.251%200%200%201-1.048-2.27c2.345-1.083%203.647-2.159%204.371-3.256c.71-1.075.963-2.32.904-3.965c-.05-1.413-.728-2.594-1.93-3.456a7%207%200%200%200-1.845-.924c-.624%203.467-2.241%206.452-4.145%208.556q.283.568.626%201.112a1.25%201.25%200%200%201-2.113%201.336a15%2015%200%200%201-.417-.702c-.95.706-1.949%201.22-2.937%201.46c-1.552.376-3.182.084-4.29-1.301l-.048-.06l-.04-.065c-1.177-1.91-1.044-3.96-.437-5.671c.6-1.694%201.696-3.174%202.679-4.157c.84-.84%201.935-1.573%203.05-2.146q.014-.156.032-.312c.118-1.08.289-2.13.487-3.123c-1.087.053-2.08.059-3.022.059a1.25%201.25%200%200%201%200-2.5c1.12%200%202.295-.01%203.608-.098c.438-1.676.897-3.074%201.2-4.03m-2.447%2012.99a8%208%200%200%200-1.142.928c-.788.789-1.642%201.963-2.09%203.224c-.43%201.213-.45%202.393.164%203.446c.353.407.874.588%201.705.387c.716-.175%201.575-.63%202.463-1.373c-.781-2.166-1.083-4.427-1.1-6.613M34.381%2027c-.546%200-1.375.183-2.312.543c-.09%201.952.042%203.931.533%205.815a15.24%2015.24%200%200%200%202.699-6.324a12%2012%200%200%200-.92-.034M12.5%208.5c1.299%200%203.369.212%205.157%201.262C19.541%2010.867%2021%2012.844%2021%2016.04v13.71a1.25%201.25%200%201%201-2.5%200v-1.345c-.42.297-.881.598-1.378.881c-1.6.912-3.641%201.714-5.872%201.714c-1.442%200-3.224-.62-4.651-1.828C5.133%2027.932%204%2026.033%204%2023.5c0-2.618%201.379-4.528%203.078-5.736C8.746%2016.578%2010.8%2016%2012.45%2016c2.783%200%204.62.316%206.05.65v-.61c0-2.284-.967-3.453-2.107-4.122C15.156%2011.193%2013.6%2011%2012.5%2011c-1.03%200-2.154.234-3.124.544c-1.002.32-1.684.672-1.878.817a1.25%201.25%200%201%201-1.496-2.003c.526-.392%201.52-.845%202.612-1.195C9.74%208.803%2011.13%208.5%2012.5%208.5m-.05%2010c-1.143%200-2.69.423-3.924%201.3c-1.202.856-2.026%202.072-2.026%203.7c0%201.714.742%202.94%201.714%203.764c1.01.855%202.228%201.236%203.036%201.236c1.644%200%203.252-.598%204.634-1.386a15%2015%200%200%200%202.616-1.901v-5.991c-1.426-.359-3.149-.722-6.05-.722%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.99%2015.872a1.25%201.25%200%200%201%202.382.756c-.247.78-.578%201.802-.914%202.995a42%2042%200%200%200%204.22-.836a1.251%201.251%200%200%201%20.606%202.426a43%2043%200%200%201-5.483%201.017c-.18.825-.343%201.695-.47%202.594c.724-.202%201.428-.324%202.05-.324q.584%200%201.148.045q.002-.14.001-.28a1.25%201.25%200%200%201%202.5-.03a17%2017%200%200%201-.01.744c1.136.32%202.164.798%203.04%201.427c1.766%201.269%202.889%203.138%202.97%205.4c.069%201.952-.222%203.773-1.316%205.43c-1.08%201.636-2.843%202.963-5.41%204.149a1.251%201.251%200%200%201-1.048-2.27c2.345-1.083%203.647-2.159%204.371-3.256c.71-1.075.963-2.32.904-3.965c-.05-1.413-.728-2.594-1.93-3.456a7%207%200%200%200-1.845-.924c-.624%203.467-2.241%206.452-4.145%208.556q.283.568.626%201.112a1.25%201.25%200%200%201-2.113%201.336a15%2015%200%200%201-.417-.702c-.95.706-1.949%201.22-2.937%201.46c-1.552.376-3.182.084-4.29-1.301l-.048-.06l-.04-.065c-1.177-1.91-1.044-3.96-.437-5.671c.6-1.694%201.696-3.174%202.679-4.157c.84-.84%201.935-1.573%203.05-2.146q.014-.156.032-.312c.118-1.08.289-2.13.487-3.123c-1.087.053-2.08.059-3.022.059a1.25%201.25%200%200%201%200-2.5c1.12%200%202.295-.01%203.608-.098c.438-1.676.897-3.074%201.2-4.03m-2.447%2012.99a8%208%200%200%200-1.142.928c-.788.789-1.642%201.963-2.09%203.224c-.43%201.213-.45%202.393.164%203.446c.353.407.874.588%201.705.387c.716-.175%201.575-.63%202.463-1.373c-.781-2.166-1.083-4.427-1.1-6.613M34.381%2027c-.546%200-1.375.183-2.312.543c-.09%201.952.042%203.931.533%205.815a15.24%2015.24%200%200%200%202.699-6.324a12%2012%200%200%200-.92-.034M12.5%208.5c1.299%200%203.369.212%205.157%201.262C19.541%2010.867%2021%2012.844%2021%2016.04v13.71a1.25%201.25%200%201%201-2.5%200v-1.345c-.42.297-.881.598-1.378.881c-1.6.912-3.641%201.714-5.872%201.714c-1.442%200-3.224-.62-4.651-1.828C5.133%2027.932%204%2026.033%204%2023.5c0-2.618%201.379-4.528%203.078-5.736C8.746%2016.578%2010.8%2016%2012.45%2016c2.783%200%204.62.316%206.05.65v-.61c0-2.284-.967-3.453-2.107-4.122C15.156%2011.193%2013.6%2011%2012.5%2011c-1.03%200-2.154.234-3.124.544c-1.002.32-1.684.672-1.878.817a1.25%201.25%200%201%201-1.496-2.003c.526-.392%201.52-.845%202.612-1.195C9.74%208.803%2011.13%208.5%2012.5%208.5m-.05%2010c-1.143%200-2.69.423-3.924%201.3c-1.202.856-2.026%202.072-2.026%203.7c0%201.714.742%202.94%201.714%203.764c1.01.855%202.228%201.236%203.036%201.236c1.644%200%203.252-.598%204.634-1.386a15%2015%200%200%200%202.616-1.901v-5.991c-1.426-.359-3.149-.722-6.05-.722%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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