book skull icon
book-skull from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- book-skull
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 448×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the book skull icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M0 96C0 43 43 0 96 0h320c17.7 0 32 14.3 32 32v320c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-53 0-96-43-96-96zm64 320c0 17.7 14.3 32 32 32h256v-64H96c-17.7 0-32 14.3-32 32m256-304c0-35.3-35.8-64-80-64s-80 28.7-80 64c0 20.9 12.6 39.5 32 51.2V176c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-12.8c19.4-11.7 32-30.3 32-51.2M208 96a16 16 0 1 1 0 32a16 16 0 1 1 0-32m48 16a16 16 0 1 1 32 0a16 16 0 1 1-32 0m-121.7 97.3c-8.1-3.5-17.5.3-21 8.4s.3 17.5 8.4 21l77.7 33.3l-77.7 33.3c-8.1 3.5-11.9 12.9-8.4 21s12.9 11.9 21 8.4L240 289.4l105.7 45.3c8.1 3.5 17.5-.3 21-8.4s-.3-17.5-8.4-21L280.6 272l77.7-33.3c8.1-3.5 11.9-12.9 8.4-21s-12.9-11.9-21-8.4L240 254.6z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidBookSkull(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M0 96C0 43 43 0 96 0h320c17.7 0 32 14.3 32 32v320c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-53 0-96-43-96-96zm64 320c0 17.7 14.3 32 32 32h256v-64H96c-17.7 0-32 14.3-32 32m256-304c0-35.3-35.8-64-80-64s-80 28.7-80 64c0 20.9 12.6 39.5 32 51.2V176c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-12.8c19.4-11.7 32-30.3 32-51.2M208 96a16 16 0 1 1 0 32a16 16 0 1 1 0-32m48 16a16 16 0 1 1 32 0a16 16 0 1 1-32 0m-121.7 97.3c-8.1-3.5-17.5.3-21 8.4s.3 17.5 8.4 21l77.7 33.3l-77.7 33.3c-8.1 3.5-11.9 12.9-8.4 21s12.9 11.9 21 8.4L240 289.4l105.7 45.3c8.1 3.5 17.5-.3 21-8.4s-.3-17.5-8.4-21L280.6 272l77.7-33.3c8.1-3.5 11.9-12.9 8.4-21s-12.9-11.9-21-8.4L240 254.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M0 96C0 43 43 0 96 0h320c17.7 0 32 14.3 32 32v320c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-53 0-96-43-96-96zm64 320c0 17.7 14.3 32 32 32h256v-64H96c-17.7 0-32 14.3-32 32m256-304c0-35.3-35.8-64-80-64s-80 28.7-80 64c0 20.9 12.6 39.5 32 51.2V176c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-12.8c19.4-11.7 32-30.3 32-51.2M208 96a16 16 0 1 1 0 32a16 16 0 1 1 0-32m48 16a16 16 0 1 1 32 0a16 16 0 1 1-32 0m-121.7 97.3c-8.1-3.5-17.5.3-21 8.4s.3 17.5 8.4 21l77.7 33.3l-77.7 33.3c-8.1 3.5-11.9 12.9-8.4 21s12.9 11.9 21 8.4L240 289.4l105.7 45.3c8.1 3.5 17.5-.3 21-8.4s-.3-17.5-8.4-21L280.6 272l77.7-33.3c8.1-3.5 11.9-12.9 8.4-21s-12.9-11.9-21-8.4L240 254.6z"/></svg> </template>
CSS
.icon-book-skull {
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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2096C0%2043%2043%200%2096%200h320c17.7%200%2032%2014.3%2032%2032v320c0%2017.7-14.3%2032-32%2032v64c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H96c-53%200-96-43-96-96zm64%20320c0%2017.7%2014.3%2032%2032%2032h256v-64H96c-17.7%200-32%2014.3-32%2032m256-304c0-35.3-35.8-64-80-64s-80%2028.7-80%2064c0%2020.9%2012.6%2039.5%2032%2051.2V176c0%208.8%207.2%2016%2016%2016h64c8.8%200%2016-7.2%2016-16v-12.8c19.4-11.7%2032-30.3%2032-51.2M208%2096a16%2016%200%201%201%200%2032a16%2016%200%201%201%200-32m48%2016a16%2016%200%201%201%2032%200a16%2016%200%201%201-32%200m-121.7%2097.3c-8.1-3.5-17.5.3-21%208.4s.3%2017.5%208.4%2021l77.7%2033.3l-77.7%2033.3c-8.1%203.5-11.9%2012.9-8.4%2021s12.9%2011.9%2021%208.4L240%20289.4l105.7%2045.3c8.1%203.5%2017.5-.3%2021-8.4s-.3-17.5-8.4-21L280.6%20272l77.7-33.3c8.1-3.5%2011.9-12.9%208.4-21s-12.9-11.9-21-8.4L240%20254.6z%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2096C0%2043%2043%200%2096%200h320c17.7%200%2032%2014.3%2032%2032v320c0%2017.7-14.3%2032-32%2032v64c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H96c-53%200-96-43-96-96zm64%20320c0%2017.7%2014.3%2032%2032%2032h256v-64H96c-17.7%200-32%2014.3-32%2032m256-304c0-35.3-35.8-64-80-64s-80%2028.7-80%2064c0%2020.9%2012.6%2039.5%2032%2051.2V176c0%208.8%207.2%2016%2016%2016h64c8.8%200%2016-7.2%2016-16v-12.8c19.4-11.7%2032-30.3%2032-51.2M208%2096a16%2016%200%201%201%200%2032a16%2016%200%201%201%200-32m48%2016a16%2016%200%201%201%2032%200a16%2016%200%201%201-32%200m-121.7%2097.3c-8.1-3.5-17.5.3-21%208.4s.3%2017.5%208.4%2021l77.7%2033.3l-77.7%2033.3c-8.1%203.5-11.9%2012.9-8.4%2021s12.9%2011.9%2021%208.4L240%20289.4l105.7%2045.3c8.1%203.5%2017.5-.3%2021-8.4s-.3-17.5-8.4-21L280.6%20272l77.7-33.3c8.1-3.5%2011.9-12.9%208.4-21s-12.9-11.9-21-8.4L240%20254.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/book-skull.svg?color=%231a73e8&size=48