overleaf logo
overleaf from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- overleaf
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the overleaf logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.817 8.036a15.58 15.58 0 0 0-7.593 12.813a11.16 11.16 0 0 0 5.973 9.869a11.16 11.16 0 0 0 11.516-.692a11.15 11.15 0 0 0 4.745-10.516a11.15 11.15 0 0 0-7.095-9.095a10.2 10.2 0 0 0-3.957-.749a16.4 16.4 0 0 0-5.615 6.495a7.32 7.32 0 0 1 6.572-2.557a7.32 7.32 0 0 1 5.688 4.177a7.34 7.34 0 0 1-.473 7.041a7.35 7.35 0 0 1-6.199 3.375a7.34 7.34 0 0 1-5.588-2.572a8.81 8.81 0 0 1-2.115-7.423c1.432-8.557 11.687-13.489 19.281-15.4a78.6 78.6 0 0 0-10.125 5.833c9.177 3.541 10.651-4.183 14.943-7.641C25.504-.678 9.838-1.293 9.816 8.041z"/></svg>
React
import type { SVGProps } from "react";
export function CibOverleaf(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.817 8.036a15.58 15.58 0 0 0-7.593 12.813a11.16 11.16 0 0 0 5.973 9.869a11.16 11.16 0 0 0 11.516-.692a11.15 11.15 0 0 0 4.745-10.516a11.15 11.15 0 0 0-7.095-9.095a10.2 10.2 0 0 0-3.957-.749a16.4 16.4 0 0 0-5.615 6.495a7.32 7.32 0 0 1 6.572-2.557a7.32 7.32 0 0 1 5.688 4.177a7.34 7.34 0 0 1-.473 7.041a7.35 7.35 0 0 1-6.199 3.375a7.34 7.34 0 0 1-5.588-2.572a8.81 8.81 0 0 1-2.115-7.423c1.432-8.557 11.687-13.489 19.281-15.4a78.6 78.6 0 0 0-10.125 5.833c9.177 3.541 10.651-4.183 14.943-7.641C25.504-.678 9.838-1.293 9.816 8.041z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.817 8.036a15.58 15.58 0 0 0-7.593 12.813a11.16 11.16 0 0 0 5.973 9.869a11.16 11.16 0 0 0 11.516-.692a11.15 11.15 0 0 0 4.745-10.516a11.15 11.15 0 0 0-7.095-9.095a10.2 10.2 0 0 0-3.957-.749a16.4 16.4 0 0 0-5.615 6.495a7.32 7.32 0 0 1 6.572-2.557a7.32 7.32 0 0 1 5.688 4.177a7.34 7.34 0 0 1-.473 7.041a7.35 7.35 0 0 1-6.199 3.375a7.34 7.34 0 0 1-5.588-2.572a8.81 8.81 0 0 1-2.115-7.423c1.432-8.557 11.687-13.489 19.281-15.4a78.6 78.6 0 0 0-10.125 5.833c9.177 3.541 10.651-4.183 14.943-7.641C25.504-.678 9.838-1.293 9.816 8.041z"/></svg> </template>
CSS
.icon-overleaf {
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%22currentColor%22%20d%3D%22M9.817%208.036a15.58%2015.58%200%200%200-7.593%2012.813a11.16%2011.16%200%200%200%205.973%209.869a11.16%2011.16%200%200%200%2011.516-.692a11.15%2011.15%200%200%200%204.745-10.516a11.15%2011.15%200%200%200-7.095-9.095a10.2%2010.2%200%200%200-3.957-.749a16.4%2016.4%200%200%200-5.615%206.495a7.32%207.32%200%200%201%206.572-2.557a7.32%207.32%200%200%201%205.688%204.177a7.34%207.34%200%200%201-.473%207.041a7.35%207.35%200%200%201-6.199%203.375a7.34%207.34%200%200%201-5.588-2.572a8.81%208.81%200%200%201-2.115-7.423c1.432-8.557%2011.687-13.489%2019.281-15.4a78.6%2078.6%200%200%200-10.125%205.833c9.177%203.541%2010.651-4.183%2014.943-7.641C25.504-.678%209.838-1.293%209.816%208.041z%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%22currentColor%22%20d%3D%22M9.817%208.036a15.58%2015.58%200%200%200-7.593%2012.813a11.16%2011.16%200%200%200%205.973%209.869a11.16%2011.16%200%200%200%2011.516-.692a11.15%2011.15%200%200%200%204.745-10.516a11.15%2011.15%200%200%200-7.095-9.095a10.2%2010.2%200%200%200-3.957-.749a16.4%2016.4%200%200%200-5.615%206.495a7.32%207.32%200%200%201%206.572-2.557a7.32%207.32%200%200%201%205.688%204.177a7.34%207.34%200%200%201-.473%207.041a7.35%207.35%200%200%201-6.199%203.375a7.34%207.34%200%200%201-5.588-2.572a8.81%208.81%200%200%201-2.115-7.423c1.432-8.557%2011.687-13.489%2019.281-15.4a78.6%2078.6%200%200%200-10.125%205.833c9.177%203.541%2010.651-4.183%2014.943-7.641C25.504-.678%209.838-1.293%209.816%208.041z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/overleaf.svg?color=%231a73e8&size=48