Journie Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Journie 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/342281.svg" alt="Journie icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342281.svg" alt="Journie icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342281.svg" alt="Journie icon" :width="24" :height="24" />
CSS background
.icon-journie {
background-image: url('https://proicons.com/icon/342281.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{stroke-miterlimit:10;}.b,.c{fill:none;stroke:#fff;}.c{stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M34.20994943,10.78395933c.35839844.29553986.7059288.61091995,1.04109955.9461298,5.66540146,5.66540051,5.66540146,14.85099888,0,20.51599979h0l-10.25799942,10.25799942-1.98550034-1.98550034"/><path class="c" d="M19.86395067,27.11795896c-2.83270073-2.83270073-2.83270073-7.42550087,0-10.25800133,2.49309921-2.49310017,6.34950066-2.79199982,9.16950035-.89669991"/><path class="b" d="M23.00695032,30.26096052l-3.14360046-3.14360046h0"/><path class="c" d="M33.26494974,30.26096052l-10.25799942,10.25800133-10.25800037-10.25799942c-5.66540003-5.66539955-5.66540003-14.85099983,0-20.51600075,5.66540051-5.66540003,14.85099888-5.66540003,20.51599979,0,5.66540146,5.66539955,5.66540146,14.85099983,0,20.51599884Z"/><path class="c" d="M28.13595003,25.1319589l-5.12909889,5.12909889-5.1291008-5.1291008c-2.83269978-2.83270073-2.83269978-7.42549896,0-10.25800037,2.83270073-2.83269978,7.42549896-2.83269978,10.25799942,0,2.83270073,2.83269978,2.83270073,7.42549992,0,10.25800037l.00020027.00000191Z"/></svg>
Copied!