round face retouching natural icon

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

Name
round-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 round 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="M22.01 4.05L20.6 3.4l-.65-1.41a.5.5 0 0 0-.91 0L18.4 3.4l-1.41.65a.5.5 0 0 0 0 .91l1.41.64l.65 1.41a.5.5 0 0 0 .91 0l.64-1.41l1.41-.65c.39-.17.39-.73 0-.9"/><circle cx="9" cy="13" r="1.25" fill="currentColor"/><circle cx="15" cy="13" r="1.25" fill="currentColor"/><path fill="currentColor" d="M19.5 8.8c-.78 0-1.49-.46-1.82-1.17l-.41-.9l-.9-.41A2.01 2.01 0 0 1 15.2 4.5c0-.66.34-1.26.87-1.63C14.83 2.32 13.45 2 12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10c0-1.45-.32-2.83-.87-4.07c-.37.53-.97.87-1.63.87M12 20c-4.41 0-8-3.59-8-8c0-.05.01-.1 0-.14c2.6-.98 4.69-2.99 5.74-5.55A10 10 0 0 0 17.5 10c.75 0 1.47-.09 2.17-.24c.21.71.33 1.46.33 2.24c0 4.41-3.59 8-8 8"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundFaceRetouchingNatural(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="M22.01 4.05L20.6 3.4l-.65-1.41a.5.5 0 0 0-.91 0L18.4 3.4l-1.41.65a.5.5 0 0 0 0 .91l1.41.64l.65 1.41a.5.5 0 0 0 .91 0l.64-1.41l1.41-.65c.39-.17.39-.73 0-.9"/><circle cx="9" cy="13" r="1.25" fill="currentColor"/><circle cx="15" cy="13" r="1.25" fill="currentColor"/><path fill="currentColor" d="M19.5 8.8c-.78 0-1.49-.46-1.82-1.17l-.41-.9l-.9-.41A2.01 2.01 0 0 1 15.2 4.5c0-.66.34-1.26.87-1.63C14.83 2.32 13.45 2 12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10c0-1.45-.32-2.83-.87-4.07c-.37.53-.97.87-1.63.87M12 20c-4.41 0-8-3.59-8-8c0-.05.01-.1 0-.14c2.6-.98 4.69-2.99 5.74-5.55A10 10 0 0 0 17.5 10c.75 0 1.47-.09 2.17-.24c.21.71.33 1.46.33 2.24c0 4.41-3.59 8-8 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.01 4.05L20.6 3.4l-.65-1.41a.5.5 0 0 0-.91 0L18.4 3.4l-1.41.65a.5.5 0 0 0 0 .91l1.41.64l.65 1.41a.5.5 0 0 0 .91 0l.64-1.41l1.41-.65c.39-.17.39-.73 0-.9"/><circle cx="9" cy="13" r="1.25" fill="currentColor"/><circle cx="15" cy="13" r="1.25" fill="currentColor"/><path fill="currentColor" d="M19.5 8.8c-.78 0-1.49-.46-1.82-1.17l-.41-.9l-.9-.41A2.01 2.01 0 0 1 15.2 4.5c0-.66.34-1.26.87-1.63C14.83 2.32 13.45 2 12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10c0-1.45-.32-2.83-.87-4.07c-.37.53-.97.87-1.63.87M12 20c-4.41 0-8-3.59-8-8c0-.05.01-.1 0-.14c2.6-.98 4.69-2.99 5.74-5.55A10 10 0 0 0 17.5 10c.75 0 1.47-.09 2.17-.24c.21.71.33 1.46.33 2.24c0 4.41-3.59 8-8 8"/></svg>
</template>

CSS

.icon-round-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%22M22.01%204.05L20.6%203.4l-.65-1.41a.5.5%200%200%200-.91%200L18.4%203.4l-1.41.65a.5.5%200%200%200%200%20.91l1.41.64l.65%201.41a.5.5%200%200%200%20.91%200l.64-1.41l1.41-.65c.39-.17.39-.73%200-.9%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%22M19.5%208.8c-.78%200-1.49-.46-1.82-1.17l-.41-.9l-.9-.41A2.01%202.01%200%200%201%2015.2%204.5c0-.66.34-1.26.87-1.63C14.83%202.32%2013.45%202%2012%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10c0-1.45-.32-2.83-.87-4.07c-.37.53-.97.87-1.63.87M12%2020c-4.41%200-8-3.59-8-8c0-.05.01-.1%200-.14c2.6-.98%204.69-2.99%205.74-5.55A10%2010%200%200%200%2017.5%2010c.75%200%201.47-.09%202.17-.24c.21.71.33%201.46.33%202.24c0%204.41-3.59%208-8%208%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%22M22.01%204.05L20.6%203.4l-.65-1.41a.5.5%200%200%200-.91%200L18.4%203.4l-1.41.65a.5.5%200%200%200%200%20.91l1.41.64l.65%201.41a.5.5%200%200%200%20.91%200l.64-1.41l1.41-.65c.39-.17.39-.73%200-.9%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%22M19.5%208.8c-.78%200-1.49-.46-1.82-1.17l-.41-.9l-.9-.41A2.01%202.01%200%200%201%2015.2%204.5c0-.66.34-1.26.87-1.63C14.83%202.32%2013.45%202%2012%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10c0-1.45-.32-2.83-.87-4.07c-.37.53-.97.87-1.63.87M12%2020c-4.41%200-8-3.59-8-8c0-.05.01-.1%200-.14c2.6-.98%204.69-2.99%205.74-5.55A10%2010%200%200%200%2017.5%2010c.75%200%201.47-.09%202.17-.24c.21.71.33%201.46.33%202.24c0%204.41-3.59%208-8%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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