Metafilter Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Metafilter 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/315172.svg" alt="Metafilter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315172.svg" alt="Metafilter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315172.svg" alt="Metafilter icon" :width="24" :height="24" />
CSS background
.icon-metafilter {
background-image: url('https://proicons.com/icon/315172.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>MetaFilter</title><path d="M18.548 5.26l-.87 4.894h3.558l-.519 2.83h-3.592l-1.602 8.639h-2.857l3.586-19.248H24l-.537 2.885h-4.915zm-7.331-2.884L7.19 13.472V2.376H3.581L0 21.624h2.452L5.198 6.728l-.251 14.896h1.421l5.225-14.896-2.786 14.896h2.48l3.581-19.248h-3.651z"/></svg>
Copied!