face retouching off icon

face-retouching-off from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
face-retouching-off
Set
Material Symbols
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
face-retouching-off-sharp

3 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the face retouching off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.35 22.1l-2.2-2.2q-1.275.975-2.825 1.538T12.05 22q-2.05 0-3.875-.788t-3.187-2.15t-2.15-3.187T2.05 12q0-1.725.563-3.287T4.15 5.875L1.95 3.7l1.4-1.4l18.4 18.4zm.425-5.225L19.3 15.4q.35-.8.55-1.65t.2-1.75q0-.6-.075-1.162T19.7 9.75q-.525.125-1.05.188t-1.1.062q-1.4 0-2.662-.363T12.5 8.6L7.15 3.25q1.1-.6 2.325-.925T12.05 2q2.075 0 3.888.788t3.174 2.137t2.15 3.175t.788 3.9q0 1.325-.312 2.538t-.963 2.337M8.163 13.888Q7.8 13.525 7.8 13t.363-.888t.887-.362t.888.363t.362.887t-.363.888t-.887.362t-.888-.363M12.05 20q1.325 0 2.5-.387T16.7 18.5L7.725 9.475q-.75.8-1.687 1.4t-1.988.975V12q0 3.325 2.338 5.663T12.05 20"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFaceRetouchingOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.35 22.1l-2.2-2.2q-1.275.975-2.825 1.538T12.05 22q-2.05 0-3.875-.788t-3.187-2.15t-2.15-3.187T2.05 12q0-1.725.563-3.287T4.15 5.875L1.95 3.7l1.4-1.4l18.4 18.4zm.425-5.225L19.3 15.4q.35-.8.55-1.65t.2-1.75q0-.6-.075-1.162T19.7 9.75q-.525.125-1.05.188t-1.1.062q-1.4 0-2.662-.363T12.5 8.6L7.15 3.25q1.1-.6 2.325-.925T12.05 2q2.075 0 3.888.788t3.174 2.137t2.15 3.175t.788 3.9q0 1.325-.312 2.538t-.963 2.337M8.163 13.888Q7.8 13.525 7.8 13t.363-.888t.887-.362t.888.363t.362.887t-.363.888t-.887.362t-.888-.363M12.05 20q1.325 0 2.5-.387T16.7 18.5L7.725 9.475q-.75.8-1.687 1.4t-1.988.975V12q0 3.325 2.338 5.663T12.05 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.35 22.1l-2.2-2.2q-1.275.975-2.825 1.538T12.05 22q-2.05 0-3.875-.788t-3.187-2.15t-2.15-3.187T2.05 12q0-1.725.563-3.287T4.15 5.875L1.95 3.7l1.4-1.4l18.4 18.4zm.425-5.225L19.3 15.4q.35-.8.55-1.65t.2-1.75q0-.6-.075-1.162T19.7 9.75q-.525.125-1.05.188t-1.1.062q-1.4 0-2.662-.363T12.5 8.6L7.15 3.25q1.1-.6 2.325-.925T12.05 2q2.075 0 3.888.788t3.174 2.137t2.15 3.175t.788 3.9q0 1.325-.312 2.538t-.963 2.337M8.163 13.888Q7.8 13.525 7.8 13t.363-.888t.887-.362t.888.363t.362.887t-.363.888t-.887.362t-.888-.363M12.05 20q1.325 0 2.5-.387T16.7 18.5L7.725 9.475q-.75.8-1.687 1.4t-1.988.975V12q0 3.325 2.338 5.663T12.05 20"/></svg>
</template>

CSS

.icon-face-retouching-off {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.35%2022.1l-2.2-2.2q-1.275.975-2.825%201.538T12.05%2022q-2.05%200-3.875-.788t-3.187-2.15t-2.15-3.187T2.05%2012q0-1.725.563-3.287T4.15%205.875L1.95%203.7l1.4-1.4l18.4%2018.4zm.425-5.225L19.3%2015.4q.35-.8.55-1.65t.2-1.75q0-.6-.075-1.162T19.7%209.75q-.525.125-1.05.188t-1.1.062q-1.4%200-2.662-.363T12.5%208.6L7.15%203.25q1.1-.6%202.325-.925T12.05%202q2.075%200%203.888.788t3.174%202.137t2.15%203.175t.788%203.9q0%201.325-.312%202.538t-.963%202.337M8.163%2013.888Q7.8%2013.525%207.8%2013t.363-.888t.887-.362t.888.363t.362.887t-.363.888t-.887.362t-.888-.363M12.05%2020q1.325%200%202.5-.387T16.7%2018.5L7.725%209.475q-.75.8-1.687%201.4t-1.988.975V12q0%203.325%202.338%205.663T12.05%2020%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.35%2022.1l-2.2-2.2q-1.275.975-2.825%201.538T12.05%2022q-2.05%200-3.875-.788t-3.187-2.15t-2.15-3.187T2.05%2012q0-1.725.563-3.287T4.15%205.875L1.95%203.7l1.4-1.4l18.4%2018.4zm.425-5.225L19.3%2015.4q.35-.8.55-1.65t.2-1.75q0-.6-.075-1.162T19.7%209.75q-.525.125-1.05.188t-1.1.062q-1.4%200-2.662-.363T12.5%208.6L7.15%203.25q1.1-.6%202.325-.925T12.05%202q2.075%200%203.888.788t3.174%202.137t2.15%203.175t.788%203.9q0%201.325-.312%202.538t-.963%202.337M8.163%2013.888Q7.8%2013.525%207.8%2013t.363-.888t.887-.362t.888.363t.362.887t-.363.888t-.887.362t-.888-.363M12.05%2020q1.325%200%202.5-.387T16.7%2018.5L7.725%209.475q-.75.8-1.687%201.4t-1.988.975V12q0%203.325%202.338%205.663T12.05%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/face-retouching-off.svg?color=%231a73e8&size=48