wikibooks logo
wikibooks from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- wikibooks
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the wikibooks logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.027.29c-.424.143-.776.418-1.106.707C.434 5.314.254 5.497.254 5.497c-.236.22-.257.537-.254.859l.021 1.819s2.07-2.013 5.164-4.99c1.665 4.337 3.405 8.651 5.116 12.974c.234.653-.329 1.188-1.04 1.902c-.982.958-3.034 2.93-5.136 5.561h2.107l5.067-5.554c.482-.662 1.077-1.309.824-1.909L8.145 5.806c.924-.785 1.763-1.676 2.618-2.531l5.252 13.173c.303.891-.175 1.684-1.134 2.549c-1.148.922-3.508 3.073-4.58 4.712h1.631c1.71-1.758 2.017-1.994 3.964-3.68c1.308-1.334 2.488-2.022 1.871-3.731l-4.13-10.325c1.007-.99 2.013-1.875 2.98-2.852c2.113 4.643 3.559 8.384 5.33 13.33c.58 1.607.458 1.682-.928 2.55c-2.228 1.107-2.929 1.834-5.585 4.66h1.815c2.22-2.008 3.045-2.716 5.825-4.18c.983-.569 1.116-1.285.713-2.4c-1.3-3.616-4.116-11.41-6.719-16.755l-4.103 3.971l-1.569-3.92C9.912 1.38 8.74 2.78 7.466 4.04z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsWikibooks(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="M6.027.29c-.424.143-.776.418-1.106.707C.434 5.314.254 5.497.254 5.497c-.236.22-.257.537-.254.859l.021 1.819s2.07-2.013 5.164-4.99c1.665 4.337 3.405 8.651 5.116 12.974c.234.653-.329 1.188-1.04 1.902c-.982.958-3.034 2.93-5.136 5.561h2.107l5.067-5.554c.482-.662 1.077-1.309.824-1.909L8.145 5.806c.924-.785 1.763-1.676 2.618-2.531l5.252 13.173c.303.891-.175 1.684-1.134 2.549c-1.148.922-3.508 3.073-4.58 4.712h1.631c1.71-1.758 2.017-1.994 3.964-3.68c1.308-1.334 2.488-2.022 1.871-3.731l-4.13-10.325c1.007-.99 2.013-1.875 2.98-2.852c2.113 4.643 3.559 8.384 5.33 13.33c.58 1.607.458 1.682-.928 2.55c-2.228 1.107-2.929 1.834-5.585 4.66h1.815c2.22-2.008 3.045-2.716 5.825-4.18c.983-.569 1.116-1.285.713-2.4c-1.3-3.616-4.116-11.41-6.719-16.755l-4.103 3.971l-1.569-3.92C9.912 1.38 8.74 2.78 7.466 4.04z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.027.29c-.424.143-.776.418-1.106.707C.434 5.314.254 5.497.254 5.497c-.236.22-.257.537-.254.859l.021 1.819s2.07-2.013 5.164-4.99c1.665 4.337 3.405 8.651 5.116 12.974c.234.653-.329 1.188-1.04 1.902c-.982.958-3.034 2.93-5.136 5.561h2.107l5.067-5.554c.482-.662 1.077-1.309.824-1.909L8.145 5.806c.924-.785 1.763-1.676 2.618-2.531l5.252 13.173c.303.891-.175 1.684-1.134 2.549c-1.148.922-3.508 3.073-4.58 4.712h1.631c1.71-1.758 2.017-1.994 3.964-3.68c1.308-1.334 2.488-2.022 1.871-3.731l-4.13-10.325c1.007-.99 2.013-1.875 2.98-2.852c2.113 4.643 3.559 8.384 5.33 13.33c.58 1.607.458 1.682-.928 2.55c-2.228 1.107-2.929 1.834-5.585 4.66h1.815c2.22-2.008 3.045-2.716 5.825-4.18c.983-.569 1.116-1.285.713-2.4c-1.3-3.616-4.116-11.41-6.719-16.755l-4.103 3.971l-1.569-3.92C9.912 1.38 8.74 2.78 7.466 4.04z"/></svg> </template>
CSS
.icon-wikibooks {
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%22M6.027.29c-.424.143-.776.418-1.106.707C.434%205.314.254%205.497.254%205.497c-.236.22-.257.537-.254.859l.021%201.819s2.07-2.013%205.164-4.99c1.665%204.337%203.405%208.651%205.116%2012.974c.234.653-.329%201.188-1.04%201.902c-.982.958-3.034%202.93-5.136%205.561h2.107l5.067-5.554c.482-.662%201.077-1.309.824-1.909L8.145%205.806c.924-.785%201.763-1.676%202.618-2.531l5.252%2013.173c.303.891-.175%201.684-1.134%202.549c-1.148.922-3.508%203.073-4.58%204.712h1.631c1.71-1.758%202.017-1.994%203.964-3.68c1.308-1.334%202.488-2.022%201.871-3.731l-4.13-10.325c1.007-.99%202.013-1.875%202.98-2.852c2.113%204.643%203.559%208.384%205.33%2013.33c.58%201.607.458%201.682-.928%202.55c-2.228%201.107-2.929%201.834-5.585%204.66h1.815c2.22-2.008%203.045-2.716%205.825-4.18c.983-.569%201.116-1.285.713-2.4c-1.3-3.616-4.116-11.41-6.719-16.755l-4.103%203.971l-1.569-3.92C9.912%201.38%208.74%202.78%207.466%204.04z%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%22M6.027.29c-.424.143-.776.418-1.106.707C.434%205.314.254%205.497.254%205.497c-.236.22-.257.537-.254.859l.021%201.819s2.07-2.013%205.164-4.99c1.665%204.337%203.405%208.651%205.116%2012.974c.234.653-.329%201.188-1.04%201.902c-.982.958-3.034%202.93-5.136%205.561h2.107l5.067-5.554c.482-.662%201.077-1.309.824-1.909L8.145%205.806c.924-.785%201.763-1.676%202.618-2.531l5.252%2013.173c.303.891-.175%201.684-1.134%202.549c-1.148.922-3.508%203.073-4.58%204.712h1.631c1.71-1.758%202.017-1.994%203.964-3.68c1.308-1.334%202.488-2.022%201.871-3.731l-4.13-10.325c1.007-.99%202.013-1.875%202.98-2.852c2.113%204.643%203.559%208.384%205.33%2013.33c.58%201.607.458%201.682-.928%202.55c-2.228%201.107-2.929%201.834-5.585%204.66h1.815c2.22-2.008%203.045-2.716%205.825-4.18c.983-.569%201.116-1.285.713-2.4c-1.3-3.616-4.116-11.41-6.719-16.755l-4.103%203.971l-1.569-3.92C9.912%201.38%208.74%202.78%207.466%204.04z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/wikibooks.svg?color=%231a73e8&size=48