Lens Blur icon

Lens Blur 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

lens_blur_outlined_fill0_wght400.svg

Lens Blur 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=lens_blur" />

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

Lens Blur icon in React

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

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

Lens Blur icon in Vue

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

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

Lens Blur icon in Angular

With Angular Material and the font from the HTML tab:

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

Lens Blur 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.lens_blur, fill: 0, weight: 400)

Lens Blur icon in Android

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

<!-- res/drawable/lens_blur.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="M2.65 14.325q-.15-.15-.15-.375t.15-.375q.15-.15 .375-.15t.375 .15q.15 .15 .15 .375t-.15 .375q-.15 .15-.375 .15t-.375-.15Zm0-3.9q-.15-.15-.15-.375t.15-.375q.15-.15 .375-.15t.375 .15q.15 .15 .15 .375t-.15 .375q-.15 .15-.375 .15t-.375-.15Zm2.675 8.25q-.275-.275-.275-.675t.275-.675q.275-.275 .675-.275t.675 .275q.275 .275 .275 .675t-.275 .675q-.275 .275-.675 .275t-.675-.275Zm0-4.05q-.275-.275-.275-.675t.275-.675q.275-.275 .675-.275t.675 .275q.275 .275 .275 .675t-.275 .675q-.275 .275-.675 .275t-.675-.275Zm0-3.9q-.275-.275-.275-.675t.275-.675q.275-.275 .675-.275t.675 .275q.275 .275 .275 .675t-.275 .675q-.275 .275-.675 .275t-.675-.275Zm0-4.05q-.275-.275-.275-.675t.275-.675q.275-.275 .675-.275t.675 .275q.275 .275 .275 .675t-.275 .675q-.275 .275-.675 .275t-.675-.275Zm3.763 8.238Q8.7 14.525 8.7 13.95t.388-.962Q9.475 12.6 10.05 12.6t.963 .388Q11.4 13.375 11.4 13.95t-.387 .963Q10.625 15.3 10.05 15.3t-.962-.387Zm0-3.9Q8.7 10.625 8.7 10.05t.388-.962Q9.475 8.7 10.05 8.7t.963 .388Q11.4 9.475 11.4 10.05t-.387 .963Q10.625 11.4 10.05 11.4t-.962-.387ZM9.375 18.675q-.275-.275-.275-.675t.275-.675q.275-.275 .675-.275t.675 .275q.275 .275 .275 .675t-.275 .675q-.275 .275-.675 .275t-.675-.275Zm0-12q-.275-.275-.275-.675t.275-.675q.275-.275 .675-.275t.675 .275q.275 .275 .275 .675t-.275 .675q-.275 .275-.675 .275t-.675-.275Zm.3 14.675q-.15-.15-.15-.375t.15-.375q.15-.15 .375-.15t.375 .15q.15 .15 .15 .375t-.15 .375q-.15 .15-.375 .15t-.375-.15Zm0-17.95q-.15-.15-.15-.375t.15-.375q.15-.15 .375-.15t.375 .15q.15 .15 .15 .375t-.15 .375q-.15 .15-.375 .15t-.375-.15Zm3.313 11.513Q12.6 14.525 12.6 13.95t.388-.962Q13.375 12.6 13.95 12.6t.963 .388Q15.3 13.375 15.3 13.95t-.387 .963Q14.525 15.3 13.95 15.3t-.962-.387Zm0-3.9Q12.6 10.625 12.6 10.05t.388-.962Q13.375 8.7 13.95 8.7t.963 .388Q15.3 9.475 15.3 10.05t-.387 .963Q14.525 11.4 13.95 11.4t-.962-.387ZM13.275 18.675q-.275-.275-.275-.675t.275-.675q.275-.275 .675-.275t.675 .275q.275 .275 .275 .675t-.275 .675q-.275 .275-.675 .275t-.675-.275Zm0-12q-.275-.275-.275-.675t.275-.675q.275-.275 .675-.275t.675 .275q.275 .275 .275 .675t-.275 .675q-.275 .275-.675 .275t-.675-.275Zm.45 14.675q-.15-.15-.15-.375t.15-.375q.15-.15 .375-.15t.375 .15q.15 .15 .15 .375t-.15 .375q-.15 .15-.375 .15t-.375-.15Zm-.15-17.95q-.15-.15-.15-.375t.15-.375q.15-.15 .375-.15t.375 .15q.15 .15 .15 .375t-.15 .375q-.15 .15-.375 .15t-.375-.15Zm3.75 15.275q-.275-.275-.275-.675t.275-.675q.275-.275 .675-.275t.675 .275q.275 .275 .275 .675t-.275 .675q-.275 .275-.675 .275t-.675-.275Zm0-4.05q-.275-.275-.275-.675t.275-.675q.275-.275 .675-.275t.675 .275q.275 .275 .275 .675t-.275 .675q-.275 .275-.675 .275t-.675-.275Zm0-3.9q-.275-.275-.275-.675t.275-.675q.275-.275 .675-.275t.675 .275q.275 .275 .275 .675t-.275 .675q-.275 .275-.675 .275t-.675-.275Zm0-4.05q-.275-.275-.275-.675t.275-.675q.275-.275 .675-.275t.675 .275q.275 .275 .275 .675t-.275 .675q-.275 .275-.675 .275t-.675-.275Zm3.275 7.65q-.15-.15-.15-.375t.15-.375q.15-.15 .375-.15t.375 .15q.15 .15 .15 .375t-.15 .375q-.15 .15-.375 .15t-.375-.15Zm0-3.9q-.15-.15-.15-.375t.15-.375q.15-.15 .375-.15t.375 .15q.15 .15 .15 .375t-.15 .375q-.15 .15-.375 .15t-.375-.15Z" />
</vector>

Lens Blur icon in SVG

npm install @material-symbols/svg-400

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

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

Lens Blur 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

NameLens Blur
Ligaturelens_blur
Code pointU+F029
CategoryImages
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/lens_blur.svg, lens_blur-fill.svg
FlutterSymbols.lens_blur
LicenseApache License 2.0 (© Google LLC)

Keywords

imagesimagephotophotographycameraabstractfiltereffectdotfocusphoto editingvisual effectaperture

Related icons