codebuddy logo
codebuddy from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- codebuddy
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the codebuddy logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.636.289a1 1 0 0 0-.11 0c-.18.01-.195.02-.442.24c-.716.636-1.722 2.546-2.703 5.137l-.274.72l-.499.16c-1.554.498-2.934 1.128-4.157 1.893c-1.174.73-1.81 1.207-2.768 2.056l-.578.51l-.262-.045c-2.528-.447-4.8-.612-5.843-.43c-.414.077-.757.216-.862.35c-.092.12-.138.263-.138.474c0 .182.034.414.098.727c.265 1.236.952 2.854 2.035 4.78l.7 1.236l-.023.466c-.027.499 0 1.27.06 1.793c.036.319.031.327-.135.516c-.565.647-.708 1.676-.408 2.84h5.364l-.33-.57c-.64-1.108-.96-1.663-1.134-2.177a5.46 5.46 0 0 1 1.564-5.84c.408-.358.962-.678 2.072-1.32l6.38-3.683c1.11-.64 1.665-.96 2.18-1.134A5.46 5.46 0 0 1 24 10.275V6.462l-.117-.06l-.504-.25l-.357-.662c-.924-1.702-2.41-3.696-3.477-4.666c-.4-.364-.655-.517-.91-.535M11.57 17.634a1.26 1.26 0 0 1 1.722.462l1.358 2.35c.842 1.455-1.341 2.717-2.183 1.262l-1.358-2.352a1.26 1.26 0 0 1 .461-1.722m6.802-3.926a1.26 1.26 0 0 1 1.721.46l1.358 2.352c.84 1.455-1.343 2.715-2.183 1.26l-1.358-2.35a1.26 1.26 0 0 1 .462-1.722"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsCodebuddy(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="M18.636.289a1 1 0 0 0-.11 0c-.18.01-.195.02-.442.24c-.716.636-1.722 2.546-2.703 5.137l-.274.72l-.499.16c-1.554.498-2.934 1.128-4.157 1.893c-1.174.73-1.81 1.207-2.768 2.056l-.578.51l-.262-.045c-2.528-.447-4.8-.612-5.843-.43c-.414.077-.757.216-.862.35c-.092.12-.138.263-.138.474c0 .182.034.414.098.727c.265 1.236.952 2.854 2.035 4.78l.7 1.236l-.023.466c-.027.499 0 1.27.06 1.793c.036.319.031.327-.135.516c-.565.647-.708 1.676-.408 2.84h5.364l-.33-.57c-.64-1.108-.96-1.663-1.134-2.177a5.46 5.46 0 0 1 1.564-5.84c.408-.358.962-.678 2.072-1.32l6.38-3.683c1.11-.64 1.665-.96 2.18-1.134A5.46 5.46 0 0 1 24 10.275V6.462l-.117-.06l-.504-.25l-.357-.662c-.924-1.702-2.41-3.696-3.477-4.666c-.4-.364-.655-.517-.91-.535M11.57 17.634a1.26 1.26 0 0 1 1.722.462l1.358 2.35c.842 1.455-1.341 2.717-2.183 1.262l-1.358-2.352a1.26 1.26 0 0 1 .461-1.722m6.802-3.926a1.26 1.26 0 0 1 1.721.46l1.358 2.352c.84 1.455-1.343 2.715-2.183 1.26l-1.358-2.35a1.26 1.26 0 0 1 .462-1.722"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.636.289a1 1 0 0 0-.11 0c-.18.01-.195.02-.442.24c-.716.636-1.722 2.546-2.703 5.137l-.274.72l-.499.16c-1.554.498-2.934 1.128-4.157 1.893c-1.174.73-1.81 1.207-2.768 2.056l-.578.51l-.262-.045c-2.528-.447-4.8-.612-5.843-.43c-.414.077-.757.216-.862.35c-.092.12-.138.263-.138.474c0 .182.034.414.098.727c.265 1.236.952 2.854 2.035 4.78l.7 1.236l-.023.466c-.027.499 0 1.27.06 1.793c.036.319.031.327-.135.516c-.565.647-.708 1.676-.408 2.84h5.364l-.33-.57c-.64-1.108-.96-1.663-1.134-2.177a5.46 5.46 0 0 1 1.564-5.84c.408-.358.962-.678 2.072-1.32l6.38-3.683c1.11-.64 1.665-.96 2.18-1.134A5.46 5.46 0 0 1 24 10.275V6.462l-.117-.06l-.504-.25l-.357-.662c-.924-1.702-2.41-3.696-3.477-4.666c-.4-.364-.655-.517-.91-.535M11.57 17.634a1.26 1.26 0 0 1 1.722.462l1.358 2.35c.842 1.455-1.341 2.717-2.183 1.262l-1.358-2.352a1.26 1.26 0 0 1 .461-1.722m6.802-3.926a1.26 1.26 0 0 1 1.721.46l1.358 2.352c.84 1.455-1.343 2.715-2.183 1.26l-1.358-2.35a1.26 1.26 0 0 1 .462-1.722"/></svg> </template>
CSS
.icon-codebuddy {
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%22M18.636.289a1%201%200%200%200-.11%200c-.18.01-.195.02-.442.24c-.716.636-1.722%202.546-2.703%205.137l-.274.72l-.499.16c-1.554.498-2.934%201.128-4.157%201.893c-1.174.73-1.81%201.207-2.768%202.056l-.578.51l-.262-.045c-2.528-.447-4.8-.612-5.843-.43c-.414.077-.757.216-.862.35c-.092.12-.138.263-.138.474c0%20.182.034.414.098.727c.265%201.236.952%202.854%202.035%204.78l.7%201.236l-.023.466c-.027.499%200%201.27.06%201.793c.036.319.031.327-.135.516c-.565.647-.708%201.676-.408%202.84h5.364l-.33-.57c-.64-1.108-.96-1.663-1.134-2.177a5.46%205.46%200%200%201%201.564-5.84c.408-.358.962-.678%202.072-1.32l6.38-3.683c1.11-.64%201.665-.96%202.18-1.134A5.46%205.46%200%200%201%2024%2010.275V6.462l-.117-.06l-.504-.25l-.357-.662c-.924-1.702-2.41-3.696-3.477-4.666c-.4-.364-.655-.517-.91-.535M11.57%2017.634a1.26%201.26%200%200%201%201.722.462l1.358%202.35c.842%201.455-1.341%202.717-2.183%201.262l-1.358-2.352a1.26%201.26%200%200%201%20.461-1.722m6.802-3.926a1.26%201.26%200%200%201%201.721.46l1.358%202.352c.84%201.455-1.343%202.715-2.183%201.26l-1.358-2.35a1.26%201.26%200%200%201%20.462-1.722%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%22M18.636.289a1%201%200%200%200-.11%200c-.18.01-.195.02-.442.24c-.716.636-1.722%202.546-2.703%205.137l-.274.72l-.499.16c-1.554.498-2.934%201.128-4.157%201.893c-1.174.73-1.81%201.207-2.768%202.056l-.578.51l-.262-.045c-2.528-.447-4.8-.612-5.843-.43c-.414.077-.757.216-.862.35c-.092.12-.138.263-.138.474c0%20.182.034.414.098.727c.265%201.236.952%202.854%202.035%204.78l.7%201.236l-.023.466c-.027.499%200%201.27.06%201.793c.036.319.031.327-.135.516c-.565.647-.708%201.676-.408%202.84h5.364l-.33-.57c-.64-1.108-.96-1.663-1.134-2.177a5.46%205.46%200%200%201%201.564-5.84c.408-.358.962-.678%202.072-1.32l6.38-3.683c1.11-.64%201.665-.96%202.18-1.134A5.46%205.46%200%200%201%2024%2010.275V6.462l-.117-.06l-.504-.25l-.357-.662c-.924-1.702-2.41-3.696-3.477-4.666c-.4-.364-.655-.517-.91-.535M11.57%2017.634a1.26%201.26%200%200%201%201.722.462l1.358%202.35c.842%201.455-1.341%202.717-2.183%201.262l-1.358-2.352a1.26%201.26%200%200%201%20.461-1.722m6.802-3.926a1.26%201.26%200%200%201%201.721.46l1.358%202.352c.84%201.455-1.343%202.715-2.183%201.26l-1.358-2.35a1.26%201.26%200%200%201%20.462-1.722%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/codebuddy.svg?color=%231a73e8&size=48