filter from Font Awesome Solid by Dave Gandy · Solid · Code · CC-BY-4.0 Attribution required.

Name
filter
Set
Font Awesome Solid
Style
Solid
Category
Code
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More code icons from Font Awesome Solid

Use the filter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M96 128c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 7 34.8L256 365.3V480c0 8.5 3.4 16.6 9.4 22.6l64 64c9.2 9.2 22.9 11.9 34.9 6.9S384 556.9 384 544V365.3l182.6-182.6c9.2-9.2 11.9-22.9 6.9-34.9S556.9 128 544 128z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidFilter(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M96 128c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 7 34.8L256 365.3V480c0 8.5 3.4 16.6 9.4 22.6l64 64c9.2 9.2 22.9 11.9 34.9 6.9S384 556.9 384 544V365.3l182.6-182.6c9.2-9.2 11.9-22.9 6.9-34.9S556.9 128 544 128z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M96 128c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 7 34.8L256 365.3V480c0 8.5 3.4 16.6 9.4 22.6l64 64c9.2 9.2 22.9 11.9 34.9 6.9S384 556.9 384 544V365.3l182.6-182.6c9.2-9.2 11.9-22.9 6.9-34.9S556.9 128 544 128z"/></svg>
</template>

CSS

.icon-filter {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20128c-12.9%200-24.6%207.8-29.6%2019.8s-2.2%2025.7%207%2034.8L256%20365.3V480c0%208.5%203.4%2016.6%209.4%2022.6l64%2064c9.2%209.2%2022.9%2011.9%2034.9%206.9S384%20556.9%20384%20544V365.3l182.6-182.6c9.2-9.2%2011.9-22.9%206.9-34.9S556.9%20128%20544%20128z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20128c-12.9%200-24.6%207.8-29.6%2019.8s-2.2%2025.7%207%2034.8L256%20365.3V480c0%208.5%203.4%2016.6%209.4%2022.6l64%2064c9.2%209.2%2022.9%2011.9%2034.9%206.9S384%20556.9%20384%20544V365.3l182.6-182.6c9.2-9.2%2011.9-22.9%206.9-34.9S556.9%20128%20544%20128z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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