Send Icon
Free SVG icon from the Pixelarticons collection. Download or copy for use in any project.
The Send icon is commonly used in chat applications, email composers and form submit buttons. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/313163.svg" alt="Send icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313163.svg" alt="Send icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313163.svg" alt="Send icon" :width="24" :height="24" />
CSS background
.icon-send {
background-image: url('https://proicons.com/icon/313163.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"> <path d="M4 19h4v2H2v-8h2v6Zm8 0H8v-2h4v2Zm4-2h-4v-2h4v2Zm4-2h-4v-2h4v2Zm-10-2H4v-2h6v2Zm12 0h-2v-2h2v2ZM8 5H4v6H2V3h6v2Zm12 6h-4V9h4v2Zm-4-2h-4V7h4v2Zm-4-2H8V5h4v2Z"/> </svg>
Send in other icon packs
Copied!