copilot error icon
copilot-error-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.
- Name
- copilot-error-16
- Set
- Octicons
- Style
- 16
- Viewbox
- 16×16
- License
- MIT
The same icon in other sets
Related icons in Octicons
Use the copilot error icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M16 11.24c0 .112-.072.274-.21.467L13 9.688V7.862l-.023-.116c-.49.21-1.075.291-1.727.291q-.297 0-.571-.029L6.833 5.226a4 4 0 0 0 .17-.782c.117-.935-.037-1.395-.241-1.614c-.193-.206-.637-.413-1.682-.297c-.683.076-1.115.231-1.395.415l-1.257-.91c.579-.564 1.413-.877 2.485-.996c1.206-.134 2.262.034 2.944.765q.075.08.139.165q.068-.085.143-.165c.682-.731 1.738-.899 2.944-.765c1.23.137 2.145.528 2.724 1.261c.566.715.693 1.614.693 2.484c0 .572-.053 1.148-.254 1.656c.066.228.098.429.126.612q.018.113.037.218c.924.385 1.522 1.471 1.591 2.095Zm-5.083-8.707c-1.044-.116-1.488.091-1.681.297c-.204.219-.359.679-.242 1.614c.091.726.303 1.231.618 1.553c.299.305.784.54 1.638.54c.922 0 1.28-.198 1.442-.379c.179-.2.308-.578.308-1.371c0-.765-.123-1.242-.37-1.554c-.233-.296-.693-.587-1.713-.7m2.511 11.074c-1.393.776-3.272 1.428-5.43 1.428c-4.562 0-7.873-2.914-7.998-3.749V9.338c.085-.628.677-1.686 1.588-2.065q.019-.105.036-.218c.029-.183.06-.384.126-.612c-.18-.455-.241-.963-.252-1.475L.31 4.107A.75.75 0 0 1 0 3.509V3.49a.75.75 0 0 1 .625-.73c.156-.026.306.047.435.139l14.667 10.578a.6.6 0 0 1 .227.264a.8.8 0 0 1 .046.249v.022a.75.75 0 0 1-1.19.596Zm-1.367-.991L5.635 7.964a5 5 0 0 1-.889.073c-.652 0-1.236-.081-1.727-.291l-.023.116v4.255c.419.323 2.722 1.433 5.002 1.433c1.539 0 3.089-.505 4.063-.934"/></svg>
React
import type { SVGProps } from "react";
export function OcticonCopilotError16(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="M16 11.24c0 .112-.072.274-.21.467L13 9.688V7.862l-.023-.116c-.49.21-1.075.291-1.727.291q-.297 0-.571-.029L6.833 5.226a4 4 0 0 0 .17-.782c.117-.935-.037-1.395-.241-1.614c-.193-.206-.637-.413-1.682-.297c-.683.076-1.115.231-1.395.415l-1.257-.91c.579-.564 1.413-.877 2.485-.996c1.206-.134 2.262.034 2.944.765q.075.08.139.165q.068-.085.143-.165c.682-.731 1.738-.899 2.944-.765c1.23.137 2.145.528 2.724 1.261c.566.715.693 1.614.693 2.484c0 .572-.053 1.148-.254 1.656c.066.228.098.429.126.612q.018.113.037.218c.924.385 1.522 1.471 1.591 2.095Zm-5.083-8.707c-1.044-.116-1.488.091-1.681.297c-.204.219-.359.679-.242 1.614c.091.726.303 1.231.618 1.553c.299.305.784.54 1.638.54c.922 0 1.28-.198 1.442-.379c.179-.2.308-.578.308-1.371c0-.765-.123-1.242-.37-1.554c-.233-.296-.693-.587-1.713-.7m2.511 11.074c-1.393.776-3.272 1.428-5.43 1.428c-4.562 0-7.873-2.914-7.998-3.749V9.338c.085-.628.677-1.686 1.588-2.065q.019-.105.036-.218c.029-.183.06-.384.126-.612c-.18-.455-.241-.963-.252-1.475L.31 4.107A.75.75 0 0 1 0 3.509V3.49a.75.75 0 0 1 .625-.73c.156-.026.306.047.435.139l14.667 10.578a.6.6 0 0 1 .227.264a.8.8 0 0 1 .046.249v.022a.75.75 0 0 1-1.19.596Zm-1.367-.991L5.635 7.964a5 5 0 0 1-.889.073c-.652 0-1.236-.081-1.727-.291l-.023.116v4.255c.419.323 2.722 1.433 5.002 1.433c1.539 0 3.089-.505 4.063-.934"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M16 11.24c0 .112-.072.274-.21.467L13 9.688V7.862l-.023-.116c-.49.21-1.075.291-1.727.291q-.297 0-.571-.029L6.833 5.226a4 4 0 0 0 .17-.782c.117-.935-.037-1.395-.241-1.614c-.193-.206-.637-.413-1.682-.297c-.683.076-1.115.231-1.395.415l-1.257-.91c.579-.564 1.413-.877 2.485-.996c1.206-.134 2.262.034 2.944.765q.075.08.139.165q.068-.085.143-.165c.682-.731 1.738-.899 2.944-.765c1.23.137 2.145.528 2.724 1.261c.566.715.693 1.614.693 2.484c0 .572-.053 1.148-.254 1.656c.066.228.098.429.126.612q.018.113.037.218c.924.385 1.522 1.471 1.591 2.095Zm-5.083-8.707c-1.044-.116-1.488.091-1.681.297c-.204.219-.359.679-.242 1.614c.091.726.303 1.231.618 1.553c.299.305.784.54 1.638.54c.922 0 1.28-.198 1.442-.379c.179-.2.308-.578.308-1.371c0-.765-.123-1.242-.37-1.554c-.233-.296-.693-.587-1.713-.7m2.511 11.074c-1.393.776-3.272 1.428-5.43 1.428c-4.562 0-7.873-2.914-7.998-3.749V9.338c.085-.628.677-1.686 1.588-2.065q.019-.105.036-.218c.029-.183.06-.384.126-.612c-.18-.455-.241-.963-.252-1.475L.31 4.107A.75.75 0 0 1 0 3.509V3.49a.75.75 0 0 1 .625-.73c.156-.026.306.047.435.139l14.667 10.578a.6.6 0 0 1 .227.264a.8.8 0 0 1 .046.249v.022a.75.75 0 0 1-1.19.596Zm-1.367-.991L5.635 7.964a5 5 0 0 1-.889.073c-.652 0-1.236-.081-1.727-.291l-.023.116v4.255c.419.323 2.722 1.433 5.002 1.433c1.539 0 3.089-.505 4.063-.934"/></svg> </template>
CSS
.icon-copilot-error-16 {
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%22M16%2011.24c0%20.112-.072.274-.21.467L13%209.688V7.862l-.023-.116c-.49.21-1.075.291-1.727.291q-.297%200-.571-.029L6.833%205.226a4%204%200%200%200%20.17-.782c.117-.935-.037-1.395-.241-1.614c-.193-.206-.637-.413-1.682-.297c-.683.076-1.115.231-1.395.415l-1.257-.91c.579-.564%201.413-.877%202.485-.996c1.206-.134%202.262.034%202.944.765q.075.08.139.165q.068-.085.143-.165c.682-.731%201.738-.899%202.944-.765c1.23.137%202.145.528%202.724%201.261c.566.715.693%201.614.693%202.484c0%20.572-.053%201.148-.254%201.656c.066.228.098.429.126.612q.018.113.037.218c.924.385%201.522%201.471%201.591%202.095Zm-5.083-8.707c-1.044-.116-1.488.091-1.681.297c-.204.219-.359.679-.242%201.614c.091.726.303%201.231.618%201.553c.299.305.784.54%201.638.54c.922%200%201.28-.198%201.442-.379c.179-.2.308-.578.308-1.371c0-.765-.123-1.242-.37-1.554c-.233-.296-.693-.587-1.713-.7m2.511%2011.074c-1.393.776-3.272%201.428-5.43%201.428c-4.562%200-7.873-2.914-7.998-3.749V9.338c.085-.628.677-1.686%201.588-2.065q.019-.105.036-.218c.029-.183.06-.384.126-.612c-.18-.455-.241-.963-.252-1.475L.31%204.107A.75.75%200%200%201%200%203.509V3.49a.75.75%200%200%201%20.625-.73c.156-.026.306.047.435.139l14.667%2010.578a.6.6%200%200%201%20.227.264a.8.8%200%200%201%20.046.249v.022a.75.75%200%200%201-1.19.596Zm-1.367-.991L5.635%207.964a5%205%200%200%201-.889.073c-.652%200-1.236-.081-1.727-.291l-.023.116v4.255c.419.323%202.722%201.433%205.002%201.433c1.539%200%203.089-.505%204.063-.934%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%22M16%2011.24c0%20.112-.072.274-.21.467L13%209.688V7.862l-.023-.116c-.49.21-1.075.291-1.727.291q-.297%200-.571-.029L6.833%205.226a4%204%200%200%200%20.17-.782c.117-.935-.037-1.395-.241-1.614c-.193-.206-.637-.413-1.682-.297c-.683.076-1.115.231-1.395.415l-1.257-.91c.579-.564%201.413-.877%202.485-.996c1.206-.134%202.262.034%202.944.765q.075.08.139.165q.068-.085.143-.165c.682-.731%201.738-.899%202.944-.765c1.23.137%202.145.528%202.724%201.261c.566.715.693%201.614.693%202.484c0%20.572-.053%201.148-.254%201.656c.066.228.098.429.126.612q.018.113.037.218c.924.385%201.522%201.471%201.591%202.095Zm-5.083-8.707c-1.044-.116-1.488.091-1.681.297c-.204.219-.359.679-.242%201.614c.091.726.303%201.231.618%201.553c.299.305.784.54%201.638.54c.922%200%201.28-.198%201.442-.379c.179-.2.308-.578.308-1.371c0-.765-.123-1.242-.37-1.554c-.233-.296-.693-.587-1.713-.7m2.511%2011.074c-1.393.776-3.272%201.428-5.43%201.428c-4.562%200-7.873-2.914-7.998-3.749V9.338c.085-.628.677-1.686%201.588-2.065q.019-.105.036-.218c.029-.183.06-.384.126-.612c-.18-.455-.241-.963-.252-1.475L.31%204.107A.75.75%200%200%201%200%203.509V3.49a.75.75%200%200%201%20.625-.73c.156-.026.306.047.435.139l14.667%2010.578a.6.6%200%200%201%20.227.264a.8.8%200%200%201%20.046.249v.022a.75.75%200%200%201-1.19.596Zm-1.367-.991L5.635%207.964a5%205%200%200%201-.889.073c-.652%200-1.236-.081-1.727-.291l-.023.116v4.255c.419.323%202.722%201.433%205.002%201.433c1.539%200%203.089-.505%204.063-.934%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/copilot-error-16.svg?color=%231a73e8&size=48