direct send icon

direct-send-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
direct-send-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the direct send icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.3 12.23h-3.48c-.98 0-1.85.54-2.29 1.42l-.84 1.66c-.2.4-.6.65-1.04.65h-3.28c-.31 0-.75-.07-1.04-.65l-.84-1.65a2.57 2.57 0 0 0-2.29-1.42H2.7c-.39 0-.7.31-.7.7v3.26C2 19.83 4.18 22 7.82 22h8.38c3.43 0 5.54-1.88 5.8-5.22v-3.85c0-.38-.31-.7-.7-.7m-8.55-8.422l.72.72c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06l-2-2c-.01-.01-.02-.01-.02-.02a1 1 0 0 0-.22-.15c-.01 0-.01 0-.02-.01c-.08-.03-.16-.04-.24-.05h-.08c-.06 0-.12.02-.18.04c-.03.01-.05.02-.07.03c-.08.04-.16.08-.22.15l-2 2c-.29.29-.29.77 0 1.06s.77.29 1.06 0l.72-.72v1.2h1.5v-1.19z"/><path d="M22 10.81v.04a2 2 0 0 0-.7-.12h-3.48c-1.55 0-2.94.86-3.63 2.24l-.75 1.48h-2.86l-.75-1.47a4.03 4.03 0 0 0-3.63-2.25H2.7c-.24 0-.48.04-.7.12v-.04C2 7.17 4.17 5 7.81 5h3.44v4c0 .41.34.75.75.75s.75-.34.75-.75V5h3.44C19.83 5 22 7.17 22 10.81"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconDirectSendFilled(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"><path d="M21.3 12.23h-3.48c-.98 0-1.85.54-2.29 1.42l-.84 1.66c-.2.4-.6.65-1.04.65h-3.28c-.31 0-.75-.07-1.04-.65l-.84-1.65a2.57 2.57 0 0 0-2.29-1.42H2.7c-.39 0-.7.31-.7.7v3.26C2 19.83 4.18 22 7.82 22h8.38c3.43 0 5.54-1.88 5.8-5.22v-3.85c0-.38-.31-.7-.7-.7m-8.55-8.422l.72.72c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06l-2-2c-.01-.01-.02-.01-.02-.02a1 1 0 0 0-.22-.15c-.01 0-.01 0-.02-.01c-.08-.03-.16-.04-.24-.05h-.08c-.06 0-.12.02-.18.04c-.03.01-.05.02-.07.03c-.08.04-.16.08-.22.15l-2 2c-.29.29-.29.77 0 1.06s.77.29 1.06 0l.72-.72v1.2h1.5v-1.19z"/><path d="M22 10.81v.04a2 2 0 0 0-.7-.12h-3.48c-1.55 0-2.94.86-3.63 2.24l-.75 1.48h-2.86l-.75-1.47a4.03 4.03 0 0 0-3.63-2.25H2.7c-.24 0-.48.04-.7.12v-.04C2 7.17 4.17 5 7.81 5h3.44v4c0 .41.34.75.75.75s.75-.34.75-.75V5h3.44C19.83 5 22 7.17 22 10.81"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.3 12.23h-3.48c-.98 0-1.85.54-2.29 1.42l-.84 1.66c-.2.4-.6.65-1.04.65h-3.28c-.31 0-.75-.07-1.04-.65l-.84-1.65a2.57 2.57 0 0 0-2.29-1.42H2.7c-.39 0-.7.31-.7.7v3.26C2 19.83 4.18 22 7.82 22h8.38c3.43 0 5.54-1.88 5.8-5.22v-3.85c0-.38-.31-.7-.7-.7m-8.55-8.422l.72.72c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06l-2-2c-.01-.01-.02-.01-.02-.02a1 1 0 0 0-.22-.15c-.01 0-.01 0-.02-.01c-.08-.03-.16-.04-.24-.05h-.08c-.06 0-.12.02-.18.04c-.03.01-.05.02-.07.03c-.08.04-.16.08-.22.15l-2 2c-.29.29-.29.77 0 1.06s.77.29 1.06 0l.72-.72v1.2h1.5v-1.19z"/><path d="M22 10.81v.04a2 2 0 0 0-.7-.12h-3.48c-1.55 0-2.94.86-3.63 2.24l-.75 1.48h-2.86l-.75-1.47a4.03 4.03 0 0 0-3.63-2.25H2.7c-.24 0-.48.04-.7.12v-.04C2 7.17 4.17 5 7.81 5h3.44v4c0 .41.34.75.75.75s.75-.34.75-.75V5h3.44C19.83 5 22 7.17 22 10.81"/></g></svg>
</template>

