Face Retouching Off icon

Face Retouching Off 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

face_retouching_off_outlined_fill0_wght400.svg

Face Retouching Off 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=face_retouching_off" />

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

Face Retouching Off icon in React

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

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

Face Retouching Off icon in Vue

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

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

Face Retouching Off icon in Angular

With Angular Material and the font from the HTML tab:

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

Face Retouching Off 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.face_retouching_off, fill: 0, weight: 400)

Face Retouching Off icon in Android

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

<!-- res/drawable/face_retouching_off.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="M21.3 22.375 18.55 19.625q-1.425 1.175-3.025 1.775T12.075 22q-2.1 0-3.925-.775t-3.175-2.125q-1.35-1.35-2.125-3.175T2.075 12q0-1.9 .638-3.537T4.45 5.525L1.675 2.75l1.075-1.05 19.625 19.625-1.075 1.05Zm-.775-5.025-1.1-1.1q.525-.825 .838-1.95t.312-2.3q0-.7-.087-1.237T20.225 9.575q-.55 .125-1.1 .175t-1.2 .05q-2.05 0-4.162-.775T10.075 6.9L6.725 3.55q1.1-.7 2.463-1.125T12.075 2q2.075 0 3.9 .788T19.15 4.925q1.35 1.35 2.138 3.175T22.075 12q0 1.5-.412 2.863T20.525 17.35ZM14.475 5.9ZM3.8 10.05q.825-.375 1.463-.862T6.7 7.775l-1.175-1.175q-.625 .775-1.012 1.563T3.8 10.05Zm5.475-6.075q1.725 2.2 4.113 3.263T17.925 8.3q.5 0 .925-.025t.8-.15q-1.15-2.075-3.112-3.35T11.85 3.5q-.275 0-1.1 .1t-1.475 .375ZM5.25 8.325Zm2.713 5.713Q7.575 13.65 7.575 13.075t.388-.962Q8.35 11.725 8.925 11.725t.963 .388Q10.275 12.5 10.275 13.075t-.387 .963Q9.5 14.425 8.925 14.425t-.962-.387ZM12.075 20.5q1.525 0 2.95-.537t2.45-1.413L7.8 8.875q-.8 .925-1.925 1.7t-2.3 1.25v.175q0 3.5 2.5 6t6 2.5Z" />
</vector>

Face Retouching Off icon in SVG

npm install @material-symbols/svg-400

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

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

Face Retouching Off 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

NameFace Retouching Off
Ligatureface_retouching_off
Code pointU+F007
CategoryImages
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/face_retouching_off.svg, face_retouching_off-fill.svg
FlutterSymbols.face_retouching_off
LicenseApache License 2.0 (© Google LLC)

Keywords

imagessettingsedithumanpersonondisablededitingimageslashenabledphotophotography

Related icons