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

Name
translate-off-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l1.95 1.952a6.3 6.3 0 0 0-1.09.389a1 1 0 1 0 .848 1.811a4.3 4.3 0 0 1 2.05-.393l1.587 1.587l-.106-.02c-1.146-.198-2.733-.214-4.262.641c-1.271.712-1.796 2.168-1.682 3.448c.12 1.326.94 2.679 2.572 3.136c1.48.414 2.913-.045 3.877-.507l.08-.04a1 1 0 0 0 1.96-.281v-3.938l2.705 2.705a5.9 5.9 0 0 0-1.24 1.673c-.625 1.283-.701 2.856.239 3.882c.675.737 1.704.758 2.499.59c.322-.07.654-.178.988-.321a1 1 0 0 0 1.746-.93l-.041-.115q.16-.13.317-.271l1.046 1.046a1 1 0 0 0 1.184 1.57a8 8 0 0 0 .254-.132l1.018 1.018a.75.75 0 0 0 1.061-1.06zm14.485 11.535a6 6 0 0 1-.207.62l1.509 1.51c.224-.434.417-.9.568-1.396c.285.251.507.549.658.864c.278.582.332 1.243.113 1.87l1.496 1.497q.22-.37.366-.765a4.44 4.44 0 0 0-.17-3.465a4.75 4.75 0 0 0-2.104-2.164q.005-.162.006-.326a1 1 0 0 0-1.974-.23a6 6 0 0 0-1.796.138q.07-.457.166-.964a20 20 0 0 0 2.842-.473a1 1 0 0 0-.476-1.942c-.623.152-1.286.272-1.964.358a7 7 0 0 1 .154-.584a1 1 0 1 0-1.905-.606a13 13 0 0 0-.324 1.343c-.565.013-1.12 0-1.652-.038a1 1 0 0 0-.681.206l1.837 1.837h.118l-.017.1l2.724 2.725zM7.117 10.578c.344.06.647.143.887.222v2.198a7 7 0 0 1-.905.523c-.792.38-1.682.606-2.473.384c-.698-.195-1.06-.74-1.119-1.388c-.062-.694.243-1.286.667-1.523c.987-.553 2.06-.569 2.943-.416m6.908 4.703q.03.521.098.973a9.6 9.6 0 0 0 .341 1.477a3.4 3.4 0 0 1-.674.228c-.43.091-.588.018-.614.006l-.004-.001c-.162-.194-.329-.774.095-1.645c.165-.34.414-.697.758-1.038"/></svg>

React

import type { SVGProps } from "react";

