Journalize Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Journalize 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/327720.svg" alt="Journalize icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327720.svg" alt="Journalize icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327720.svg" alt="Journalize icon" :width="24" :height="24" />
CSS background
.icon-journalize {
background-image: url('https://proicons.com/icon/327720.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.h,.i,.j,.k{fill:none;stroke:#000;stroke-linejoin:round;}.h,.j{stroke-linecap:round;}.h,.k{stroke-width:1px;}.i,.j{stroke-width:1px;}</style></defs><path id="c" class="j" d="M9.6821,5.5h-2.077c-1.1014,0-2.0025.9011-2.0025,2.0025v32.9949c0,1.1014.9011,2.0025,2.0025,2.0025h2.077"/><path id="d" class="j" d="M9.6821,5.5v37h23.518c1.1014,0,2.0025-.9011,2.0025-2.0025V7.5025c0-1.1014-.9011-2.0025-2.0025-2.0025H9.6821Z"/><path id="e" class="i" d="M30.4924,5.5v13.2637l-2.9981-2.0771-3.0177,2.0575-.0196-13.2441"/><path id="f" class="h" d="M40.2365,40.8714l-2.1903-5.3363V8.0988c0-.5358.4343-.9701.9701-.9701h2.4067c.5358,0,.9701.4343.9701.9701v27.4195l-2.1566,5.353Z"/><path id="g" class="k" d="M38.0457,35.5046h4.3517"/></svg>
Copied!