face retouching icon
face-retouching-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- face-retouching-filled
- Set
- TDesign Icons
- Style
- Filled
- 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"><path fill="currentColor" d="M3.996 7.996a4 4 0 0 0 3.456-6.015A11 11 0 0 1 12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12c0-1.622.351-3.162.981-4.548a4 4 0 0 0 2.015.544m12.52.938h-2.004v2.003h2.004zm-6.118 5.124l-.489-.872l-1.745.977l.489.872a3.834 3.834 0 0 0 6.696 0l.488-.872l-1.745-.977l-.488.872a1.834 1.834 0 0 1-3.206 0M7.463 8.934v2.004h2.004V8.934z"/><path fill="currentColor" d="M3.996.695L5.094 2.9l2.204 1.097l-2.204 1.097l-1.098 2.204L2.9 5.093L.695 3.996L2.9 2.9zm16.835 20.124l-1.569.78l1.57.782l.78 1.569l.781-1.57l1.569-.78l-1.569-.781l-.78-1.569z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignFaceRetouchingFilled(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="M3.996 7.996a4 4 0 0 0 3.456-6.015A11 11 0 0 1 12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12c0-1.622.351-3.162.981-4.548a4 4 0 0 0 2.015.544m12.52.938h-2.004v2.003h2.004zm-6.118 5.124l-.489-.872l-1.745.977l.489.872a3.834 3.834 0 0 0 6.696 0l.488-.872l-1.745-.977l-.488.872a1.834 1.834 0 0 1-3.206 0M7.463 8.934v2.004h2.004V8.934z"/><path fill="currentColor" d="M3.996.695L5.094 2.9l2.204 1.097l-2.204 1.097l-1.098 2.204L2.9 5.093L.695 3.996L2.9 2.9zm16.835 20.124l-1.569.78l1.57.782l.78 1.569l.781-1.57l1.569-.78l-1.569-.781l-.78-1.569z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.996 7.996a4 4 0 0 0 3.456-6.015A11 11 0 0 1 12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12c0-1.622.351-3.162.981-4.548a4 4 0 0 0 2.015.544m12.52.938h-2.004v2.003h2.004zm-6.118 5.124l-.489-.872l-1.745.977l.489.872a3.834 3.834 0 0 0 6.696 0l.488-.872l-1.745-.977l-.488.872a1.834 1.834 0 0 1-3.206 0M7.463 8.934v2.004h2.004V8.934z"/><path fill="currentColor" d="M3.996.695L5.094 2.9l2.204 1.097l-2.204 1.097l-1.098 2.204L2.9 5.093L.695 3.996L2.9 2.9zm16.835 20.124l-1.569.78l1.57.782l.78 1.569l.781-1.57l1.569-.78l-1.569-.781l-.78-1.569z"/></svg> </template>
CSS
.icon-face-retouching-filled {
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%22M3.996%207.996a4%204%200%200%200%203.456-6.015A11%2011%200%200%201%2012%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012c0-1.622.351-3.162.981-4.548a4%204%200%200%200%202.015.544m12.52.938h-2.004v2.003h2.004zm-6.118%205.124l-.489-.872l-1.745.977l.489.872a3.834%203.834%200%200%200%206.696%200l.488-.872l-1.745-.977l-.488.872a1.834%201.834%200%200%201-3.206%200M7.463%208.934v2.004h2.004V8.934z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.996.695L5.094%202.9l2.204%201.097l-2.204%201.097l-1.098%202.204L2.9%205.093L.695%203.996L2.9%202.9zm16.835%2020.124l-1.569.78l1.57.782l.78%201.569l.781-1.57l1.569-.78l-1.569-.781l-.78-1.569z%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%22M3.996%207.996a4%204%200%200%200%203.456-6.015A11%2011%200%200%201%2012%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012c0-1.622.351-3.162.981-4.548a4%204%200%200%200%202.015.544m12.52.938h-2.004v2.003h2.004zm-6.118%205.124l-.489-.872l-1.745.977l.489.872a3.834%203.834%200%200%200%206.696%200l.488-.872l-1.745-.977l-.488.872a1.834%201.834%200%200%201-3.206%200M7.463%208.934v2.004h2.004V8.934z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.996.695L5.094%202.9l2.204%201.097l-2.204%201.097l-1.098%202.204L2.9%205.093L.695%203.996L2.9%202.9zm16.835%2020.124l-1.569.78l1.57.782l.78%201.569l.781-1.57l1.569-.78l-1.569-.781l-.78-1.569z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/face-retouching-filled.svg?color=%231a73e8&size=48