Metager Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Metager 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/315173.svg" alt="Metager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315173.svg" alt="Metager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315173.svg" alt="Metager icon" :width="24" :height="24" />
CSS background
.icon-metager {
background-image: url('https://proicons.com/icon/315173.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>MetaGer</title><path d="M1.563 0v6.92h2.083c.818 0 1.227-.434 1.227-1.289V3.264h10.391c3.035 0 4.552 1.613 4.552 4.736v2.575H4.873v1.562c0 .851-.412 1.288-1.227 1.288H.827v4.23C.827 21.885 2.942 24 7.218 24h8.46c4.965 0 7.494-2.575 7.494-7.678V7.678C23.172 2.575 20.643 0 15.678 0zm8.706 13.425h2.246c1.513 0 2.089.777 2.089 2.226v3.389c0 1.15-.577 1.747-1.705 1.747h-1.16c-.976 0-1.47-.578-1.47-1.726v-5.636"/></svg>
Copied!