Filter Vintage icon

Filter Vintage is a Google Material Symbol from the Images category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

filter_vintage_outlined_fill0_wght400.svg

Filter Vintage icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=filter_vintage" />

<span class="material-symbols-outlined">filter_vintage</span>

Filter Vintage icon in React

// With the font from the HTML tab:
export function FilterVintageIcon() {
  return (
    <span className="material-symbols-outlined">
      filter_vintage
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import FilterVintageIcon from "@material-symbols/svg-400/outlined/filter_vintage.svg?react";

Filter Vintage icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">filter_vintage</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import FilterVintageIcon from "@material-symbols/svg-400/outlined/filter_vintage.svg?component"; -->

Filter Vintage icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">filter_vintage</mat-icon>

Filter Vintage icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.filter_vintage, fill: 0, weight: 400)

Filter Vintage icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/filter_vintage.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M9.538 21.038Q8.5 20.075 8.275 18.5q-1.475 .575-2.762 .1T3.5 16.925q-.725-1.2-.475-2.625t1.7-2.3q-1.5-.9-1.725-2.312T3.5 7.075q.725-1.2 2.013-1.675t2.762 .1q.225-1.575 1.263-2.537T11.975 2q1.4 0 2.438 .963T15.675 5.5q1.475-.575 2.763-.1t2.012 1.675q.725 1.2 .5 2.613T19.225 12q1.45 .875 1.688 2.313T20.45 16.925q-.725 1.2-2.012 1.675T15.675 18.5q-.225 1.575-1.262 2.538T11.975 22q-1.4 0-2.437-.962ZM11.975 20.5q1.275 0 1.838-1.062T13.775 17.375l-.8-1.325q-.275 .075-.525 .1t-.475 .025q-.225 0-.475-.025t-.525-.1l-.8 1.325q-.6 1-.037 2.063T11.975 20.5ZM4.8 16.175q.65 1.1 1.738 1.175t1.862-1l.8-1.125q-.15-.15-.362-.4T8.475 14.325q-.15-.25-.275-.562t-.2-.713h-1.525q-1.175 0-1.75 1.013t.075 2.112Zm10.725 .175q.75 1.1 1.863 1.013T19.15 16.175q.65-1.1 .075-2.112T17.475 13.05h-1.525q-.075 .4-.2 .713T15.5 14.325q-.125 .25-.312 .475T14.75 15.225l.775 1.125ZM12.025 12Zm-4.025-1.05 .2-.6q.1-.3 .275-.575t.35-.537q.175-.263 .375-.463l-.775-1.1q-.775-1.1-1.9-1.037T4.8 7.825q-.675 1.125-.087 2.125t1.762 1h1.525Zm9.475 0q1.175 0 1.738-1.037T19.15 7.825q-.65-1.1-1.737-1.162T15.525 7.675l-.775 1.1q.2 .15 .375 .425t.35 .575q.175 .3 .288 .563T15.95 10.95h1.525ZM10.975 7.95q.275-.05 .525-.087t.475-.038q.225 0 .475 .038t.525 .087l.8-1.325q.6-1.025 .038-2.075T11.975 3.5q-1.275 0-1.837 1.05t.037 2.075l.8 1.325Zm0 0q.275-.05 .525-.087t.475-.038q.225 0 .475 .038t.525 .087q-.275-.05-.525-.087t-.475-.038q-.225 0-.475 .038t-.525 .087ZM8.475 14.325q-.15-.25-.275-.562t-.2-.713q.075 .4 .2 .713t.275 .562q.15 .25 .363 .5t.362 .4q-.15-.15-.362-.4T8.475 14.325Zm-.475-3.375 .2-.6q.1-.3 .275-.575t.35-.537q.175-.263 .375-.463-.2 .2-.375 .463T8.475 9.775q-.175 .275-.275 .575l-.2 .6Zm3.975 5.225q-.225 0-.475-.025t-.525-.1q.275 .075 .525 .1t.475 .025q.225 0 .475-.025t.525-.1q-.275 .075-.525 .1t-.475 .025Zm2.775-.95q.25-.2 .438-.425t.312-.475q.125-.25 .25-.562t.2-.713q-.075 .4-.2 .713T15.5 14.325q-.125 .25-.312 .475T14.75 15.225Zm1.2-4.275q-.075-.35-.187-.612T15.475 9.775q-.175-.3-.35-.575t-.375-.425q.2 .15 .375 .425t.35 .575q.175 .3 .288 .563T15.95 10.95Zm-2.062 2.938Q14.675 13.1 14.675 12t-.787-1.887Q13.1 9.325 12 9.325t-1.887 .788Q9.325 10.9 9.325 12t.788 1.888Q10.9 14.675 12 14.675t1.888-.787Z" />
</vector>

Filter Vintage icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/filter_vintage.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/filter_vintage.svg" width="24" height="24" alt="Filter Vintage">

Filter Vintage icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameFilter Vintage
Ligaturefilter_vintage
Code pointU+E3E3
CategoryImages
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/filter_vintage.svg, filter_vintage-fill.svg
FlutterSymbols.filter_vintage
LicenseApache License 2.0 (© Google LLC)

Keywords

imagesediteditinggraphicimageadjustphotopicturephotographycameraabstractnatureeffect

Related icons