translate4 icon

translate4-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
translate4-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the translate4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.93 2H5.02C3 2 2 3 2 5.02v3.92C2 11 3 12 5.02 11.95h3.92C11 12 12 11 11.95 8.93V5.02C12 3 11 2 8.93 2m.08 7.76c-.68 0-1.34-.26-1.89-.72a3.7 3.7 0 0 1-2.18.72c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c1.02 0 1.87-.7 2.18-1.66H4.94c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.29c.04-.38.35-.68.74-.68s.7.3.74.68H9a.749.749 0 1 1 0 1.5h-.33c-.09.48-.28.93-.53 1.34c.27.2.56.32.87.32c.41 0 .75.34.75.75s-.34.75-.75.75M9 22.75c-4.27 0-7.75-3.48-7.75-7.75c0-.41.34-.75.75-.75s.75.34.75.75c0 2.96 2.06 5.44 4.83 6.09l-.27-.45a.751.751 0 1 1 1.29-.77l1.05 1.75c.14.23.14.52.01.75c-.14.23-.39.38-.66.38m12.999-13c-.41 0-.75-.34-.75-.75c0-2.96-2.06-5.44-4.83-6.09l.27.45a.751.751 0 1 1-1.29.77l-1.05-1.75a.75.75 0 0 1-.01-.75c.14-.23.39-.38.66-.38c4.27 0 7.75 3.48 7.75 7.75c0 .41-.34.75-.75.75m-5.079 2.102a5.08 5.08 0 1 0 .001 10.161a5.08 5.08 0 0 0-.001-10.161m2.48 7.49c-.37.18-.82.04-1.01-.34l-.17-.34h-2.59l-.17.34c-.13.26-.4.41-.67.41c-.11 0-.23-.03-.33-.08a.763.763 0 0 1-.34-1.01l2.14-4.27a.76.76 0 0 1 .67-.41c.28 0 .54.16.67.42l2.14 4.27c.18.37.03.82-.34 1.01"/><path d="M16.379 17.16h1.09l-.55-1.09z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTranslate4Filled(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="M8.93 2H5.02C3 2 2 3 2 5.02v3.92C2 11 3 12 5.02 11.95h3.92C11 12 12 11 11.95 8.93V5.02C12 3 11 2 8.93 2m.08 7.76c-.68 0-1.34-.26-1.89-.72a3.7 3.7 0 0 1-2.18.72c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c1.02 0 1.87-.7 2.18-1.66H4.94c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.29c.04-.38.35-.68.74-.68s.7.3.74.68H9a.749.749 0 1 1 0 1.5h-.33c-.09.48-.28.93-.53 1.34c.27.2.56.32.87.32c.41 0 .75.34.75.75s-.34.75-.75.75M9 22.75c-4.27 0-7.75-3.48-7.75-7.75c0-.41.34-.75.75-.75s.75.34.75.75c0 2.96 2.06 5.44 4.83 6.09l-.27-.45a.751.751 0 1 1 1.29-.77l1.05 1.75c.14.23.14.52.01.75c-.14.23-.39.38-.66.38m12.999-13c-.41 0-.75-.34-.75-.75c0-2.96-2.06-5.44-4.83-6.09l.27.45a.751.751 0 1 1-1.29.77l-1.05-1.75a.75.75 0 0 1-.01-.75c.14-.23.39-.38.66-.38c4.27 0 7.75 3.48 7.75 7.75c0 .41-.34.75-.75.75m-5.079 2.102a5.08 5.08 0 1 0 .001 10.161a5.08 5.08 0 0 0-.001-10.161m2.48 7.49c-.37.18-.82.04-1.01-.34l-.17-.34h-2.59l-.17.34c-.13.26-.4.41-.67.41c-.11 0-.23-.03-.33-.08a.763.763 0 0 1-.34-1.01l2.14-4.27a.76.76 0 0 1 .67-.41c.28 0 .54.16.67.42l2.14 4.27c.18.37.03.82-.34 1.01"/><path d="M16.379 17.16h1.09l-.55-1.09z"/></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="M8.93 2H5.02C3 2 2 3 2 5.02v3.92C2 11 3 12 5.02 11.95h3.92C11 12 12 11 11.95 8.93V5.02C12 3 11 2 8.93 2m.08 7.76c-.68 0-1.34-.26-1.89-.72a3.7 3.7 0 0 1-2.18.72c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c1.02 0 1.87-.7 2.18-1.66H4.94c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.29c.04-.38.35-.68.74-.68s.7.3.74.68H9a.749.749 0 1 1 0 1.5h-.33c-.09.48-.28.93-.53 1.34c.27.2.56.32.87.32c.41 0 .75.34.75.75s-.34.75-.75.75M9 22.75c-4.27 0-7.75-3.48-7.75-7.75c0-.41.34-.75.75-.75s.75.34.75.75c0 2.96 2.06 5.44 4.83 6.09l-.27-.45a.751.751 0 1 1 1.29-.77l1.05 1.75c.14.23.14.52.01.75c-.14.23-.39.38-.66.38m12.999-13c-.41 0-.75-.34-.75-.75c0-2.96-2.06-5.44-4.83-6.09l.27.45a.751.751 0 1 1-1.29.77l-1.05-1.75a.75.75 0 0 1-.01-.75c.14-.23.39-.38.66-.38c4.27 0 7.75 3.48 7.75 7.75c0 .41-.34.75-.75.75m-5.079 2.102a5.08 5.08 0 1 0 .001 10.161a5.08 5.08 0 0 0-.001-10.161m2.48 7.49c-.37.18-.82.04-1.01-.34l-.17-.34h-2.59l-.17.34c-.13.26-.4.41-.67.41c-.11 0-.23-.03-.33-.08a.763.763 0 0 1-.34-1.01l2.14-4.27a.76.76 0 0 1 .67-.41c.28 0 .54.16.67.42l2.14 4.27c.18.37.03.82-.34 1.01"/><path d="M16.379 17.16h1.09l-.55-1.09z"/></g></svg>
</template>

CSS

.icon-translate4-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.93%202H5.02C3%202%202%203%202%205.02v3.92C2%2011%203%2012%205.02%2011.95h3.92C11%2012%2012%2011%2011.95%208.93V5.02C12%203%2011%202%208.93%202m.08%207.76c-.68%200-1.34-.26-1.89-.72a3.7%203.7%200%200%201-2.18.72c-.41%200-.75-.34-.75-.75s.34-.75.75-.75c1.02%200%201.87-.7%202.18-1.66H4.94c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h1.29c.04-.38.35-.68.74-.68s.7.3.74.68H9a.749.749%200%201%201%200%201.5h-.33c-.09.48-.28.93-.53%201.34c.27.2.56.32.87.32c.41%200%20.75.34.75.75s-.34.75-.75.75M9%2022.75c-4.27%200-7.75-3.48-7.75-7.75c0-.41.34-.75.75-.75s.75.34.75.75c0%202.96%202.06%205.44%204.83%206.09l-.27-.45a.751.751%200%201%201%201.29-.77l1.05%201.75c.14.23.14.52.01.75c-.14.23-.39.38-.66.38m12.999-13c-.41%200-.75-.34-.75-.75c0-2.96-2.06-5.44-4.83-6.09l.27.45a.751.751%200%201%201-1.29.77l-1.05-1.75a.75.75%200%200%201-.01-.75c.14-.23.39-.38.66-.38c4.27%200%207.75%203.48%207.75%207.75c0%20.41-.34.75-.75.75m-5.079%202.102a5.08%205.08%200%201%200%20.001%2010.161a5.08%205.08%200%200%200-.001-10.161m2.48%207.49c-.37.18-.82.04-1.01-.34l-.17-.34h-2.59l-.17.34c-.13.26-.4.41-.67.41c-.11%200-.23-.03-.33-.08a.763.763%200%200%201-.34-1.01l2.14-4.27a.76.76%200%200%201%20.67-.41c.28%200%20.54.16.67.42l2.14%204.27c.18.37.03.82-.34%201.01%22%2F%3E%3Cpath%20d%3D%22M16.379%2017.16h1.09l-.55-1.09z%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%22M8.93%202H5.02C3%202%202%203%202%205.02v3.92C2%2011%203%2012%205.02%2011.95h3.92C11%2012%2012%2011%2011.95%208.93V5.02C12%203%2011%202%208.93%202m.08%207.76c-.68%200-1.34-.26-1.89-.72a3.7%203.7%200%200%201-2.18.72c-.41%200-.75-.34-.75-.75s.34-.75.75-.75c1.02%200%201.87-.7%202.18-1.66H4.94c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h1.29c.04-.38.35-.68.74-.68s.7.3.74.68H9a.749.749%200%201%201%200%201.5h-.33c-.09.48-.28.93-.53%201.34c.27.2.56.32.87.32c.41%200%20.75.34.75.75s-.34.75-.75.75M9%2022.75c-4.27%200-7.75-3.48-7.75-7.75c0-.41.34-.75.75-.75s.75.34.75.75c0%202.96%202.06%205.44%204.83%206.09l-.27-.45a.751.751%200%201%201%201.29-.77l1.05%201.75c.14.23.14.52.01.75c-.14.23-.39.38-.66.38m12.999-13c-.41%200-.75-.34-.75-.75c0-2.96-2.06-5.44-4.83-6.09l.27.45a.751.751%200%201%201-1.29.77l-1.05-1.75a.75.75%200%200%201-.01-.75c.14-.23.39-.38.66-.38c4.27%200%207.75%203.48%207.75%207.75c0%20.41-.34.75-.75.75m-5.079%202.102a5.08%205.08%200%201%200%20.001%2010.161a5.08%205.08%200%200%200-.001-10.161m2.48%207.49c-.37.18-.82.04-1.01-.34l-.17-.34h-2.59l-.17.34c-.13.26-.4.41-.67.41c-.11%200-.23-.03-.33-.08a.763.763%200%200%201-.34-1.01l2.14-4.27a.76.76%200%200%201%20.67-.41c.28%200%20.54.16.67.42l2.14%204.27c.18.37.03.82-.34%201.01%22%2F%3E%3Cpath%20d%3D%22M16.379%2017.16h1.09l-.55-1.09z%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/translate4-filled.svg?color=%231a73e8&size=48

Translate4 filled icon — Reicon · IconsDB