export function FluentTranslateOff24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l1.95 1.952a6.3 6.3 0 0 0-1.09.389a1 1 0 1 0 .848 1.811a4.3 4.3 0 0 1 2.05-.393l1.587 1.587l-.106-.02c-1.146-.198-2.733-.214-4.262.641c-1.271.712-1.796 2.168-1.682 3.448c.12 1.326.94 2.679 2.572 3.136c1.48.414 2.913-.045 3.877-.507l.08-.04a1 1 0 0 0 1.96-.281v-3.938l2.705 2.705a5.9 5.9 0 0 0-1.24 1.673c-.625 1.283-.701 2.856.239 3.882c.675.737 1.704.758 2.499.59c.322-.07.654-.178.988-.321a1 1 0 0 0 1.746-.93l-.041-.115q.16-.13.317-.271l1.046 1.046a1 1 0 0 0 1.184 1.57a8 8 0 0 0 .254-.132l1.018 1.018a.75.75 0 0 0 1.061-1.06zm14.485 11.535a6 6 0 0 1-.207.62l1.509 1.51c.224-.434.417-.9.568-1.396c.285.251.507.549.658.864c.278.582.332 1.243.113 1.87l1.496 1.497q.22-.37.366-.765a4.44 4.44 0 0 0-.17-3.465a4.75 4.75 0 0 0-2.104-2.164q.005-.162.006-.326a1 1 0 0 0-1.974-.23a6 6 0 0 0-1.796.138q.07-.457.166-.964a20 20 0 0 0 2.842-.473a1 1 0 0 0-.476-1.942c-.623.152-1.286.272-1.964.358a7 7 0 0 1 .154-.584a1 1 0 1 0-1.905-.606a13 13 0 0 0-.324 1.343c-.565.013-1.12 0-1.652-.038a1 1 0 0 0-.681.206l1.837 1.837h.118l-.017.1l2.724 2.725zM7.117 10.578c.344.06.647.143.887.222v2.198a7 7 0 0 1-.905.523c-.792.38-1.682.606-2.473.384c-.698-.195-1.06-.74-1.119-1.388c-.062-.694.243-1.286.667-1.523c.987-.553 2.06-.569 2.943-.416m6.908 4.703q.03.521.098.973a9.6 9.6 0 0 0 .341 1.477a3.4 3.4 0 0 1-.674.228c-.43.091-.588.018-.614.006l-.004-.001c-.162-.194-.329-.774.095-1.645c.165-.34.414-.697.758-1.038"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l1.95 1.952a6.3 6.3 0 0 0-1.09.389a1 1 0 1 0 .848 1.811a4.3 4.3 0 0 1 2.05-.393l1.587 1.587l-.106-.02c-1.146-.198-2.733-.214-4.262.641c-1.271.712-1.796 2.168-1.682 3.448c.12 1.326.94 2.679 2.572 3.136c1.48.414 2.913-.045 3.877-.507l.08-.04a1 1 0 0 0 1.96-.281v-3.938l2.705 2.705a5.9 5.9 0 0 0-1.24 1.673c-.625 1.283-.701 2.856.239 3.882c.675.737 1.704.758 2.499.59c.322-.07.654-.178.988-.321a1 1 0 0 0 1.746-.93l-.041-.115q.16-.13.317-.271l1.046 1.046a1 1 0 0 0 1.184 1.57a8 8 0 0 0 .254-.132l1.018 1.018a.75.75 0 0 0 1.061-1.06zm14.485 11.535a6 6 0 0 1-.207.62l1.509 1.51c.224-.434.417-.9.568-1.396c.285.251.507.549.658.864c.278.582.332 1.243.113 1.87l1.496 1.497q.22-.37.366-.765a4.44 4.44 0 0 0-.17-3.465a4.75 4.75 0 0 0-2.104-2.164q.005-.162.006-.326a1 1 0 0 0-1.974-.23a6 6 0 0 0-1.796.138q.07-.457.166-.964a20 20 0 0 0 2.842-.473a1 1 0 0 0-.476-1.942c-.623.152-1.286.272-1.964.358a7 7 0 0 1 .154-.584a1 1 0 1 0-1.905-.606a13 13 0 0 0-.324 1.343c-.565.013-1.12 0-1.652-.038a1 1 0 0 0-.681.206l1.837 1.837h.118l-.017.1l2.724 2.725zM7.117 10.578c.344.06.647.143.887.222v2.198a7 7 0 0 1-.905.523c-.792.38-1.682.606-2.473.384c-.698-.195-1.06-.74-1.119-1.388c-.062-.694.243-1.286.667-1.523c.987-.553 2.06-.569 2.943-.416m6.908 4.703q.03.521.098.973a9.6 9.6 0 0 0 .341 1.477a3.4 3.4 0 0 1-.674.228c-.43.091-.588.018-.614.006l-.004-.001c-.162-.194-.329-.774.095-1.645c.165-.34.414-.697.758-1.038"/></svg>
</template>

CSS

