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

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

1 other variant in Reicon

The same icon in other sets

All send icons →

More messages icons from Reicon

Use the send icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.38 1.44c2.606-.918 5.084 1.605 4.182 4.201l-5.178 14.9c-1.01 2.904-5.076 2.959-6.162.083l-1.924-4.86l4.732-4.734a.75.75 0 1 0-1.06-1.06l-4.74 4.739l-4.89-1.818l-.016-.006C.5 11.762.578 7.716 3.444 6.705z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconSendFilled(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="M18.38 1.44c2.606-.918 5.084 1.605 4.182 4.201l-5.178 14.9c-1.01 2.904-5.076 2.959-6.162.083l-1.924-4.86l4.732-4.734a.75.75 0 1 0-1.06-1.06l-4.74 4.739l-4.89-1.818l-.016-.006C.5 11.762.578 7.716 3.444 6.705z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.38 1.44c2.606-.918 5.084 1.605 4.182 4.201l-5.178 14.9c-1.01 2.904-5.076 2.959-6.162.083l-1.924-4.86l4.732-4.734a.75.75 0 1 0-1.06-1.06l-4.74 4.739l-4.89-1.818l-.016-.006C.5 11.762.578 7.716 3.444 6.705z"/></svg>
</template>

CSS

.icon-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.38%201.44c2.606-.918%205.084%201.605%204.182%204.201l-5.178%2014.9c-1.01%202.904-5.076%202.959-6.162.083l-1.924-4.86l4.732-4.734a.75.75%200%201%200-1.06-1.06l-4.74%204.739l-4.89-1.818l-.016-.006C.5%2011.762.578%207.716%203.444%206.705z%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%22M18.38%201.44c2.606-.918%205.084%201.605%204.182%204.201l-5.178%2014.9c-1.01%202.904-5.076%202.959-6.162.083l-1.924-4.86l4.732-4.734a.75.75%200%201%200-1.06-1.06l-4.74%204.739l-4.89-1.818l-.016-.006C.5%2011.762.578%207.716%203.444%206.705z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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