Filter Tilt Shift icon

Filter Tilt Shift 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.

GradeOptical size

Outlined, unfilled, weight 400

filter_tilt_shift_outlined_fill0_wght400.svg

Filter Tilt Shift 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=filter_tilt_shift" />

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

Filter Tilt Shift icon in React

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

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

Filter Tilt Shift icon in MUI

The @mui/icons-material component (from the older Material Icons set, so no weight or grade):

npm install @mui/icons-material @mui/material @emotion/react @emotion/styled

import FilterTiltShiftOutlinedIcon from "@mui/icons-material/FilterTiltShiftOutlined";

<FilterTiltShiftOutlinedIcon />

Filter Tilt Shift icon in Vue

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

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

Filter Tilt Shift icon in Angular

With Angular Material and the font from the HTML tab:

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

Filter Tilt Shift 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_tilt_shift, fill: 0, weight: 400, grade: 0, opticalSize: 24)

// Or Flutter's built-in Material Icons (the older designs, no fill or weight):
Icon(Icons.filter_tilt_shift_outlined)

Filter Tilt Shift icon in Android

A vector drawable of the selected style, fill and weight, for XML layouts and Jetpack Compose:

<!-- res/drawable/ic_filter_tilt_shift.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="M4.125 18.35q-.975-1.125-1.462-2.5T2 13h1.55q.2 1.15 .6 2.225t1.125 2l-1.15 1.125ZM2 11q.225-1.45 .725-2.825t1.4-2.525l1.15 1.125q-.725 .925-1.125 2t-.6 2.225H2ZM10.95 21.95q-1.45-.175-2.825-.675t-2.525-1.4l1.125-1.175q.95 .675 2.013 1.125t2.212 .625v1.5ZM6.8 5.3l-1.2-1.175q1.175-.9 2.563-1.4T11.025 2.05v1.5q-1.15 .175-2.225 .613T6.8 5.3Zm3.45 8.475q-.725-.725-.725-1.775t.725-1.775q.725-.725 1.775-.725t1.775 .725q.725 .725 .725 1.775t-.725 1.775q-.725 .725-1.775 .725t-1.775-.725ZM12.95 21.95v-1.5q1.175-.175 2.25-.637t2.05-1.113l1.175 1.175q-1.175 .925-2.575 1.413T12.95 21.95Zm4.35-16.65q-.95-.675-2.025-1.125t-2.25-.625v-1.5q1.475 .175 2.838 .688T18.425 4.125l-1.125 1.175Zm2.6 13.05-1.125-1.125q.7-.925 1.1-2t.6-2.225h1.55q-.225 1.45-.712 2.825T19.9 18.35Zm.575-7.35q-.2-1.15-.6-2.225t-1.1-2l1.125-1.125q.975 1.125 1.463 2.5T22.025 11h-1.55Z" />
</vector>

// Jetpack Compose
Icon(painterResource(R.drawable.ic_filter_tilt_shift), contentDescription = "Filter Tilt Shift")

Filter Tilt Shift icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/filter_tilt_shift.svg" width="24" height="24" alt="Filter Tilt Shift">

Filter Tilt Shift 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 Tilt Shift
Ligaturefilter_tilt_shift
Code pointU+E3E2
CategoryImages
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/filter_tilt_shift.svg, filter_tilt_shift-fill.svg
FlutterSymbols.filter_tilt_shift (Material Icons: Icons.filter_tilt_shift)
MUI@mui/icons-material/FilterTiltShift
LicenseApache License 2.0 (© Google LLC)

Keywords

imagessettingsediteditingimagephotopicturephotographycamerapointdashadjustment

Related icons