Joplin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Joplin 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/327713.svg" alt="Joplin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327713.svg" alt="Joplin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327713.svg" alt="Joplin icon" :width="24" :height="24" />
CSS background
.icon-joplin {
background-image: url('https://proicons.com/icon/327713.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M38.4317,4.4944l-14.4228,0L24,9.9723h2.4787a.9962.9962,0,0,1,1,.995c.0019,3.7661.0084,17.1686.0084,21.8249,0,2.4608-1.8151,3.4321-3.7911,3.4321-2.4178,0-7.2518-1.9777-7.2518-5.5467a3.9737,3.9737,0,0,1,4.2333-4.2691,6.5168,6.5168,0,0,1,3.2954,1.0568V20.2961a14.6734,14.6734,0,0,0-4.4756-.6537c-5.8628,0-9.929,4.9033-9.929,11.1556,0,6.8972,5.2718,12.7077,14.5786,12.7077,5.6651,0,10.8066-3.8479,10.8066-10.77V10.9723a1,1,0,0,1,1-1h2.4782Z"/></svg>
Joplin in other icon packs
Copied!