sharp face retouching natural icon

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

Name
sharp-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 sharp face retouching natural icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="9" cy="13" r="1.25" fill="currentColor"/><path fill="currentColor" d="M19.85 10.59C20.79 15.4 17.01 20 12 20c-4.41 0-8-3.59-8-8c0-.39 3.87-1.12 5.74-5.69c3.42 4.19 8.07 3.73 9.09 3.59l-1.48-3.25l-4.72-2.15l3.5-1.59C9.51-.14 2 4.77 2 12c0 5.52 4.48 10 10 10c7.21 0 12.12-7.45 9.1-14.13z"/><circle cx="15" cy="13" r="1.25" fill="currentColor"/><path fill="currentColor" d="M20.6 5.6L19.5 8l-1.1-2.4L16 4.5l2.4-1.1L19.5 1l1.1 2.4L23 4.5z"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpFaceRetouchingNatural(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="9" cy="13" r="1.25" fill="currentColor"/><path fill="currentColor" d="M19.85 10.59C20.79 15.4 17.01 20 12 20c-4.41 0-8-3.59-8-8c0-.39 3.87-1.12 5.74-5.69c3.42 4.19 8.07 3.73 9.09 3.59l-1.48-3.25l-4.72-2.15l3.5-1.59C9.51-.14 2 4.77 2 12c0 5.52 4.48 10 10 10c7.21 0 12.12-7.45 9.1-14.13z"/><circle cx="15" cy="13" r="1.25" fill="currentColor"/><path fill="currentColor" d="M20.6 5.6L19.5 8l-1.1-2.4L16 4.5l2.4-1.1L19.5 1l1.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"><circle cx="9" cy="13" r="1.25" fill="currentColor"/><path fill="currentColor" d="M19.85 10.59C20.79 15.4 17.01 20 12 20c-4.41 0-8-3.59-8-8c0-.39 3.87-1.12 5.74-5.69c3.42 4.19 8.07 3.73 9.09 3.59l-1.48-3.25l-4.72-2.15l3.5-1.59C9.51-.14 2 4.77 2 12c0 5.52 4.48 10 10 10c7.21 0 12.12-7.45 9.1-14.13z"/><circle cx="15" cy="13" r="1.25" fill="currentColor"/><path fill="currentColor" d="M20.6 5.6L19.5 8l-1.1-2.4L16 4.5l2.4-1.1L19.5 1l1.1 2.4L23 4.5z"/></svg>
</template>

CSS

.icon-sharp-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%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%22M19.85%2010.59C20.79%2015.4%2017.01%2020%2012%2020c-4.41%200-8-3.59-8-8c0-.39%203.87-1.12%205.74-5.69c3.42%204.19%208.07%203.73%209.09%203.59l-1.48-3.25l-4.72-2.15l3.5-1.59C9.51-.14%202%204.77%202%2012c0%205.52%204.48%2010%2010%2010c7.21%200%2012.12-7.45%209.1-14.13z%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%205.6L19.5%208l-1.1-2.4L16%204.5l2.4-1.1L19.5%201l1.1%202.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%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%22M19.85%2010.59C20.79%2015.4%2017.01%2020%2012%2020c-4.41%200-8-3.59-8-8c0-.39%203.87-1.12%205.74-5.69c3.42%204.19%208.07%203.73%209.09%203.59l-1.48-3.25l-4.72-2.15l3.5-1.59C9.51-.14%202%204.77%202%2012c0%205.52%204.48%2010%2010%2010c7.21%200%2012.12-7.45%209.1-14.13z%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%205.6L19.5%208l-1.1-2.4L16%204.5l2.4-1.1L19.5%201l1.1%202.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/sharp-face-retouching-natural.svg?color=%231a73e8&size=48