face retouching off icon
face-retouching-off-outline from Material Symbols Light by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.
- Name
- face-retouching-off-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- face-retouching-off-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
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.812 21.408l-2.854-2.854q-1.217 1.129-2.739 1.787q-1.521.659-3.4.659q-1.858 0-3.497-.707q-1.64-.708-2.864-1.932t-1.931-2.864T2.819 12q0-1.84.678-3.412t1.769-2.732L2.412 3.008l.707-.708l18.4 18.4zm-1.018-5.245l-.725-.763q.35-.8.55-1.65t.2-1.75q0-.6-.075-1.163T19.47 9.75q-.525.125-1.05.187t-1.1.063q-1.4 0-2.624-.343t-2.387-1.019L7.688 4.02q1.004-.523 1.96-.771T11.818 3q1.865 0 3.504.71q1.64.711 2.862 1.926t1.929 2.856t.706 3.508q0 1.037-.235 2.095q-.236 1.059-.79 2.069m-15.838-5.44q.852-.377 1.802-1.076T7.42 8.006L5.98 6.569q-.773.789-1.327 1.865t-.696 2.291m5.56-6.408q1.28 2.423 3.417 3.553T17.5 9q.35 0 .771-.047t.848-.155q-.973-2.211-2.956-3.505T12 4q-.658 0-1.31.076q-.651.076-1.174.241m-1.584 9.57q-.363-.362-.363-.887t.363-.887t.887-.363t.888.363t.362.887t-.362.888t-.888.362t-.887-.362M11.819 20q1.614 0 3.029-.599q1.416-.599 2.39-1.555l-9.11-9.121q-.788 1.05-1.966 1.89t-2.343 1.23V12q0 3.325 2.338 5.663T11.819 20"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFaceRetouchingOffOutline(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.812 21.408l-2.854-2.854q-1.217 1.129-2.739 1.787q-1.521.659-3.4.659q-1.858 0-3.497-.707q-1.64-.708-2.864-1.932t-1.931-2.864T2.819 12q0-1.84.678-3.412t1.769-2.732L2.412 3.008l.707-.708l18.4 18.4zm-1.018-5.245l-.725-.763q.35-.8.55-1.65t.2-1.75q0-.6-.075-1.163T19.47 9.75q-.525.125-1.05.187t-1.1.063q-1.4 0-2.624-.343t-2.387-1.019L7.688 4.02q1.004-.523 1.96-.771T11.818 3q1.865 0 3.504.71q1.64.711 2.862 1.926t1.929 2.856t.706 3.508q0 1.037-.235 2.095q-.236 1.059-.79 2.069m-15.838-5.44q.852-.377 1.802-1.076T7.42 8.006L5.98 6.569q-.773.789-1.327 1.865t-.696 2.291m5.56-6.408q1.28 2.423 3.417 3.553T17.5 9q.35 0 .771-.047t.848-.155q-.973-2.211-2.956-3.505T12 4q-.658 0-1.31.076q-.651.076-1.174.241m-1.584 9.57q-.363-.362-.363-.887t.363-.887t.887-.363t.888.363t.362.887t-.362.888t-.888.362t-.887-.362M11.819 20q1.614 0 3.029-.599q1.416-.599 2.39-1.555l-9.11-9.121q-.788 1.05-1.966 1.89t-2.343 1.23V12q0 3.325 2.338 5.663T11.819 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.812 21.408l-2.854-2.854q-1.217 1.129-2.739 1.787q-1.521.659-3.4.659q-1.858 0-3.497-.707q-1.64-.708-2.864-1.932t-1.931-2.864T2.819 12q0-1.84.678-3.412t1.769-2.732L2.412 3.008l.707-.708l18.4 18.4zm-1.018-5.245l-.725-.763q.35-.8.55-1.65t.2-1.75q0-.6-.075-1.163T19.47 9.75q-.525.125-1.05.187t-1.1.063q-1.4 0-2.624-.343t-2.387-1.019L7.688 4.02q1.004-.523 1.96-.771T11.818 3q1.865 0 3.504.71q1.64.711 2.862 1.926t1.929 2.856t.706 3.508q0 1.037-.235 2.095q-.236 1.059-.79 2.069m-15.838-5.44q.852-.377 1.802-1.076T7.42 8.006L5.98 6.569q-.773.789-1.327 1.865t-.696 2.291m5.56-6.408q1.28 2.423 3.417 3.553T17.5 9q.35 0 .771-.047t.848-.155q-.973-2.211-2.956-3.505T12 4q-.658 0-1.31.076q-.651.076-1.174.241m-1.584 9.57q-.363-.362-.363-.887t.363-.887t.887-.363t.888.363t.362.887t-.362.888t-.888.362t-.887-.362M11.819 20q1.614 0 3.029-.599q1.416-.599 2.39-1.555l-9.11-9.121q-.788 1.05-1.966 1.89t-2.343 1.23V12q0 3.325 2.338 5.663T11.819 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.812%2021.408l-2.854-2.854q-1.217%201.129-2.739%201.787q-1.521.659-3.4.659q-1.858%200-3.497-.707q-1.64-.708-2.864-1.932t-1.931-2.864T2.819%2012q0-1.84.678-3.412t1.769-2.732L2.412%203.008l.707-.708l18.4%2018.4zm-1.018-5.245l-.725-.763q.35-.8.55-1.65t.2-1.75q0-.6-.075-1.163T19.47%209.75q-.525.125-1.05.187t-1.1.063q-1.4%200-2.624-.343t-2.387-1.019L7.688%204.02q1.004-.523%201.96-.771T11.818%203q1.865%200%203.504.71q1.64.711%202.862%201.926t1.929%202.856t.706%203.508q0%201.037-.235%202.095q-.236%201.059-.79%202.069m-15.838-5.44q.852-.377%201.802-1.076T7.42%208.006L5.98%206.569q-.773.789-1.327%201.865t-.696%202.291m5.56-6.408q1.28%202.423%203.417%203.553T17.5%209q.35%200%20.771-.047t.848-.155q-.973-2.211-2.956-3.505T12%204q-.658%200-1.31.076q-.651.076-1.174.241m-1.584%209.57q-.363-.362-.363-.887t.363-.887t.887-.363t.888.363t.362.887t-.362.888t-.888.362t-.887-.362M11.819%2020q1.614%200%203.029-.599q1.416-.599%202.39-1.555l-9.11-9.121q-.788%201.05-1.966%201.89t-2.343%201.23V12q0%203.325%202.338%205.663T11.819%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.812%2021.408l-2.854-2.854q-1.217%201.129-2.739%201.787q-1.521.659-3.4.659q-1.858%200-3.497-.707q-1.64-.708-2.864-1.932t-1.931-2.864T2.819%2012q0-1.84.678-3.412t1.769-2.732L2.412%203.008l.707-.708l18.4%2018.4zm-1.018-5.245l-.725-.763q.35-.8.55-1.65t.2-1.75q0-.6-.075-1.163T19.47%209.75q-.525.125-1.05.187t-1.1.063q-1.4%200-2.624-.343t-2.387-1.019L7.688%204.02q1.004-.523%201.96-.771T11.818%203q1.865%200%203.504.71q1.64.711%202.862%201.926t1.929%202.856t.706%203.508q0%201.037-.235%202.095q-.236%201.059-.79%202.069m-15.838-5.44q.852-.377%201.802-1.076T7.42%208.006L5.98%206.569q-.773.789-1.327%201.865t-.696%202.291m5.56-6.408q1.28%202.423%203.417%203.553T17.5%209q.35%200%20.771-.047t.848-.155q-.973-2.211-2.956-3.505T12%204q-.658%200-1.31.076q-.651.076-1.174.241m-1.584%209.57q-.363-.362-.363-.887t.363-.887t.887-.363t.888.363t.362.887t-.362.888t-.888.362t-.887-.362M11.819%2020q1.614%200%203.029-.599q1.416-.599%202.39-1.555l-9.11-9.121q-.788%201.05-1.966%201.89t-2.343%201.23V12q0%203.325%202.338%205.663T11.819%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/face-retouching-off-outline.svg?color=%231a73e8&size=48