face retouching off icon

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

Name
face-retouching-off-rounded
Set
Material Symbols
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0

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="m19.65 21.4l-1.5-1.5q-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.875L2.65 4.4q-.275-.275-.275-.7T2.65 3t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275m2.4-9.4q0 1.325-.262 2.337t-.363 1.163q-.1.175-.25.313t-.325.212t-.363.075t-.387-.075q-.375-.175-.537-.575t.012-.775q.125-.275.3-1.025T20.05 12q0-.6-.075-1.163T19.7 9.75q-.525.125-1.05.188t-1.1.062q-1.4 0-2.662-.363T12.5 8.6L8.4 4.5q-.475-.475-.35-1.112t.725-.863q.775-.275 1.588-.4T12.05 2q2.075 0 3.888.788t3.174 2.137t2.15 3.175t.788 3.9M8.162 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 MaterialSymbolsFaceRetouchingOffRounded(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="m19.65 21.4l-1.5-1.5q-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.875L2.65 4.4q-.275-.275-.275-.7T2.65 3t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275m2.4-9.4q0 1.325-.262 2.337t-.363 1.163q-.1.175-.25.313t-.325.212t-.363.075t-.387-.075q-.375-.175-.537-.575t.012-.775q.125-.275.3-1.025T20.05 12q0-.6-.075-1.163T19.7 9.75q-.525.125-1.05.188t-1.1.062q-1.4 0-2.662-.363T12.5 8.6L8.4 4.5q-.475-.475-.35-1.112t.725-.863q.775-.275 1.588-.4T12.05 2q2.075 0 3.888.788t3.174 2.137t2.15 3.175t.788 3.9M8.162 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="m19.65 21.4l-1.5-1.5q-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.875L2.65 4.4q-.275-.275-.275-.7T2.65 3t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275m2.4-9.4q0 1.325-.262 2.337t-.363 1.163q-.1.175-.25.313t-.325.212t-.363.075t-.387-.075q-.375-.175-.537-.575t.012-.775q.125-.275.3-1.025T20.05 12q0-.6-.075-1.163T19.7 9.75q-.525.125-1.05.188t-1.1.062q-1.4 0-2.662-.363T12.5 8.6L8.4 4.5q-.475-.475-.35-1.112t.725-.863q.775-.275 1.588-.4T12.05 2q2.075 0 3.888.788t3.174 2.137t2.15 3.175t.788 3.9M8.162 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-rounded {
  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%22m19.65%2021.4l-1.5-1.5q-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.875L2.65%204.4q-.275-.275-.275-.7T2.65%203t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275m2.4-9.4q0%201.325-.262%202.337t-.363%201.163q-.1.175-.25.313t-.325.212t-.363.075t-.387-.075q-.375-.175-.537-.575t.012-.775q.125-.275.3-1.025T20.05%2012q0-.6-.075-1.163T19.7%209.75q-.525.125-1.05.188t-1.1.062q-1.4%200-2.662-.363T12.5%208.6L8.4%204.5q-.475-.475-.35-1.112t.725-.863q.775-.275%201.588-.4T12.05%202q2.075%200%203.888.788t3.174%202.137t2.15%203.175t.788%203.9M8.162%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%22m19.65%2021.4l-1.5-1.5q-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.875L2.65%204.4q-.275-.275-.275-.7T2.65%203t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275m2.4-9.4q0%201.325-.262%202.337t-.363%201.163q-.1.175-.25.313t-.325.212t-.363.075t-.387-.075q-.375-.175-.537-.575t.012-.775q.125-.275.3-1.025T20.05%2012q0-.6-.075-1.163T19.7%209.75q-.525.125-1.05.188t-1.1.062q-1.4%200-2.662-.363T12.5%208.6L8.4%204.5q-.475-.475-.35-1.112t.725-.863q.775-.275%201.588-.4T12.05%202q2.075%200%203.888.788t3.174%202.137t2.15%203.175t.788%203.9M8.162%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-rounded.svg?color=%231a73e8&size=48