face retouching off icon
face-retouching-off-outline from Material Symbols by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.
- Name
- face-retouching-off-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- face-retouching-off-outline-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.337m-16.3-7.4q.525-.3.975-.663t.875-.787l-.75-.725q-.35.5-.625 1.038t-.475 1.137m6.175-5.35q1.05 1.75 2.85 2.812T17.5 8q.35 0 .675-.038t.675-.087Q17.8 6.125 16 5.063T12 4q-.35 0-.675.038t-.675.087m-2.488 9.763Q7.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 MaterialSymbolsFaceRetouchingOffOutline(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.337m-16.3-7.4q.525-.3.975-.663t.875-.787l-.75-.725q-.35.5-.625 1.038t-.475 1.137m6.175-5.35q1.05 1.75 2.85 2.812T17.5 8q.35 0 .675-.038t.675-.087Q17.8 6.125 16 5.063T12 4q-.35 0-.675.038t-.675.087m-2.488 9.763Q7.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.337m-16.3-7.4q.525-.3.975-.663t.875-.787l-.75-.725q-.35.5-.625 1.038t-.475 1.137m6.175-5.35q1.05 1.75 2.85 2.812T17.5 8q.35 0 .675-.038t.675-.087Q17.8 6.125 16 5.063T12 4q-.35 0-.675.038t-.675.087m-2.488 9.763Q7.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-outline {
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.337m-16.3-7.4q.525-.3.975-.663t.875-.787l-.75-.725q-.35.5-.625%201.038t-.475%201.137m6.175-5.35q1.05%201.75%202.85%202.812T17.5%208q.35%200%20.675-.038t.675-.087Q17.8%206.125%2016%205.063T12%204q-.35%200-.675.038t-.675.087m-2.488%209.763Q7.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.337m-16.3-7.4q.525-.3.975-.663t.875-.787l-.75-.725q-.35.5-.625%201.038t-.475%201.137m6.175-5.35q1.05%201.75%202.85%202.812T17.5%208q.35%200%20.675-.038t.675-.087Q17.8%206.125%2016%205.063T12%204q-.35%200-.675.038t-.675.087m-2.488%209.763Q7.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-outline.svg?color=%231a73e8&size=48