metafilter logo

metafilter from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
metafilter
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the metafilter logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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.885zm-7.331-2.884L7.19 13.472V2.376H3.581L0 21.624h2.452L5.198 6.728l-.251 14.896h1.421l5.225-14.896l-2.786 14.896h2.48l3.581-19.248z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsMetafilter(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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.885zm-7.331-2.884L7.19 13.472V2.376H3.581L0 21.624h2.452L5.198 6.728l-.251 14.896h1.421l5.225-14.896l-2.786 14.896h2.48l3.581-19.248z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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.885zm-7.331-2.884L7.19 13.472V2.376H3.581L0 21.624h2.452L5.198 6.728l-.251 14.896h1.421l5.225-14.896l-2.786 14.896h2.48l3.581-19.248z"/></svg>
</template>

CSS

.icon-metafilter {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.548%205.26l-.87%204.894h3.558l-.519%202.83h-3.592l-1.602%208.639h-2.857l3.586-19.248H24l-.537%202.885zm-7.331-2.884L7.19%2013.472V2.376H3.581L0%2021.624h2.452L5.198%206.728l-.251%2014.896h1.421l5.225-14.896l-2.786%2014.896h2.48l3.581-19.248z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.548%205.26l-.87%204.894h3.558l-.519%202.83h-3.592l-1.602%208.639h-2.857l3.586-19.248H24l-.537%202.885zm-7.331-2.884L7.19%2013.472V2.376H3.581L0%2021.624h2.452L5.198%206.728l-.251%2014.896h1.421l5.225-14.896l-2.786%2014.896h2.48l3.581-19.248z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/metafilter.svg?color=%231a73e8&size=48