send horizontal icon

send-horizontal-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.

Name
send-horizontal-two-tone
Set
Keyline Icons
Style
Two Tone
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the send horizontal 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-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M3.9419 1.2376L22.4705 11.1176C22.7964 11.2914 23 11.6307 23 12C23 12.3693 22.7964 12.7086 22.4705 12.8824L3.9419 22.7624C3.6523 22.9169 3.3291 22.9976 3.0009 22.9976C1.8963 22.9976 1.0009 22.1022 1.0009 20.9976C1.0009 20.8733 1.0125 20.7492 1.0355 20.627L2.5924 12.3706C2.6154 12.2484 2.627 12.1243 2.627 12C2.627 11.8757 2.6154 11.7516 2.5924 11.6294L1.0355 3.373C1.0125 3.2508 1.0009 3.1267 1.0009 3.0024C1.0009 1.8978 1.8963 1.0024 3.0009 1.0024C3.3291 1.0024 3.6523 1.0831 3.9419 1.2376Z" stroke="none"/><path d="M3.4714 2.12L22 12L3.4714 21.88C2.7309 22.2749 1.8627 21.637 2.0182 20.8123L3.575 12.5559C3.6443 12.1885 3.6443 11.8115 3.575 11.4441L2.0182 3.1877C1.8627 2.363 2.7309 1.7251 3.4714 2.12ZM3.6799 12L22 12"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsSendHorizontalTwoTone(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M3.9419 1.2376L22.4705 11.1176C22.7964 11.2914 23 11.6307 23 12C23 12.3693 22.7964 12.7086 22.4705 12.8824L3.9419 22.7624C3.6523 22.9169 3.3291 22.9976 3.0009 22.9976C1.8963 22.9976 1.0009 22.1022 1.0009 20.9976C1.0009 20.8733 1.0125 20.7492 1.0355 20.627L2.5924 12.3706C2.6154 12.2484 2.627 12.1243 2.627 12C2.627 11.8757 2.6154 11.7516 2.5924 11.6294L1.0355 3.373C1.0125 3.2508 1.0009 3.1267 1.0009 3.0024C1.0009 1.8978 1.8963 1.0024 3.0009 1.0024C3.3291 1.0024 3.6523 1.0831 3.9419 1.2376Z" stroke="none"/><path d="M3.4714 2.12L22 12L3.4714 21.88C2.7309 22.2749 1.8627 21.637 2.0182 20.8123L3.575 12.5559C3.6443 12.1885 3.6443 11.8115 3.575 11.4441L2.0182 3.1877C1.8627 2.363 2.7309 1.7251 3.4714 2.12ZM3.6799 12L22 12"/></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-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M3.9419 1.2376L22.4705 11.1176C22.7964 11.2914 23 11.6307 23 12C23 12.3693 22.7964 12.7086 22.4705 12.8824L3.9419 22.7624C3.6523 22.9169 3.3291 22.9976 3.0009 22.9976C1.8963 22.9976 1.0009 22.1022 1.0009 20.9976C1.0009 20.8733 1.0125 20.7492 1.0355 20.627L2.5924 12.3706C2.6154 12.2484 2.627 12.1243 2.627 12C2.627 11.8757 2.6154 11.7516 2.5924 11.6294L1.0355 3.373C1.0125 3.2508 1.0009 3.1267 1.0009 3.0024C1.0009 1.8978 1.8963 1.0024 3.0009 1.0024C3.3291 1.0024 3.6523 1.0831 3.9419 1.2376Z" stroke="none"/><path d="M3.4714 2.12L22 12L3.4714 21.88C2.7309 22.2749 1.8627 21.637 2.0182 20.8123L3.575 12.5559C3.6443 12.1885 3.6443 11.8115 3.575 11.4441L2.0182 3.1877C1.8627 2.363 2.7309 1.7251 3.4714 2.12ZM3.6799 12L22 12"/></g></svg>
</template>

CSS

.icon-send-horizontal-two-tone {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M3.9419%201.2376L22.4705%2011.1176C22.7964%2011.2914%2023%2011.6307%2023%2012C23%2012.3693%2022.7964%2012.7086%2022.4705%2012.8824L3.9419%2022.7624C3.6523%2022.9169%203.3291%2022.9976%203.0009%2022.9976C1.8963%2022.9976%201.0009%2022.1022%201.0009%2020.9976C1.0009%2020.8733%201.0125%2020.7492%201.0355%2020.627L2.5924%2012.3706C2.6154%2012.2484%202.627%2012.1243%202.627%2012C2.627%2011.8757%202.6154%2011.7516%202.5924%2011.6294L1.0355%203.373C1.0125%203.2508%201.0009%203.1267%201.0009%203.0024C1.0009%201.8978%201.8963%201.0024%203.0009%201.0024C3.3291%201.0024%203.6523%201.0831%203.9419%201.2376Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M3.4714%202.12L22%2012L3.4714%2021.88C2.7309%2022.2749%201.8627%2021.637%202.0182%2020.8123L3.575%2012.5559C3.6443%2012.1885%203.6443%2011.8115%203.575%2011.4441L2.0182%203.1877C1.8627%202.363%202.7309%201.7251%203.4714%202.12ZM3.6799%2012L22%2012%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M3.9419%201.2376L22.4705%2011.1176C22.7964%2011.2914%2023%2011.6307%2023%2012C23%2012.3693%2022.7964%2012.7086%2022.4705%2012.8824L3.9419%2022.7624C3.6523%2022.9169%203.3291%2022.9976%203.0009%2022.9976C1.8963%2022.9976%201.0009%2022.1022%201.0009%2020.9976C1.0009%2020.8733%201.0125%2020.7492%201.0355%2020.627L2.5924%2012.3706C2.6154%2012.2484%202.627%2012.1243%202.627%2012C2.627%2011.8757%202.6154%2011.7516%202.5924%2011.6294L1.0355%203.373C1.0125%203.2508%201.0009%203.1267%201.0009%203.0024C1.0009%201.8978%201.8963%201.0024%203.0009%201.0024C3.3291%201.0024%203.6523%201.0831%203.9419%201.2376Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M3.4714%202.12L22%2012L3.4714%2021.88C2.7309%2022.2749%201.8627%2021.637%202.0182%2020.8123L3.575%2012.5559C3.6443%2012.1885%203.6443%2011.8115%203.575%2011.4441L2.0182%203.1877C1.8627%202.363%202.7309%201.7251%203.4714%202.12ZM3.6799%2012L22%2012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/send-horizontal-two-tone.svg?color=%231a73e8&size=48