translate icon

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

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

The same icon in other sets

Use the translate 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.828h2.7m3.3 0H9.5m-1.8 0h1.8m-1.8 0V5m1.8.828c-.316 1.131-.98 2.201-1.736 3.141M5.836 11a19 19 0 0 0 1.928-2.03m0 0c-.385-.453-.925-1.184-1.08-1.515m1.08 1.514l1.157 1.203M13.5 19l.833-2m4.167 2l-.833-2m-3.334 0L16 13l1.667 4m-3.334 0h3.334"/><path stroke-linecap="round" d="M14 10V8c0-2.828 0-4.243-.879-5.121C12.243 2 10.828 2 8 2s-4.243 0-5.121.879C2 3.757 2 5.172 2 8s0 4.243.879 5.121C3.757 14 5.172 14 8 14h2"/><path d="M10 16c0-2.828 0-4.243.879-5.121C11.757 10 13.172 10 16 10s4.243 0 5.121.879C22 11.757 22 13.172 22 16s0 4.243-.879 5.121C20.243 22 18.828 22 16 22s-4.243 0-5.121-.879C10 20.243 10 18.828 10 16Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M4 16.5c0 1.404 0 2.107.337 2.611a2 2 0 0 0 .552.552C5.393 20 6.096 20 7.5 20M20 7.5c0-1.404 0-2.107-.337-2.611a2 2 0 0 0-.552-.552C18.607 4 17.904 4 16.5 4"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTranslate(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.828h2.7m3.3 0H9.5m-1.8 0h1.8m-1.8 0V5m1.8.828c-.316 1.131-.98 2.201-1.736 3.141M5.836 11a19 19 0 0 0 1.928-2.03m0 0c-.385-.453-.925-1.184-1.08-1.515m1.08 1.514l1.157 1.203M13.5 19l.833-2m4.167 2l-.833-2m-3.334 0L16 13l1.667 4m-3.334 0h3.334"/><path strokeLinecap="round" d="M14 10V8c0-2.828 0-4.243-.879-5.121C12.243 2 10.828 2 8 2s-4.243 0-5.121.879C2 3.757 2 5.172 2 8s0 4.243.879 5.121C3.757 14 5.172 14 8 14h2"/><path d="M10 16c0-2.828 0-4.243.879-5.121C11.757 10 13.172 10 16 10s4.243 0 5.121.879C22 11.757 22 13.172 22 16s0 4.243-.879 5.121C20.243 22 18.828 22 16 22s-4.243 0-5.121-.879C10 20.243 10 18.828 10 16Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M4 16.5c0 1.404 0 2.107.337 2.611a2 2 0 0 0 .552.552C5.393 20 6.096 20 7.5 20M20 7.5c0-1.404 0-2.107-.337-2.611a2 2 0 0 0-.552-.552C18.607 4 17.904 4 16.5 4"/></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.828h2.7m3.3 0H9.5m-1.8 0h1.8m-1.8 0V5m1.8.828c-.316 1.131-.98 2.201-1.736 3.141M5.836 11a19 19 0 0 0 1.928-2.03m0 0c-.385-.453-.925-1.184-1.08-1.515m1.08 1.514l1.157 1.203M13.5 19l.833-2m4.167 2l-.833-2m-3.334 0L16 13l1.667 4m-3.334 0h3.334"/><path stroke-linecap="round" d="M14 10V8c0-2.828 0-4.243-.879-5.121C12.243 2 10.828 2 8 2s-4.243 0-5.121.879C2 3.757 2 5.172 2 8s0 4.243.879 5.121C3.757 14 5.172 14 8 14h2"/><path d="M10 16c0-2.828 0-4.243.879-5.121C11.757 10 13.172 10 16 10s4.243 0 5.121.879C22 11.757 22 13.172 22 16s0 4.243-.879 5.121C20.243 22 18.828 22 16 22s-4.243 0-5.121-.879C10 20.243 10 18.828 10 16Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M4 16.5c0 1.404 0 2.107.337 2.611a2 2 0 0 0 .552.552C5.393 20 6.096 20 7.5 20M20 7.5c0-1.404 0-2.107-.337-2.611a2 2 0 0 0-.552-.552C18.607 4 17.904 4 16.5 4"/></g></svg>
</template>

CSS

.icon-translate {
  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.828h2.7m3.3%200H9.5m-1.8%200h1.8m-1.8%200V5m1.8.828c-.316%201.131-.98%202.201-1.736%203.141M5.836%2011a19%2019%200%200%200%201.928-2.03m0%200c-.385-.453-.925-1.184-1.08-1.515m1.08%201.514l1.157%201.203M13.5%2019l.833-2m4.167%202l-.833-2m-3.334%200L16%2013l1.667%204m-3.334%200h3.334%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%2010V8c0-2.828%200-4.243-.879-5.121C12.243%202%2010.828%202%208%202s-4.243%200-5.121.879C2%203.757%202%205.172%202%208s0%204.243.879%205.121C3.757%2014%205.172%2014%208%2014h2%22%2F%3E%3Cpath%20d%3D%22M10%2016c0-2.828%200-4.243.879-5.121C11.757%2010%2013.172%2010%2016%2010s4.243%200%205.121.879C22%2011.757%2022%2013.172%2022%2016s0%204.243-.879%205.121C20.243%2022%2018.828%2022%2016%2022s-4.243%200-5.121-.879C10%2020.243%2010%2018.828%2010%2016Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2016.5c0%201.404%200%202.107.337%202.611a2%202%200%200%200%20.552.552C5.393%2020%206.096%2020%207.5%2020M20%207.5c0-1.404%200-2.107-.337-2.611a2%202%200%200%200-.552-.552C18.607%204%2017.904%204%2016.5%204%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.828h2.7m3.3%200H9.5m-1.8%200h1.8m-1.8%200V5m1.8.828c-.316%201.131-.98%202.201-1.736%203.141M5.836%2011a19%2019%200%200%200%201.928-2.03m0%200c-.385-.453-.925-1.184-1.08-1.515m1.08%201.514l1.157%201.203M13.5%2019l.833-2m4.167%202l-.833-2m-3.334%200L16%2013l1.667%204m-3.334%200h3.334%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%2010V8c0-2.828%200-4.243-.879-5.121C12.243%202%2010.828%202%208%202s-4.243%200-5.121.879C2%203.757%202%205.172%202%208s0%204.243.879%205.121C3.757%2014%205.172%2014%208%2014h2%22%2F%3E%3Cpath%20d%3D%22M10%2016c0-2.828%200-4.243.879-5.121C11.757%2010%2013.172%2010%2016%2010s4.243%200%205.121.879C22%2011.757%2022%2013.172%2022%2016s0%204.243-.879%205.121C20.243%2022%2018.828%2022%2016%2022s-4.243%200-5.121-.879C10%2020.243%2010%2018.828%2010%2016Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2016.5c0%201.404%200%202.107.337%202.611a2%202%200%200%200%20.552.552C5.393%2020%206.096%2020%207.5%2020M20%207.5c0-1.404%200-2.107-.337-2.611a2%202%200%200%200-.552-.552C18.607%204%2017.904%204%2016.5%204%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/translate.svg?color=%231a73e8&size=48