Pomerium Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Pomerium 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/315639.svg" alt="Pomerium icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315639.svg" alt="Pomerium icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315639.svg" alt="Pomerium icon" :width="24" :height="24" />
CSS background
.icon-pomerium {
background-image: url('https://proicons.com/icon/315639.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>Pomerium</title><path d="M0 6.768v2.338l.038-.005A2.832 2.832 0 0 1 3.2 11.913v7.998h2.318v-9.023A2.687 2.687 0 0 1 7.95 8.213c1.288-.123 2.345.873 2.345 2.167v9.53h2.317v-9.265c0-1.685 1.271-3.1 2.948-3.281 1.565-.169 2.922 1.085 2.922 2.66v9.886H20.8v-9.875A3.635 3.635 0 0 1 24 6.422V4.089z"/></svg>
Copied!