copilot dot icon
copilot-dot from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- copilot-dot
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
Use the copilot dot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.99 7.29l-.03-.21c-.01-.06-.03-.13-.04-.2c-.3.07-.6.12-.92.12c-.62 0-1.2-.15-1.72-.4c-.08 0-.15.01-.24.01c-.81 0-1.26-.22-1.54-.51c-.3-.31-.49-.78-.58-1.46c-.09-.67-.01-1.08.11-1.33C9.03 3.21 9 3.1 9 3c0-.53.11-1.02.29-1.48c-.46.11-.86.32-1.17.65c-.04.04-.09.1-.13.15c-.04-.05-.08-.1-.13-.15c-.64-.69-1.63-.85-2.76-.72c-1.15.13-2.01.49-2.55 1.18c-.53.67-.65 1.51-.65 2.33c0 .53.05 1.07.24 1.55c-.06.21-.09.4-.12.57c-.01.08-.02.14-.03.21C1.13 7.65.58 8.64.5 9.23v1.83c.12.79 3.14 3.53 7.5 3.53s7.5-2.84 7.5-3.56V9.27l-.02-.02c-.06-.58-.62-1.6-1.49-1.96M3.65 3.52c.22-.28.65-.55 1.61-.66c.98-.11 1.4.09 1.58.28c.2.2.34.63.23 1.51c-.09.68-.28 1.16-.58 1.46c-.28.29-.74.51-1.54.51c-.86 0-1.2-.19-1.35-.36c-.17-.19-.29-.55-.29-1.29H3.3c0-.71.12-1.16.35-1.45m9.04 8.32c-.39.3-2.55 1.34-4.69 1.34s-4.3-1.04-4.69-1.34V7.85l.02-.11c.46.19 1.01.27 1.62.27c1.07 0 1.93-.31 2.54-.93c.2-.21.37-.45.51-.7c.14.26.31.49.51.7c.61.62 1.47.93 2.54.93c.61 0 1.16-.07 1.62-.27l.02.11zM7.06 9.66v1.41c0 .39-.31.7-.7.7s-.7-.31-.7-.7V9.66c0-.39.31-.7.7-.7s.7.31.7.7m3.28 0v1.41c0 .39-.31.7-.7.7s-.7-.31-.7-.7V9.66c0-.39.31-.7.7-.7s.7.31.7.7M10 3c0-1.66 1.34-3 3-3s3 1.34 3 3s-1.34 3-3 3s-3-1.34-3-3"/></svg>
React
import type { SVGProps } from "react";
export function CodiconCopilotDot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.99 7.29l-.03-.21c-.01-.06-.03-.13-.04-.2c-.3.07-.6.12-.92.12c-.62 0-1.2-.15-1.72-.4c-.08 0-.15.01-.24.01c-.81 0-1.26-.22-1.54-.51c-.3-.31-.49-.78-.58-1.46c-.09-.67-.01-1.08.11-1.33C9.03 3.21 9 3.1 9 3c0-.53.11-1.02.29-1.48c-.46.11-.86.32-1.17.65c-.04.04-.09.1-.13.15c-.04-.05-.08-.1-.13-.15c-.64-.69-1.63-.85-2.76-.72c-1.15.13-2.01.49-2.55 1.18c-.53.67-.65 1.51-.65 2.33c0 .53.05 1.07.24 1.55c-.06.21-.09.4-.12.57c-.01.08-.02.14-.03.21C1.13 7.65.58 8.64.5 9.23v1.83c.12.79 3.14 3.53 7.5 3.53s7.5-2.84 7.5-3.56V9.27l-.02-.02c-.06-.58-.62-1.6-1.49-1.96M3.65 3.52c.22-.28.65-.55 1.61-.66c.98-.11 1.4.09 1.58.28c.2.2.34.63.23 1.51c-.09.68-.28 1.16-.58 1.46c-.28.29-.74.51-1.54.51c-.86 0-1.2-.19-1.35-.36c-.17-.19-.29-.55-.29-1.29H3.3c0-.71.12-1.16.35-1.45m9.04 8.32c-.39.3-2.55 1.34-4.69 1.34s-4.3-1.04-4.69-1.34V7.85l.02-.11c.46.19 1.01.27 1.62.27c1.07 0 1.93-.31 2.54-.93c.2-.21.37-.45.51-.7c.14.26.31.49.51.7c.61.62 1.47.93 2.54.93c.61 0 1.16-.07 1.62-.27l.02.11zM7.06 9.66v1.41c0 .39-.31.7-.7.7s-.7-.31-.7-.7V9.66c0-.39.31-.7.7-.7s.7.31.7.7m3.28 0v1.41c0 .39-.31.7-.7.7s-.7-.31-.7-.7V9.66c0-.39.31-.7.7-.7s.7.31.7.7M10 3c0-1.66 1.34-3 3-3s3 1.34 3 3s-1.34 3-3 3s-3-1.34-3-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.99 7.29l-.03-.21c-.01-.06-.03-.13-.04-.2c-.3.07-.6.12-.92.12c-.62 0-1.2-.15-1.72-.4c-.08 0-.15.01-.24.01c-.81 0-1.26-.22-1.54-.51c-.3-.31-.49-.78-.58-1.46c-.09-.67-.01-1.08.11-1.33C9.03 3.21 9 3.1 9 3c0-.53.11-1.02.29-1.48c-.46.11-.86.32-1.17.65c-.04.04-.09.1-.13.15c-.04-.05-.08-.1-.13-.15c-.64-.69-1.63-.85-2.76-.72c-1.15.13-2.01.49-2.55 1.18c-.53.67-.65 1.51-.65 2.33c0 .53.05 1.07.24 1.55c-.06.21-.09.4-.12.57c-.01.08-.02.14-.03.21C1.13 7.65.58 8.64.5 9.23v1.83c.12.79 3.14 3.53 7.5 3.53s7.5-2.84 7.5-3.56V9.27l-.02-.02c-.06-.58-.62-1.6-1.49-1.96M3.65 3.52c.22-.28.65-.55 1.61-.66c.98-.11 1.4.09 1.58.28c.2.2.34.63.23 1.51c-.09.68-.28 1.16-.58 1.46c-.28.29-.74.51-1.54.51c-.86 0-1.2-.19-1.35-.36c-.17-.19-.29-.55-.29-1.29H3.3c0-.71.12-1.16.35-1.45m9.04 8.32c-.39.3-2.55 1.34-4.69 1.34s-4.3-1.04-4.69-1.34V7.85l.02-.11c.46.19 1.01.27 1.62.27c1.07 0 1.93-.31 2.54-.93c.2-.21.37-.45.51-.7c.14.26.31.49.51.7c.61.62 1.47.93 2.54.93c.61 0 1.16-.07 1.62-.27l.02.11zM7.06 9.66v1.41c0 .39-.31.7-.7.7s-.7-.31-.7-.7V9.66c0-.39.31-.7.7-.7s.7.31.7.7m3.28 0v1.41c0 .39-.31.7-.7.7s-.7-.31-.7-.7V9.66c0-.39.31-.7.7-.7s.7.31.7.7M10 3c0-1.66 1.34-3 3-3s3 1.34 3 3s-1.34 3-3 3s-3-1.34-3-3"/></svg> </template>
CSS
.icon-copilot-dot {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.99%207.29l-.03-.21c-.01-.06-.03-.13-.04-.2c-.3.07-.6.12-.92.12c-.62%200-1.2-.15-1.72-.4c-.08%200-.15.01-.24.01c-.81%200-1.26-.22-1.54-.51c-.3-.31-.49-.78-.58-1.46c-.09-.67-.01-1.08.11-1.33C9.03%203.21%209%203.1%209%203c0-.53.11-1.02.29-1.48c-.46.11-.86.32-1.17.65c-.04.04-.09.1-.13.15c-.04-.05-.08-.1-.13-.15c-.64-.69-1.63-.85-2.76-.72c-1.15.13-2.01.49-2.55%201.18c-.53.67-.65%201.51-.65%202.33c0%20.53.05%201.07.24%201.55c-.06.21-.09.4-.12.57c-.01.08-.02.14-.03.21C1.13%207.65.58%208.64.5%209.23v1.83c.12.79%203.14%203.53%207.5%203.53s7.5-2.84%207.5-3.56V9.27l-.02-.02c-.06-.58-.62-1.6-1.49-1.96M3.65%203.52c.22-.28.65-.55%201.61-.66c.98-.11%201.4.09%201.58.28c.2.2.34.63.23%201.51c-.09.68-.28%201.16-.58%201.46c-.28.29-.74.51-1.54.51c-.86%200-1.2-.19-1.35-.36c-.17-.19-.29-.55-.29-1.29H3.3c0-.71.12-1.16.35-1.45m9.04%208.32c-.39.3-2.55%201.34-4.69%201.34s-4.3-1.04-4.69-1.34V7.85l.02-.11c.46.19%201.01.27%201.62.27c1.07%200%201.93-.31%202.54-.93c.2-.21.37-.45.51-.7c.14.26.31.49.51.7c.61.62%201.47.93%202.54.93c.61%200%201.16-.07%201.62-.27l.02.11zM7.06%209.66v1.41c0%20.39-.31.7-.7.7s-.7-.31-.7-.7V9.66c0-.39.31-.7.7-.7s.7.31.7.7m3.28%200v1.41c0%20.39-.31.7-.7.7s-.7-.31-.7-.7V9.66c0-.39.31-.7.7-.7s.7.31.7.7M10%203c0-1.66%201.34-3%203-3s3%201.34%203%203s-1.34%203-3%203s-3-1.34-3-3%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.99%207.29l-.03-.21c-.01-.06-.03-.13-.04-.2c-.3.07-.6.12-.92.12c-.62%200-1.2-.15-1.72-.4c-.08%200-.15.01-.24.01c-.81%200-1.26-.22-1.54-.51c-.3-.31-.49-.78-.58-1.46c-.09-.67-.01-1.08.11-1.33C9.03%203.21%209%203.1%209%203c0-.53.11-1.02.29-1.48c-.46.11-.86.32-1.17.65c-.04.04-.09.1-.13.15c-.04-.05-.08-.1-.13-.15c-.64-.69-1.63-.85-2.76-.72c-1.15.13-2.01.49-2.55%201.18c-.53.67-.65%201.51-.65%202.33c0%20.53.05%201.07.24%201.55c-.06.21-.09.4-.12.57c-.01.08-.02.14-.03.21C1.13%207.65.58%208.64.5%209.23v1.83c.12.79%203.14%203.53%207.5%203.53s7.5-2.84%207.5-3.56V9.27l-.02-.02c-.06-.58-.62-1.6-1.49-1.96M3.65%203.52c.22-.28.65-.55%201.61-.66c.98-.11%201.4.09%201.58.28c.2.2.34.63.23%201.51c-.09.68-.28%201.16-.58%201.46c-.28.29-.74.51-1.54.51c-.86%200-1.2-.19-1.35-.36c-.17-.19-.29-.55-.29-1.29H3.3c0-.71.12-1.16.35-1.45m9.04%208.32c-.39.3-2.55%201.34-4.69%201.34s-4.3-1.04-4.69-1.34V7.85l.02-.11c.46.19%201.01.27%201.62.27c1.07%200%201.93-.31%202.54-.93c.2-.21.37-.45.51-.7c.14.26.31.49.51.7c.61.62%201.47.93%202.54.93c.61%200%201.16-.07%201.62-.27l.02.11zM7.06%209.66v1.41c0%20.39-.31.7-.7.7s-.7-.31-.7-.7V9.66c0-.39.31-.7.7-.7s.7.31.7.7m3.28%200v1.41c0%20.39-.31.7-.7.7s-.7-.31-.7-.7V9.66c0-.39.31-.7.7-.7s.7.31.7.7M10%203c0-1.66%201.34-3%203-3s3%201.34%203%203s-1.34%203-3%203s-3-1.34-3-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/copilot-dot.svg?color=%231a73e8&size=48