gitbook icon
gitbook-line from Remix Icon by Remix Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- gitbook-line
- Set
- Remix Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
Use the gitbook icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.98 2.638a1 1 0 0 1 1.019.004l7.513 4.495a1 1 0 0 1 0 1.716l-7.513 4.495a1 1 0 0 1-1.026 0L7.82 10.863a2.5 2.5 0 0 0-3.686 1.621c-.088.392-.027.973.26 1.617q.105.24.24.466a4.6 4.6 0 0 0 1.625 1.601l.008.004l5.202 3.052a2.01 2.01 0 0 0 2.035 0L20 15.412V13.51l-6.999 4.208a1 1 0 0 1-1.026.003l-5.748-3.418a1 1 0 0 1 1.022-1.719l5.234 3.111l8.001-4.81A1 1 0 0 1 22 11.74v4.245c0 .355-.188.684-.494.864l-6.99 4.1a4.01 4.01 0 0 1-4.06 0l-5.202-3.052a7 7 0 0 1-.374-.233l-.037-.025a6.46 6.46 0 0 1-2.03-2.229q-.05-.089-.096-.178l-.028-.058a6 6 0 0 1-.107-.229q-.036-.079-.07-.159a6.45 6.45 0 0 1 .358-5.753c.635-1.108 1.592-1.986 2.661-2.613zM6.542 8.146q-.342.2-.647.437a4.48 4.48 0 0 1 2.725.44l.204.11l.013.009l3.647 2.182l5.566-3.33l-5.57-3.332z"/></svg>
React
import type { SVGProps } from "react";
export function RiGitbookLine(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.98 2.638a1 1 0 0 1 1.019.004l7.513 4.495a1 1 0 0 1 0 1.716l-7.513 4.495a1 1 0 0 1-1.026 0L7.82 10.863a2.5 2.5 0 0 0-3.686 1.621c-.088.392-.027.973.26 1.617q.105.24.24.466a4.6 4.6 0 0 0 1.625 1.601l.008.004l5.202 3.052a2.01 2.01 0 0 0 2.035 0L20 15.412V13.51l-6.999 4.208a1 1 0 0 1-1.026.003l-5.748-3.418a1 1 0 0 1 1.022-1.719l5.234 3.111l8.001-4.81A1 1 0 0 1 22 11.74v4.245c0 .355-.188.684-.494.864l-6.99 4.1a4.01 4.01 0 0 1-4.06 0l-5.202-3.052a7 7 0 0 1-.374-.233l-.037-.025a6.46 6.46 0 0 1-2.03-2.229q-.05-.089-.096-.178l-.028-.058a6 6 0 0 1-.107-.229q-.036-.079-.07-.159a6.45 6.45 0 0 1 .358-5.753c.635-1.108 1.592-1.986 2.661-2.613zM6.542 8.146q-.342.2-.647.437a4.48 4.48 0 0 1 2.725.44l.204.11l.013.009l3.647 2.182l5.566-3.33l-5.57-3.332z"/></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.98 2.638a1 1 0 0 1 1.019.004l7.513 4.495a1 1 0 0 1 0 1.716l-7.513 4.495a1 1 0 0 1-1.026 0L7.82 10.863a2.5 2.5 0 0 0-3.686 1.621c-.088.392-.027.973.26 1.617q.105.24.24.466a4.6 4.6 0 0 0 1.625 1.601l.008.004l5.202 3.052a2.01 2.01 0 0 0 2.035 0L20 15.412V13.51l-6.999 4.208a1 1 0 0 1-1.026.003l-5.748-3.418a1 1 0 0 1 1.022-1.719l5.234 3.111l8.001-4.81A1 1 0 0 1 22 11.74v4.245c0 .355-.188.684-.494.864l-6.99 4.1a4.01 4.01 0 0 1-4.06 0l-5.202-3.052a7 7 0 0 1-.374-.233l-.037-.025a6.46 6.46 0 0 1-2.03-2.229q-.05-.089-.096-.178l-.028-.058a6 6 0 0 1-.107-.229q-.036-.079-.07-.159a6.45 6.45 0 0 1 .358-5.753c.635-1.108 1.592-1.986 2.661-2.613zM6.542 8.146q-.342.2-.647.437a4.48 4.48 0 0 1 2.725.44l.204.11l.013.009l3.647 2.182l5.566-3.33l-5.57-3.332z"/></svg> </template>
CSS
.icon-gitbook-line {
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.98%202.638a1%201%200%200%201%201.019.004l7.513%204.495a1%201%200%200%201%200%201.716l-7.513%204.495a1%201%200%200%201-1.026%200L7.82%2010.863a2.5%202.5%200%200%200-3.686%201.621c-.088.392-.027.973.26%201.617q.105.24.24.466a4.6%204.6%200%200%200%201.625%201.601l.008.004l5.202%203.052a2.01%202.01%200%200%200%202.035%200L20%2015.412V13.51l-6.999%204.208a1%201%200%200%201-1.026.003l-5.748-3.418a1%201%200%200%201%201.022-1.719l5.234%203.111l8.001-4.81A1%201%200%200%201%2022%2011.74v4.245c0%20.355-.188.684-.494.864l-6.99%204.1a4.01%204.01%200%200%201-4.06%200l-5.202-3.052a7%207%200%200%201-.374-.233l-.037-.025a6.46%206.46%200%200%201-2.03-2.229q-.05-.089-.096-.178l-.028-.058a6%206%200%200%201-.107-.229q-.036-.079-.07-.159a6.45%206.45%200%200%201%20.358-5.753c.635-1.108%201.592-1.986%202.661-2.613zM6.542%208.146q-.342.2-.647.437a4.48%204.48%200%200%201%202.725.44l.204.11l.013.009l3.647%202.182l5.566-3.33l-5.57-3.332z%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.98%202.638a1%201%200%200%201%201.019.004l7.513%204.495a1%201%200%200%201%200%201.716l-7.513%204.495a1%201%200%200%201-1.026%200L7.82%2010.863a2.5%202.5%200%200%200-3.686%201.621c-.088.392-.027.973.26%201.617q.105.24.24.466a4.6%204.6%200%200%200%201.625%201.601l.008.004l5.202%203.052a2.01%202.01%200%200%200%202.035%200L20%2015.412V13.51l-6.999%204.208a1%201%200%200%201-1.026.003l-5.748-3.418a1%201%200%200%201%201.022-1.719l5.234%203.111l8.001-4.81A1%201%200%200%201%2022%2011.74v4.245c0%20.355-.188.684-.494.864l-6.99%204.1a4.01%204.01%200%200%201-4.06%200l-5.202-3.052a7%207%200%200%201-.374-.233l-.037-.025a6.46%206.46%200%200%201-2.03-2.229q-.05-.089-.096-.178l-.028-.058a6%206%200%200%201-.107-.229q-.036-.079-.07-.159a6.45%206.45%200%200%201%20.358-5.753c.635-1.108%201.592-1.986%202.661-2.613zM6.542%208.146q-.342.2-.647.437a4.48%204.48%200%200%201%202.725.44l.204.11l.013.009l3.647%202.182l5.566-3.33l-5.57-3.332z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/gitbook-line.svg?color=%231a73e8&size=48