Pandoc Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Pandoc 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/315509.svg" alt="Pandoc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315509.svg" alt="Pandoc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315509.svg" alt="Pandoc icon" :width="24" :height="24" />
CSS background
.icon-pandoc {
background-image: url('https://proicons.com/icon/315509.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pandoc</title><path d="M4.259 0a.95.95 0 0 0-.925.837.74.74 0 0 0 .75.837h1.953L3.778 23.163a.74.74 0 0 0 .75.837.95.95 0 0 0 .924-.837l2.26-21.489h2.51Q9.095 12.419 7.964 23.163a.74.74 0 0 0 .75.837.95.95 0 0 0 .925-.837l.997-9.489h8.372a.95.95 0 0 0 .925-.837l.733-6.977a.76.76 0 0 0-.182-.591L15.988.245A.75.75 0 0 0 15.422 0Zm7.638 1.674H14.9l.06.068-.403 3.84a.494.494 0 0 0 .5.558h3.84l.06.067-.61 5.793h-7.534z"/></svg>
Copied!