codefactor logo
codefactor from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- codefactor
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the codefactor logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.375 2.65a2.64 2.64 0 0 1-2.62 2.65a2.64 2.64 0 0 1-2.63-2.65A2.64 2.64 0 0 1 2.755 0a2.64 2.64 0 0 1 2.62 2.65m0 9.35a2.64 2.64 0 0 1-2.62 2.65A2.64 2.64 0 0 1 .125 12a2.64 2.64 0 0 1 2.63-2.65A2.64 2.64 0 0 1 5.375 12m0 9.35A2.64 2.64 0 0 1 2.755 24a2.64 2.64 0 0 1-2.63-2.65a2.64 2.64 0 0 1 2.63-2.65a2.64 2.64 0 0 1 2.62 2.65M11.315 0a2.64 2.64 0 0 0-2.61 2.65a2.64 2.64 0 0 0 2.6 2.65h9.94a2.64 2.64 0 0 0 2.63-2.65A2.64 2.64 0 0 0 21.255 0zm-2.61 12a2.64 2.64 0 0 1 2.62-2.65h5.68a2.64 2.64 0 0 1 2.6 2.65a2.64 2.64 0 0 1-2.6 2.65h-5.7a2.64 2.64 0 0 1-2.6-2.65"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsCodefactor(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="M5.375 2.65a2.64 2.64 0 0 1-2.62 2.65a2.64 2.64 0 0 1-2.63-2.65A2.64 2.64 0 0 1 2.755 0a2.64 2.64 0 0 1 2.62 2.65m0 9.35a2.64 2.64 0 0 1-2.62 2.65A2.64 2.64 0 0 1 .125 12a2.64 2.64 0 0 1 2.63-2.65A2.64 2.64 0 0 1 5.375 12m0 9.35A2.64 2.64 0 0 1 2.755 24a2.64 2.64 0 0 1-2.63-2.65a2.64 2.64 0 0 1 2.63-2.65a2.64 2.64 0 0 1 2.62 2.65M11.315 0a2.64 2.64 0 0 0-2.61 2.65a2.64 2.64 0 0 0 2.6 2.65h9.94a2.64 2.64 0 0 0 2.63-2.65A2.64 2.64 0 0 0 21.255 0zm-2.61 12a2.64 2.64 0 0 1 2.62-2.65h5.68a2.64 2.64 0 0 1 2.6 2.65a2.64 2.64 0 0 1-2.6 2.65h-5.7a2.64 2.64 0 0 1-2.6-2.65"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.375 2.65a2.64 2.64 0 0 1-2.62 2.65a2.64 2.64 0 0 1-2.63-2.65A2.64 2.64 0 0 1 2.755 0a2.64 2.64 0 0 1 2.62 2.65m0 9.35a2.64 2.64 0 0 1-2.62 2.65A2.64 2.64 0 0 1 .125 12a2.64 2.64 0 0 1 2.63-2.65A2.64 2.64 0 0 1 5.375 12m0 9.35A2.64 2.64 0 0 1 2.755 24a2.64 2.64 0 0 1-2.63-2.65a2.64 2.64 0 0 1 2.63-2.65a2.64 2.64 0 0 1 2.62 2.65M11.315 0a2.64 2.64 0 0 0-2.61 2.65a2.64 2.64 0 0 0 2.6 2.65h9.94a2.64 2.64 0 0 0 2.63-2.65A2.64 2.64 0 0 0 21.255 0zm-2.61 12a2.64 2.64 0 0 1 2.62-2.65h5.68a2.64 2.64 0 0 1 2.6 2.65a2.64 2.64 0 0 1-2.6 2.65h-5.7a2.64 2.64 0 0 1-2.6-2.65"/></svg> </template>
CSS
.icon-codefactor {
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%22M5.375%202.65a2.64%202.64%200%200%201-2.62%202.65a2.64%202.64%200%200%201-2.63-2.65A2.64%202.64%200%200%201%202.755%200a2.64%202.64%200%200%201%202.62%202.65m0%209.35a2.64%202.64%200%200%201-2.62%202.65A2.64%202.64%200%200%201%20.125%2012a2.64%202.64%200%200%201%202.63-2.65A2.64%202.64%200%200%201%205.375%2012m0%209.35A2.64%202.64%200%200%201%202.755%2024a2.64%202.64%200%200%201-2.63-2.65a2.64%202.64%200%200%201%202.63-2.65a2.64%202.64%200%200%201%202.62%202.65M11.315%200a2.64%202.64%200%200%200-2.61%202.65a2.64%202.64%200%200%200%202.6%202.65h9.94a2.64%202.64%200%200%200%202.63-2.65A2.64%202.64%200%200%200%2021.255%200zm-2.61%2012a2.64%202.64%200%200%201%202.62-2.65h5.68a2.64%202.64%200%200%201%202.6%202.65a2.64%202.64%200%200%201-2.6%202.65h-5.7a2.64%202.64%200%200%201-2.6-2.65%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%22M5.375%202.65a2.64%202.64%200%200%201-2.62%202.65a2.64%202.64%200%200%201-2.63-2.65A2.64%202.64%200%200%201%202.755%200a2.64%202.64%200%200%201%202.62%202.65m0%209.35a2.64%202.64%200%200%201-2.62%202.65A2.64%202.64%200%200%201%20.125%2012a2.64%202.64%200%200%201%202.63-2.65A2.64%202.64%200%200%201%205.375%2012m0%209.35A2.64%202.64%200%200%201%202.755%2024a2.64%202.64%200%200%201-2.63-2.65a2.64%202.64%200%200%201%202.63-2.65a2.64%202.64%200%200%201%202.62%202.65M11.315%200a2.64%202.64%200%200%200-2.61%202.65a2.64%202.64%200%200%200%202.6%202.65h9.94a2.64%202.64%200%200%200%202.63-2.65A2.64%202.64%200%200%200%2021.255%200zm-2.61%2012a2.64%202.64%200%200%201%202.62-2.65h5.68a2.64%202.64%200%200%201%202.6%202.65a2.64%202.64%200%200%201-2.6%202.65h-5.7a2.64%202.64%200%200%201-2.6-2.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/codefactor.svg?color=%231a73e8&size=48