translate icon

translate-duotone from Reicon by REICON · Duotone · IT · MIT Free for personal and commercial use.

Name
translate-duotone
Set
Reicon
Style
Duotone
Category
IT
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All translate icons →

More it icons from Reicon

Use the translate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 14a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path d="M5.467 4.392a.75.75 0 0 1-.001 1.06A9.22 9.22 0 0 0 2.75 12a9.22 9.22 0 0 0 2.775 6.606a.75.75 0 1 1-1.05 1.071A10.72 10.72 0 0 1 1.25 12c0-2.972 1.207-5.664 3.156-7.609a.75.75 0 0 1 1.06.001m13.15.072a.75.75 0 0 1 1.061.011A10.72 10.72 0 0 1 22.75 12c0 2.964-1.2 5.65-3.141 7.594a.75.75 0 1 1-1.062-1.06A9.22 9.22 0 0 0 21.25 12a9.22 9.22 0 0 0-2.644-6.475a.75.75 0 0 1 .01-1.06" opacity=".4"/><path d="M8.31 7.488a.75.75 0 0 1-.036 1.06c-.949.888-1.524 2.102-1.524 3.434c0 1.348.589 2.575 1.558 3.466a.75.75 0 0 1-1.016 1.104c-1.252-1.151-2.042-2.77-2.042-4.57c0-1.779.771-3.38 2-4.53a.75.75 0 0 1 1.06.036m7.433.038a.75.75 0 0 1 1.06-.024c1.197 1.145 1.947 2.727 1.947 4.48c0 1.775-.767 3.373-1.99 4.521a.75.75 0 0 1-1.027-1.093c.945-.887 1.517-2.1 1.517-3.428c0-1.313-.559-2.512-1.484-3.396a.75.75 0 0 1-.023-1.06" opacity=".8"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTranslateDuotone(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="M12 14a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path d="M5.467 4.392a.75.75 0 0 1-.001 1.06A9.22 9.22 0 0 0 2.75 12a9.22 9.22 0 0 0 2.775 6.606a.75.75 0 1 1-1.05 1.071A10.72 10.72 0 0 1 1.25 12c0-2.972 1.207-5.664 3.156-7.609a.75.75 0 0 1 1.06.001m13.15.072a.75.75 0 0 1 1.061.011A10.72 10.72 0 0 1 22.75 12c0 2.964-1.2 5.65-3.141 7.594a.75.75 0 1 1-1.062-1.06A9.22 9.22 0 0 0 21.25 12a9.22 9.22 0 0 0-2.644-6.475a.75.75 0 0 1 .01-1.06" opacity=".4"/><path d="M8.31 7.488a.75.75 0 0 1-.036 1.06c-.949.888-1.524 2.102-1.524 3.434c0 1.348.589 2.575 1.558 3.466a.75.75 0 0 1-1.016 1.104c-1.252-1.151-2.042-2.77-2.042-4.57c0-1.779.771-3.38 2-4.53a.75.75 0 0 1 1.06.036m7.433.038a.75.75 0 0 1 1.06-.024c1.197 1.145 1.947 2.727 1.947 4.48c0 1.775-.767 3.373-1.99 4.521a.75.75 0 0 1-1.027-1.093c.945-.887 1.517-2.1 1.517-3.428c0-1.313-.559-2.512-1.484-3.396a.75.75 0 0 1-.023-1.06" opacity=".8"/></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="M12 14a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path d="M5.467 4.392a.75.75 0 0 1-.001 1.06A9.22 9.22 0 0 0 2.75 12a9.22 9.22 0 0 0 2.775 6.606a.75.75 0 1 1-1.05 1.071A10.72 10.72 0 0 1 1.25 12c0-2.972 1.207-5.664 3.156-7.609a.75.75 0 0 1 1.06.001m13.15.072a.75.75 0 0 1 1.061.011A10.72 10.72 0 0 1 22.75 12c0 2.964-1.2 5.65-3.141 7.594a.75.75 0 1 1-1.062-1.06A9.22 9.22 0 0 0 21.25 12a9.22 9.22 0 0 0-2.644-6.475a.75.75 0 0 1 .01-1.06" opacity=".4"/><path d="M8.31 7.488a.75.75 0 0 1-.036 1.06c-.949.888-1.524 2.102-1.524 3.434c0 1.348.589 2.575 1.558 3.466a.75.75 0 0 1-1.016 1.104c-1.252-1.151-2.042-2.77-2.042-4.57c0-1.779.771-3.38 2-4.53a.75.75 0 0 1 1.06.036m7.433.038a.75.75 0 0 1 1.06-.024c1.197 1.145 1.947 2.727 1.947 4.48c0 1.775-.767 3.373-1.99 4.521a.75.75 0 0 1-1.027-1.093c.945-.887 1.517-2.1 1.517-3.428c0-1.313-.559-2.512-1.484-3.396a.75.75 0 0 1-.023-1.06" opacity=".8"/></g></svg>
</template>

CSS

.icon-translate-duotone {
  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%22M12%2014a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cpath%20d%3D%22M5.467%204.392a.75.75%200%200%201-.001%201.06A9.22%209.22%200%200%200%202.75%2012a9.22%209.22%200%200%200%202.775%206.606a.75.75%200%201%201-1.05%201.071A10.72%2010.72%200%200%201%201.25%2012c0-2.972%201.207-5.664%203.156-7.609a.75.75%200%200%201%201.06.001m13.15.072a.75.75%200%200%201%201.061.011A10.72%2010.72%200%200%201%2022.75%2012c0%202.964-1.2%205.65-3.141%207.594a.75.75%200%201%201-1.062-1.06A9.22%209.22%200%200%200%2021.25%2012a9.22%209.22%200%200%200-2.644-6.475a.75.75%200%200%201%20.01-1.06%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20d%3D%22M8.31%207.488a.75.75%200%200%201-.036%201.06c-.949.888-1.524%202.102-1.524%203.434c0%201.348.589%202.575%201.558%203.466a.75.75%200%200%201-1.016%201.104c-1.252-1.151-2.042-2.77-2.042-4.57c0-1.779.771-3.38%202-4.53a.75.75%200%200%201%201.06.036m7.433.038a.75.75%200%200%201%201.06-.024c1.197%201.145%201.947%202.727%201.947%204.48c0%201.775-.767%203.373-1.99%204.521a.75.75%200%200%201-1.027-1.093c.945-.887%201.517-2.1%201.517-3.428c0-1.313-.559-2.512-1.484-3.396a.75.75%200%200%201-.023-1.06%22%20opacity%3D%22.8%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%22M12%2014a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cpath%20d%3D%22M5.467%204.392a.75.75%200%200%201-.001%201.06A9.22%209.22%200%200%200%202.75%2012a9.22%209.22%200%200%200%202.775%206.606a.75.75%200%201%201-1.05%201.071A10.72%2010.72%200%200%201%201.25%2012c0-2.972%201.207-5.664%203.156-7.609a.75.75%200%200%201%201.06.001m13.15.072a.75.75%200%200%201%201.061.011A10.72%2010.72%200%200%201%2022.75%2012c0%202.964-1.2%205.65-3.141%207.594a.75.75%200%201%201-1.062-1.06A9.22%209.22%200%200%200%2021.25%2012a9.22%209.22%200%200%200-2.644-6.475a.75.75%200%200%201%20.01-1.06%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20d%3D%22M8.31%207.488a.75.75%200%200%201-.036%201.06c-.949.888-1.524%202.102-1.524%203.434c0%201.348.589%202.575%201.558%203.466a.75.75%200%200%201-1.016%201.104c-1.252-1.151-2.042-2.77-2.042-4.57c0-1.779.771-3.38%202-4.53a.75.75%200%200%201%201.06.036m7.433.038a.75.75%200%200%201%201.06-.024c1.197%201.145%201.947%202.727%201.947%204.48c0%201.775-.767%203.373-1.99%204.521a.75.75%200%200%201-1.027-1.093c.945-.887%201.517-2.1%201.517-3.428c0-1.313-.559-2.512-1.484-3.396a.75.75%200%200%201-.023-1.06%22%20opacity%3D%22.8%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/translate-duotone.svg?color=%231a73e8&size=48