overleaf logo
overleaf from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- overleaf
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M22.352.748C19.11-.51 7.365-.982 7.345 6.027C3.918 8.22 1.65 11.795 1.65 15.625a8.373 8.373 0 0 0 13.122 6.898a8.373 8.373 0 0 0-1.767-14.72c-.606-.234-1.923-.648-2.975-.559c-1.5.955-3.33 2.916-4.195 4.87c2.59-3.083 7.505-2.426 9.194 1.228s-.995 7.824-5.02 7.8a5.5 5.5 0 0 1-4.195-1.933c-1.485-1.748-1.868-3.644-1.561-5.497c1.057-6.495 8.759-10.19 14.486-11.61c-1.868.99-5.238 2.614-7.595 4.384C18.015 9.138 19.13 3.345 22.352.748"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsOverleaf(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="M22.352.748C19.11-.51 7.365-.982 7.345 6.027C3.918 8.22 1.65 11.795 1.65 15.625a8.373 8.373 0 0 0 13.122 6.898a8.373 8.373 0 0 0-1.767-14.72c-.606-.234-1.923-.648-2.975-.559c-1.5.955-3.33 2.916-4.195 4.87c2.59-3.083 7.505-2.426 9.194 1.228s-.995 7.824-5.02 7.8a5.5 5.5 0 0 1-4.195-1.933c-1.485-1.748-1.868-3.644-1.561-5.497c1.057-6.495 8.759-10.19 14.486-11.61c-1.868.99-5.238 2.614-7.595 4.384C18.015 9.138 19.13 3.345 22.352.748"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.352.748C19.11-.51 7.365-.982 7.345 6.027C3.918 8.22 1.65 11.795 1.65 15.625a8.373 8.373 0 0 0 13.122 6.898a8.373 8.373 0 0 0-1.767-14.72c-.606-.234-1.923-.648-2.975-.559c-1.5.955-3.33 2.916-4.195 4.87c2.59-3.083 7.505-2.426 9.194 1.228s-.995 7.824-5.02 7.8a5.5 5.5 0 0 1-4.195-1.933c-1.485-1.748-1.868-3.644-1.561-5.497c1.057-6.495 8.759-10.19 14.486-11.61c-1.868.99-5.238 2.614-7.595 4.384C18.015 9.138 19.13 3.345 22.352.748"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.352.748C19.11-.51%207.365-.982%207.345%206.027C3.918%208.22%201.65%2011.795%201.65%2015.625a8.373%208.373%200%200%200%2013.122%206.898a8.373%208.373%200%200%200-1.767-14.72c-.606-.234-1.923-.648-2.975-.559c-1.5.955-3.33%202.916-4.195%204.87c2.59-3.083%207.505-2.426%209.194%201.228s-.995%207.824-5.02%207.8a5.5%205.5%200%200%201-4.195-1.933c-1.485-1.748-1.868-3.644-1.561-5.497c1.057-6.495%208.759-10.19%2014.486-11.61c-1.868.99-5.238%202.614-7.595%204.384C18.015%209.138%2019.13%203.345%2022.352.748%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%22M22.352.748C19.11-.51%207.365-.982%207.345%206.027C3.918%208.22%201.65%2011.795%201.65%2015.625a8.373%208.373%200%200%200%2013.122%206.898a8.373%208.373%200%200%200-1.767-14.72c-.606-.234-1.923-.648-2.975-.559c-1.5.955-3.33%202.916-4.195%204.87c2.59-3.083%207.505-2.426%209.194%201.228s-.995%207.824-5.02%207.8a5.5%205.5%200%200%201-4.195-1.933c-1.485-1.748-1.868-3.644-1.561-5.497c1.057-6.495%208.759-10.19%2014.486-11.61c-1.868.99-5.238%202.614-7.595%204.384C18.015%209.138%2019.13%203.345%2022.352.748%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/overleaf.svg?color=%231a73e8&size=48