translation icon

translation from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
translation
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the translation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M5 5.966h3.15m3.85 0h-1.75m-2.1 0h2.1m-2.1 0V5m2.1.966c-.37 1.32-1.142 2.568-2.025 3.665M5.975 12c.713-.656 1.52-1.46 2.25-2.369m0 0c-.45-.528-1.08-1.381-1.26-1.767m1.26 1.767l1.35 1.403"/><path d="M7.022 16.978c.055 1.72.242 2.775.886 3.56a4 4 0 0 0 .554.554C9.57 22 11.212 22 14.5 22s4.931 0 6.038-.908q.304-.25.554-.554C22 19.43 22 17.788 22 14.5c0-3.287 0-4.931-.908-6.038a4 4 0 0 0-.554-.554c-.782-.641-1.831-.83-3.538-.885m-9.978 9.955c-1.72-.055-2.775-.242-3.56-.886a4 4 0 0 1-.554-.554C2 14.43 2 12.788 2 9.5c0-3.287 0-4.931.908-6.038a4 4 0 0 1 .554-.554C4.57 2 6.212 2 9.5 2c3.287 0 4.931 0 6.038.908a4 4 0 0 1 .554.554c.644.785.831 1.84.886 3.56l.022.001m-9.978 9.955L17 7.023"/><path stroke-linecap="round" stroke-linejoin="round" d="m13 19l.833-2M18 19l-.833-2m-3.334 0l1.667-4l1.667 4m-3.334 0h3.334"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTranslation(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M5 5.966h3.15m3.85 0h-1.75m-2.1 0h2.1m-2.1 0V5m2.1.966c-.37 1.32-1.142 2.568-2.025 3.665M5.975 12c.713-.656 1.52-1.46 2.25-2.369m0 0c-.45-.528-1.08-1.381-1.26-1.767m1.26 1.767l1.35 1.403"/><path d="M7.022 16.978c.055 1.72.242 2.775.886 3.56a4 4 0 0 0 .554.554C9.57 22 11.212 22 14.5 22s4.931 0 6.038-.908q.304-.25.554-.554C22 19.43 22 17.788 22 14.5c0-3.287 0-4.931-.908-6.038a4 4 0 0 0-.554-.554c-.782-.641-1.831-.83-3.538-.885m-9.978 9.955c-1.72-.055-2.775-.242-3.56-.886a4 4 0 0 1-.554-.554C2 14.43 2 12.788 2 9.5c0-3.287 0-4.931.908-6.038a4 4 0 0 1 .554-.554C4.57 2 6.212 2 9.5 2c3.287 0 4.931 0 6.038.908a4 4 0 0 1 .554.554c.644.785.831 1.84.886 3.56l.022.001m-9.978 9.955L17 7.023"/><path strokeLinecap="round" strokeLinejoin="round" d="m13 19l.833-2M18 19l-.833-2m-3.334 0l1.667-4l1.667 4m-3.334 0h3.334"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M5 5.966h3.15m3.85 0h-1.75m-2.1 0h2.1m-2.1 0V5m2.1.966c-.37 1.32-1.142 2.568-2.025 3.665M5.975 12c.713-.656 1.52-1.46 2.25-2.369m0 0c-.45-.528-1.08-1.381-1.26-1.767m1.26 1.767l1.35 1.403"/><path d="M7.022 16.978c.055 1.72.242 2.775.886 3.56a4 4 0 0 0 .554.554C9.57 22 11.212 22 14.5 22s4.931 0 6.038-.908q.304-.25.554-.554C22 19.43 22 17.788 22 14.5c0-3.287 0-4.931-.908-6.038a4 4 0 0 0-.554-.554c-.782-.641-1.831-.83-3.538-.885m-9.978 9.955c-1.72-.055-2.775-.242-3.56-.886a4 4 0 0 1-.554-.554C2 14.43 2 12.788 2 9.5c0-3.287 0-4.931.908-6.038a4 4 0 0 1 .554-.554C4.57 2 6.212 2 9.5 2c3.287 0 4.931 0 6.038.908a4 4 0 0 1 .554.554c.644.785.831 1.84.886 3.56l.022.001m-9.978 9.955L17 7.023"/><path stroke-linecap="round" stroke-linejoin="round" d="m13 19l.833-2M18 19l-.833-2m-3.334 0l1.667-4l1.667 4m-3.334 0h3.334"/></g></svg>
</template>

CSS

.icon-translation {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%205.966h3.15m3.85%200h-1.75m-2.1%200h2.1m-2.1%200V5m2.1.966c-.37%201.32-1.142%202.568-2.025%203.665M5.975%2012c.713-.656%201.52-1.46%202.25-2.369m0%200c-.45-.528-1.08-1.381-1.26-1.767m1.26%201.767l1.35%201.403%22%2F%3E%3Cpath%20d%3D%22M7.022%2016.978c.055%201.72.242%202.775.886%203.56a4%204%200%200%200%20.554.554C9.57%2022%2011.212%2022%2014.5%2022s4.931%200%206.038-.908q.304-.25.554-.554C22%2019.43%2022%2017.788%2022%2014.5c0-3.287%200-4.931-.908-6.038a4%204%200%200%200-.554-.554c-.782-.641-1.831-.83-3.538-.885m-9.978%209.955c-1.72-.055-2.775-.242-3.56-.886a4%204%200%200%201-.554-.554C2%2014.43%202%2012.788%202%209.5c0-3.287%200-4.931.908-6.038a4%204%200%200%201%20.554-.554C4.57%202%206.212%202%209.5%202c3.287%200%204.931%200%206.038.908a4%204%200%200%201%20.554.554c.644.785.831%201.84.886%203.56l.022.001m-9.978%209.955L17%207.023%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m13%2019l.833-2M18%2019l-.833-2m-3.334%200l1.667-4l1.667%204m-3.334%200h3.334%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%205.966h3.15m3.85%200h-1.75m-2.1%200h2.1m-2.1%200V5m2.1.966c-.37%201.32-1.142%202.568-2.025%203.665M5.975%2012c.713-.656%201.52-1.46%202.25-2.369m0%200c-.45-.528-1.08-1.381-1.26-1.767m1.26%201.767l1.35%201.403%22%2F%3E%3Cpath%20d%3D%22M7.022%2016.978c.055%201.72.242%202.775.886%203.56a4%204%200%200%200%20.554.554C9.57%2022%2011.212%2022%2014.5%2022s4.931%200%206.038-.908q.304-.25.554-.554C22%2019.43%2022%2017.788%2022%2014.5c0-3.287%200-4.931-.908-6.038a4%204%200%200%200-.554-.554c-.782-.641-1.831-.83-3.538-.885m-9.978%209.955c-1.72-.055-2.775-.242-3.56-.886a4%204%200%200%201-.554-.554C2%2014.43%202%2012.788%202%209.5c0-3.287%200-4.931.908-6.038a4%204%200%200%201%20.554-.554C4.57%202%206.212%202%209.5%202c3.287%200%204.931%200%206.038.908a4%204%200%200%201%20.554.554c.644.785.831%201.84.886%203.56l.022.001m-9.978%209.955L17%207.023%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m13%2019l.833-2M18%2019l-.833-2m-3.334%200l1.667-4l1.667%204m-3.334%200h3.334%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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