file type coderabbit logo
file-type-coderabbit from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-coderabbit
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-aifile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-html
Use the file type coderabbit logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff4702" d="M30 17.85c0 4.07-1.74 7.75-4.52 10.3h-3.36c.07-.32-.1-.55-.33-.7a1.55 1.55 0 0 1-.7-1.44c.19-1.5 1.1-3.4 4.39-5.14c2.23-1.2 2.64-3.65 2.8-4c.22-.6.16-1.1-.31-1.59a9.9 9.9 0 0 0-2.9-2.18a5.92 5.92 0 0 0-4.77-.1c-.28.1-.22-.11-.24-.2a10.8 10.8 0 0 0-1.09-3c-1.03-1.88-2.48-3.25-4.64-3.72c-.32-.07-.65-.09-.98-.13c-.15-.02-.23.02-.2.2A9.1 9.1 0 0 0 14.73 10c.4.52.95.87 1.48 1.23c.57.4 1.16.75 1.7 1.2c.5.43.91.93 1.1 1.65l-.12-.12c-1.64-2.61-4.86-3.77-8.1-2.82c-.3.08-.25.18-.1.4a9.56 9.56 0 0 0 3.73 3.26A10.8 10.8 0 0 0 18 16.02c.57.07.3.46.39.93c.12.71.42.94.32.88a13.4 13.4 0 0 0-4.92-1.09c-5.56 0-6.47 5.3-6.43 5.36c-.08-.03-1.41-.52-1.71.82c-.31 1.35 1.5 2.24 1.5 2.24a2.4 2.4 0 0 1 1.86-2c-.15.08-1.08.63-1.37 2.12c-.25 1.31.8 2.48 1.18 2.88h-2.3A14 14 0 1 1 30 17.86zm-10.17 10.3h-1.48a.55.55 0 0 0 .14-.28c.13-.72-.5-.86-.5-.86h-3.4s1.35-.07 2.6-.58a7.1 7.1 0 0 0 2.4-1.69a3.97 3.97 0 0 0-.06 3.08c.05.14.16.26.3.34z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeCoderabbit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff4702" d="M30 17.85c0 4.07-1.74 7.75-4.52 10.3h-3.36c.07-.32-.1-.55-.33-.7a1.55 1.55 0 0 1-.7-1.44c.19-1.5 1.1-3.4 4.39-5.14c2.23-1.2 2.64-3.65 2.8-4c.22-.6.16-1.1-.31-1.59a9.9 9.9 0 0 0-2.9-2.18a5.92 5.92 0 0 0-4.77-.1c-.28.1-.22-.11-.24-.2a10.8 10.8 0 0 0-1.09-3c-1.03-1.88-2.48-3.25-4.64-3.72c-.32-.07-.65-.09-.98-.13c-.15-.02-.23.02-.2.2A9.1 9.1 0 0 0 14.73 10c.4.52.95.87 1.48 1.23c.57.4 1.16.75 1.7 1.2c.5.43.91.93 1.1 1.65l-.12-.12c-1.64-2.61-4.86-3.77-8.1-2.82c-.3.08-.25.18-.1.4a9.56 9.56 0 0 0 3.73 3.26A10.8 10.8 0 0 0 18 16.02c.57.07.3.46.39.93c.12.71.42.94.32.88a13.4 13.4 0 0 0-4.92-1.09c-5.56 0-6.47 5.3-6.43 5.36c-.08-.03-1.41-.52-1.71.82c-.31 1.35 1.5 2.24 1.5 2.24a2.4 2.4 0 0 1 1.86-2c-.15.08-1.08.63-1.37 2.12c-.25 1.31.8 2.48 1.18 2.88h-2.3A14 14 0 1 1 30 17.86zm-10.17 10.3h-1.48a.55.55 0 0 0 .14-.28c.13-.72-.5-.86-.5-.86h-3.4s1.35-.07 2.6-.58a7.1 7.1 0 0 0 2.4-1.69a3.97 3.97 0 0 0-.06 3.08c.05.14.16.26.3.34z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff4702" d="M30 17.85c0 4.07-1.74 7.75-4.52 10.3h-3.36c.07-.32-.1-.55-.33-.7a1.55 1.55 0 0 1-.7-1.44c.19-1.5 1.1-3.4 4.39-5.14c2.23-1.2 2.64-3.65 2.8-4c.22-.6.16-1.1-.31-1.59a9.9 9.9 0 0 0-2.9-2.18a5.92 5.92 0 0 0-4.77-.1c-.28.1-.22-.11-.24-.2a10.8 10.8 0 0 0-1.09-3c-1.03-1.88-2.48-3.25-4.64-3.72c-.32-.07-.65-.09-.98-.13c-.15-.02-.23.02-.2.2A9.1 9.1 0 0 0 14.73 10c.4.52.95.87 1.48 1.23c.57.4 1.16.75 1.7 1.2c.5.43.91.93 1.1 1.65l-.12-.12c-1.64-2.61-4.86-3.77-8.1-2.82c-.3.08-.25.18-.1.4a9.56 9.56 0 0 0 3.73 3.26A10.8 10.8 0 0 0 18 16.02c.57.07.3.46.39.93c.12.71.42.94.32.88a13.4 13.4 0 0 0-4.92-1.09c-5.56 0-6.47 5.3-6.43 5.36c-.08-.03-1.41-.52-1.71.82c-.31 1.35 1.5 2.24 1.5 2.24a2.4 2.4 0 0 1 1.86-2c-.15.08-1.08.63-1.37 2.12c-.25 1.31.8 2.48 1.18 2.88h-2.3A14 14 0 1 1 30 17.86zm-10.17 10.3h-1.48a.55.55 0 0 0 .14-.28c.13-.72-.5-.86-.5-.86h-3.4s1.35-.07 2.6-.58a7.1 7.1 0 0 0 2.4-1.69a3.97 3.97 0 0 0-.06 3.08c.05.14.16.26.3.34z"/></svg> </template>
CSS
.icon-file-type-coderabbit {
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%2032%2032%22%3E%3Cpath%20fill%3D%22%23ff4702%22%20d%3D%22M30%2017.85c0%204.07-1.74%207.75-4.52%2010.3h-3.36c.07-.32-.1-.55-.33-.7a1.55%201.55%200%200%201-.7-1.44c.19-1.5%201.1-3.4%204.39-5.14c2.23-1.2%202.64-3.65%202.8-4c.22-.6.16-1.1-.31-1.59a9.9%209.9%200%200%200-2.9-2.18a5.92%205.92%200%200%200-4.77-.1c-.28.1-.22-.11-.24-.2a10.8%2010.8%200%200%200-1.09-3c-1.03-1.88-2.48-3.25-4.64-3.72c-.32-.07-.65-.09-.98-.13c-.15-.02-.23.02-.2.2A9.1%209.1%200%200%200%2014.73%2010c.4.52.95.87%201.48%201.23c.57.4%201.16.75%201.7%201.2c.5.43.91.93%201.1%201.65l-.12-.12c-1.64-2.61-4.86-3.77-8.1-2.82c-.3.08-.25.18-.1.4a9.56%209.56%200%200%200%203.73%203.26A10.8%2010.8%200%200%200%2018%2016.02c.57.07.3.46.39.93c.12.71.42.94.32.88a13.4%2013.4%200%200%200-4.92-1.09c-5.56%200-6.47%205.3-6.43%205.36c-.08-.03-1.41-.52-1.71.82c-.31%201.35%201.5%202.24%201.5%202.24a2.4%202.4%200%200%201%201.86-2c-.15.08-1.08.63-1.37%202.12c-.25%201.31.8%202.48%201.18%202.88h-2.3A14%2014%200%201%201%2030%2017.86zm-10.17%2010.3h-1.48a.55.55%200%200%200%20.14-.28c.13-.72-.5-.86-.5-.86h-3.4s1.35-.07%202.6-.58a7.1%207.1%200%200%200%202.4-1.69a3.97%203.97%200%200%200-.06%203.08c.05.14.16.26.3.34z%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23ff4702%22%20d%3D%22M30%2017.85c0%204.07-1.74%207.75-4.52%2010.3h-3.36c.07-.32-.1-.55-.33-.7a1.55%201.55%200%200%201-.7-1.44c.19-1.5%201.1-3.4%204.39-5.14c2.23-1.2%202.64-3.65%202.8-4c.22-.6.16-1.1-.31-1.59a9.9%209.9%200%200%200-2.9-2.18a5.92%205.92%200%200%200-4.77-.1c-.28.1-.22-.11-.24-.2a10.8%2010.8%200%200%200-1.09-3c-1.03-1.88-2.48-3.25-4.64-3.72c-.32-.07-.65-.09-.98-.13c-.15-.02-.23.02-.2.2A9.1%209.1%200%200%200%2014.73%2010c.4.52.95.87%201.48%201.23c.57.4%201.16.75%201.7%201.2c.5.43.91.93%201.1%201.65l-.12-.12c-1.64-2.61-4.86-3.77-8.1-2.82c-.3.08-.25.18-.1.4a9.56%209.56%200%200%200%203.73%203.26A10.8%2010.8%200%200%200%2018%2016.02c.57.07.3.46.39.93c.12.71.42.94.32.88a13.4%2013.4%200%200%200-4.92-1.09c-5.56%200-6.47%205.3-6.43%205.36c-.08-.03-1.41-.52-1.71.82c-.31%201.35%201.5%202.24%201.5%202.24a2.4%202.4%200%200%201%201.86-2c-.15.08-1.08.63-1.37%202.12c-.25%201.31.8%202.48%201.18%202.88h-2.3A14%2014%200%201%201%2030%2017.86zm-10.17%2010.3h-1.48a.55.55%200%200%200%20.14-.28c.13-.72-.5-.86-.5-.86h-3.4s1.35-.07%202.6-.58a7.1%207.1%200%200%200%202.4-1.69a3.97%203.97%200%200%200-.06%203.08c.05.14.16.26.3.34z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-coderabbit.svg?color=%231a73e8&size=48