CSS

.icon-direct-send-filled {
  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%3E%3Cpath%20d%3D%22M21.3%2012.23h-3.48c-.98%200-1.85.54-2.29%201.42l-.84%201.66c-.2.4-.6.65-1.04.65h-3.28c-.31%200-.75-.07-1.04-.65l-.84-1.65a2.57%202.57%200%200%200-2.29-1.42H2.7c-.39%200-.7.31-.7.7v3.26C2%2019.83%204.18%2022%207.82%2022h8.38c3.43%200%205.54-1.88%205.8-5.22v-3.85c0-.38-.31-.7-.7-.7m-8.55-8.422l.72.72c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77%200-1.06l-2-2c-.01-.01-.02-.01-.02-.02a1%201%200%200%200-.22-.15c-.01%200-.01%200-.02-.01c-.08-.03-.16-.04-.24-.05h-.08c-.06%200-.12.02-.18.04c-.03.01-.05.02-.07.03c-.08.04-.16.08-.22.15l-2%202c-.29.29-.29.77%200%201.06s.77.29%201.06%200l.72-.72v1.2h1.5v-1.19z%22%2F%3E%3Cpath%20d%3D%22M22%2010.81v.04a2%202%200%200%200-.7-.12h-3.48c-1.55%200-2.94.86-3.63%202.24l-.75%201.48h-2.86l-.75-1.47a4.03%204.03%200%200%200-3.63-2.25H2.7c-.24%200-.48.04-.7.12v-.04C2%207.17%204.17%205%207.81%205h3.44v4c0%20.41.34.75.75.75s.75-.34.75-.75V5h3.44C19.83%205%2022%207.17%2022%2010.81%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%3E%3Cpath%20d%3D%22M21.3%2012.23h-3.48c-.98%200-1.85.54-2.29%201.42l-.84%201.66c-.2.4-.6.65-1.04.65h-3.28c-.31%200-.75-.07-1.04-.65l-.84-1.65a2.57%202.57%200%200%200-2.29-1.42H2.7c-.39%200-.7.31-.7.7v3.26C2%2019.83%204.18%2022%207.82%2022h8.38c3.43%200%205.54-1.88%205.8-5.22v-3.85c0-.38-.31-.7-.7-.7m-8.55-8.422l.72.72c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77%200-1.06l-2-2c-.01-.01-.02-.01-.02-.02a1%201%200%200%200-.22-.15c-.01%200-.01%200-.02-.01c-.08-.03-.16-.04-.24-.05h-.08c-.06%200-.12.02-.18.04c-.03.01-.05.02-.07.03c-.08.04-.16.08-.22.15l-2%202c-.29.29-.29.77%200%201.06s.77.29%201.06%200l.72-.72v1.2h1.5v-1.19z%22%2F%3E%3Cpath%20d%3D%22M22%2010.81v.04a2%202%200%200%200-.7-.12h-3.48c-1.55%200-2.94.86-3.63%202.24l-.75%201.48h-2.86l-.75-1.47a4.03%204.03%200%200%200-3.63-2.25H2.7c-.24%200-.48.04-.7.12v-.04C2%207.17%204.17%205%207.81%205h3.44v4c0%20.41.34.75.75.75s.75-.34.75-.75V5h3.44C19.83%205%2022%207.17%2022%2010.81%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/direct-send-filled.svg?color=%231a73e8&size=48