send icon
send from Reicon by REICON · Outline · Messages · MIT Free for personal and commercial use.
- Name
- send
- Set
- Reicon
- Style
- Outline
- Category
- Messages
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All send icons →sendAkar Iconssend-outlinedAnt Design IconssendBootstrap IconssendBoxIcons v2sendBoxIcons v2 SolidsendCarbonsendCodiconssendDither IconssendFeather Iconssend-16-filledFluent UI System Iconssend-16Fluent UI System Color IconssendHuge IconssendIconParksendIconPark OutlinesendIconoirsendIonIconssendKeyline IconssendLucidesendMajesticonssendMaterial SymbolssendMaterial Symbols LightsendMaterial Design Iconssend-fillMingCute IconsendMyna UI Icons
More messages icons from Reicon
at-signchatchat-checkchat-dotschat-linechat-minuschat-pluschat-roundchat-round-callchat-round-checkchat-round-dotschat-round-likechat-round-linechat-round-moneychat-round-unreadchat-round-videochat-squarechat-square-arrowchat-square-callchat-square-checkchat-square-codechat-square-likechat-unreadchat-x
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" fill-rule="evenodd" d="M22.562 5.641c.902-2.596-1.576-5.119-4.182-4.2L3.445 6.706C.578 7.716.5 11.762 3.324 12.885l.016.006l4.953 1.84c.462.187.827.56 1.005 1.033l1.924 4.86c1.086 2.876 5.152 2.821 6.162-.084zm-3.683-2.785c1.395-.492 2.764.859 2.266 2.293l-5.178 14.899c-.55 1.582-2.754 1.61-3.343.042L10.7 15.23a3.3 3.3 0 0 0-.288-.581l3.618-3.619a.75.75 0 1 0-1.06-1.06l-3.621 3.62q-.241-.148-.51-.255l-.015-.006l-4.953-1.84c-1.53-.616-1.483-2.82.072-3.369z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconSend(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" fillRule="evenodd" d="M22.562 5.641c.902-2.596-1.576-5.119-4.182-4.2L3.445 6.706C.578 7.716.5 11.762 3.324 12.885l.016.006l4.953 1.84c.462.187.827.56 1.005 1.033l1.924 4.86c1.086 2.876 5.152 2.821 6.162-.084zm-3.683-2.785c1.395-.492 2.764.859 2.266 2.293l-5.178 14.899c-.55 1.582-2.754 1.61-3.343.042L10.7 15.23a3.3 3.3 0 0 0-.288-.581l3.618-3.619a.75.75 0 1 0-1.06-1.06l-3.621 3.62q-.241-.148-.51-.255l-.015-.006l-4.953-1.84c-1.53-.616-1.483-2.82.072-3.369z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M22.562 5.641c.902-2.596-1.576-5.119-4.182-4.2L3.445 6.706C.578 7.716.5 11.762 3.324 12.885l.016.006l4.953 1.84c.462.187.827.56 1.005 1.033l1.924 4.86c1.086 2.876 5.152 2.821 6.162-.084zm-3.683-2.785c1.395-.492 2.764.859 2.266 2.293l-5.178 14.899c-.55 1.582-2.754 1.61-3.343.042L10.7 15.23a3.3 3.3 0 0 0-.288-.581l3.618-3.619a.75.75 0 1 0-1.06-1.06l-3.621 3.62q-.241-.148-.51-.255l-.015-.006l-4.953-1.84c-1.53-.616-1.483-2.82.072-3.369z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-send {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M22.562%205.641c.902-2.596-1.576-5.119-4.182-4.2L3.445%206.706C.578%207.716.5%2011.762%203.324%2012.885l.016.006l4.953%201.84c.462.187.827.56%201.005%201.033l1.924%204.86c1.086%202.876%205.152%202.821%206.162-.084zm-3.683-2.785c1.395-.492%202.764.859%202.266%202.293l-5.178%2014.899c-.55%201.582-2.754%201.61-3.343.042L10.7%2015.23a3.3%203.3%200%200%200-.288-.581l3.618-3.619a.75.75%200%201%200-1.06-1.06l-3.621%203.62q-.241-.148-.51-.255l-.015-.006l-4.953-1.84c-1.53-.616-1.483-2.82.072-3.369z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M22.562%205.641c.902-2.596-1.576-5.119-4.182-4.2L3.445%206.706C.578%207.716.5%2011.762%203.324%2012.885l.016.006l4.953%201.84c.462.187.827.56%201.005%201.033l1.924%204.86c1.086%202.876%205.152%202.821%206.162-.084zm-3.683-2.785c1.395-.492%202.764.859%202.266%202.293l-5.178%2014.899c-.55%201.582-2.754%201.61-3.343.042L10.7%2015.23a3.3%203.3%200%200%200-.288-.581l3.618-3.619a.75.75%200%201%200-1.06-1.06l-3.621%203.62q-.241-.148-.51-.255l-.015-.006l-4.953-1.84c-1.53-.616-1.483-2.82.072-3.369z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/send.svg?color=%231a73e8&size=48