copilot warning large icon
copilot-warning-large from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- copilot-warning-large
- Set
- Codicons
- Style
- Regular
- Viewbox
- 50×50
- License
- CC BY 4.0
Related icons in Codicons
Use the copilot warning large icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 50 50"><g fill="currentColor"><path d="M20 29.52a2 2 0 0 0-2 2v4.12c.04 1.1.96 1.97 2.07 1.94A2 2 0 0 0 22 35.51v-3.99c0-1.11-.89-2-2-2"/><path d="M38 24c2.47 0 4.8.65 6.82 1.79c0 0 .01 0 .02.01c-.33-.83-.77-1.94-1.19-2.79c-.34-.85-.83-2.1-1.29-3.03c.08-.7.1-1.43.1-2.17c0-2.66-.56-4.99-2.26-6.73c-.79-.81-1.78-1.43-2.94-1.9C34.46 6.91 30.39 5 24.94 5S15.5 6.91 12.71 9.18c-1.17.47-2.16 1.09-2.95 1.9c-1.7 1.74-2.26 4.07-2.26 6.73c-.01.73.03 1.45.1 2.17c-.46.93-.95 2.18-1.28 3.03c-2.52.73-4.47 3.44-5.21 5.31c-.06.16-.1.33-.11.5v5.61c.01.2.06.4.16.57c1.72 2.99 11.71 10.04 23.82 10.04c.31 0 .61-.02.92-.03c-.55-.94-.99-1.94-1.31-3c-6.8-.1-12.78-2.81-15.59-4.34V24.51l.19-.21c.06.07.11.14.17.21c1.59 1.8 4.11 2.52 7.56 2.52c3.18 0 5.47-1.09 7.01-2.98c.26-.32.5-.66.71-1.02h.69a8 8 0 0 0 .7 1.02c.98 1.2 2.26 2.07 3.87 2.55c2.29-1.63 5.08-2.6 8.1-2.6m-14.52-8.62c0 .6-.04 1.2-.12 1.79c-.27 2.11-.81 3.82-1.76 4.99c-.88 1.08-2.26 1.87-4.68 1.87c-3.14 0-4.58-.67-5.31-1.5c-.77-.87-1.11-2.3-1.11-4.72c0-2.28.48-3.69 1.4-4.63c.96-.98 2.64-1.72 5.65-2.05c2.97-.32 4.38.28 5.06 1.06c.53.61.87 1.61.87 3.15zm4.88 6.78c-.95-1.17-1.48-2.88-1.75-4.99c-.09-.66-.13-1.26-.13-1.79v-.04c0-1.54.34-2.54.87-3.15c.69-.78 2.1-1.38 5.06-1.06c3.01.33 4.69 1.07 5.65 2.05c.92.94 1.41 2.35 1.41 4.63c0 2.42-.35 3.85-1.12 4.72c-.73.83-2.16 1.5-5.31 1.5c-2.42 0-3.8-.79-4.68-1.87"/><path d="M38 27c-6.075 0-11 4.926-11 11c0 6.075 4.925 11 11 11s11-4.925 11-11c0-6.074-4.925-11-11-11m-1 5a1 1 0 0 1 2 0v8a1 1 0 0 1-2 0zm1 13.25a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m6.84-19.45c-.01-.01-.02-.01-.02-.01l-1.17-2.78c.42.85.86 1.96 1.19 2.79"/></g></svg>
React
import type { SVGProps } from "react";
export function CodiconCopilotWarningLarge(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 50 50"><g fill="currentColor"><path d="M20 29.52a2 2 0 0 0-2 2v4.12c.04 1.1.96 1.97 2.07 1.94A2 2 0 0 0 22 35.51v-3.99c0-1.11-.89-2-2-2"/><path d="M38 24c2.47 0 4.8.65 6.82 1.79c0 0 .01 0 .02.01c-.33-.83-.77-1.94-1.19-2.79c-.34-.85-.83-2.1-1.29-3.03c.08-.7.1-1.43.1-2.17c0-2.66-.56-4.99-2.26-6.73c-.79-.81-1.78-1.43-2.94-1.9C34.46 6.91 30.39 5 24.94 5S15.5 6.91 12.71 9.18c-1.17.47-2.16 1.09-2.95 1.9c-1.7 1.74-2.26 4.07-2.26 6.73c-.01.73.03 1.45.1 2.17c-.46.93-.95 2.18-1.28 3.03c-2.52.73-4.47 3.44-5.21 5.31c-.06.16-.1.33-.11.5v5.61c.01.2.06.4.16.57c1.72 2.99 11.71 10.04 23.82 10.04c.31 0 .61-.02.92-.03c-.55-.94-.99-1.94-1.31-3c-6.8-.1-12.78-2.81-15.59-4.34V24.51l.19-.21c.06.07.11.14.17.21c1.59 1.8 4.11 2.52 7.56 2.52c3.18 0 5.47-1.09 7.01-2.98c.26-.32.5-.66.71-1.02h.69a8 8 0 0 0 .7 1.02c.98 1.2 2.26 2.07 3.87 2.55c2.29-1.63 5.08-2.6 8.1-2.6m-14.52-8.62c0 .6-.04 1.2-.12 1.79c-.27 2.11-.81 3.82-1.76 4.99c-.88 1.08-2.26 1.87-4.68 1.87c-3.14 0-4.58-.67-5.31-1.5c-.77-.87-1.11-2.3-1.11-4.72c0-2.28.48-3.69 1.4-4.63c.96-.98 2.64-1.72 5.65-2.05c2.97-.32 4.38.28 5.06 1.06c.53.61.87 1.61.87 3.15zm4.88 6.78c-.95-1.17-1.48-2.88-1.75-4.99c-.09-.66-.13-1.26-.13-1.79v-.04c0-1.54.34-2.54.87-3.15c.69-.78 2.1-1.38 5.06-1.06c3.01.33 4.69 1.07 5.65 2.05c.92.94 1.41 2.35 1.41 4.63c0 2.42-.35 3.85-1.12 4.72c-.73.83-2.16 1.5-5.31 1.5c-2.42 0-3.8-.79-4.68-1.87"/><path d="M38 27c-6.075 0-11 4.926-11 11c0 6.075 4.925 11 11 11s11-4.925 11-11c0-6.074-4.925-11-11-11m-1 5a1 1 0 0 1 2 0v8a1 1 0 0 1-2 0zm1 13.25a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m6.84-19.45c-.01-.01-.02-.01-.02-.01l-1.17-2.78c.42.85.86 1.96 1.19 2.79"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 50 50"><g fill="currentColor"><path d="M20 29.52a2 2 0 0 0-2 2v4.12c.04 1.1.96 1.97 2.07 1.94A2 2 0 0 0 22 35.51v-3.99c0-1.11-.89-2-2-2"/><path d="M38 24c2.47 0 4.8.65 6.82 1.79c0 0 .01 0 .02.01c-.33-.83-.77-1.94-1.19-2.79c-.34-.85-.83-2.1-1.29-3.03c.08-.7.1-1.43.1-2.17c0-2.66-.56-4.99-2.26-6.73c-.79-.81-1.78-1.43-2.94-1.9C34.46 6.91 30.39 5 24.94 5S15.5 6.91 12.71 9.18c-1.17.47-2.16 1.09-2.95 1.9c-1.7 1.74-2.26 4.07-2.26 6.73c-.01.73.03 1.45.1 2.17c-.46.93-.95 2.18-1.28 3.03c-2.52.73-4.47 3.44-5.21 5.31c-.06.16-.1.33-.11.5v5.61c.01.2.06.4.16.57c1.72 2.99 11.71 10.04 23.82 10.04c.31 0 .61-.02.92-.03c-.55-.94-.99-1.94-1.31-3c-6.8-.1-12.78-2.81-15.59-4.34V24.51l.19-.21c.06.07.11.14.17.21c1.59 1.8 4.11 2.52 7.56 2.52c3.18 0 5.47-1.09 7.01-2.98c.26-.32.5-.66.71-1.02h.69a8 8 0 0 0 .7 1.02c.98 1.2 2.26 2.07 3.87 2.55c2.29-1.63 5.08-2.6 8.1-2.6m-14.52-8.62c0 .6-.04 1.2-.12 1.79c-.27 2.11-.81 3.82-1.76 4.99c-.88 1.08-2.26 1.87-4.68 1.87c-3.14 0-4.58-.67-5.31-1.5c-.77-.87-1.11-2.3-1.11-4.72c0-2.28.48-3.69 1.4-4.63c.96-.98 2.64-1.72 5.65-2.05c2.97-.32 4.38.28 5.06 1.06c.53.61.87 1.61.87 3.15zm4.88 6.78c-.95-1.17-1.48-2.88-1.75-4.99c-.09-.66-.13-1.26-.13-1.79v-.04c0-1.54.34-2.54.87-3.15c.69-.78 2.1-1.38 5.06-1.06c3.01.33 4.69 1.07 5.65 2.05c.92.94 1.41 2.35 1.41 4.63c0 2.42-.35 3.85-1.12 4.72c-.73.83-2.16 1.5-5.31 1.5c-2.42 0-3.8-.79-4.68-1.87"/><path d="M38 27c-6.075 0-11 4.926-11 11c0 6.075 4.925 11 11 11s11-4.925 11-11c0-6.074-4.925-11-11-11m-1 5a1 1 0 0 1 2 0v8a1 1 0 0 1-2 0zm1 13.25a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m6.84-19.45c-.01-.01-.02-.01-.02-.01l-1.17-2.78c.42.85.86 1.96 1.19 2.79"/></g></svg> </template>
CSS
.icon-copilot-warning-large {
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%2050%2050%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M20%2029.52a2%202%200%200%200-2%202v4.12c.04%201.1.96%201.97%202.07%201.94A2%202%200%200%200%2022%2035.51v-3.99c0-1.11-.89-2-2-2%22%2F%3E%3Cpath%20d%3D%22M38%2024c2.47%200%204.8.65%206.82%201.79c0%200%20.01%200%20.02.01c-.33-.83-.77-1.94-1.19-2.79c-.34-.85-.83-2.1-1.29-3.03c.08-.7.1-1.43.1-2.17c0-2.66-.56-4.99-2.26-6.73c-.79-.81-1.78-1.43-2.94-1.9C34.46%206.91%2030.39%205%2024.94%205S15.5%206.91%2012.71%209.18c-1.17.47-2.16%201.09-2.95%201.9c-1.7%201.74-2.26%204.07-2.26%206.73c-.01.73.03%201.45.1%202.17c-.46.93-.95%202.18-1.28%203.03c-2.52.73-4.47%203.44-5.21%205.31c-.06.16-.1.33-.11.5v5.61c.01.2.06.4.16.57c1.72%202.99%2011.71%2010.04%2023.82%2010.04c.31%200%20.61-.02.92-.03c-.55-.94-.99-1.94-1.31-3c-6.8-.1-12.78-2.81-15.59-4.34V24.51l.19-.21c.06.07.11.14.17.21c1.59%201.8%204.11%202.52%207.56%202.52c3.18%200%205.47-1.09%207.01-2.98c.26-.32.5-.66.71-1.02h.69a8%208%200%200%200%20.7%201.02c.98%201.2%202.26%202.07%203.87%202.55c2.29-1.63%205.08-2.6%208.1-2.6m-14.52-8.62c0%20.6-.04%201.2-.12%201.79c-.27%202.11-.81%203.82-1.76%204.99c-.88%201.08-2.26%201.87-4.68%201.87c-3.14%200-4.58-.67-5.31-1.5c-.77-.87-1.11-2.3-1.11-4.72c0-2.28.48-3.69%201.4-4.63c.96-.98%202.64-1.72%205.65-2.05c2.97-.32%204.38.28%205.06%201.06c.53.61.87%201.61.87%203.15zm4.88%206.78c-.95-1.17-1.48-2.88-1.75-4.99c-.09-.66-.13-1.26-.13-1.79v-.04c0-1.54.34-2.54.87-3.15c.69-.78%202.1-1.38%205.06-1.06c3.01.33%204.69%201.07%205.65%202.05c.92.94%201.41%202.35%201.41%204.63c0%202.42-.35%203.85-1.12%204.72c-.73.83-2.16%201.5-5.31%201.5c-2.42%200-3.8-.79-4.68-1.87%22%2F%3E%3Cpath%20d%3D%22M38%2027c-6.075%200-11%204.926-11%2011c0%206.075%204.925%2011%2011%2011s11-4.925%2011-11c0-6.074-4.925-11-11-11m-1%205a1%201%200%200%201%202%200v8a1%201%200%200%201-2%200zm1%2013.25a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5m6.84-19.45c-.01-.01-.02-.01-.02-.01l-1.17-2.78c.42.85.86%201.96%201.19%202.79%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%2050%2050%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M20%2029.52a2%202%200%200%200-2%202v4.12c.04%201.1.96%201.97%202.07%201.94A2%202%200%200%200%2022%2035.51v-3.99c0-1.11-.89-2-2-2%22%2F%3E%3Cpath%20d%3D%22M38%2024c2.47%200%204.8.65%206.82%201.79c0%200%20.01%200%20.02.01c-.33-.83-.77-1.94-1.19-2.79c-.34-.85-.83-2.1-1.29-3.03c.08-.7.1-1.43.1-2.17c0-2.66-.56-4.99-2.26-6.73c-.79-.81-1.78-1.43-2.94-1.9C34.46%206.91%2030.39%205%2024.94%205S15.5%206.91%2012.71%209.18c-1.17.47-2.16%201.09-2.95%201.9c-1.7%201.74-2.26%204.07-2.26%206.73c-.01.73.03%201.45.1%202.17c-.46.93-.95%202.18-1.28%203.03c-2.52.73-4.47%203.44-5.21%205.31c-.06.16-.1.33-.11.5v5.61c.01.2.06.4.16.57c1.72%202.99%2011.71%2010.04%2023.82%2010.04c.31%200%20.61-.02.92-.03c-.55-.94-.99-1.94-1.31-3c-6.8-.1-12.78-2.81-15.59-4.34V24.51l.19-.21c.06.07.11.14.17.21c1.59%201.8%204.11%202.52%207.56%202.52c3.18%200%205.47-1.09%207.01-2.98c.26-.32.5-.66.71-1.02h.69a8%208%200%200%200%20.7%201.02c.98%201.2%202.26%202.07%203.87%202.55c2.29-1.63%205.08-2.6%208.1-2.6m-14.52-8.62c0%20.6-.04%201.2-.12%201.79c-.27%202.11-.81%203.82-1.76%204.99c-.88%201.08-2.26%201.87-4.68%201.87c-3.14%200-4.58-.67-5.31-1.5c-.77-.87-1.11-2.3-1.11-4.72c0-2.28.48-3.69%201.4-4.63c.96-.98%202.64-1.72%205.65-2.05c2.97-.32%204.38.28%205.06%201.06c.53.61.87%201.61.87%203.15zm4.88%206.78c-.95-1.17-1.48-2.88-1.75-4.99c-.09-.66-.13-1.26-.13-1.79v-.04c0-1.54.34-2.54.87-3.15c.69-.78%202.1-1.38%205.06-1.06c3.01.33%204.69%201.07%205.65%202.05c.92.94%201.41%202.35%201.41%204.63c0%202.42-.35%203.85-1.12%204.72c-.73.83-2.16%201.5-5.31%201.5c-2.42%200-3.8-.79-4.68-1.87%22%2F%3E%3Cpath%20d%3D%22M38%2027c-6.075%200-11%204.926-11%2011c0%206.075%204.925%2011%2011%2011s11-4.925%2011-11c0-6.074-4.925-11-11-11m-1%205a1%201%200%200%201%202%200v8a1%201%200%200%201-2%200zm1%2013.25a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5m6.84-19.45c-.01-.01-.02-.01-.02-.01l-1.17-2.78c.42.85.86%201.96%201.19%202.79%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-warning-large.svg?color=%231a73e8&size=48