transfer text icon

transfer-text-outlined from WeUI Icon by WeUI · Outlined · MIT Free for personal and commercial use.

Name
transfer-text-outlined
Set
WeUI Icon
Style
Outlined
Viewbox
24×24
License
MIT

Related icons in WeUI Icon

Use the transfer text icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m.2 1.2v15.6h15.6V4.2zm3.37 4.66h3.96c-.25-.46-.56-.89-.92-1.3l1.05-.38q.54.705.99 1.68h3.78V9.9h-1.51c-.48 1.5-1.18 2.75-2.1 3.76c1.03.82 2.31 1.5 3.83 2.06l-.58.89q-2.4-.9-3.99-2.22c-1.12.99-2.5 1.72-4.13 2.18l-.56-.92c1.59-.41 2.91-1.05 3.95-1.93A8.9 8.9 0 0 1 9.09 9.9H7.57zm2.52 1.04a7.94 7.94 0 0 0 1.99 3.11c.78-.86 1.37-1.9 1.76-3.11z"/></svg>

React

import type { SVGProps } from "react";

export function WeuiTransferTextOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m.2 1.2v15.6h15.6V4.2zm3.37 4.66h3.96c-.25-.46-.56-.89-.92-1.3l1.05-.38q.54.705.99 1.68h3.78V9.9h-1.51c-.48 1.5-1.18 2.75-2.1 3.76c1.03.82 2.31 1.5 3.83 2.06l-.58.89q-2.4-.9-3.99-2.22c-1.12.99-2.5 1.72-4.13 2.18l-.56-.92c1.59-.41 2.91-1.05 3.95-1.93A8.9 8.9 0 0 1 9.09 9.9H7.57zm2.52 1.04a7.94 7.94 0 0 0 1.99 3.11c.78-.86 1.37-1.9 1.76-3.11z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m.2 1.2v15.6h15.6V4.2zm3.37 4.66h3.96c-.25-.46-.56-.89-.92-1.3l1.05-.38q.54.705.99 1.68h3.78V9.9h-1.51c-.48 1.5-1.18 2.75-2.1 3.76c1.03.82 2.31 1.5 3.83 2.06l-.58.89q-2.4-.9-3.99-2.22c-1.12.99-2.5 1.72-4.13 2.18l-.56-.92c1.59-.41 2.91-1.05 3.95-1.93A8.9 8.9 0 0 1 9.09 9.9H7.57zm2.52 1.04a7.94 7.94 0 0 0 1.99 3.11c.78-.86 1.37-1.9 1.76-3.11z"/></svg>
</template>

CSS

.icon-transfer-text-outlined {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1m.2%201.2v15.6h15.6V4.2zm3.37%204.66h3.96c-.25-.46-.56-.89-.92-1.3l1.05-.38q.54.705.99%201.68h3.78V9.9h-1.51c-.48%201.5-1.18%202.75-2.1%203.76c1.03.82%202.31%201.5%203.83%202.06l-.58.89q-2.4-.9-3.99-2.22c-1.12.99-2.5%201.72-4.13%202.18l-.56-.92c1.59-.41%202.91-1.05%203.95-1.93A8.9%208.9%200%200%201%209.09%209.9H7.57zm2.52%201.04a7.94%207.94%200%200%200%201.99%203.11c.78-.86%201.37-1.9%201.76-3.11z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1m.2%201.2v15.6h15.6V4.2zm3.37%204.66h3.96c-.25-.46-.56-.89-.92-1.3l1.05-.38q.54.705.99%201.68h3.78V9.9h-1.51c-.48%201.5-1.18%202.75-2.1%203.76c1.03.82%202.31%201.5%203.83%202.06l-.58.89q-2.4-.9-3.99-2.22c-1.12.99-2.5%201.72-4.13%202.18l-.56-.92c1.59-.41%202.91-1.05%203.95-1.93A8.9%208.9%200%200%201%209.09%209.9H7.57zm2.52%201.04a7.94%207.94%200%200%200%201.99%203.11c.78-.86%201.37-1.9%201.76-3.11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/weui/transfer-text-outlined.svg?color=%231a73e8&size=48