copilot not connected icon
copilot-not-connected from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- copilot-not-connected
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
Use the copilot not connected icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M12.91 9.33c.19 0 .38.07.53.22c.29.29.29.77 0 1.06l-.88.88l.88.88c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.88-.88l-.88.88c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.755.755 0 0 1 0-1.06l.88-.88l-.88-.88a.755.755 0 0 1 0-1.06a.744.744 0 0 1 1.06 0l.88.88l.88-.88c.15-.15.34-.22.53-.22m1.09 2.2l-.025-.025l.025-.025zm-.025-.025l-.005.005v-.01z"/><path fill-rule="evenodd" d="M11.5 7c2.48 0 4.5 2.02 4.5 4.5S13.98 16 11.5 16S7 13.98 7 11.5S9.02 7 11.5 7m0 1C9.57 8 8 9.57 8 11.5S9.57 15 11.5 15s3.5-1.57 3.5-3.5S13.43 8 11.5 8" clip-rule="evenodd"/><path fill-rule="evenodd" d="M8.15 2.17c.64-.69 1.63-.85 2.76-.72c1.15.13 2.01.49 2.55 1.18c.53.67.65 1.51.65 2.33c0 .53-.05 1.07-.24 1.55v.01c-.42-.2-.87-.35-1.35-.44c.11-.21.18-.55.18-1.12c0-.72-.12-1.17-.35-1.46c-.22-.28-.65-.55-1.61-.66c-.98-.11-1.4.09-1.58.28c-.19.2-.34.63-.23 1.51c.09.68.28 1.16.58 1.46c.07.07.14.13.23.19c-.47.16-.92.38-1.33.66c-.15-.17-.3-.35-.41-.56c-.14.26-.31.49-.51.7c-.61.62-1.46.93-2.54.93c-.61 0-1.16-.07-1.62-.27l-.02.11v3.99l.02.01c.28.21 1.47.8 2.9 1.12c.16.55.39 1.07.7 1.54c-3.7-.41-6.29-2.74-6.4-3.45V9.23c.08-.59.64-1.58 1.49-1.94l.03-.21c.03-.17.06-.36.12-.57c-.19-.47-.24-1.01-.24-1.55c0-.82.12-1.66.65-2.33c.54-.69 1.4-1.05 2.55-1.18c1.13-.12 2.12.03 2.76.72c.05.04.09.1.13.15c.04-.05.08-.1.13-.15m-1.3.96c-.18-.19-.6-.39-1.58-.28c-.96.11-1.39.38-1.61.66l.01-.01c-.24.3-.35.71-.35 1.46s.12 1.1.29 1.29c.15.17.48.36 1.35.36c.8 0 1.26-.22 1.54-.51c.3-.31.5-.78.58-1.46c.11-.87-.04-1.3-.23-1.51" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function CodiconCopilotNotConnected(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="M12.91 9.33c.19 0 .38.07.53.22c.29.29.29.77 0 1.06l-.88.88l.88.88c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.88-.88l-.88.88c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.755.755 0 0 1 0-1.06l.88-.88l-.88-.88a.755.755 0 0 1 0-1.06a.744.744 0 0 1 1.06 0l.88.88l.88-.88c.15-.15.34-.22.53-.22m1.09 2.2l-.025-.025l.025-.025zm-.025-.025l-.005.005v-.01z"/><path fillRule="evenodd" d="M11.5 7c2.48 0 4.5 2.02 4.5 4.5S13.98 16 11.5 16S7 13.98 7 11.5S9.02 7 11.5 7m0 1C9.57 8 8 9.57 8 11.5S9.57 15 11.5 15s3.5-1.57 3.5-3.5S13.43 8 11.5 8" clipRule="evenodd"/><path fillRule="evenodd" d="M8.15 2.17c.64-.69 1.63-.85 2.76-.72c1.15.13 2.01.49 2.55 1.18c.53.67.65 1.51.65 2.33c0 .53-.05 1.07-.24 1.55v.01c-.42-.2-.87-.35-1.35-.44c.11-.21.18-.55.18-1.12c0-.72-.12-1.17-.35-1.46c-.22-.28-.65-.55-1.61-.66c-.98-.11-1.4.09-1.58.28c-.19.2-.34.63-.23 1.51c.09.68.28 1.16.58 1.46c.07.07.14.13.23.19c-.47.16-.92.38-1.33.66c-.15-.17-.3-.35-.41-.56c-.14.26-.31.49-.51.7c-.61.62-1.46.93-2.54.93c-.61 0-1.16-.07-1.62-.27l-.02.11v3.99l.02.01c.28.21 1.47.8 2.9 1.12c.16.55.39 1.07.7 1.54c-3.7-.41-6.29-2.74-6.4-3.45V9.23c.08-.59.64-1.58 1.49-1.94l.03-.21c.03-.17.06-.36.12-.57c-.19-.47-.24-1.01-.24-1.55c0-.82.12-1.66.65-2.33c.54-.69 1.4-1.05 2.55-1.18c1.13-.12 2.12.03 2.76.72c.05.04.09.1.13.15c.04-.05.08-.1.13-.15m-1.3.96c-.18-.19-.6-.39-1.58-.28c-.96.11-1.39.38-1.61.66l.01-.01c-.24.3-.35.71-.35 1.46s.12 1.1.29 1.29c.15.17.48.36 1.35.36c.8 0 1.26-.22 1.54-.51c.3-.31.5-.78.58-1.46c.11-.87-.04-1.3-.23-1.51" clipRule="evenodd"/></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="M12.91 9.33c.19 0 .38.07.53.22c.29.29.29.77 0 1.06l-.88.88l.88.88c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.88-.88l-.88.88c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.755.755 0 0 1 0-1.06l.88-.88l-.88-.88a.755.755 0 0 1 0-1.06a.744.744 0 0 1 1.06 0l.88.88l.88-.88c.15-.15.34-.22.53-.22m1.09 2.2l-.025-.025l.025-.025zm-.025-.025l-.005.005v-.01z"/><path fill-rule="evenodd" d="M11.5 7c2.48 0 4.5 2.02 4.5 4.5S13.98 16 11.5 16S7 13.98 7 11.5S9.02 7 11.5 7m0 1C9.57 8 8 9.57 8 11.5S9.57 15 11.5 15s3.5-1.57 3.5-3.5S13.43 8 11.5 8" clip-rule="evenodd"/><path fill-rule="evenodd" d="M8.15 2.17c.64-.69 1.63-.85 2.76-.72c1.15.13 2.01.49 2.55 1.18c.53.67.65 1.51.65 2.33c0 .53-.05 1.07-.24 1.55v.01c-.42-.2-.87-.35-1.35-.44c.11-.21.18-.55.18-1.12c0-.72-.12-1.17-.35-1.46c-.22-.28-.65-.55-1.61-.66c-.98-.11-1.4.09-1.58.28c-.19.2-.34.63-.23 1.51c.09.68.28 1.16.58 1.46c.07.07.14.13.23.19c-.47.16-.92.38-1.33.66c-.15-.17-.3-.35-.41-.56c-.14.26-.31.49-.51.7c-.61.62-1.46.93-2.54.93c-.61 0-1.16-.07-1.62-.27l-.02.11v3.99l.02.01c.28.21 1.47.8 2.9 1.12c.16.55.39 1.07.7 1.54c-3.7-.41-6.29-2.74-6.4-3.45V9.23c.08-.59.64-1.58 1.49-1.94l.03-.21c.03-.17.06-.36.12-.57c-.19-.47-.24-1.01-.24-1.55c0-.82.12-1.66.65-2.33c.54-.69 1.4-1.05 2.55-1.18c1.13-.12 2.12.03 2.76.72c.05.04.09.1.13.15c.04-.05.08-.1.13-.15m-1.3.96c-.18-.19-.6-.39-1.58-.28c-.96.11-1.39.38-1.61.66l.01-.01c-.24.3-.35.71-.35 1.46s.12 1.1.29 1.29c.15.17.48.36 1.35.36c.8 0 1.26-.22 1.54-.51c.3-.31.5-.78.58-1.46c.11-.87-.04-1.3-.23-1.51" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-copilot-not-connected {
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%22M12.91%209.33c.19%200%20.38.07.53.22c.29.29.29.77%200%201.06l-.88.88l.88.88c.29.29.29.77%200%201.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.88-.88l-.88.88c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.755.755%200%200%201%200-1.06l.88-.88l-.88-.88a.755.755%200%200%201%200-1.06a.744.744%200%200%201%201.06%200l.88.88l.88-.88c.15-.15.34-.22.53-.22m1.09%202.2l-.025-.025l.025-.025zm-.025-.025l-.005.005v-.01z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.5%207c2.48%200%204.5%202.02%204.5%204.5S13.98%2016%2011.5%2016S7%2013.98%207%2011.5S9.02%207%2011.5%207m0%201C9.57%208%208%209.57%208%2011.5S9.57%2015%2011.5%2015s3.5-1.57%203.5-3.5S13.43%208%2011.5%208%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.15%202.17c.64-.69%201.63-.85%202.76-.72c1.15.13%202.01.49%202.55%201.18c.53.67.65%201.51.65%202.33c0%20.53-.05%201.07-.24%201.55v.01c-.42-.2-.87-.35-1.35-.44c.11-.21.18-.55.18-1.12c0-.72-.12-1.17-.35-1.46c-.22-.28-.65-.55-1.61-.66c-.98-.11-1.4.09-1.58.28c-.19.2-.34.63-.23%201.51c.09.68.28%201.16.58%201.46c.07.07.14.13.23.19c-.47.16-.92.38-1.33.66c-.15-.17-.3-.35-.41-.56c-.14.26-.31.49-.51.7c-.61.62-1.46.93-2.54.93c-.61%200-1.16-.07-1.62-.27l-.02.11v3.99l.02.01c.28.21%201.47.8%202.9%201.12c.16.55.39%201.07.7%201.54c-3.7-.41-6.29-2.74-6.4-3.45V9.23c.08-.59.64-1.58%201.49-1.94l.03-.21c.03-.17.06-.36.12-.57c-.19-.47-.24-1.01-.24-1.55c0-.82.12-1.66.65-2.33c.54-.69%201.4-1.05%202.55-1.18c1.13-.12%202.12.03%202.76.72c.05.04.09.1.13.15c.04-.05.08-.1.13-.15m-1.3.96c-.18-.19-.6-.39-1.58-.28c-.96.11-1.39.38-1.61.66l.01-.01c-.24.3-.35.71-.35%201.46s.12%201.1.29%201.29c.15.17.48.36%201.35.36c.8%200%201.26-.22%201.54-.51c.3-.31.5-.78.58-1.46c.11-.87-.04-1.3-.23-1.51%22%20clip-rule%3D%22evenodd%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%22M12.91%209.33c.19%200%20.38.07.53.22c.29.29.29.77%200%201.06l-.88.88l.88.88c.29.29.29.77%200%201.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.88-.88l-.88.88c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.755.755%200%200%201%200-1.06l.88-.88l-.88-.88a.755.755%200%200%201%200-1.06a.744.744%200%200%201%201.06%200l.88.88l.88-.88c.15-.15.34-.22.53-.22m1.09%202.2l-.025-.025l.025-.025zm-.025-.025l-.005.005v-.01z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.5%207c2.48%200%204.5%202.02%204.5%204.5S13.98%2016%2011.5%2016S7%2013.98%207%2011.5S9.02%207%2011.5%207m0%201C9.57%208%208%209.57%208%2011.5S9.57%2015%2011.5%2015s3.5-1.57%203.5-3.5S13.43%208%2011.5%208%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.15%202.17c.64-.69%201.63-.85%202.76-.72c1.15.13%202.01.49%202.55%201.18c.53.67.65%201.51.65%202.33c0%20.53-.05%201.07-.24%201.55v.01c-.42-.2-.87-.35-1.35-.44c.11-.21.18-.55.18-1.12c0-.72-.12-1.17-.35-1.46c-.22-.28-.65-.55-1.61-.66c-.98-.11-1.4.09-1.58.28c-.19.2-.34.63-.23%201.51c.09.68.28%201.16.58%201.46c.07.07.14.13.23.19c-.47.16-.92.38-1.33.66c-.15-.17-.3-.35-.41-.56c-.14.26-.31.49-.51.7c-.61.62-1.46.93-2.54.93c-.61%200-1.16-.07-1.62-.27l-.02.11v3.99l.02.01c.28.21%201.47.8%202.9%201.12c.16.55.39%201.07.7%201.54c-3.7-.41-6.29-2.74-6.4-3.45V9.23c.08-.59.64-1.58%201.49-1.94l.03-.21c.03-.17.06-.36.12-.57c-.19-.47-.24-1.01-.24-1.55c0-.82.12-1.66.65-2.33c.54-.69%201.4-1.05%202.55-1.18c1.13-.12%202.12.03%202.76.72c.05.04.09.1.13.15c.04-.05.08-.1.13-.15m-1.3.96c-.18-.19-.6-.39-1.58-.28c-.96.11-1.39.38-1.61.66l.01-.01c-.24.3-.35.71-.35%201.46s.12%201.1.29%201.29c.15.17.48.36%201.35.36c.8%200%201.26-.22%201.54-.51c.3-.31.5-.78.58-1.46c.11-.87-.04-1.3-.23-1.51%22%20clip-rule%3D%22evenodd%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/copilot-not-connected.svg?color=%231a73e8&size=48