journal whills icon
journal-whills from Line Awesome by Icons8 · Line · Science Fiction · Apache-2.0 Free for personal and commercial use.
- Name
- journal-whills
- Set
- Line Awesome
- Style
- Line
- Category
- Science Fiction
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- journal-whills-solid
The same icon in other sets
More science fiction icons from Line Awesome
Use the journal whills icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 4C7.355 4 6 5.355 6 7v18c0 1.645 1.355 3 3 3h17V4zm0 2h15v16H9a2.9 2.9 0 0 0-1 .188V7c0-.566.434-1 1-1m7 2.215c-.114 0-.21.09-.215.205l-.248 5.937l-.642-.437a.215.215 0 0 0-.305.287l.459.768l-.961.199a.215.215 0 0 0 0 .42l.96.199l-.458.766a.215.215 0 0 0 .183.324a.2.2 0 0 0 .122-.037l.556-.377l-.072 1.752A3 3 0 0 1 13 15.285c0-.806.323-1.533.84-2.072a3.41 3.41 0 0 1-1.27-2.643c0-.657.195-1.263.516-1.785a6 6 0 0 0-2.484 2.639l1.416 1.416a.428.428 0 1 1-.608.605l-1.139-1.138c-.16.54-.272 1.101-.271 1.693c0 .028.009.052.01.08l1.986 1.74a.43.43 0 0 1 .041.606a.43.43 0 0 1-.322.144a.43.43 0 0 1-.283-.105l-1.264-1.106C10.786 18.016 13.156 20 16 20s5.214-1.985 5.832-4.64l-1.264 1.107a.43.43 0 0 1-.605-.041v-.002a.43.43 0 0 1 .04-.604l1.99-1.74c0-.028.007-.052.007-.08c0-.592-.113-1.152-.271-1.693l-1.14 1.138a.429.429 0 0 1-.605-.605l1.414-1.416a6 6 0 0 0-2.484-2.639a3.4 3.4 0 0 1 .516 1.785a3.41 3.41 0 0 1-1.27 2.643c.517.539.84 1.266.84 2.072a3 3 0 0 1-2.377 2.934l-.076-1.836l.68.46a.215.215 0 0 0 .267-.02a.21.21 0 0 0 .037-.264l-.459-.768l.961-.2c.1-.02.17-.107.17-.208s-.07-.19-.17-.211l-.96-.2l.458-.767a.21.21 0 0 0-.037-.264a.22.22 0 0 0-.267-.021l-.762.516l-.25-6.016A.215.215 0 0 0 16 8.215M9 24h15v2H9c-.566 0-1-.434-1-1s.434-1 1-1"/></svg>
React
import type { SVGProps } from "react";
export function LaJournalWhills(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 4C7.355 4 6 5.355 6 7v18c0 1.645 1.355 3 3 3h17V4zm0 2h15v16H9a2.9 2.9 0 0 0-1 .188V7c0-.566.434-1 1-1m7 2.215c-.114 0-.21.09-.215.205l-.248 5.937l-.642-.437a.215.215 0 0 0-.305.287l.459.768l-.961.199a.215.215 0 0 0 0 .42l.96.199l-.458.766a.215.215 0 0 0 .183.324a.2.2 0 0 0 .122-.037l.556-.377l-.072 1.752A3 3 0 0 1 13 15.285c0-.806.323-1.533.84-2.072a3.41 3.41 0 0 1-1.27-2.643c0-.657.195-1.263.516-1.785a6 6 0 0 0-2.484 2.639l1.416 1.416a.428.428 0 1 1-.608.605l-1.139-1.138c-.16.54-.272 1.101-.271 1.693c0 .028.009.052.01.08l1.986 1.74a.43.43 0 0 1 .041.606a.43.43 0 0 1-.322.144a.43.43 0 0 1-.283-.105l-1.264-1.106C10.786 18.016 13.156 20 16 20s5.214-1.985 5.832-4.64l-1.264 1.107a.43.43 0 0 1-.605-.041v-.002a.43.43 0 0 1 .04-.604l1.99-1.74c0-.028.007-.052.007-.08c0-.592-.113-1.152-.271-1.693l-1.14 1.138a.429.429 0 0 1-.605-.605l1.414-1.416a6 6 0 0 0-2.484-2.639a3.4 3.4 0 0 1 .516 1.785a3.41 3.41 0 0 1-1.27 2.643c.517.539.84 1.266.84 2.072a3 3 0 0 1-2.377 2.934l-.076-1.836l.68.46a.215.215 0 0 0 .267-.02a.21.21 0 0 0 .037-.264l-.459-.768l.961-.2c.1-.02.17-.107.17-.208s-.07-.19-.17-.211l-.96-.2l.458-.767a.21.21 0 0 0-.037-.264a.22.22 0 0 0-.267-.021l-.762.516l-.25-6.016A.215.215 0 0 0 16 8.215M9 24h15v2H9c-.566 0-1-.434-1-1s.434-1 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 4C7.355 4 6 5.355 6 7v18c0 1.645 1.355 3 3 3h17V4zm0 2h15v16H9a2.9 2.9 0 0 0-1 .188V7c0-.566.434-1 1-1m7 2.215c-.114 0-.21.09-.215.205l-.248 5.937l-.642-.437a.215.215 0 0 0-.305.287l.459.768l-.961.199a.215.215 0 0 0 0 .42l.96.199l-.458.766a.215.215 0 0 0 .183.324a.2.2 0 0 0 .122-.037l.556-.377l-.072 1.752A3 3 0 0 1 13 15.285c0-.806.323-1.533.84-2.072a3.41 3.41 0 0 1-1.27-2.643c0-.657.195-1.263.516-1.785a6 6 0 0 0-2.484 2.639l1.416 1.416a.428.428 0 1 1-.608.605l-1.139-1.138c-.16.54-.272 1.101-.271 1.693c0 .028.009.052.01.08l1.986 1.74a.43.43 0 0 1 .041.606a.43.43 0 0 1-.322.144a.43.43 0 0 1-.283-.105l-1.264-1.106C10.786 18.016 13.156 20 16 20s5.214-1.985 5.832-4.64l-1.264 1.107a.43.43 0 0 1-.605-.041v-.002a.43.43 0 0 1 .04-.604l1.99-1.74c0-.028.007-.052.007-.08c0-.592-.113-1.152-.271-1.693l-1.14 1.138a.429.429 0 0 1-.605-.605l1.414-1.416a6 6 0 0 0-2.484-2.639a3.4 3.4 0 0 1 .516 1.785a3.41 3.41 0 0 1-1.27 2.643c.517.539.84 1.266.84 2.072a3 3 0 0 1-2.377 2.934l-.076-1.836l.68.46a.215.215 0 0 0 .267-.02a.21.21 0 0 0 .037-.264l-.459-.768l.961-.2c.1-.02.17-.107.17-.208s-.07-.19-.17-.211l-.96-.2l.458-.767a.21.21 0 0 0-.037-.264a.22.22 0 0 0-.267-.021l-.762.516l-.25-6.016A.215.215 0 0 0 16 8.215M9 24h15v2H9c-.566 0-1-.434-1-1s.434-1 1-1"/></svg> </template>
CSS
.icon-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%204C7.355%204%206%205.355%206%207v18c0%201.645%201.355%203%203%203h17V4zm0%202h15v16H9a2.9%202.9%200%200%200-1%20.188V7c0-.566.434-1%201-1m7%202.215c-.114%200-.21.09-.215.205l-.248%205.937l-.642-.437a.215.215%200%200%200-.305.287l.459.768l-.961.199a.215.215%200%200%200%200%20.42l.96.199l-.458.766a.215.215%200%200%200%20.183.324a.2.2%200%200%200%20.122-.037l.556-.377l-.072%201.752A3%203%200%200%201%2013%2015.285c0-.806.323-1.533.84-2.072a3.41%203.41%200%200%201-1.27-2.643c0-.657.195-1.263.516-1.785a6%206%200%200%200-2.484%202.639l1.416%201.416a.428.428%200%201%201-.608.605l-1.139-1.138c-.16.54-.272%201.101-.271%201.693c0%20.028.009.052.01.08l1.986%201.74a.43.43%200%200%201%20.041.606a.43.43%200%200%201-.322.144a.43.43%200%200%201-.283-.105l-1.264-1.106C10.786%2018.016%2013.156%2020%2016%2020s5.214-1.985%205.832-4.64l-1.264%201.107a.43.43%200%200%201-.605-.041v-.002a.43.43%200%200%201%20.04-.604l1.99-1.74c0-.028.007-.052.007-.08c0-.592-.113-1.152-.271-1.693l-1.14%201.138a.429.429%200%200%201-.605-.605l1.414-1.416a6%206%200%200%200-2.484-2.639a3.4%203.4%200%200%201%20.516%201.785a3.41%203.41%200%200%201-1.27%202.643c.517.539.84%201.266.84%202.072a3%203%200%200%201-2.377%202.934l-.076-1.836l.68.46a.215.215%200%200%200%20.267-.02a.21.21%200%200%200%20.037-.264l-.459-.768l.961-.2c.1-.02.17-.107.17-.208s-.07-.19-.17-.211l-.96-.2l.458-.767a.21.21%200%200%200-.037-.264a.22.22%200%200%200-.267-.021l-.762.516l-.25-6.016A.215.215%200%200%200%2016%208.215M9%2024h15v2H9c-.566%200-1-.434-1-1s.434-1%201-1%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%204C7.355%204%206%205.355%206%207v18c0%201.645%201.355%203%203%203h17V4zm0%202h15v16H9a2.9%202.9%200%200%200-1%20.188V7c0-.566.434-1%201-1m7%202.215c-.114%200-.21.09-.215.205l-.248%205.937l-.642-.437a.215.215%200%200%200-.305.287l.459.768l-.961.199a.215.215%200%200%200%200%20.42l.96.199l-.458.766a.215.215%200%200%200%20.183.324a.2.2%200%200%200%20.122-.037l.556-.377l-.072%201.752A3%203%200%200%201%2013%2015.285c0-.806.323-1.533.84-2.072a3.41%203.41%200%200%201-1.27-2.643c0-.657.195-1.263.516-1.785a6%206%200%200%200-2.484%202.639l1.416%201.416a.428.428%200%201%201-.608.605l-1.139-1.138c-.16.54-.272%201.101-.271%201.693c0%20.028.009.052.01.08l1.986%201.74a.43.43%200%200%201%20.041.606a.43.43%200%200%201-.322.144a.43.43%200%200%201-.283-.105l-1.264-1.106C10.786%2018.016%2013.156%2020%2016%2020s5.214-1.985%205.832-4.64l-1.264%201.107a.43.43%200%200%201-.605-.041v-.002a.43.43%200%200%201%20.04-.604l1.99-1.74c0-.028.007-.052.007-.08c0-.592-.113-1.152-.271-1.693l-1.14%201.138a.429.429%200%200%201-.605-.605l1.414-1.416a6%206%200%200%200-2.484-2.639a3.4%203.4%200%200%201%20.516%201.785a3.41%203.41%200%200%201-1.27%202.643c.517.539.84%201.266.84%202.072a3%203%200%200%201-2.377%202.934l-.076-1.836l.68.46a.215.215%200%200%200%20.267-.02a.21.21%200%200%200%20.037-.264l-.459-.768l.961-.2c.1-.02.17-.107.17-.208s-.07-.19-.17-.211l-.96-.2l.458-.767a.21.21%200%200%200-.037-.264a.22.22%200%200%200-.267-.021l-.762.516l-.25-6.016A.215.215%200%200%200%2016%208.215M9%2024h15v2H9c-.566%200-1-.434-1-1s.434-1%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/journal-whills.svg?color=%231a73e8&size=48