send to remote agent icon
send-to-remote-agent from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- send-to-remote-agent
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Use the send to remote agent icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M7.501 7a.5.5 0 0 1 .223.052l8 4a.501.501 0 0 1 0 .894l-8 4a.5.5 0 0 1-.7-.597L8.07 12h4.43a.5.5 0 0 0 0-1H8.07L7.023 7.65A.498.498 0 0 1 7.501 7"/><path d="M8 2a4 4 0 0 1 3.97 3.507A3.25 3.25 0 0 1 15 8.75c0 .267-.04.523-.102.771l-.93-.464c.015-.101.032-.202.032-.307a2.25 2.25 0 0 0-2.25-2.25h-.25A.5.5 0 0 1 11 6a3 3 0 1 0-6 0a.5.5 0 0 1-.5.5h-.25a2.25 2.25 0 1 0 0 4.5H7v1H4.25a3.25 3.25 0 0 1-.22-6.493A4 4 0 0 1 8 2"/></g></svg>
React
import type { SVGProps } from "react";
export function CodiconSendToRemoteAgent(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M7.501 7a.5.5 0 0 1 .223.052l8 4a.501.501 0 0 1 0 .894l-8 4a.5.5 0 0 1-.7-.597L8.07 12h4.43a.5.5 0 0 0 0-1H8.07L7.023 7.65A.498.498 0 0 1 7.501 7"/><path d="M8 2a4 4 0 0 1 3.97 3.507A3.25 3.25 0 0 1 15 8.75c0 .267-.04.523-.102.771l-.93-.464c.015-.101.032-.202.032-.307a2.25 2.25 0 0 0-2.25-2.25h-.25A.5.5 0 0 1 11 6a3 3 0 1 0-6 0a.5.5 0 0 1-.5.5h-.25a2.25 2.25 0 1 0 0 4.5H7v1H4.25a3.25 3.25 0 0 1-.22-6.493A4 4 0 0 1 8 2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M7.501 7a.5.5 0 0 1 .223.052l8 4a.501.501 0 0 1 0 .894l-8 4a.5.5 0 0 1-.7-.597L8.07 12h4.43a.5.5 0 0 0 0-1H8.07L7.023 7.65A.498.498 0 0 1 7.501 7"/><path d="M8 2a4 4 0 0 1 3.97 3.507A3.25 3.25 0 0 1 15 8.75c0 .267-.04.523-.102.771l-.93-.464c.015-.101.032-.202.032-.307a2.25 2.25 0 0 0-2.25-2.25h-.25A.5.5 0 0 1 11 6a3 3 0 1 0-6 0a.5.5 0 0 1-.5.5h-.25a2.25 2.25 0 1 0 0 4.5H7v1H4.25a3.25 3.25 0 0 1-.22-6.493A4 4 0 0 1 8 2"/></g></svg> </template>
CSS
.icon-send-to-remote-agent {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.501%207a.5.5%200%200%201%20.223.052l8%204a.501.501%200%200%201%200%20.894l-8%204a.5.5%200%200%201-.7-.597L8.07%2012h4.43a.5.5%200%200%200%200-1H8.07L7.023%207.65A.498.498%200%200%201%207.501%207%22%2F%3E%3Cpath%20d%3D%22M8%202a4%204%200%200%201%203.97%203.507A3.25%203.25%200%200%201%2015%208.75c0%20.267-.04.523-.102.771l-.93-.464c.015-.101.032-.202.032-.307a2.25%202.25%200%200%200-2.25-2.25h-.25A.5.5%200%200%201%2011%206a3%203%200%201%200-6%200a.5.5%200%200%201-.5.5h-.25a2.25%202.25%200%201%200%200%204.5H7v1H4.25a3.25%203.25%200%200%201-.22-6.493A4%204%200%200%201%208%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.501%207a.5.5%200%200%201%20.223.052l8%204a.501.501%200%200%201%200%20.894l-8%204a.5.5%200%200%201-.7-.597L8.07%2012h4.43a.5.5%200%200%200%200-1H8.07L7.023%207.65A.498.498%200%200%201%207.501%207%22%2F%3E%3Cpath%20d%3D%22M8%202a4%204%200%200%201%203.97%203.507A3.25%203.25%200%200%201%2015%208.75c0%20.267-.04.523-.102.771l-.93-.464c.015-.101.032-.202.032-.307a2.25%202.25%200%200%200-2.25-2.25h-.25A.5.5%200%200%201%2011%206a3%203%200%201%200-6%200a.5.5%200%200%201-.5.5h-.25a2.25%202.25%200%201%200%200%204.5H7v1H4.25a3.25%203.25%200%200%201-.22-6.493A4%204%200%200%201%208%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/send-to-remote-agent.svg?color=%231a73e8&size=48