Send To Remote Agent Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Send To Remote Agent 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/307398.svg" alt="Send To Remote Agent icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307398.svg" alt="Send To Remote Agent icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307398.svg" alt="Send To Remote Agent icon" :width="24" :height="24" />
CSS background
.icon-send-to-remote-agent {
background-image: url('https://proicons.com/icon/307398.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="M7.50098 7C7.57684 7 7.65374 7.01689 7.72363 7.05176L15.7236 11.0518C15.8926 11.1368 16 11.31 16 11.499C16 11.688 15.8926 11.8613 15.7236 11.9463L7.72363 15.9463C7.65275 15.9812 7.57585 15.999 7.5 15.999C7.23201 15.999 7.00001 15.783 7 15.499C7 15.45 7.00844 15.3986 7.02344 15.3496L8.07031 11.999H12.5C12.776 11.999 13 11.775 13 11.499C13 11.223 12.776 10.999 12.5 10.999H8.07031L7.02344 7.64844C7.00744 7.59945 7 7.54902 7 7.49902C7 7.28503 7.16399 7.00001 7.50098 7Z"/><path d="M8 2C10.0419 2 11.7266 3.52993 11.9697 5.50684C13.6617 5.61984 15 7.029 15 8.75C15 9.017 14.9594 9.27348 14.8984 9.52148L13.9688 9.05664C13.9827 8.95575 14 8.85489 14 8.75C14 7.507 12.993 6.5 11.75 6.5H11.5C11.224 6.5 11 6.276 11 6C11 4.343 9.657 3 8 3C6.343 3 5 4.343 5 6C5 6.276 4.776 6.5 4.5 6.5H4.25C3.007 6.5 2 7.507 2 8.75C2 9.993 3.007 11 4.25 11H7V12H4.25C2.455 12 1 10.545 1 8.75C1 7.029 2.33827 5.61984 4.03027 5.50684C4.27336 3.53093 5.95807 2 8 2Z"/></svg>
Copied!