translate off icon
translate-off-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- translate-off-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the translate off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708L3.653 4.36a5 5 0 0 0-.644.312l-.065.04l-.02.014l-.006.004l-.002.001l-.002.002a.5.5 0 0 0 .566.824h-.001l.007-.004l.038-.024a4 4 0 0 1 .92-.378l1.87 1.87l-.23-.013c-1.036-.043-2.197.163-3.207 1.003c-.888.74-1.094 1.871-.807 2.842a2.97 2.97 0 0 0 2.248 2.082c.906.188 1.862-.07 2.642-.414a8 8 0 0 0 1.046-.554v.533a.5.5 0 1 0 1 0V9.712l2.004 2.005a4.2 4.2 0 0 0-.725 1.123c-.442 1.02-.396 2.164.248 2.853c.43.458 1.06.522 1.637.39c.42-.097.857-.304 1.277-.604q.045.099.087.205a.5.5 0 1 0 .93-.37a6 6 0 0 0-.109-.253l.969.969l-.028.012a.5.5 0 1 0 .406.914q.192-.085.37-.178l1.074 1.075a.5.5 0 0 0 .708-.708zm9.773 11.188l.004.02c.096.479.234.866.38 1.204c-.38.3-.754.48-1.065.551c-.384.088-.59.001-.683-.098c-.275-.295-.41-.967-.06-1.772a3.2 3.2 0 0 1 .516-.813zm-5.09-5.09l.469.469v2.044a7.6 7.6 0 0 1-1.448.849c-.705.31-1.43.476-2.037.35A1.97 1.97 0 0 1 3.03 10.57c-.194-.658-.041-1.35.488-1.79c.763-.634 1.652-.81 2.525-.773c.53.022 1.04.12 1.494.236m9.868 4.33c.243.657.166 1.5-.446 2.263l.708.708c.864-1.018 1.076-2.24.676-3.319c-.366-.986-1.204-1.748-2.346-2.057L16 10a.5.5 0 1 0-1 0v.02a5.4 5.4 0 0 0-1.354.13c.056-.38.13-.793.226-1.247c.739-.09 1.467-.237 2.24-.416a.5.5 0 0 0-.225-.974a23 23 0 0 1-1.769.348c.1-.384.232-.853.353-1.194a.5.5 0 0 0-.942-.334a20 20 0 0 0-.472 1.643c-.492.032-.993.033-1.523-.002a.5.5 0 1 0-.068.997c.475.032.927.037 1.368.018a20 20 0 0 0-.24 1.482l.92.921l.011-.17q.06-.023.121-.043a4.6 4.6 0 0 1 1.282-.163a6.2 6.2 0 0 1-.376 1.413l.759.76c.279-.59.491-1.26.602-2.003c.765.263 1.275.798 1.493 1.388M6.18 4.058l2.81 2.81a3.6 3.6 0 0 0-.236-1.083c-.272-.669-.82-1.272-1.832-1.569a5 5 0 0 0-.742-.158"/></svg>
React
import type { SVGProps } from "react";
export function FluentTranslateOff20Regular(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="M2.854 2.146a.5.5 0 1 0-.708.708L3.653 4.36a5 5 0 0 0-.644.312l-.065.04l-.02.014l-.006.004l-.002.001l-.002.002a.5.5 0 0 0 .566.824h-.001l.007-.004l.038-.024a4 4 0 0 1 .92-.378l1.87 1.87l-.23-.013c-1.036-.043-2.197.163-3.207 1.003c-.888.74-1.094 1.871-.807 2.842a2.97 2.97 0 0 0 2.248 2.082c.906.188 1.862-.07 2.642-.414a8 8 0 0 0 1.046-.554v.533a.5.5 0 1 0 1 0V9.712l2.004 2.005a4.2 4.2 0 0 0-.725 1.123c-.442 1.02-.396 2.164.248 2.853c.43.458 1.06.522 1.637.39c.42-.097.857-.304 1.277-.604q.045.099.087.205a.5.5 0 1 0 .93-.37a6 6 0 0 0-.109-.253l.969.969l-.028.012a.5.5 0 1 0 .406.914q.192-.085.37-.178l1.074 1.075a.5.5 0 0 0 .708-.708zm9.773 11.188l.004.02c.096.479.234.866.38 1.204c-.38.3-.754.48-1.065.551c-.384.088-.59.001-.683-.098c-.275-.295-.41-.967-.06-1.772a3.2 3.2 0 0 1 .516-.813zm-5.09-5.09l.469.469v2.044a7.6 7.6 0 0 1-1.448.849c-.705.31-1.43.476-2.037.35A1.97 1.97 0 0 1 3.03 10.57c-.194-.658-.041-1.35.488-1.79c.763-.634 1.652-.81 2.525-.773c.53.022 1.04.12 1.494.236m9.868 4.33c.243.657.166 1.5-.446 2.263l.708.708c.864-1.018 1.076-2.24.676-3.319c-.366-.986-1.204-1.748-2.346-2.057L16 10a.5.5 0 1 0-1 0v.02a5.4 5.4 0 0 0-1.354.13c.056-.38.13-.793.226-1.247c.739-.09 1.467-.237 2.24-.416a.5.5 0 0 0-.225-.974a23 23 0 0 1-1.769.348c.1-.384.232-.853.353-1.194a.5.5 0 0 0-.942-.334a20 20 0 0 0-.472 1.643c-.492.032-.993.033-1.523-.002a.5.5 0 1 0-.068.997c.475.032.927.037 1.368.018a20 20 0 0 0-.24 1.482l.92.921l.011-.17q.06-.023.121-.043a4.6 4.6 0 0 1 1.282-.163a6.2 6.2 0 0 1-.376 1.413l.759.76c.279-.59.491-1.26.602-2.003c.765.263 1.275.798 1.493 1.388M6.18 4.058l2.81 2.81a3.6 3.6 0 0 0-.236-1.083c-.272-.669-.82-1.272-1.832-1.569a5 5 0 0 0-.742-.158"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708L3.653 4.36a5 5 0 0 0-.644.312l-.065.04l-.02.014l-.006.004l-.002.001l-.002.002a.5.5 0 0 0 .566.824h-.001l.007-.004l.038-.024a4 4 0 0 1 .92-.378l1.87 1.87l-.23-.013c-1.036-.043-2.197.163-3.207 1.003c-.888.74-1.094 1.871-.807 2.842a2.97 2.97 0 0 0 2.248 2.082c.906.188 1.862-.07 2.642-.414a8 8 0 0 0 1.046-.554v.533a.5.5 0 1 0 1 0V9.712l2.004 2.005a4.2 4.2 0 0 0-.725 1.123c-.442 1.02-.396 2.164.248 2.853c.43.458 1.06.522 1.637.39c.42-.097.857-.304 1.277-.604q.045.099.087.205a.5.5 0 1 0 .93-.37a6 6 0 0 0-.109-.253l.969.969l-.028.012a.5.5 0 1 0 .406.914q.192-.085.37-.178l1.074 1.075a.5.5 0 0 0 .708-.708zm9.773 11.188l.004.02c.096.479.234.866.38 1.204c-.38.3-.754.48-1.065.551c-.384.088-.59.001-.683-.098c-.275-.295-.41-.967-.06-1.772a3.2 3.2 0 0 1 .516-.813zm-5.09-5.09l.469.469v2.044a7.6 7.6 0 0 1-1.448.849c-.705.31-1.43.476-2.037.35A1.97 1.97 0 0 1 3.03 10.57c-.194-.658-.041-1.35.488-1.79c.763-.634 1.652-.81 2.525-.773c.53.022 1.04.12 1.494.236m9.868 4.33c.243.657.166 1.5-.446 2.263l.708.708c.864-1.018 1.076-2.24.676-3.319c-.366-.986-1.204-1.748-2.346-2.057L16 10a.5.5 0 1 0-1 0v.02a5.4 5.4 0 0 0-1.354.13c.056-.38.13-.793.226-1.247c.739-.09 1.467-.237 2.24-.416a.5.5 0 0 0-.225-.974a23 23 0 0 1-1.769.348c.1-.384.232-.853.353-1.194a.5.5 0 0 0-.942-.334a20 20 0 0 0-.472 1.643c-.492.032-.993.033-1.523-.002a.5.5 0 1 0-.068.997c.475.032.927.037 1.368.018a20 20 0 0 0-.24 1.482l.92.921l.011-.17q.06-.023.121-.043a4.6 4.6 0 0 1 1.282-.163a6.2 6.2 0 0 1-.376 1.413l.759.76c.279-.59.491-1.26.602-2.003c.765.263 1.275.798 1.493 1.388M6.18 4.058l2.81 2.81a3.6 3.6 0 0 0-.236-1.083c-.272-.669-.82-1.272-1.832-1.569a5 5 0 0 0-.742-.158"/></svg> </template>
CSS
.icon-translate-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.854%202.146a.5.5%200%201%200-.708.708L3.653%204.36a5%205%200%200%200-.644.312l-.065.04l-.02.014l-.006.004l-.002.001l-.002.002a.5.5%200%200%200%20.566.824h-.001l.007-.004l.038-.024a4%204%200%200%201%20.92-.378l1.87%201.87l-.23-.013c-1.036-.043-2.197.163-3.207%201.003c-.888.74-1.094%201.871-.807%202.842a2.97%202.97%200%200%200%202.248%202.082c.906.188%201.862-.07%202.642-.414a8%208%200%200%200%201.046-.554v.533a.5.5%200%201%200%201%200V9.712l2.004%202.005a4.2%204.2%200%200%200-.725%201.123c-.442%201.02-.396%202.164.248%202.853c.43.458%201.06.522%201.637.39c.42-.097.857-.304%201.277-.604q.045.099.087.205a.5.5%200%201%200%20.93-.37a6%206%200%200%200-.109-.253l.969.969l-.028.012a.5.5%200%201%200%20.406.914q.192-.085.37-.178l1.074%201.075a.5.5%200%200%200%20.708-.708zm9.773%2011.188l.004.02c.096.479.234.866.38%201.204c-.38.3-.754.48-1.065.551c-.384.088-.59.001-.683-.098c-.275-.295-.41-.967-.06-1.772a3.2%203.2%200%200%201%20.516-.813zm-5.09-5.09l.469.469v2.044a7.6%207.6%200%200%201-1.448.849c-.705.31-1.43.476-2.037.35A1.97%201.97%200%200%201%203.03%2010.57c-.194-.658-.041-1.35.488-1.79c.763-.634%201.652-.81%202.525-.773c.53.022%201.04.12%201.494.236m9.868%204.33c.243.657.166%201.5-.446%202.263l.708.708c.864-1.018%201.076-2.24.676-3.319c-.366-.986-1.204-1.748-2.346-2.057L16%2010a.5.5%200%201%200-1%200v.02a5.4%205.4%200%200%200-1.354.13c.056-.38.13-.793.226-1.247c.739-.09%201.467-.237%202.24-.416a.5.5%200%200%200-.225-.974a23%2023%200%200%201-1.769.348c.1-.384.232-.853.353-1.194a.5.5%200%200%200-.942-.334a20%2020%200%200%200-.472%201.643c-.492.032-.993.033-1.523-.002a.5.5%200%201%200-.068.997c.475.032.927.037%201.368.018a20%2020%200%200%200-.24%201.482l.92.921l.011-.17q.06-.023.121-.043a4.6%204.6%200%200%201%201.282-.163a6.2%206.2%200%200%201-.376%201.413l.759.76c.279-.59.491-1.26.602-2.003c.765.263%201.275.798%201.493%201.388M6.18%204.058l2.81%202.81a3.6%203.6%200%200%200-.236-1.083c-.272-.669-.82-1.272-1.832-1.569a5%205%200%200%200-.742-.158%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%22M2.854%202.146a.5.5%200%201%200-.708.708L3.653%204.36a5%205%200%200%200-.644.312l-.065.04l-.02.014l-.006.004l-.002.001l-.002.002a.5.5%200%200%200%20.566.824h-.001l.007-.004l.038-.024a4%204%200%200%201%20.92-.378l1.87%201.87l-.23-.013c-1.036-.043-2.197.163-3.207%201.003c-.888.74-1.094%201.871-.807%202.842a2.97%202.97%200%200%200%202.248%202.082c.906.188%201.862-.07%202.642-.414a8%208%200%200%200%201.046-.554v.533a.5.5%200%201%200%201%200V9.712l2.004%202.005a4.2%204.2%200%200%200-.725%201.123c-.442%201.02-.396%202.164.248%202.853c.43.458%201.06.522%201.637.39c.42-.097.857-.304%201.277-.604q.045.099.087.205a.5.5%200%201%200%20.93-.37a6%206%200%200%200-.109-.253l.969.969l-.028.012a.5.5%200%201%200%20.406.914q.192-.085.37-.178l1.074%201.075a.5.5%200%200%200%20.708-.708zm9.773%2011.188l.004.02c.096.479.234.866.38%201.204c-.38.3-.754.48-1.065.551c-.384.088-.59.001-.683-.098c-.275-.295-.41-.967-.06-1.772a3.2%203.2%200%200%201%20.516-.813zm-5.09-5.09l.469.469v2.044a7.6%207.6%200%200%201-1.448.849c-.705.31-1.43.476-2.037.35A1.97%201.97%200%200%201%203.03%2010.57c-.194-.658-.041-1.35.488-1.79c.763-.634%201.652-.81%202.525-.773c.53.022%201.04.12%201.494.236m9.868%204.33c.243.657.166%201.5-.446%202.263l.708.708c.864-1.018%201.076-2.24.676-3.319c-.366-.986-1.204-1.748-2.346-2.057L16%2010a.5.5%200%201%200-1%200v.02a5.4%205.4%200%200%200-1.354.13c.056-.38.13-.793.226-1.247c.739-.09%201.467-.237%202.24-.416a.5.5%200%200%200-.225-.974a23%2023%200%200%201-1.769.348c.1-.384.232-.853.353-1.194a.5.5%200%200%200-.942-.334a20%2020%200%200%200-.472%201.643c-.492.032-.993.033-1.523-.002a.5.5%200%201%200-.068.997c.475.032.927.037%201.368.018a20%2020%200%200%200-.24%201.482l.92.921l.011-.17q.06-.023.121-.043a4.6%204.6%200%200%201%201.282-.163a6.2%206.2%200%200%201-.376%201.413l.759.76c.279-.59.491-1.26.602-2.003c.765.263%201.275.798%201.493%201.388M6.18%204.058l2.81%202.81a3.6%203.6%200%200%200-.236-1.083c-.272-.669-.82-1.272-1.832-1.569a5%205%200%200%200-.742-.158%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/translate-off-20-regular.svg?color=%231a73e8&size=48