Pubmed Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Pubmed 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/315703.svg" alt="Pubmed icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315703.svg" alt="Pubmed icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315703.svg" alt="Pubmed icon" :width="24" :height="24" />
CSS background
.icon-pubmed {
background-image: url('https://proicons.com/icon/315703.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>PubMed</title><path d="M8.23 7.982l.006-1.005C7.846 1.417 5.096 0 5.096 0l.048 2.291C3.73 1.056 2.6 1.444 2.6 1.444l.118 15.307s4.218-1.796 5.428 5.505C10.238 13.535 21.401 24 21.401 24V9S10.52-.18 8.231 7.982zm9.79 9.941l-1.046-5.232-1.904 4.507h-.96l-1.72-4.301-1.046 5.04H9.321l2.093-9.39h.802l2.491 5.543 2.508-5.557h.869l2.075 9.39h-2.138z"/></svg>
Copied!