face retouching natural icon

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

Name
face-retouching-natural-rounded
Set
Material Symbols
Style
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="M9 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.075ZM12 20q3.4 0 5.725-2.4T20 12q0-.575-.088-1.137t-.237-1.138q-2.8.65-5.45-.275T9.75 6.3q-.875 2.125-2.388 3.5T4 11.85q0 3.475 2.337 5.813T12 20Zm0 2q-2.05 0-3.875-.788t-3.188-2.15q-1.362-1.362-2.15-3.187T2 12q0-2.15.825-3.988t2.213-3.187q1.387-1.35 3.187-2.1T12 2q1.025 0 2.025.188t2.025.687q-.375.275-.613.675t-.237.95q0 .5.3 1.025t.875.8l.9.4l.4.9q.275.575.8.875t1.025.3q.5 0 .937-.25t.688-.6q.45 1.05.662 2.038T22 12q0 2-.763 3.813T19.137 19q-1.337 1.375-3.162 2.188T12 22Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFaceRetouchingNaturalRounded(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="M9 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.075ZM12 20q3.4 0 5.725-2.4T20 12q0-.575-.088-1.137t-.237-1.138q-2.8.65-5.45-.275T9.75 6.3q-.875 2.125-2.388 3.5T4 11.85q0 3.475 2.337 5.813T12 20Zm0 2q-2.05 0-3.875-.788t-3.188-2.15q-1.362-1.362-2.15-3.187T2 12q0-2.15.825-3.988t2.213-3.187q1.387-1.35 3.187-2.1T12 2q1.025 0 2.025.188t2.025.687q-.375.275-.613.675t-.237.95q0 .5.3 1.025t.875.8l.9.4l.4.9q.275.575.8.875t1.025.3q.5 0 .937-.25t.688-.6q.45 1.05.662 2.038T22 12q0 2-.763 3.813T19.137 19q-1.337 1.375-3.162 2.188T12 22Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 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.075ZM12 20q3.4 0 5.725-2.4T20 12q0-.575-.088-1.137t-.237-1.138q-2.8.65-5.45-.275T9.75 6.3q-.875 2.125-2.388 3.5T4 11.85q0 3.475 2.337 5.813T12 20Zm0 2q-2.05 0-3.875-.788t-3.188-2.15q-1.362-1.362-2.15-3.187T2 12q0-2.15.825-3.988t2.213-3.187q1.387-1.35 3.187-2.1T12 2q1.025 0 2.025.188t2.025.687q-.375.275-.613.675t-.237.95q0 .5.3 1.025t.875.8l.9.4l.4.9q.275.575.8.875t1.025.3q.5 0 .937-.25t.688-.6q.45 1.05.662 2.038T22 12q0 2-.763 3.813T19.137 19q-1.337 1.375-3.162 2.188T12 22Z"/></svg>
</template>

CSS

.icon-face-retouching-natural-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%22M9%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.075ZM12%2020q3.4%200%205.725-2.4T20%2012q0-.575-.088-1.137t-.237-1.138q-2.8.65-5.45-.275T9.75%206.3q-.875%202.125-2.388%203.5T4%2011.85q0%203.475%202.337%205.813T12%2020Zm0%202q-2.05%200-3.875-.788t-3.188-2.15q-1.362-1.362-2.15-3.187T2%2012q0-2.15.825-3.988t2.213-3.187q1.387-1.35%203.187-2.1T12%202q1.025%200%202.025.188t2.025.687q-.375.275-.613.675t-.237.95q0%20.5.3%201.025t.875.8l.9.4l.4.9q.275.575.8.875t1.025.3q.5%200%20.937-.25t.688-.6q.45%201.05.662%202.038T22%2012q0%202-.763%203.813T19.137%2019q-1.337%201.375-3.162%202.188T12%2022Z%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%22M9%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.075ZM12%2020q3.4%200%205.725-2.4T20%2012q0-.575-.088-1.137t-.237-1.138q-2.8.65-5.45-.275T9.75%206.3q-.875%202.125-2.388%203.5T4%2011.85q0%203.475%202.337%205.813T12%2020Zm0%202q-2.05%200-3.875-.788t-3.188-2.15q-1.362-1.362-2.15-3.187T2%2012q0-2.15.825-3.988t2.213-3.187q1.387-1.35%203.187-2.1T12%202q1.025%200%202.025.188t2.025.687q-.375.275-.613.675t-.237.95q0%20.5.3%201.025t.875.8l.9.4l.4.9q.275.575.8.875t1.025.3q.5%200%20.937-.25t.688-.6q.45%201.05.662%202.038T22%2012q0%202-.763%203.813T19.137%2019q-1.337%201.375-3.162%202.188T12%2022Z%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-rounded.svg?color=%231a73e8&size=48