transfer horizontal icon

transfer-horizontal-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
transfer-horizontal-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the transfer horizontal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.44 4.149C7.383 3.204 9 3.873 9 5.209v1.793h2a1 1 0 0 1 1 1V11h2v.002h.996V9.21c0-1.336 1.616-2.005 2.56-1.06L20.409 11h.003l1.94 1.94c.293.293.44.676.439 1.06c0 .385-.146.77-.44 1.063l-1.939 1.94h-.003l-2.851 2.85c-.945.945-2.56.276-2.56-1.06V17h-2a1 1 0 0 1-1-1v-3H9v1.793c0 1.336-1.616 2.005-2.56 1.06l-2.852-2.85h-.003l-1.94-1.94A1.5 1.5 0 0 1 1.207 10c0-.384.147-.767.44-1.06L3.585 7h.003z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteTransferHorizontalFill(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" d="M6.44 4.149C7.383 3.204 9 3.873 9 5.209v1.793h2a1 1 0 0 1 1 1V11h2v.002h.996V9.21c0-1.336 1.616-2.005 2.56-1.06L20.409 11h.003l1.94 1.94c.293.293.44.676.439 1.06c0 .385-.146.77-.44 1.063l-1.939 1.94h-.003l-2.851 2.85c-.945.945-2.56.276-2.56-1.06V17h-2a1 1 0 0 1-1-1v-3H9v1.793c0 1.336-1.616 2.005-2.56 1.06l-2.852-2.85h-.003l-1.94-1.94A1.5 1.5 0 0 1 1.207 10c0-.384.147-.767.44-1.06L3.585 7h.003z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.44 4.149C7.383 3.204 9 3.873 9 5.209v1.793h2a1 1 0 0 1 1 1V11h2v.002h.996V9.21c0-1.336 1.616-2.005 2.56-1.06L20.409 11h.003l1.94 1.94c.293.293.44.676.439 1.06c0 .385-.146.77-.44 1.063l-1.939 1.94h-.003l-2.851 2.85c-.945.945-2.56.276-2.56-1.06V17h-2a1 1 0 0 1-1-1v-3H9v1.793c0 1.336-1.616 2.005-2.56 1.06l-2.852-2.85h-.003l-1.94-1.94A1.5 1.5 0 0 1 1.207 10c0-.384.147-.767.44-1.06L3.585 7h.003z"/></svg>
</template>

CSS

.icon-transfer-horizontal-fill {
  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%20d%3D%22M6.44%204.149C7.383%203.204%209%203.873%209%205.209v1.793h2a1%201%200%200%201%201%201V11h2v.002h.996V9.21c0-1.336%201.616-2.005%202.56-1.06L20.409%2011h.003l1.94%201.94c.293.293.44.676.439%201.06c0%20.385-.146.77-.44%201.063l-1.939%201.94h-.003l-2.851%202.85c-.945.945-2.56.276-2.56-1.06V17h-2a1%201%200%200%201-1-1v-3H9v1.793c0%201.336-1.616%202.005-2.56%201.06l-2.852-2.85h-.003l-1.94-1.94A1.5%201.5%200%200%201%201.207%2010c0-.384.147-.767.44-1.06L3.585%207h.003z%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%20d%3D%22M6.44%204.149C7.383%203.204%209%203.873%209%205.209v1.793h2a1%201%200%200%201%201%201V11h2v.002h.996V9.21c0-1.336%201.616-2.005%202.56-1.06L20.409%2011h.003l1.94%201.94c.293.293.44.676.439%201.06c0%20.385-.146.77-.44%201.063l-1.939%201.94h-.003l-2.851%202.85c-.945.945-2.56.276-2.56-1.06V17h-2a1%201%200%200%201-1-1v-3H9v1.793c0%201.336-1.616%202.005-2.56%201.06l-2.852-2.85h-.003l-1.94-1.94A1.5%201.5%200%200%201%201.207%2010c0-.384.147-.767.44-1.06L3.585%207h.003z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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