send-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.

Name
send-solid
Set
Dither Icons
Style
Solid
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

The same icon in other sets

All send icons →

Use the send icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M3.25 10.65 20 4 9.45 13.45 3.25 11.1q-.45-.2 0-.45Z" opacity=".78"/><path fill-rule="evenodd" d="M10 14 20 4 13.55 20.6q-.2.5-.45 0Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".45" d="M10 14 20 4" opacity=".45"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M11.5 12.5l5.5-5.5" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M4.3 14.7l-1.4 1.4" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M7.3 18l-1.25 1.25" opacity="0"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherSendSolid(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 fillRule="evenodd" d="M3.25 10.65 20 4 9.45 13.45 3.25 11.1q-.45-.2 0-.45Z" opacity=".78"/><path fillRule="evenodd" d="M10 14 20 4 13.55 20.6q-.2.5-.45 0Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".45" d="M10 14 20 4" opacity=".45"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M11.5 12.5l5.5-5.5" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".65" d="M4.3 14.7l-1.4 1.4" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".55" d="M7.3 18l-1.25 1.25" opacity="0"/></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 fill-rule="evenodd" d="M3.25 10.65 20 4 9.45 13.45 3.25 11.1q-.45-.2 0-.45Z" opacity=".78"/><path fill-rule="evenodd" d="M10 14 20 4 13.55 20.6q-.2.5-.45 0Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".45" d="M10 14 20 4" opacity=".45"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M11.5 12.5l5.5-5.5" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M4.3 14.7l-1.4 1.4" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M7.3 18l-1.25 1.25" opacity="0"/></g></svg>
</template>

CSS

.icon-send-solid {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.25%2010.65%2020%204%209.45%2013.45%203.25%2011.1q-.45-.2%200-.45Z%22%20opacity%3D%22.78%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2014%2020%204%2013.55%2020.6q-.2.5-.45%200Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.45%22%20d%3D%22M10%2014%2020%204%22%20opacity%3D%22.45%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M11.5%2012.5l5.5-5.5%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M4.3%2014.7l-1.4%201.4%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M7.3%2018l-1.25%201.25%22%20opacity%3D%220%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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.25%2010.65%2020%204%209.45%2013.45%203.25%2011.1q-.45-.2%200-.45Z%22%20opacity%3D%22.78%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2014%2020%204%2013.55%2020.6q-.2.5-.45%200Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.45%22%20d%3D%22M10%2014%2020%204%22%20opacity%3D%22.45%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M11.5%2012.5l5.5-5.5%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M4.3%2014.7l-1.4%201.4%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M7.3%2018l-1.25%201.25%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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