Send Icon
Free SVG icon from the IconaMoon 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/309101.svg" alt="Send icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309101.svg" alt="Send icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309101.svg" alt="Send icon" :width="24" :height="24" />
CSS background
.icon-send {
background-image: url('https://proicons.com/icon/309101.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M4.99988 12L4.39577 6.56299C4.22284 5.0067 5.82456 3.86433 7.2397 4.53465L19.1841 10.1925C20.7092 10.9149 20.7092 13.0851 19.1841 13.8075L7.23971 19.4653C5.82457 20.1357 4.22284 18.9933 4.39577 17.437L4.99988 12ZM4.99988 12H11.9999" stroke="#292929" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Send in other icon packs
Copied!