docsify logo
docsify from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- docsify
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the docsify logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2.862c-6.617 0-12 5.383-12 12c0 1.964.49 3.406 1.5 4.408c1.706 1.696 4.619 1.868 8.05 1.868q.646 0 1.315-.005a218 218 0 0 1 2.765 0c3.792.024 7.066.044 8.88-1.758C23.511 18.378 24 16.9 24 14.862c0-6.617-5.383-12-12-12m-8.852 8.154a.393.393 0 1 1 0-.787a.393.393 0 0 1 0 .787M5.113 8.48c-.55.637-1.01 1.361-1.01 1.361c-.06.092-.167.099-.24.017l-.26-.29a.25.25 0 0 1-.02-.303s1.11-1.559 1.806-2.186c.25-.225.248-.239.891-.692s1.4-.826 1.4-.826a.27.27 0 0 1 .308.059l.26.29c.075.082.056.186-.04.235c0 0-1.772.887-2.353 1.509c-.394.422-.192.19-.742.826m1.576 2.143a1.377 1.377 0 1 1 2.754 0a1.377 1.377 0 0 1-2.754 0m5.41 7.929c-1.902 0-3.443-1.542-3.443-3.443s1.644-.854 3.545-.854s3.34-1.047 3.34.854s-1.541 3.443-3.443 3.443zM16.72 12a1.377 1.377 0 1 1 0-2.754a1.377 1.377 0 0 1 0 2.754"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsDocsify(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="M12 2.862c-6.617 0-12 5.383-12 12c0 1.964.49 3.406 1.5 4.408c1.706 1.696 4.619 1.868 8.05 1.868q.646 0 1.315-.005a218 218 0 0 1 2.765 0c3.792.024 7.066.044 8.88-1.758C23.511 18.378 24 16.9 24 14.862c0-6.617-5.383-12-12-12m-8.852 8.154a.393.393 0 1 1 0-.787a.393.393 0 0 1 0 .787M5.113 8.48c-.55.637-1.01 1.361-1.01 1.361c-.06.092-.167.099-.24.017l-.26-.29a.25.25 0 0 1-.02-.303s1.11-1.559 1.806-2.186c.25-.225.248-.239.891-.692s1.4-.826 1.4-.826a.27.27 0 0 1 .308.059l.26.29c.075.082.056.186-.04.235c0 0-1.772.887-2.353 1.509c-.394.422-.192.19-.742.826m1.576 2.143a1.377 1.377 0 1 1 2.754 0a1.377 1.377 0 0 1-2.754 0m5.41 7.929c-1.902 0-3.443-1.542-3.443-3.443s1.644-.854 3.545-.854s3.34-1.047 3.34.854s-1.541 3.443-3.443 3.443zM16.72 12a1.377 1.377 0 1 1 0-2.754a1.377 1.377 0 0 1 0 2.754"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2.862c-6.617 0-12 5.383-12 12c0 1.964.49 3.406 1.5 4.408c1.706 1.696 4.619 1.868 8.05 1.868q.646 0 1.315-.005a218 218 0 0 1 2.765 0c3.792.024 7.066.044 8.88-1.758C23.511 18.378 24 16.9 24 14.862c0-6.617-5.383-12-12-12m-8.852 8.154a.393.393 0 1 1 0-.787a.393.393 0 0 1 0 .787M5.113 8.48c-.55.637-1.01 1.361-1.01 1.361c-.06.092-.167.099-.24.017l-.26-.29a.25.25 0 0 1-.02-.303s1.11-1.559 1.806-2.186c.25-.225.248-.239.891-.692s1.4-.826 1.4-.826a.27.27 0 0 1 .308.059l.26.29c.075.082.056.186-.04.235c0 0-1.772.887-2.353 1.509c-.394.422-.192.19-.742.826m1.576 2.143a1.377 1.377 0 1 1 2.754 0a1.377 1.377 0 0 1-2.754 0m5.41 7.929c-1.902 0-3.443-1.542-3.443-3.443s1.644-.854 3.545-.854s3.34-1.047 3.34.854s-1.541 3.443-3.443 3.443zM16.72 12a1.377 1.377 0 1 1 0-2.754a1.377 1.377 0 0 1 0 2.754"/></svg> </template>
CSS
.icon-docsify {
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%22M12%202.862c-6.617%200-12%205.383-12%2012c0%201.964.49%203.406%201.5%204.408c1.706%201.696%204.619%201.868%208.05%201.868q.646%200%201.315-.005a218%20218%200%200%201%202.765%200c3.792.024%207.066.044%208.88-1.758C23.511%2018.378%2024%2016.9%2024%2014.862c0-6.617-5.383-12-12-12m-8.852%208.154a.393.393%200%201%201%200-.787a.393.393%200%200%201%200%20.787M5.113%208.48c-.55.637-1.01%201.361-1.01%201.361c-.06.092-.167.099-.24.017l-.26-.29a.25.25%200%200%201-.02-.303s1.11-1.559%201.806-2.186c.25-.225.248-.239.891-.692s1.4-.826%201.4-.826a.27.27%200%200%201%20.308.059l.26.29c.075.082.056.186-.04.235c0%200-1.772.887-2.353%201.509c-.394.422-.192.19-.742.826m1.576%202.143a1.377%201.377%200%201%201%202.754%200a1.377%201.377%200%200%201-2.754%200m5.41%207.929c-1.902%200-3.443-1.542-3.443-3.443s1.644-.854%203.545-.854s3.34-1.047%203.34.854s-1.541%203.443-3.443%203.443zM16.72%2012a1.377%201.377%200%201%201%200-2.754a1.377%201.377%200%200%201%200%202.754%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%22M12%202.862c-6.617%200-12%205.383-12%2012c0%201.964.49%203.406%201.5%204.408c1.706%201.696%204.619%201.868%208.05%201.868q.646%200%201.315-.005a218%20218%200%200%201%202.765%200c3.792.024%207.066.044%208.88-1.758C23.511%2018.378%2024%2016.9%2024%2014.862c0-6.617-5.383-12-12-12m-8.852%208.154a.393.393%200%201%201%200-.787a.393.393%200%200%201%200%20.787M5.113%208.48c-.55.637-1.01%201.361-1.01%201.361c-.06.092-.167.099-.24.017l-.26-.29a.25.25%200%200%201-.02-.303s1.11-1.559%201.806-2.186c.25-.225.248-.239.891-.692s1.4-.826%201.4-.826a.27.27%200%200%201%20.308.059l.26.29c.075.082.056.186-.04.235c0%200-1.772.887-2.353%201.509c-.394.422-.192.19-.742.826m1.576%202.143a1.377%201.377%200%201%201%202.754%200a1.377%201.377%200%200%201-2.754%200m5.41%207.929c-1.902%200-3.443-1.542-3.443-3.443s1.644-.854%203.545-.854s3.34-1.047%203.34.854s-1.541%203.443-3.443%203.443zM16.72%2012a1.377%201.377%200%201%201%200-2.754a1.377%201.377%200%200%201%200%202.754%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/docsify.svg?color=%231a73e8&size=48