coderabbit logo
coderabbit from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- coderabbit
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the coderabbit logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.991 13.05c-.243-6.186-5.244-11.23-11.424-11.515C5.678 1.223 0 6.711 0 13.525c0 2.601.825 5.007 2.231 6.968a4.73 4.73 0 0 0 3.442 1.962c-2.015-2.284-.302-4.193-.302-4.193c-.798.386-1.126 1.687-1.126 1.687c-1.512-.93-1.163-2.041-1.163-2.041c.095-.233.312-.872 1.475-.64c2.252-7.417 9.67-3.552 9.67-3.552c-.117-.233-.503-1.555-.503-1.555c-4.816-.698-6.444-4.113-6.444-4.113c4.467-1.358 7.185 2.332 7.185 2.332c-1.243-3.03-4.23-1.824-5.007-6.794c5.186.862 5.937 4.927 6.043 5.805c.074-.17.486-.396 2.189-.296c2.638.153 4.737 2.834 4.737 2.834c0 5.434-6.64 4.123-6.64 8.231c0 .962 1.046.904 1.395 1.37c.286.38.164.803.106.94h.629c1.49 0 2.908-.687 3.785-1.892a11.98 11.98 0 0 0 2.29-7.534zm-8.395 9.426c-1.153-.38-2.268-2.982-3.653-2.982c1.94 1.168 1.115 2.718.957 2.982h2.7z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsCoderabbit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.991 13.05c-.243-6.186-5.244-11.23-11.424-11.515C5.678 1.223 0 6.711 0 13.525c0 2.601.825 5.007 2.231 6.968a4.73 4.73 0 0 0 3.442 1.962c-2.015-2.284-.302-4.193-.302-4.193c-.798.386-1.126 1.687-1.126 1.687c-1.512-.93-1.163-2.041-1.163-2.041c.095-.233.312-.872 1.475-.64c2.252-7.417 9.67-3.552 9.67-3.552c-.117-.233-.503-1.555-.503-1.555c-4.816-.698-6.444-4.113-6.444-4.113c4.467-1.358 7.185 2.332 7.185 2.332c-1.243-3.03-4.23-1.824-5.007-6.794c5.186.862 5.937 4.927 6.043 5.805c.074-.17.486-.396 2.189-.296c2.638.153 4.737 2.834 4.737 2.834c0 5.434-6.64 4.123-6.64 8.231c0 .962 1.046.904 1.395 1.37c.286.38.164.803.106.94h.629c1.49 0 2.908-.687 3.785-1.892a11.98 11.98 0 0 0 2.29-7.534zm-8.395 9.426c-1.153-.38-2.268-2.982-3.653-2.982c1.94 1.168 1.115 2.718.957 2.982h2.7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.991 13.05c-.243-6.186-5.244-11.23-11.424-11.515C5.678 1.223 0 6.711 0 13.525c0 2.601.825 5.007 2.231 6.968a4.73 4.73 0 0 0 3.442 1.962c-2.015-2.284-.302-4.193-.302-4.193c-.798.386-1.126 1.687-1.126 1.687c-1.512-.93-1.163-2.041-1.163-2.041c.095-.233.312-.872 1.475-.64c2.252-7.417 9.67-3.552 9.67-3.552c-.117-.233-.503-1.555-.503-1.555c-4.816-.698-6.444-4.113-6.444-4.113c4.467-1.358 7.185 2.332 7.185 2.332c-1.243-3.03-4.23-1.824-5.007-6.794c5.186.862 5.937 4.927 6.043 5.805c.074-.17.486-.396 2.189-.296c2.638.153 4.737 2.834 4.737 2.834c0 5.434-6.64 4.123-6.64 8.231c0 .962 1.046.904 1.395 1.37c.286.38.164.803.106.94h.629c1.49 0 2.908-.687 3.785-1.892a11.98 11.98 0 0 0 2.29-7.534zm-8.395 9.426c-1.153-.38-2.268-2.982-3.653-2.982c1.94 1.168 1.115 2.718.957 2.982h2.7z"/></svg> </template>
CSS
.icon-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.991%2013.05c-.243-6.186-5.244-11.23-11.424-11.515C5.678%201.223%200%206.711%200%2013.525c0%202.601.825%205.007%202.231%206.968a4.73%204.73%200%200%200%203.442%201.962c-2.015-2.284-.302-4.193-.302-4.193c-.798.386-1.126%201.687-1.126%201.687c-1.512-.93-1.163-2.041-1.163-2.041c.095-.233.312-.872%201.475-.64c2.252-7.417%209.67-3.552%209.67-3.552c-.117-.233-.503-1.555-.503-1.555c-4.816-.698-6.444-4.113-6.444-4.113c4.467-1.358%207.185%202.332%207.185%202.332c-1.243-3.03-4.23-1.824-5.007-6.794c5.186.862%205.937%204.927%206.043%205.805c.074-.17.486-.396%202.189-.296c2.638.153%204.737%202.834%204.737%202.834c0%205.434-6.64%204.123-6.64%208.231c0%20.962%201.046.904%201.395%201.37c.286.38.164.803.106.94h.629c1.49%200%202.908-.687%203.785-1.892a11.98%2011.98%200%200%200%202.29-7.534zm-8.395%209.426c-1.153-.38-2.268-2.982-3.653-2.982c1.94%201.168%201.115%202.718.957%202.982h2.7z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.991%2013.05c-.243-6.186-5.244-11.23-11.424-11.515C5.678%201.223%200%206.711%200%2013.525c0%202.601.825%205.007%202.231%206.968a4.73%204.73%200%200%200%203.442%201.962c-2.015-2.284-.302-4.193-.302-4.193c-.798.386-1.126%201.687-1.126%201.687c-1.512-.93-1.163-2.041-1.163-2.041c.095-.233.312-.872%201.475-.64c2.252-7.417%209.67-3.552%209.67-3.552c-.117-.233-.503-1.555-.503-1.555c-4.816-.698-6.444-4.113-6.444-4.113c4.467-1.358%207.185%202.332%207.185%202.332c-1.243-3.03-4.23-1.824-5.007-6.794c5.186.862%205.937%204.927%206.043%205.805c.074-.17.486-.396%202.189-.296c2.638.153%204.737%202.834%204.737%202.834c0%205.434-6.64%204.123-6.64%208.231c0%20.962%201.046.904%201.395%201.37c.286.38.164.803.106.94h.629c1.49%200%202.908-.687%203.785-1.892a11.98%2011.98%200%200%200%202.29-7.534zm-8.395%209.426c-1.153-.38-2.268-2.982-3.653-2.982c1.94%201.168%201.115%202.718.957%202.982h2.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/coderabbit.svg?color=%231a73e8&size=48