book journal whills icon

book-journal-whills from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
book-journal-whills
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the book journal whills icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 576h320c17.7 0 32-14.3 32-32s-14.3-32-32-32v-66.7c18.6-6.6 32-24.4 32-45.3V112c0-26.5-21.5-48-48-48H192c-53 0-96 43-96 96v320c0 53 43 96 96 96m-32-96c0-17.7 14.3-32 32-32h256v64H192c-17.7 0-32-14.3-32-32m210.1-316.8c2.6-2.6 6.7-3.1 9.9-1.1c32.1 20 53.4 55.6 53.4 96.2c0 62.6-50.7 113.3-113.3 113.3s-113.4-50.7-113.4-113.3c0-40.6 21.4-76.2 53.4-96.2c3.1-2 7.2-1.5 9.9 1.1s3.1 6.7 1.2 9.8c-5.2 8.6-8.2 18.7-8.2 29.5c0 15.1 5.9 28.8 15.5 39.1c2.5 2.7 2.9 6.7.9 9.7c-4.7 7.4-7.4 16.1-7.4 25.5c0 21.6 14.3 39.9 34 45.9l1-24.8c-7.1-4.4-11.8-12.2-11.8-21.1c0-9.6 5.5-18 13.5-22.1l3.3-81.8c.2-4.3 3.7-7.7 8-7.7s7.8 3.4 8 7.7l3.3 81.8c8 4.1 13.5 12.4 13.5 22.1c0 8.9-4.7 16.7-11.8 21.1l1 24.8c19.6-6 33.9-24.1 34-45.6v-.6c-.1-9.3-2.7-17.9-7.4-25.2c-1.9-3.1-1.6-7.1.9-9.7c9.6-10.2 15.5-23.9 15.5-39.1c0-10.8-3-20.9-8.2-29.5c-1.9-3.2-1.4-7.2 1.2-9.8z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidBookJournalWhills(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 576h320c17.7 0 32-14.3 32-32s-14.3-32-32-32v-66.7c18.6-6.6 32-24.4 32-45.3V112c0-26.5-21.5-48-48-48H192c-53 0-96 43-96 96v320c0 53 43 96 96 96m-32-96c0-17.7 14.3-32 32-32h256v64H192c-17.7 0-32-14.3-32-32m210.1-316.8c2.6-2.6 6.7-3.1 9.9-1.1c32.1 20 53.4 55.6 53.4 96.2c0 62.6-50.7 113.3-113.3 113.3s-113.4-50.7-113.4-113.3c0-40.6 21.4-76.2 53.4-96.2c3.1-2 7.2-1.5 9.9 1.1s3.1 6.7 1.2 9.8c-5.2 8.6-8.2 18.7-8.2 29.5c0 15.1 5.9 28.8 15.5 39.1c2.5 2.7 2.9 6.7.9 9.7c-4.7 7.4-7.4 16.1-7.4 25.5c0 21.6 14.3 39.9 34 45.9l1-24.8c-7.1-4.4-11.8-12.2-11.8-21.1c0-9.6 5.5-18 13.5-22.1l3.3-81.8c.2-4.3 3.7-7.7 8-7.7s7.8 3.4 8 7.7l3.3 81.8c8 4.1 13.5 12.4 13.5 22.1c0 8.9-4.7 16.7-11.8 21.1l1 24.8c19.6-6 33.9-24.1 34-45.6v-.6c-.1-9.3-2.7-17.9-7.4-25.2c-1.9-3.1-1.6-7.1.9-9.7c9.6-10.2 15.5-23.9 15.5-39.1c0-10.8-3-20.9-8.2-29.5c-1.9-3.2-1.4-7.2 1.2-9.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 576h320c17.7 0 32-14.3 32-32s-14.3-32-32-32v-66.7c18.6-6.6 32-24.4 32-45.3V112c0-26.5-21.5-48-48-48H192c-53 0-96 43-96 96v320c0 53 43 96 96 96m-32-96c0-17.7 14.3-32 32-32h256v64H192c-17.7 0-32-14.3-32-32m210.1-316.8c2.6-2.6 6.7-3.1 9.9-1.1c32.1 20 53.4 55.6 53.4 96.2c0 62.6-50.7 113.3-113.3 113.3s-113.4-50.7-113.4-113.3c0-40.6 21.4-76.2 53.4-96.2c3.1-2 7.2-1.5 9.9 1.1s3.1 6.7 1.2 9.8c-5.2 8.6-8.2 18.7-8.2 29.5c0 15.1 5.9 28.8 15.5 39.1c2.5 2.7 2.9 6.7.9 9.7c-4.7 7.4-7.4 16.1-7.4 25.5c0 21.6 14.3 39.9 34 45.9l1-24.8c-7.1-4.4-11.8-12.2-11.8-21.1c0-9.6 5.5-18 13.5-22.1l3.3-81.8c.2-4.3 3.7-7.7 8-7.7s7.8 3.4 8 7.7l3.3 81.8c8 4.1 13.5 12.4 13.5 22.1c0 8.9-4.7 16.7-11.8 21.1l1 24.8c19.6-6 33.9-24.1 34-45.6v-.6c-.1-9.3-2.7-17.9-7.4-25.2c-1.9-3.1-1.6-7.1.9-9.7c9.6-10.2 15.5-23.9 15.5-39.1c0-10.8-3-20.9-8.2-29.5c-1.9-3.2-1.4-7.2 1.2-9.8z"/></svg>
</template>

CSS

.icon-book-journal-whills {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%20576h320c17.7%200%2032-14.3%2032-32s-14.3-32-32-32v-66.7c18.6-6.6%2032-24.4%2032-45.3V112c0-26.5-21.5-48-48-48H192c-53%200-96%2043-96%2096v320c0%2053%2043%2096%2096%2096m-32-96c0-17.7%2014.3-32%2032-32h256v64H192c-17.7%200-32-14.3-32-32m210.1-316.8c2.6-2.6%206.7-3.1%209.9-1.1c32.1%2020%2053.4%2055.6%2053.4%2096.2c0%2062.6-50.7%20113.3-113.3%20113.3s-113.4-50.7-113.4-113.3c0-40.6%2021.4-76.2%2053.4-96.2c3.1-2%207.2-1.5%209.9%201.1s3.1%206.7%201.2%209.8c-5.2%208.6-8.2%2018.7-8.2%2029.5c0%2015.1%205.9%2028.8%2015.5%2039.1c2.5%202.7%202.9%206.7.9%209.7c-4.7%207.4-7.4%2016.1-7.4%2025.5c0%2021.6%2014.3%2039.9%2034%2045.9l1-24.8c-7.1-4.4-11.8-12.2-11.8-21.1c0-9.6%205.5-18%2013.5-22.1l3.3-81.8c.2-4.3%203.7-7.7%208-7.7s7.8%203.4%208%207.7l3.3%2081.8c8%204.1%2013.5%2012.4%2013.5%2022.1c0%208.9-4.7%2016.7-11.8%2021.1l1%2024.8c19.6-6%2033.9-24.1%2034-45.6v-.6c-.1-9.3-2.7-17.9-7.4-25.2c-1.9-3.1-1.6-7.1.9-9.7c9.6-10.2%2015.5-23.9%2015.5-39.1c0-10.8-3-20.9-8.2-29.5c-1.9-3.2-1.4-7.2%201.2-9.8z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%20576h320c17.7%200%2032-14.3%2032-32s-14.3-32-32-32v-66.7c18.6-6.6%2032-24.4%2032-45.3V112c0-26.5-21.5-48-48-48H192c-53%200-96%2043-96%2096v320c0%2053%2043%2096%2096%2096m-32-96c0-17.7%2014.3-32%2032-32h256v64H192c-17.7%200-32-14.3-32-32m210.1-316.8c2.6-2.6%206.7-3.1%209.9-1.1c32.1%2020%2053.4%2055.6%2053.4%2096.2c0%2062.6-50.7%20113.3-113.3%20113.3s-113.4-50.7-113.4-113.3c0-40.6%2021.4-76.2%2053.4-96.2c3.1-2%207.2-1.5%209.9%201.1s3.1%206.7%201.2%209.8c-5.2%208.6-8.2%2018.7-8.2%2029.5c0%2015.1%205.9%2028.8%2015.5%2039.1c2.5%202.7%202.9%206.7.9%209.7c-4.7%207.4-7.4%2016.1-7.4%2025.5c0%2021.6%2014.3%2039.9%2034%2045.9l1-24.8c-7.1-4.4-11.8-12.2-11.8-21.1c0-9.6%205.5-18%2013.5-22.1l3.3-81.8c.2-4.3%203.7-7.7%208-7.7s7.8%203.4%208%207.7l3.3%2081.8c8%204.1%2013.5%2012.4%2013.5%2022.1c0%208.9-4.7%2016.7-11.8%2021.1l1%2024.8c19.6-6%2033.9-24.1%2034-45.6v-.6c-.1-9.3-2.7-17.9-7.4-25.2c-1.9-3.1-1.6-7.1.9-9.7c9.6-10.2%2015.5-23.9%2015.5-39.1c0-10.8-3-20.9-8.2-29.5c-1.9-3.2-1.4-7.2%201.2-9.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/book-journal-whills.svg?color=%231a73e8&size=48