Agent Detached Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Agent Detached icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/316975.svg" alt="Agent Detached icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316975.svg" alt="Agent Detached icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316975.svg" alt="Agent Detached icon" :width="24" :height="24" />
CSS background
.icon-agent-detached {
background-image: url('https://proicons.com/icon/316975.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1.1" viewBox="0 0 32 32">
<!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) -->
<defs>
<style>
.st0 {
fill: none;
}
</style>
</defs>
<g id="__x3C_artwork_x3E_">
<path d="M28,13c-1.3019,0-2.4016.8384-2.8157,2h-4.4608c-.0863-.1484-.1849-.29-.3094-.4146l-.7928-.7925,3.0935-3.0938c.3911.1875.8235.3008,1.2852.3008,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.4619.1135.894.3006,1.2852l-3.0936,3.0938-.793-.793c-.1256-.126-.267-.2236-.4141-.3091v-4.4609c1.1615-.4146,2-1.5142,2-2.8159,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,1.3018.8385,2.4014,2,2.8154v4.4614c-.147.0854-.2885.1831-.4141.3091l-.7932.793-3.0934-3.0938c.1871-.3906.3006-.8232.3006-1.2852,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3,1.3457,3,3,3c.4617,0,.8942-.1133,1.2853-.3008l3.0934,3.0938-.7927.7925c-.1245.1245-.2231.2661-.3094.4146h-4.4608c-.4141-1.1616-1.5138-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.3019,0,2.4016-.8384,2.8157-2h4.4609c.0862.1479.1849.2896.3093.4141l3,3c.1256.1255.267.2236.4141.3091v4.4609c-1.1615.4146-2,1.5142-2,2.8159,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-1.3018-.8385-2.4014-2-2.8159v-4.4609c.147-.0854.2885-.1836.4141-.3091l.793-.793,3.0936,3.0938c-.1871.3911-.3007.8232-.3007,1.2852,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.4617,0-.8942.1133-1.2853.3008l-3.0936-3.0938.7929-.793c.1245-.1245.2231-.2661.3093-.4141h4.4609c.4141,1.1616,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3h.0002ZM24,7c.5515,0,1,.4482,1,1s-.4485,1-1,1-1-.4482-1-1,.4485-1,1-1ZM7,8c0-.5518.4485-1,1-1s1,.4482,1,1-.4485,1-1,1-1-.4482-1-1ZM25,24c0,.5518-.4485,1-1,1s-1-.4482-1-1,.4485-1,1-1,1,.4482,1,1ZM16,3c.5515,0,1,.4482,1,1s-.4485,1-1,1-1-.4482-1-1,.4485-1,1-1ZM4,17c-.5515,0-1-.4482-1-1s.4485-1,1-1,1,.4482,1,1-.4485,1-1,1ZM16,29c-.5515,0-1-.4482-1-1s.4485-1,1-1,1,.4482,1,1-.4485,1-1,1ZM16,18.9995l-3-2.9995,3-3,3,3-3,2.9995ZM28,17c-.5515,0-1-.4482-1-1s.4485-1,1-1,1,.4482,1,1-.4485,1-1,1Z"/>
<polygon points="4 21 4 23 7.5897 23 2.293 28.2925 3.707 29.7075 9 24.4185 9 28 11 28 11 23 11 21 9 21 4 21"/>
</g>
<rect id="__x3C_Transparent_Rectangle_x3E_" class="st0" width="32" height="32"/>
</svg>
Copied!