face retouching natural icon

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

Name
face-retouching-natural-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

Related icons in Material Symbols

Use the face retouching natural icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.05 0-3.875-.788t-3.188-2.15q-1.362-1.362-2.15-3.187T2 12q0-2.15.825-3.988t2.212-3.175Q6.425 3.5 8.226 2.75T12 2q.975 0 2 .213t2 .637l-2.75 1.275q-.3-.05-.613-.088T12 4q-.35 0-.675.025t-.675.1q1.05 1.75 2.85 2.813T17.5 8h.35l.875 1.925q-2.25.275-4.7-.525T9.75 6.3q-.875 2.125-2.388 3.5T4 11.85q0 3.475 2.337 5.813T12 20q3.4 0 5.725-2.4T20 12q0-.35-.025-.613t-.075-.637l1.25-2.775q.45 1.05.65 2.025t.2 2q0 2-.763 3.813T19.137 19q-1.337 1.375-3.162 2.188T12 22ZM4.425 9.475Q5.7 8.75 6.65 7.6t1.425-2.575Q6.8 5.75 5.85 6.9T4.425 9.475ZM9 14.25q-.525 0-.888-.363T7.75 13q0-.525.363-.888T9 11.75q.525 0 .888.363t.362.887q0 .525-.363.888T9 14.25Zm6 0q-.525 0-.888-.363T13.75 13q0-.525.363-.888T15 11.75q.525 0 .888.363t.362.887q0 .525-.363.888T15 14.25Zm4.5-6.95q-.125 0-.25-.075T19.05 7l-.65-1.4l-1.4-.65q-.15-.075-.225-.2T16.7 4.5q0-.125.075-.25t.225-.2l1.4-.65l.65-1.4q.075-.15.2-.225t.25-.075q.125 0 .25.075t.2.225l.65 1.4l1.4.65q.15.075.225.2t.075.25q0 .125-.075.25t-.225.2l-1.4.65l-.65 1.4q-.075.15-.2.225t-.25.075Zm-3.6-.5ZM8.075 5.025Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFaceRetouchingNaturalOutlineRounded(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="M12 22q-2.05 0-3.875-.788t-3.188-2.15q-1.362-1.362-2.15-3.187T2 12q0-2.15.825-3.988t2.212-3.175Q6.425 3.5 8.226 2.75T12 2q.975 0 2 .213t2 .637l-2.75 1.275q-.3-.05-.613-.088T12 4q-.35 0-.675.025t-.675.1q1.05 1.75 2.85 2.813T17.5 8h.35l.875 1.925q-2.25.275-4.7-.525T9.75 6.3q-.875 2.125-2.388 3.5T4 11.85q0 3.475 2.337 5.813T12 20q3.4 0 5.725-2.4T20 12q0-.35-.025-.613t-.075-.637l1.25-2.775q.45 1.05.65 2.025t.2 2q0 2-.763 3.813T19.137 19q-1.337 1.375-3.162 2.188T12 22ZM4.425 9.475Q5.7 8.75 6.65 7.6t1.425-2.575Q6.8 5.75 5.85 6.9T4.425 9.475ZM9 14.25q-.525 0-.888-.363T7.75 13q0-.525.363-.888T9 11.75q.525 0 .888.363t.362.887q0 .525-.363.888T9 14.25Zm6 0q-.525 0-.888-.363T13.75 13q0-.525.363-.888T15 11.75q.525 0 .888.363t.362.887q0 .525-.363.888T15 14.25Zm4.5-6.95q-.125 0-.25-.075T19.05 7l-.65-1.4l-1.4-.65q-.15-.075-.225-.2T16.7 4.5q0-.125.075-.25t.225-.2l1.4-.65l.65-1.4q.075-.15.2-.225t.25-.075q.125 0 .25.075t.2.225l.65 1.4l1.4.65q.15.075.225.2t.075.25q0 .125-.075.25t-.225.2l-1.4.65l-.65 1.4q-.075.15-.2.225t-.25.075Zm-3.6-.5ZM8.075 5.025Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.05 0-3.875-.788t-3.188-2.15q-1.362-1.362-2.15-3.187T2 12q0-2.15.825-3.988t2.212-3.175Q6.425 3.5 8.226 2.75T12 2q.975 0 2 .213t2 .637l-2.75 1.275q-.3-.05-.613-.088T12 4q-.35 0-.675.025t-.675.1q1.05 1.75 2.85 2.813T17.5 8h.35l.875 1.925q-2.25.275-4.7-.525T9.75 6.3q-.875 2.125-2.388 3.5T4 11.85q0 3.475 2.337 5.813T12 20q3.4 0 5.725-2.4T20 12q0-.35-.025-.613t-.075-.637l1.25-2.775q.45 1.05.65 2.025t.2 2q0 2-.763 3.813T19.137 19q-1.337 1.375-3.162 2.188T12 22ZM4.425 9.475Q5.7 8.75 6.65 7.6t1.425-2.575Q6.8 5.75 5.85 6.9T4.425 9.475ZM9 14.25q-.525 0-.888-.363T7.75 13q0-.525.363-.888T9 11.75q.525 0 .888.363t.362.887q0 .525-.363.888T9 14.25Zm6 0q-.525 0-.888-.363T13.75 13q0-.525.363-.888T15 11.75q.525 0 .888.363t.362.887q0 .525-.363.888T15 14.25Zm4.5-6.95q-.125 0-.25-.075T19.05 7l-.65-1.4l-1.4-.65q-.15-.075-.225-.2T16.7 4.5q0-.125.075-.25t.225-.2l1.4-.65l.65-1.4q.075-.15.2-.225t.25-.075q.125 0 .25.075t.2.225l.65 1.4l1.4.65q.15.075.225.2t.075.25q0 .125-.075.25t-.225.2l-1.4.65l-.65 1.4q-.075.15-.2.225t-.25.075Zm-3.6-.5ZM8.075 5.025Z"/></svg>
</template>

CSS

.icon-face-retouching-natural-outline-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%22M12%2022q-2.05%200-3.875-.788t-3.188-2.15q-1.362-1.362-2.15-3.187T2%2012q0-2.15.825-3.988t2.212-3.175Q6.425%203.5%208.226%202.75T12%202q.975%200%202%20.213t2%20.637l-2.75%201.275q-.3-.05-.613-.088T12%204q-.35%200-.675.025t-.675.1q1.05%201.75%202.85%202.813T17.5%208h.35l.875%201.925q-2.25.275-4.7-.525T9.75%206.3q-.875%202.125-2.388%203.5T4%2011.85q0%203.475%202.337%205.813T12%2020q3.4%200%205.725-2.4T20%2012q0-.35-.025-.613t-.075-.637l1.25-2.775q.45%201.05.65%202.025t.2%202q0%202-.763%203.813T19.137%2019q-1.337%201.375-3.162%202.188T12%2022ZM4.425%209.475Q5.7%208.75%206.65%207.6t1.425-2.575Q6.8%205.75%205.85%206.9T4.425%209.475ZM9%2014.25q-.525%200-.888-.363T7.75%2013q0-.525.363-.888T9%2011.75q.525%200%20.888.363t.362.887q0%20.525-.363.888T9%2014.25Zm6%200q-.525%200-.888-.363T13.75%2013q0-.525.363-.888T15%2011.75q.525%200%20.888.363t.362.887q0%20.525-.363.888T15%2014.25Zm4.5-6.95q-.125%200-.25-.075T19.05%207l-.65-1.4l-1.4-.65q-.15-.075-.225-.2T16.7%204.5q0-.125.075-.25t.225-.2l1.4-.65l.65-1.4q.075-.15.2-.225t.25-.075q.125%200%20.25.075t.2.225l.65%201.4l1.4.65q.15.075.225.2t.075.25q0%20.125-.075.25t-.225.2l-1.4.65l-.65%201.4q-.075.15-.2.225t-.25.075Zm-3.6-.5ZM8.075%205.025Z%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%22M12%2022q-2.05%200-3.875-.788t-3.188-2.15q-1.362-1.362-2.15-3.187T2%2012q0-2.15.825-3.988t2.212-3.175Q6.425%203.5%208.226%202.75T12%202q.975%200%202%20.213t2%20.637l-2.75%201.275q-.3-.05-.613-.088T12%204q-.35%200-.675.025t-.675.1q1.05%201.75%202.85%202.813T17.5%208h.35l.875%201.925q-2.25.275-4.7-.525T9.75%206.3q-.875%202.125-2.388%203.5T4%2011.85q0%203.475%202.337%205.813T12%2020q3.4%200%205.725-2.4T20%2012q0-.35-.025-.613t-.075-.637l1.25-2.775q.45%201.05.65%202.025t.2%202q0%202-.763%203.813T19.137%2019q-1.337%201.375-3.162%202.188T12%2022ZM4.425%209.475Q5.7%208.75%206.65%207.6t1.425-2.575Q6.8%205.75%205.85%206.9T4.425%209.475ZM9%2014.25q-.525%200-.888-.363T7.75%2013q0-.525.363-.888T9%2011.75q.525%200%20.888.363t.362.887q0%20.525-.363.888T9%2014.25Zm6%200q-.525%200-.888-.363T13.75%2013q0-.525.363-.888T15%2011.75q.525%200%20.888.363t.362.887q0%20.525-.363.888T15%2014.25Zm4.5-6.95q-.125%200-.25-.075T19.05%207l-.65-1.4l-1.4-.65q-.15-.075-.225-.2T16.7%204.5q0-.125.075-.25t.225-.2l1.4-.65l.65-1.4q.075-.15.2-.225t.25-.075q.125%200%20.25.075t.2.225l.65%201.4l1.4.65q.15.075.225.2t.075.25q0%20.125-.075.25t-.225.2l-1.4.65l-.65%201.4q-.075.15-.2.225t-.25.075Zm-3.6-.5ZM8.075%205.025Z%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-natural-outline-rounded.svg?color=%231a73e8&size=48