translate2 icon

translate2 from Reicon by REICON · Outline · IT · MIT Free for personal and commercial use.

Name
translate2
Set
Reicon
Style
Outline
Category
IT
Viewbox
24×24
License
MIT

2 other variants in Reicon

More it icons from Reicon

Use the translate2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.75 12a9.25 9.25 0 0 1 18.5 0a9.22 9.22 0 0 1-2.71 6.54a.75.75 0 0 0 1.061 1.061A10.72 10.72 0 0 0 22.75 12c0-5.937-4.813-10.75-10.75-10.75S1.25 6.063 1.25 12c0 2.968 1.204 5.657 3.149 7.601a.75.75 0 1 0 1.06-1.06A9.22 9.22 0 0 1 2.75 12"/><path d="M6.75 12a5.25 5.25 0 1 1 8.962 3.712a.75.75 0 0 0 1.061 1.061a6.75 6.75 0 1 0-9.546 0a.75.75 0 1 0 1.06-1.06A5.23 5.23 0 0 1 6.75 12"/><path fill-rule="evenodd" d="M9.25 12a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0M12 10.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m1.393 4.993c-.378-.267-.783-.466-1.276-.49a3 3 0 0 0-.234 0c-.493.024-.898.223-1.276.49c-.352.25-.74.605-1.192 1.017l-.08.072c-1.004.917-1.817 1.66-2.334 2.277c-.497.593-.954 1.337-.66 2.167q.06.166.146.32c.41.735 1.245.955 2.048 1.052c.837.102 1.98.102 3.409.102h.112c1.429 0 2.572 0 3.41-.102c.802-.097 1.636-.317 2.047-1.052q.086-.154.145-.32c.295-.83-.162-1.574-.659-2.167c-.517-.618-1.33-1.36-2.335-2.277l-.079-.072c-.451-.412-.84-.767-1.192-1.017m-1.919 1.224c.25-.177.38-.211.48-.216a1 1 0 0 1 .091 0c.1.005.23.039.48.216c.268.19.588.48 1.082.931c1.062.969 1.798 1.643 2.243 2.174c.22.263.328.444.374.566c.037.095.025.125.021.134v.001a1 1 0 0 1-.041.091c-.02.035-.138.2-.92.295c-.735.09-1.787.091-3.284.091c-1.498 0-2.549-.001-3.284-.09c-.782-.096-.9-.26-.92-.296a1 1 0 0 1-.041-.09v-.002c-.004-.009-.016-.039.021-.134c.046-.122.154-.303.374-.566c.445-.53 1.182-1.205 2.243-2.174c.494-.45.814-.741 1.081-.93" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTranslate2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.75 12a9.25 9.25 0 0 1 18.5 0a9.22 9.22 0 0 1-2.71 6.54a.75.75 0 0 0 1.061 1.061A10.72 10.72 0 0 0 22.75 12c0-5.937-4.813-10.75-10.75-10.75S1.25 6.063 1.25 12c0 2.968 1.204 5.657 3.149 7.601a.75.75 0 1 0 1.06-1.06A9.22 9.22 0 0 1 2.75 12"/><path d="M6.75 12a5.25 5.25 0 1 1 8.962 3.712a.75.75 0 0 0 1.061 1.061a6.75 6.75 0 1 0-9.546 0a.75.75 0 1 0 1.06-1.06A5.23 5.23 0 0 1 6.75 12"/><path fillRule="evenodd" d="M9.25 12a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0M12 10.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m1.393 4.993c-.378-.267-.783-.466-1.276-.49a3 3 0 0 0-.234 0c-.493.024-.898.223-1.276.49c-.352.25-.74.605-1.192 1.017l-.08.072c-1.004.917-1.817 1.66-2.334 2.277c-.497.593-.954 1.337-.66 2.167q.06.166.146.32c.41.735 1.245.955 2.048 1.052c.837.102 1.98.102 3.409.102h.112c1.429 0 2.572 0 3.41-.102c.802-.097 1.636-.317 2.047-1.052q.086-.154.145-.32c.295-.83-.162-1.574-.659-2.167c-.517-.618-1.33-1.36-2.335-2.277l-.079-.072c-.451-.412-.84-.767-1.192-1.017m-1.919 1.224c.25-.177.38-.211.48-.216a1 1 0 0 1 .091 0c.1.005.23.039.48.216c.268.19.588.48 1.082.931c1.062.969 1.798 1.643 2.243 2.174c.22.263.328.444.374.566c.037.095.025.125.021.134v.001a1 1 0 0 1-.041.091c-.02.035-.138.2-.92.295c-.735.09-1.787.091-3.284.091c-1.498 0-2.549-.001-3.284-.09c-.782-.096-.9-.26-.92-.296a1 1 0 0 1-.041-.09v-.002c-.004-.009-.016-.039.021-.134c.046-.122.154-.303.374-.566c.445-.53 1.182-1.205 2.243-2.174c.494-.45.814-.741 1.081-.93" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.75 12a9.25 9.25 0 0 1 18.5 0a9.22 9.22 0 0 1-2.71 6.54a.75.75 0 0 0 1.061 1.061A10.72 10.72 0 0 0 22.75 12c0-5.937-4.813-10.75-10.75-10.75S1.25 6.063 1.25 12c0 2.968 1.204 5.657 3.149 7.601a.75.75 0 1 0 1.06-1.06A9.22 9.22 0 0 1 2.75 12"/><path d="M6.75 12a5.25 5.25 0 1 1 8.962 3.712a.75.75 0 0 0 1.061 1.061a6.75 6.75 0 1 0-9.546 0a.75.75 0 1 0 1.06-1.06A5.23 5.23 0 0 1 6.75 12"/><path fill-rule="evenodd" d="M9.25 12a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0M12 10.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m1.393 4.993c-.378-.267-.783-.466-1.276-.49a3 3 0 0 0-.234 0c-.493.024-.898.223-1.276.49c-.352.25-.74.605-1.192 1.017l-.08.072c-1.004.917-1.817 1.66-2.334 2.277c-.497.593-.954 1.337-.66 2.167q.06.166.146.32c.41.735 1.245.955 2.048 1.052c.837.102 1.98.102 3.409.102h.112c1.429 0 2.572 0 3.41-.102c.802-.097 1.636-.317 2.047-1.052q.086-.154.145-.32c.295-.83-.162-1.574-.659-2.167c-.517-.618-1.33-1.36-2.335-2.277l-.079-.072c-.451-.412-.84-.767-1.192-1.017m-1.919 1.224c.25-.177.38-.211.48-.216a1 1 0 0 1 .091 0c.1.005.23.039.48.216c.268.19.588.48 1.082.931c1.062.969 1.798 1.643 2.243 2.174c.22.263.328.444.374.566c.037.095.025.125.021.134v.001a1 1 0 0 1-.041.091c-.02.035-.138.2-.92.295c-.735.09-1.787.091-3.284.091c-1.498 0-2.549-.001-3.284-.09c-.782-.096-.9-.26-.92-.296a1 1 0 0 1-.041-.09v-.002c-.004-.009-.016-.039.021-.134c.046-.122.154-.303.374-.566c.445-.53 1.182-1.205 2.243-2.174c.494-.45.814-.741 1.081-.93" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-translate2 {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2.75%2012a9.25%209.25%200%200%201%2018.5%200a9.22%209.22%200%200%201-2.71%206.54a.75.75%200%200%200%201.061%201.061A10.72%2010.72%200%200%200%2022.75%2012c0-5.937-4.813-10.75-10.75-10.75S1.25%206.063%201.25%2012c0%202.968%201.204%205.657%203.149%207.601a.75.75%200%201%200%201.06-1.06A9.22%209.22%200%200%201%202.75%2012%22%2F%3E%3Cpath%20d%3D%22M6.75%2012a5.25%205.25%200%201%201%208.962%203.712a.75.75%200%200%200%201.061%201.061a6.75%206.75%200%201%200-9.546%200a.75.75%200%201%200%201.06-1.06A5.23%205.23%200%200%201%206.75%2012%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.25%2012a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200M12%2010.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5m1.393%204.993c-.378-.267-.783-.466-1.276-.49a3%203%200%200%200-.234%200c-.493.024-.898.223-1.276.49c-.352.25-.74.605-1.192%201.017l-.08.072c-1.004.917-1.817%201.66-2.334%202.277c-.497.593-.954%201.337-.66%202.167q.06.166.146.32c.41.735%201.245.955%202.048%201.052c.837.102%201.98.102%203.409.102h.112c1.429%200%202.572%200%203.41-.102c.802-.097%201.636-.317%202.047-1.052q.086-.154.145-.32c.295-.83-.162-1.574-.659-2.167c-.517-.618-1.33-1.36-2.335-2.277l-.079-.072c-.451-.412-.84-.767-1.192-1.017m-1.919%201.224c.25-.177.38-.211.48-.216a1%201%200%200%201%20.091%200c.1.005.23.039.48.216c.268.19.588.48%201.082.931c1.062.969%201.798%201.643%202.243%202.174c.22.263.328.444.374.566c.037.095.025.125.021.134v.001a1%201%200%200%201-.041.091c-.02.035-.138.2-.92.295c-.735.09-1.787.091-3.284.091c-1.498%200-2.549-.001-3.284-.09c-.782-.096-.9-.26-.92-.296a1%201%200%200%201-.041-.09v-.002c-.004-.009-.016-.039.021-.134c.046-.122.154-.303.374-.566c.445-.53%201.182-1.205%202.243-2.174c.494-.45.814-.741%201.081-.93%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2.75%2012a9.25%209.25%200%200%201%2018.5%200a9.22%209.22%200%200%201-2.71%206.54a.75.75%200%200%200%201.061%201.061A10.72%2010.72%200%200%200%2022.75%2012c0-5.937-4.813-10.75-10.75-10.75S1.25%206.063%201.25%2012c0%202.968%201.204%205.657%203.149%207.601a.75.75%200%201%200%201.06-1.06A9.22%209.22%200%200%201%202.75%2012%22%2F%3E%3Cpath%20d%3D%22M6.75%2012a5.25%205.25%200%201%201%208.962%203.712a.75.75%200%200%200%201.061%201.061a6.75%206.75%200%201%200-9.546%200a.75.75%200%201%200%201.06-1.06A5.23%205.23%200%200%201%206.75%2012%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.25%2012a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200M12%2010.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5m1.393%204.993c-.378-.267-.783-.466-1.276-.49a3%203%200%200%200-.234%200c-.493.024-.898.223-1.276.49c-.352.25-.74.605-1.192%201.017l-.08.072c-1.004.917-1.817%201.66-2.334%202.277c-.497.593-.954%201.337-.66%202.167q.06.166.146.32c.41.735%201.245.955%202.048%201.052c.837.102%201.98.102%203.409.102h.112c1.429%200%202.572%200%203.41-.102c.802-.097%201.636-.317%202.047-1.052q.086-.154.145-.32c.295-.83-.162-1.574-.659-2.167c-.517-.618-1.33-1.36-2.335-2.277l-.079-.072c-.451-.412-.84-.767-1.192-1.017m-1.919%201.224c.25-.177.38-.211.48-.216a1%201%200%200%201%20.091%200c.1.005.23.039.48.216c.268.19.588.48%201.082.931c1.062.969%201.798%201.643%202.243%202.174c.22.263.328.444.374.566c.037.095.025.125.021.134v.001a1%201%200%200%201-.041.091c-.02.035-.138.2-.92.295c-.735.09-1.787.091-3.284.091c-1.498%200-2.549-.001-3.284-.09c-.782-.096-.9-.26-.92-.296a1%201%200%200%201-.041-.09v-.002c-.004-.009-.016-.039.021-.134c.046-.122.154-.303.374-.566c.445-.53%201.182-1.205%202.243-2.174c.494-.45.814-.741%201.081-.93%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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