Send Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Send Svg 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/308797.svg" alt="Send Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308797.svg" alt="Send Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308797.svg" alt="Send Svg icon" :width="24" :height="24" />
CSS background
.icon-send---svg {
background-image: url('https://proicons.com/icon/308797.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 fill-rule="evenodd" clip-rule="evenodd" d="M3.40212 6.67343C3.14274 4.33899 5.54532 2.62543 7.66803 3.63092L19.6124 9.28879C21.9001 10.3724 21.9001 13.6276 19.6124 14.7112L7.66803 20.3691C5.54532 21.3746 3.14274 19.661 3.40212 17.3266L3.88285 13H12C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11H3.88285L3.40212 6.67343Z" fill="#292929"/> </svg>
Copied!