Journal It Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Journal It icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/327719.svg" alt="Journal It icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327719.svg" alt="Journal It icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327719.svg" alt="Journal It icon" :width="24" :height="24" />
CSS background
.icon-journal-it {
background-image: url('https://proicons.com/icon/327719.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m36.0006,38.5766H11.159c-.7755,0-1.4043-.6287-1.4043-1.4043V5.9043c0-.7755.6287-1.4043,1.4043-1.4043h24.8416c1.2397,0,2.2447,1.005,2.2447,2.2447v29.5872c0,1.2397-1.005,2.2447-2.2447,2.2447Z"/><line class="b" x1="13.5707" y1="4.5" x2="13.5707" y2="38.5766"/><polyline class="b" points="25.8592 4.5037 25.8592 13.3707 25.8592 17.4532 25.8592 21.5357 25.8592 24.7223"/><line class="b" x1="32.5371" y1="24.6577" x2="32.5371" y2="4.5037"/><line class="b" x1="25.8592" y1="13.3707" x2="19.5599" y2="13.3707"/><line class="b" x1="25.8592" y1="21.5357" x2="19.5599" y2="21.5357"/><line class="b" x1="25.8592" y1="17.4532" x2="19.5599" y2="17.4532"/><path class="b" d="m34.5091,25.9415c-1.2193-1.5825-3.4906-1.8769-5.073-.6576l-.1169.09-.1169-.09c-1.5824-1.2193-3.8537-.9249-5.073.6576-1.2193,1.5824-.9249,3.8537.6576,5.073l4.5323,3.4921,4.5323-3.4921c1.5824-1.2193,1.8768-3.4906.6576-5.073Z"/><polyline class="b" points="32.0106 38.577 32.0106 43.5 29.2674 41.9668 26.5242 43.5 26.5242 38.577"/></svg>
Copied!