send horizontal icon

send-horizontal-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.

Name
send-horizontal-fill
Set
Keyline Icons
Style
Fill
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"><path fill="currentColor" 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.2376ZM12.8399 12L2.3794 10.5L2.5924 11.6294C2.6385 11.8743 2.6385 12.1257 2.5924 12.3706L2.3794 13.5L12.8399 12Z"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsSendHorizontalFill(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="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.2376ZM12.8399 12L2.3794 10.5L2.5924 11.6294C2.6385 11.8743 2.6385 12.1257 2.5924 12.3706L2.3794 13.5L12.8399 12Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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.2376ZM12.8399 12L2.3794 10.5L2.5924 11.6294C2.6385 11.8743 2.6385 12.1257 2.5924 12.3706L2.3794 13.5L12.8399 12Z"/></svg>
</template>

CSS

.icon-send-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%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.2376ZM12.8399%2012L2.3794%2010.5L2.5924%2011.6294C2.6385%2011.8743%202.6385%2012.1257%202.5924%2012.3706L2.3794%2013.5L12.8399%2012Z%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%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.2376ZM12.8399%2012L2.3794%2010.5L2.5924%2011.6294C2.6385%2011.8743%202.6385%2012.1257%202.5924%2012.3706L2.3794%2013.5L12.8399%2012Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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