twotone face retouching natural icon

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

Name
twotone-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 twotone 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="M10.66 4.12c2.55 4.23 7.03 3.87 7.18 3.86l-.57-1.25L12.4 4.5l.85-.39C12.84 4.04 12.43 4 12 4c-.46 0-.91.05-1.34.12m-2.58.91a8.05 8.05 0 0 0-3.66 4.44a8.05 8.05 0 0 0 3.66-4.44" opacity=".3"/><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-.01l2.12-.97l.64-.29A9.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="9" cy="13" r="1.25" fill="currentColor"/><circle cx="15" cy="13" r="1.25" fill="currentColor"/><path fill="currentColor" d="M20.6 3.4L19.5 1l-1.1 2.4L16 4.5l2.4 1.1L19.5 8l1.1-2.4L23 4.5z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneFaceRetouchingNatural(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="M10.66 4.12c2.55 4.23 7.03 3.87 7.18 3.86l-.57-1.25L12.4 4.5l.85-.39C12.84 4.04 12.43 4 12 4c-.46 0-.91.05-1.34.12m-2.58.91a8.05 8.05 0 0 0-3.66 4.44a8.05 8.05 0 0 0 3.66-4.44" opacity=".3"/><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-.01l2.12-.97l.64-.29A9.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="9" cy="13" r="1.25" fill="currentColor"/><circle cx="15" cy="13" r="1.25" fill="currentColor"/><path fill="currentColor" d="M20.6 3.4L19.5 1l-1.1 2.4L16 4.5l2.4 1.1L19.5 8l1.1-2.4L23 4.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.66 4.12c2.55 4.23 7.03 3.87 7.18 3.86l-.57-1.25L12.4 4.5l.85-.39C12.84 4.04 12.43 4 12 4c-.46 0-.91.05-1.34.12m-2.58.91a8.05 8.05 0 0 0-3.66 4.44a8.05 8.05 0 0 0 3.66-4.44" opacity=".3"/><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-.01l2.12-.97l.64-.29A9.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="9" cy="13" r="1.25" fill="currentColor"/><circle cx="15" cy="13" r="1.25" fill="currentColor"/><path fill="currentColor" d="M20.6 3.4L19.5 1l-1.1 2.4L16 4.5l2.4 1.1L19.5 8l1.1-2.4L23 4.5z"/></svg>
</template>

CSS

.icon-twotone-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%22M10.66%204.12c2.55%204.23%207.03%203.87%207.18%203.86l-.57-1.25L12.4%204.5l.85-.39C12.84%204.04%2012.43%204%2012%204c-.46%200-.91.05-1.34.12m-2.58.91a8.05%208.05%200%200%200-3.66%204.44a8.05%208.05%200%200%200%203.66-4.44%22%20opacity%3D%22.3%22%2F%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-.01l2.12-.97l.64-.29A9.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%229%22%20cy%3D%2213%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2213%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.6%203.4L19.5%201l-1.1%202.4L16%204.5l2.4%201.1L19.5%208l1.1-2.4L23%204.5z%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%22M10.66%204.12c2.55%204.23%207.03%203.87%207.18%203.86l-.57-1.25L12.4%204.5l.85-.39C12.84%204.04%2012.43%204%2012%204c-.46%200-.91.05-1.34.12m-2.58.91a8.05%208.05%200%200%200-3.66%204.44a8.05%208.05%200%200%200%203.66-4.44%22%20opacity%3D%22.3%22%2F%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-.01l2.12-.97l.64-.29A9.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%229%22%20cy%3D%2213%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2213%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.6%203.4L19.5%201l-1.1%202.4L16%204.5l2.4%201.1L19.5%208l1.1-2.4L23%204.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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