Send Icon
Free SVG icon from the VS Code Codicons 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/307399.svg" alt="Send icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307399.svg" alt="Send icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307399.svg" alt="Send icon" :width="24" :height="24" />
CSS background
.icon-send {
background-image: url('https://proicons.com/icon/307399.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M1.17683 1.11898C1.32953 0.989634 1.54464 0.963786 1.72363 1.05328L14.7236 7.55328C14.893 7.63797 15 7.8111 15 8.00049C15 8.18987 14.893 8.36301 14.7236 8.4477L1.72363 14.9477C1.54464 15.0372 1.32953 15.0113 1.17683 14.882C1.02414 14.7526 0.96328 14.5447 1.02213 14.3534L2.97688 8.00049L1.02213 1.64754C0.96328 1.45627 1.02414 1.24833 1.17683 1.11898ZM3.8693 8.50049L2.32155 13.5307L13.382 8.00049L2.32155 2.47027L3.8693 7.50049H9.50001C9.77615 7.50049 10 7.72435 10 8.00049C10 8.27663 9.77615 8.50049 9.50001 8.50049H3.8693Z"/></svg>
Send in other icon packs
Copied!