outline face retouching natural icon

outline-face-retouching-natural from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.

Name
outline-face-retouching-natural
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the outline 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="M19.89 10.75c.07.41.11.82.11 1.25c0 4.41-3.59 8-8 8s-8-3.59-8-8c0-.05.01-.1 0-.14c2.6-.98 4.69-2.99 5.74-5.55c3.38 4.14 7.97 3.73 8.99 3.61l-.89-1.93c-.13.01-4.62.38-7.18-3.86c1.01-.16 1.71-.15 2.59-.01c2.52-1.15 1.93-.89 2.76-1.26A9.6 9.6 0 0 0 12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10c0-1.43-.3-2.78-.84-4.01zM8.08 5.03a8.05 8.05 0 0 1-3.66 4.44a8.05 8.05 0 0 1 3.66-4.44"/><circle cx="15" cy="13" r="1.25" fill="currentColor"/><circle cx="9" cy="13" r="1.25" fill="currentColor"/><path fill="currentColor" d="m23 4.5l-2.4-1.1L19.5 1l-1.1 2.4L16 4.5l2.4 1.1L19.5 8l1.1-2.4z"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineFaceRetouchingNatural(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.89 10.75c.07.41.11.82.11 1.25c0 4.41-3.59 8-8 8s-8-3.59-8-8c0-.05.01-.1 0-.14c2.6-.98 4.69-2.99 5.74-5.55c3.38 4.14 7.97 3.73 8.99 3.61l-.89-1.93c-.13.01-4.62.38-7.18-3.86c1.01-.16 1.71-.15 2.59-.01c2.52-1.15 1.93-.89 2.76-1.26A9.6 9.6 0 0 0 12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10c0-1.43-.3-2.78-.84-4.01zM8.08 5.03a8.05 8.05 0 0 1-3.66 4.44a8.05 8.05 0 0 1 3.66-4.44"/><circle cx="15" cy="13" r="1.25" fill="currentColor"/><circle cx="9" cy="13" r="1.25" fill="currentColor"/><path fill="currentColor" d="m23 4.5l-2.4-1.1L19.5 1l-1.1 2.4L16 4.5l2.4 1.1L19.5 8l1.1-2.4z"/></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.89 10.75c.07.41.11.82.11 1.25c0 4.41-3.59 8-8 8s-8-3.59-8-8c0-.05.01-.1 0-.14c2.6-.98 4.69-2.99 5.74-5.55c3.38 4.14 7.97 3.73 8.99 3.61l-.89-1.93c-.13.01-4.62.38-7.18-3.86c1.01-.16 1.71-.15 2.59-.01c2.52-1.15 1.93-.89 2.76-1.26A9.6 9.6 0 0 0 12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10c0-1.43-.3-2.78-.84-4.01zM8.08 5.03a8.05 8.05 0 0 1-3.66 4.44a8.05 8.05 0 0 1 3.66-4.44"/><circle cx="15" cy="13" r="1.25" fill="currentColor"/><circle cx="9" cy="13" r="1.25" fill="currentColor"/><path fill="currentColor" d="m23 4.5l-2.4-1.1L19.5 1l-1.1 2.4L16 4.5l2.4 1.1L19.5 8l1.1-2.4z"/></svg>
</template>

CSS

.icon-outline-face-retouching-natural {
  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.89%2010.75c.07.41.11.82.11%201.25c0%204.41-3.59%208-8%208s-8-3.59-8-8c0-.05.01-.1%200-.14c2.6-.98%204.69-2.99%205.74-5.55c3.38%204.14%207.97%203.73%208.99%203.61l-.89-1.93c-.13.01-4.62.38-7.18-3.86c1.01-.16%201.71-.15%202.59-.01c2.52-1.15%201.93-.89%202.76-1.26A9.6%209.6%200%200%200%2012%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10c0-1.43-.3-2.78-.84-4.01zM8.08%205.03a8.05%208.05%200%200%201-3.66%204.44a8.05%208.05%200%200%201%203.66-4.44%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2213%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2213%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m23%204.5l-2.4-1.1L19.5%201l-1.1%202.4L16%204.5l2.4%201.1L19.5%208l1.1-2.4z%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.89%2010.75c.07.41.11.82.11%201.25c0%204.41-3.59%208-8%208s-8-3.59-8-8c0-.05.01-.1%200-.14c2.6-.98%204.69-2.99%205.74-5.55c3.38%204.14%207.97%203.73%208.99%203.61l-.89-1.93c-.13.01-4.62.38-7.18-3.86c1.01-.16%201.71-.15%202.59-.01c2.52-1.15%201.93-.89%202.76-1.26A9.6%209.6%200%200%200%2012%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10c0-1.43-.3-2.78-.84-4.01zM8.08%205.03a8.05%208.05%200%200%201-3.66%204.44a8.05%208.05%200%200%201%203.66-4.44%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2213%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2213%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m23%204.5l-2.4-1.1L19.5%201l-1.1%202.4L16%204.5l2.4%201.1L19.5%208l1.1-2.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-face-retouching-natural.svg?color=%231a73e8&size=48