skeleton logo
skeleton from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- skeleton
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the skeleton logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.913 6.126c3.042 0 5.639 1.042 7.497 2.753l.034-.01q.35-.109.597-.222q.79-.365 2.076-1.496q-.209 1.97-.449 2.891a12 12 0 0 1-.397 1.197a9.5 9.5 0 0 1 1.024 2.803c.733 3.634-.522 5.24-3.436 6.138q.033.162.052.348c.104 1.063-.44 2.78-1.092 2.78c-.43 0-.709-.592-1.008-1.456c-.093 1-.554 2.148-1.088 2.148c-.575 0-.88-1.06-1.326-2.413C14.171 22.65 13.83 24 13.227 24c-.611 0-.275-1.906-1.308-2.714c-5.233.282-9.634-1.63-9.634-7.15a6.7 6.7 0 0 1 .688-2.927q-.12-.232-.222-.457Q2.229 9.614 1.5 7.31q1.866 1.377 2.863 1.64q.1.027.208.047C6.314 7.27 8.92 6.126 11.913 6.126m-1.221 7.446c-1.768 0-3.202 1.376-3.202 3.074s1.434 3.075 3.202 3.075s3.201-1.377 3.201-3.075c0-1.656-1.362-3.005-3.069-3.072zm4.544 3.84c-.535 0-.817 1.13-.817 1.636c0 .396.134.615.353.654c.531.05.369-.716.634-.716c.282 0 .612.783.888.677c.328-.194.202-.615.089-.947c-.399-.837-.612-1.304-1.147-1.304m3.48-4.02c-1.218 0-2.205 1.208-2.205 2.7c0 1.491.987 2.7 2.205 2.7s2.207-1.209 2.207-2.7s-.988-2.7-2.207-2.7M11.1 15a1.8 1.8 0 1 1-.3 3.575a1.8 1.8 0 0 0 0-3.55a2 2 0 0 1 .3-.025m7.5-.6c.828 0 1.5.806 1.5 1.8s-.672 1.8-1.5 1.8q-.154 0-.3-.036c.685-.167 1.2-.893 1.2-1.764c0-.87-.515-1.597-1.2-1.764q.146-.036.3-.036m.17-11.152l.195.125a.19.19 0 0 1 .057.26l-1.434 2.193a.19.19 0 0 1-.26.056l-.194-.124a.19.19 0 0 1-.057-.26l1.434-2.194a.19.19 0 0 1 .26-.056zm-13.906.333l1.164 1.65c.06.084.04.202-.045.262l-.192.132a.19.19 0 0 1-.26-.046l-1.165-1.65a.19.19 0 0 1 .046-.262l.19-.132a.19.19 0 0 1 .262.046M12.41 0l.348 2.896l1.287-1.431l.036 3.565l-.255-.057a9.5 9.5 0 0 0-2.028-.246a5.8 5.8 0 0 0-1.692.24l-.285.086l.23-4.46l1.18 2.205z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSkeleton(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="M11.913 6.126c3.042 0 5.639 1.042 7.497 2.753l.034-.01q.35-.109.597-.222q.79-.365 2.076-1.496q-.209 1.97-.449 2.891a12 12 0 0 1-.397 1.197a9.5 9.5 0 0 1 1.024 2.803c.733 3.634-.522 5.24-3.436 6.138q.033.162.052.348c.104 1.063-.44 2.78-1.092 2.78c-.43 0-.709-.592-1.008-1.456c-.093 1-.554 2.148-1.088 2.148c-.575 0-.88-1.06-1.326-2.413C14.171 22.65 13.83 24 13.227 24c-.611 0-.275-1.906-1.308-2.714c-5.233.282-9.634-1.63-9.634-7.15a6.7 6.7 0 0 1 .688-2.927q-.12-.232-.222-.457Q2.229 9.614 1.5 7.31q1.866 1.377 2.863 1.64q.1.027.208.047C6.314 7.27 8.92 6.126 11.913 6.126m-1.221 7.446c-1.768 0-3.202 1.376-3.202 3.074s1.434 3.075 3.202 3.075s3.201-1.377 3.201-3.075c0-1.656-1.362-3.005-3.069-3.072zm4.544 3.84c-.535 0-.817 1.13-.817 1.636c0 .396.134.615.353.654c.531.05.369-.716.634-.716c.282 0 .612.783.888.677c.328-.194.202-.615.089-.947c-.399-.837-.612-1.304-1.147-1.304m3.48-4.02c-1.218 0-2.205 1.208-2.205 2.7c0 1.491.987 2.7 2.205 2.7s2.207-1.209 2.207-2.7s-.988-2.7-2.207-2.7M11.1 15a1.8 1.8 0 1 1-.3 3.575a1.8 1.8 0 0 0 0-3.55a2 2 0 0 1 .3-.025m7.5-.6c.828 0 1.5.806 1.5 1.8s-.672 1.8-1.5 1.8q-.154 0-.3-.036c.685-.167 1.2-.893 1.2-1.764c0-.87-.515-1.597-1.2-1.764q.146-.036.3-.036m.17-11.152l.195.125a.19.19 0 0 1 .057.26l-1.434 2.193a.19.19 0 0 1-.26.056l-.194-.124a.19.19 0 0 1-.057-.26l1.434-2.194a.19.19 0 0 1 .26-.056zm-13.906.333l1.164 1.65c.06.084.04.202-.045.262l-.192.132a.19.19 0 0 1-.26-.046l-1.165-1.65a.19.19 0 0 1 .046-.262l.19-.132a.19.19 0 0 1 .262.046M12.41 0l.348 2.896l1.287-1.431l.036 3.565l-.255-.057a9.5 9.5 0 0 0-2.028-.246a5.8 5.8 0 0 0-1.692.24l-.285.086l.23-4.46l1.18 2.205z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.913 6.126c3.042 0 5.639 1.042 7.497 2.753l.034-.01q.35-.109.597-.222q.79-.365 2.076-1.496q-.209 1.97-.449 2.891a12 12 0 0 1-.397 1.197a9.5 9.5 0 0 1 1.024 2.803c.733 3.634-.522 5.24-3.436 6.138q.033.162.052.348c.104 1.063-.44 2.78-1.092 2.78c-.43 0-.709-.592-1.008-1.456c-.093 1-.554 2.148-1.088 2.148c-.575 0-.88-1.06-1.326-2.413C14.171 22.65 13.83 24 13.227 24c-.611 0-.275-1.906-1.308-2.714c-5.233.282-9.634-1.63-9.634-7.15a6.7 6.7 0 0 1 .688-2.927q-.12-.232-.222-.457Q2.229 9.614 1.5 7.31q1.866 1.377 2.863 1.64q.1.027.208.047C6.314 7.27 8.92 6.126 11.913 6.126m-1.221 7.446c-1.768 0-3.202 1.376-3.202 3.074s1.434 3.075 3.202 3.075s3.201-1.377 3.201-3.075c0-1.656-1.362-3.005-3.069-3.072zm4.544 3.84c-.535 0-.817 1.13-.817 1.636c0 .396.134.615.353.654c.531.05.369-.716.634-.716c.282 0 .612.783.888.677c.328-.194.202-.615.089-.947c-.399-.837-.612-1.304-1.147-1.304m3.48-4.02c-1.218 0-2.205 1.208-2.205 2.7c0 1.491.987 2.7 2.205 2.7s2.207-1.209 2.207-2.7s-.988-2.7-2.207-2.7M11.1 15a1.8 1.8 0 1 1-.3 3.575a1.8 1.8 0 0 0 0-3.55a2 2 0 0 1 .3-.025m7.5-.6c.828 0 1.5.806 1.5 1.8s-.672 1.8-1.5 1.8q-.154 0-.3-.036c.685-.167 1.2-.893 1.2-1.764c0-.87-.515-1.597-1.2-1.764q.146-.036.3-.036m.17-11.152l.195.125a.19.19 0 0 1 .057.26l-1.434 2.193a.19.19 0 0 1-.26.056l-.194-.124a.19.19 0 0 1-.057-.26l1.434-2.194a.19.19 0 0 1 .26-.056zm-13.906.333l1.164 1.65c.06.084.04.202-.045.262l-.192.132a.19.19 0 0 1-.26-.046l-1.165-1.65a.19.19 0 0 1 .046-.262l.19-.132a.19.19 0 0 1 .262.046M12.41 0l.348 2.896l1.287-1.431l.036 3.565l-.255-.057a9.5 9.5 0 0 0-2.028-.246a5.8 5.8 0 0 0-1.692.24l-.285.086l.23-4.46l1.18 2.205z"/></svg> </template>
CSS
.icon-skeleton {
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%22M11.913%206.126c3.042%200%205.639%201.042%207.497%202.753l.034-.01q.35-.109.597-.222q.79-.365%202.076-1.496q-.209%201.97-.449%202.891a12%2012%200%200%201-.397%201.197a9.5%209.5%200%200%201%201.024%202.803c.733%203.634-.522%205.24-3.436%206.138q.033.162.052.348c.104%201.063-.44%202.78-1.092%202.78c-.43%200-.709-.592-1.008-1.456c-.093%201-.554%202.148-1.088%202.148c-.575%200-.88-1.06-1.326-2.413C14.171%2022.65%2013.83%2024%2013.227%2024c-.611%200-.275-1.906-1.308-2.714c-5.233.282-9.634-1.63-9.634-7.15a6.7%206.7%200%200%201%20.688-2.927q-.12-.232-.222-.457Q2.229%209.614%201.5%207.31q1.866%201.377%202.863%201.64q.1.027.208.047C6.314%207.27%208.92%206.126%2011.913%206.126m-1.221%207.446c-1.768%200-3.202%201.376-3.202%203.074s1.434%203.075%203.202%203.075s3.201-1.377%203.201-3.075c0-1.656-1.362-3.005-3.069-3.072zm4.544%203.84c-.535%200-.817%201.13-.817%201.636c0%20.396.134.615.353.654c.531.05.369-.716.634-.716c.282%200%20.612.783.888.677c.328-.194.202-.615.089-.947c-.399-.837-.612-1.304-1.147-1.304m3.48-4.02c-1.218%200-2.205%201.208-2.205%202.7c0%201.491.987%202.7%202.205%202.7s2.207-1.209%202.207-2.7s-.988-2.7-2.207-2.7M11.1%2015a1.8%201.8%200%201%201-.3%203.575a1.8%201.8%200%200%200%200-3.55a2%202%200%200%201%20.3-.025m7.5-.6c.828%200%201.5.806%201.5%201.8s-.672%201.8-1.5%201.8q-.154%200-.3-.036c.685-.167%201.2-.893%201.2-1.764c0-.87-.515-1.597-1.2-1.764q.146-.036.3-.036m.17-11.152l.195.125a.19.19%200%200%201%20.057.26l-1.434%202.193a.19.19%200%200%201-.26.056l-.194-.124a.19.19%200%200%201-.057-.26l1.434-2.194a.19.19%200%200%201%20.26-.056zm-13.906.333l1.164%201.65c.06.084.04.202-.045.262l-.192.132a.19.19%200%200%201-.26-.046l-1.165-1.65a.19.19%200%200%201%20.046-.262l.19-.132a.19.19%200%200%201%20.262.046M12.41%200l.348%202.896l1.287-1.431l.036%203.565l-.255-.057a9.5%209.5%200%200%200-2.028-.246a5.8%205.8%200%200%200-1.692.24l-.285.086l.23-4.46l1.18%202.205z%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%22M11.913%206.126c3.042%200%205.639%201.042%207.497%202.753l.034-.01q.35-.109.597-.222q.79-.365%202.076-1.496q-.209%201.97-.449%202.891a12%2012%200%200%201-.397%201.197a9.5%209.5%200%200%201%201.024%202.803c.733%203.634-.522%205.24-3.436%206.138q.033.162.052.348c.104%201.063-.44%202.78-1.092%202.78c-.43%200-.709-.592-1.008-1.456c-.093%201-.554%202.148-1.088%202.148c-.575%200-.88-1.06-1.326-2.413C14.171%2022.65%2013.83%2024%2013.227%2024c-.611%200-.275-1.906-1.308-2.714c-5.233.282-9.634-1.63-9.634-7.15a6.7%206.7%200%200%201%20.688-2.927q-.12-.232-.222-.457Q2.229%209.614%201.5%207.31q1.866%201.377%202.863%201.64q.1.027.208.047C6.314%207.27%208.92%206.126%2011.913%206.126m-1.221%207.446c-1.768%200-3.202%201.376-3.202%203.074s1.434%203.075%203.202%203.075s3.201-1.377%203.201-3.075c0-1.656-1.362-3.005-3.069-3.072zm4.544%203.84c-.535%200-.817%201.13-.817%201.636c0%20.396.134.615.353.654c.531.05.369-.716.634-.716c.282%200%20.612.783.888.677c.328-.194.202-.615.089-.947c-.399-.837-.612-1.304-1.147-1.304m3.48-4.02c-1.218%200-2.205%201.208-2.205%202.7c0%201.491.987%202.7%202.205%202.7s2.207-1.209%202.207-2.7s-.988-2.7-2.207-2.7M11.1%2015a1.8%201.8%200%201%201-.3%203.575a1.8%201.8%200%200%200%200-3.55a2%202%200%200%201%20.3-.025m7.5-.6c.828%200%201.5.806%201.5%201.8s-.672%201.8-1.5%201.8q-.154%200-.3-.036c.685-.167%201.2-.893%201.2-1.764c0-.87-.515-1.597-1.2-1.764q.146-.036.3-.036m.17-11.152l.195.125a.19.19%200%200%201%20.057.26l-1.434%202.193a.19.19%200%200%201-.26.056l-.194-.124a.19.19%200%200%201-.057-.26l1.434-2.194a.19.19%200%200%201%20.26-.056zm-13.906.333l1.164%201.65c.06.084.04.202-.045.262l-.192.132a.19.19%200%200%201-.26-.046l-1.165-1.65a.19.19%200%200%201%20.046-.262l.19-.132a.19.19%200%200%201%20.262.046M12.41%200l.348%202.896l1.287-1.431l.036%203.565l-.255-.057a9.5%209.5%200%200%200-2.028-.246a5.8%205.8%200%200%200-1.692.24l-.285.086l.23-4.46l1.18%202.205z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/skeleton.svg?color=%231a73e8&size=48