transfer horizontal icon

transfer-horizontal-outline from Solar by 480 Design · Outline · Arrows · CC-BY-4.0 Attribution required.

Name
transfer-horizontal-outline
Set
Solar
Style
Outline
Category
Arrows
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More arrows icons from Solar

Use the transfer horizontal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M10.0068 3.44714C10.3121 3.72703 10.3328 4.20146 10.0529 4.5068L5.70494 9.25H20C20.4142 9.25 20.75 9.58579 20.75 10C20.75 10.4142 20.4142 10.75 20 10.75H4.00002C3.70259 10.75 3.43327 10.5742 3.3135 10.302C3.19374 10.0298 3.24617 9.71246 3.44715 9.49321L8.94715 3.49321C9.22704 3.18787 9.70147 3.16724 10.0068 3.44714Z"/><path d="M20.6865 13.698C20.5668 13.4258 20.2974 13.25 20 13.25L4.00001 13.25C3.5858 13.25 3.25001 13.5858 3.25001 14C3.25001 14.4142 3.5858 14.75 4.00001 14.75L18.2951 14.75L13.9472 19.4932C13.6673 19.7985 13.6879 20.273 13.9932 20.5529C14.2986 20.8328 14.773 20.8121 15.0529 20.5068L20.5529 14.5068C20.7539 14.2876 20.8063 13.9703 20.6865 13.698Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarTransferHorizontalOutline(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" fillRule="evenodd" clipRule="evenodd"><path d="M10.0068 3.44714C10.3121 3.72703 10.3328 4.20146 10.0529 4.5068L5.70494 9.25H20C20.4142 9.25 20.75 9.58579 20.75 10C20.75 10.4142 20.4142 10.75 20 10.75H4.00002C3.70259 10.75 3.43327 10.5742 3.3135 10.302C3.19374 10.0298 3.24617 9.71246 3.44715 9.49321L8.94715 3.49321C9.22704 3.18787 9.70147 3.16724 10.0068 3.44714Z"/><path d="M20.6865 13.698C20.5668 13.4258 20.2974 13.25 20 13.25L4.00001 13.25C3.5858 13.25 3.25001 13.5858 3.25001 14C3.25001 14.4142 3.5858 14.75 4.00001 14.75L18.2951 14.75L13.9472 19.4932C13.6673 19.7985 13.6879 20.273 13.9932 20.5529C14.2986 20.8328 14.773 20.8121 15.0529 20.5068L20.5529 14.5068C20.7539 14.2876 20.8063 13.9703 20.6865 13.698Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M10.0068 3.44714C10.3121 3.72703 10.3328 4.20146 10.0529 4.5068L5.70494 9.25H20C20.4142 9.25 20.75 9.58579 20.75 10C20.75 10.4142 20.4142 10.75 20 10.75H4.00002C3.70259 10.75 3.43327 10.5742 3.3135 10.302C3.19374 10.0298 3.24617 9.71246 3.44715 9.49321L8.94715 3.49321C9.22704 3.18787 9.70147 3.16724 10.0068 3.44714Z"/><path d="M20.6865 13.698C20.5668 13.4258 20.2974 13.25 20 13.25L4.00001 13.25C3.5858 13.25 3.25001 13.5858 3.25001 14C3.25001 14.4142 3.5858 14.75 4.00001 14.75L18.2951 14.75L13.9472 19.4932C13.6673 19.7985 13.6879 20.273 13.9932 20.5529C14.2986 20.8328 14.773 20.8121 15.0529 20.5068L20.5529 14.5068C20.7539 14.2876 20.8063 13.9703 20.6865 13.698Z"/></g></svg>
</template>

CSS

.icon-transfer-horizontal-outline {
  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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M10.0068%203.44714C10.3121%203.72703%2010.3328%204.20146%2010.0529%204.5068L5.70494%209.25H20C20.4142%209.25%2020.75%209.58579%2020.75%2010C20.75%2010.4142%2020.4142%2010.75%2020%2010.75H4.00002C3.70259%2010.75%203.43327%2010.5742%203.3135%2010.302C3.19374%2010.0298%203.24617%209.71246%203.44715%209.49321L8.94715%203.49321C9.22704%203.18787%209.70147%203.16724%2010.0068%203.44714Z%22%2F%3E%3Cpath%20d%3D%22M20.6865%2013.698C20.5668%2013.4258%2020.2974%2013.25%2020%2013.25L4.00001%2013.25C3.5858%2013.25%203.25001%2013.5858%203.25001%2014C3.25001%2014.4142%203.5858%2014.75%204.00001%2014.75L18.2951%2014.75L13.9472%2019.4932C13.6673%2019.7985%2013.6879%2020.273%2013.9932%2020.5529C14.2986%2020.8328%2014.773%2020.8121%2015.0529%2020.5068L20.5529%2014.5068C20.7539%2014.2876%2020.8063%2013.9703%2020.6865%2013.698Z%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M10.0068%203.44714C10.3121%203.72703%2010.3328%204.20146%2010.0529%204.5068L5.70494%209.25H20C20.4142%209.25%2020.75%209.58579%2020.75%2010C20.75%2010.4142%2020.4142%2010.75%2020%2010.75H4.00002C3.70259%2010.75%203.43327%2010.5742%203.3135%2010.302C3.19374%2010.0298%203.24617%209.71246%203.44715%209.49321L8.94715%203.49321C9.22704%203.18787%209.70147%203.16724%2010.0068%203.44714Z%22%2F%3E%3Cpath%20d%3D%22M20.6865%2013.698C20.5668%2013.4258%2020.2974%2013.25%2020%2013.25L4.00001%2013.25C3.5858%2013.25%203.25001%2013.5858%203.25001%2014C3.25001%2014.4142%203.5858%2014.75%204.00001%2014.75L18.2951%2014.75L13.9472%2019.4932C13.6673%2019.7985%2013.6879%2020.273%2013.9932%2020.5529C14.2986%2020.8328%2014.773%2020.8121%2015.0529%2020.5068L20.5529%2014.5068C20.7539%2014.2876%2020.8063%2013.9703%2020.6865%2013.698Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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