face retouching icon

face-retouching from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
face-retouching
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Use the face retouching icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="square" d="M2.275 9.66C2.095 10.412 2 11.195 2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2q-1.037.002-2.015.203m4.491 12.344a2.834 2.834 0 0 1-4.95 0M8.462 9.935h.004v.003h-.004zm7.05-.001h.003v.004h-.004z"/><path d="m4.25 3l.415.835l.835.415l-.835.415l-.415.835l-.415-.835L3 4.25l.835-.415zm17.375 18.5l.041.084l.084.041l-.084.041l-.041.084l-.041-.084l-.084-.041l.084-.041z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignFaceRetouching(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="2"><path strokeLinecap="square" d="M2.275 9.66C2.095 10.412 2 11.195 2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2q-1.037.002-2.015.203m4.491 12.344a2.834 2.834 0 0 1-4.95 0M8.462 9.935h.004v.003h-.004zm7.05-.001h.003v.004h-.004z"/><path d="m4.25 3l.415.835l.835.415l-.835.415l-.415.835l-.415-.835L3 4.25l.835-.415zm17.375 18.5l.041.084l.084.041l-.084.041l-.041.084l-.041-.084l-.084-.041l.084-.041z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="square" d="M2.275 9.66C2.095 10.412 2 11.195 2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2q-1.037.002-2.015.203m4.491 12.344a2.834 2.834 0 0 1-4.95 0M8.462 9.935h.004v.003h-.004zm7.05-.001h.003v.004h-.004z"/><path d="m4.25 3l.415.835l.835.415l-.835.415l-.415.835l-.415-.835L3 4.25l.835-.415zm17.375 18.5l.041.084l.084.041l-.084.041l-.041.084l-.041-.084l-.084-.041l.084-.041z"/></g></svg>
</template>

CSS

.icon-face-retouching {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M2.275%209.66C2.095%2010.412%202%2011.195%202%2012c0%205.523%204.477%2010%2010%2010s10-4.477%2010-10S17.523%202%2012%202q-1.037.002-2.015.203m4.491%2012.344a2.834%202.834%200%200%201-4.95%200M8.462%209.935h.004v.003h-.004zm7.05-.001h.003v.004h-.004z%22%2F%3E%3Cpath%20d%3D%22m4.25%203l.415.835l.835.415l-.835.415l-.415.835l-.415-.835L3%204.25l.835-.415zm17.375%2018.5l.041.084l.084.041l-.084.041l-.041.084l-.041-.084l-.084-.041l.084-.041z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M2.275%209.66C2.095%2010.412%202%2011.195%202%2012c0%205.523%204.477%2010%2010%2010s10-4.477%2010-10S17.523%202%2012%202q-1.037.002-2.015.203m4.491%2012.344a2.834%202.834%200%200%201-4.95%200M8.462%209.935h.004v.003h-.004zm7.05-.001h.003v.004h-.004z%22%2F%3E%3Cpath%20d%3D%22m4.25%203l.415.835l.835.415l-.835.415l-.415.835l-.415-.835L3%204.25l.835-.415zm17.375%2018.5l.041.084l.084.041l-.084.041l-.041.084l-.041-.084l-.084-.041l.084-.041z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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