.icon-translate-off-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l1.95%201.952a6.3%206.3%200%200%200-1.09.389a1%201%200%201%200%20.848%201.811a4.3%204.3%200%200%201%202.05-.393l1.587%201.587l-.106-.02c-1.146-.198-2.733-.214-4.262.641c-1.271.712-1.796%202.168-1.682%203.448c.12%201.326.94%202.679%202.572%203.136c1.48.414%202.913-.045%203.877-.507l.08-.04a1%201%200%200%200%201.96-.281v-3.938l2.705%202.705a5.9%205.9%200%200%200-1.24%201.673c-.625%201.283-.701%202.856.239%203.882c.675.737%201.704.758%202.499.59c.322-.07.654-.178.988-.321a1%201%200%200%200%201.746-.93l-.041-.115q.16-.13.317-.271l1.046%201.046a1%201%200%200%200%201.184%201.57a8%208%200%200%200%20.254-.132l1.018%201.018a.75.75%200%200%200%201.061-1.06zm14.485%2011.535a6%206%200%200%201-.207.62l1.509%201.51c.224-.434.417-.9.568-1.396c.285.251.507.549.658.864c.278.582.332%201.243.113%201.87l1.496%201.497q.22-.37.366-.765a4.44%204.44%200%200%200-.17-3.465a4.75%204.75%200%200%200-2.104-2.164q.005-.162.006-.326a1%201%200%200%200-1.974-.23a6%206%200%200%200-1.796.138q.07-.457.166-.964a20%2020%200%200%200%202.842-.473a1%201%200%200%200-.476-1.942c-.623.152-1.286.272-1.964.358a7%207%200%200%201%20.154-.584a1%201%200%201%200-1.905-.606a13%2013%200%200%200-.324%201.343c-.565.013-1.12%200-1.652-.038a1%201%200%200%200-.681.206l1.837%201.837h.118l-.017.1l2.724%202.725zM7.117%2010.578c.344.06.647.143.887.222v2.198a7%207%200%200%201-.905.523c-.792.38-1.682.606-2.473.384c-.698-.195-1.06-.74-1.119-1.388c-.062-.694.243-1.286.667-1.523c.987-.553%202.06-.569%202.943-.416m6.908%204.703q.03.521.098.973a9.6%209.6%200%200%200%20.341%201.477a3.4%203.4%200%200%201-.674.228c-.43.091-.588.018-.614.006l-.004-.001c-.162-.194-.329-.774.095-1.645c.165-.34.414-.697.758-1.038%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l1.95%201.952a6.3%206.3%200%200%200-1.09.389a1%201%200%201%200%20.848%201.811a4.3%204.3%200%200%201%202.05-.393l1.587%201.587l-.106-.02c-1.146-.198-2.733-.214-4.262.641c-1.271.712-1.796%202.168-1.682%203.448c.12%201.326.94%202.679%202.572%203.136c1.48.414%202.913-.045%203.877-.507l.08-.04a1%201%200%200%200%201.96-.281v-3.938l2.705%202.705a5.9%205.9%200%200%200-1.24%201.673c-.625%201.283-.701%202.856.239%203.882c.675.737%201.704.758%202.499.59c.322-.07.654-.178.988-.321a1%201%200%200%200%201.746-.93l-.041-.115q.16-.13.317-.271l1.046%201.046a1%201%200%200%200%201.184%201.57a8%208%200%200%200%20.254-.132l1.018%201.018a.75.75%200%200%200%201.061-1.06zm14.485%2011.535a6%206%200%200%201-.207.62l1.509%201.51c.224-.434.417-.9.568-1.396c.285.251.507.549.658.864c.278.582.332%201.243.113%201.87l1.496%201.497q.22-.37.366-.765a4.44%204.44%200%200%200-.17-3.465a4.75%204.75%200%200%200-2.104-2.164q.005-.162.006-.326a1%201%200%200%200-1.974-.23a6%206%200%200%200-1.796.138q.07-.457.166-.964a20%2020%200%200%200%202.842-.473a1%201%200%200%200-.476-1.942c-.623.152-1.286.272-1.964.358a7%207%200%200%201%20.154-.584a1%201%200%201%200-1.905-.606a13%2013%200%200%200-.324%201.343c-.565.013-1.12%200-1.652-.038a1%201%200%200%200-.681.206l1.837%201.837h.118l-.017.1l2.724%202.725zM7.117%2010.578c.344.06.647.143.887.222v2.198a7%207%200%200%201-.905.523c-.792.38-1.682.606-2.473.384c-.698-.195-1.06-.74-1.119-1.388c-.062-.694.243-1.286.667-1.523c.987-.553%202.06-.569%202.943-.416m6.908%204.703q.03.521.098.973a9.6%209.6%200%200%200%20.341%201.477a3.4%203.4%200%200%201-.674.228c-.43.091-.588.018-.614.006l-.004-.001c-.162-.194-.329-.774.095-1.645c.165-.34.414-.697.758-1.038%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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