face retouching natural icon
face-retouching-natural from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.
- Name
- face-retouching-natural
- Set
- Material Symbols
- Style
- Regular
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- face-retouching-natural-sharp
3 other variants in Material Symbols
Related icons in Material Symbols
Use the 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="M12 22q-2.05 0-3.875-.788t-3.188-2.15q-1.362-1.362-2.15-3.187T2 12q0-2.15.825-3.988t2.213-3.187q1.387-1.35 3.187-2.1T12 2q1.025 0 2 .175t2 .675l-3.475 1.6l4.75 2.3l1.45 3.175q-2.275.275-4.688-.525T9.75 6.3q-.875 2.125-2.388 3.5T4 11.85q0 3.475 2.337 5.813T12 20q3.4 0 5.725-2.4T20 12q0-.35-.025-.625t-.075-.625L21.15 8q.45 1.05.65 2.013T22 12q0 2-.763 3.813T19.137 19q-1.337 1.375-3.162 2.188T12 22Zm-3-7.75q-.525 0-.888-.363T7.75 13q0-.525.363-.888T9 11.75q.525 0 .888.363t.362.887q0 .525-.363.888T9 14.25Zm6 0q-.525 0-.888-.363T13.75 13q0-.525.363-.888T15 11.75q.525 0 .888.363t.362.887q0 .525-.363.888T15 14.25ZM19.5 8l-1.1-2.4L16 4.5l2.4-1.1L19.5 1l1.1 2.4L23 4.5l-2.4 1.1L19.5 8Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFaceRetouchingNatural(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="M12 22q-2.05 0-3.875-.788t-3.188-2.15q-1.362-1.362-2.15-3.187T2 12q0-2.15.825-3.988t2.213-3.187q1.387-1.35 3.187-2.1T12 2q1.025 0 2 .175t2 .675l-3.475 1.6l4.75 2.3l1.45 3.175q-2.275.275-4.688-.525T9.75 6.3q-.875 2.125-2.388 3.5T4 11.85q0 3.475 2.337 5.813T12 20q3.4 0 5.725-2.4T20 12q0-.35-.025-.625t-.075-.625L21.15 8q.45 1.05.65 2.013T22 12q0 2-.763 3.813T19.137 19q-1.337 1.375-3.162 2.188T12 22Zm-3-7.75q-.525 0-.888-.363T7.75 13q0-.525.363-.888T9 11.75q.525 0 .888.363t.362.887q0 .525-.363.888T9 14.25Zm6 0q-.525 0-.888-.363T13.75 13q0-.525.363-.888T15 11.75q.525 0 .888.363t.362.887q0 .525-.363.888T15 14.25ZM19.5 8l-1.1-2.4L16 4.5l2.4-1.1L19.5 1l1.1 2.4L23 4.5l-2.4 1.1L19.5 8Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.05 0-3.875-.788t-3.188-2.15q-1.362-1.362-2.15-3.187T2 12q0-2.15.825-3.988t2.213-3.187q1.387-1.35 3.187-2.1T12 2q1.025 0 2 .175t2 .675l-3.475 1.6l4.75 2.3l1.45 3.175q-2.275.275-4.688-.525T9.75 6.3q-.875 2.125-2.388 3.5T4 11.85q0 3.475 2.337 5.813T12 20q3.4 0 5.725-2.4T20 12q0-.35-.025-.625t-.075-.625L21.15 8q.45 1.05.65 2.013T22 12q0 2-.763 3.813T19.137 19q-1.337 1.375-3.162 2.188T12 22Zm-3-7.75q-.525 0-.888-.363T7.75 13q0-.525.363-.888T9 11.75q.525 0 .888.363t.362.887q0 .525-.363.888T9 14.25Zm6 0q-.525 0-.888-.363T13.75 13q0-.525.363-.888T15 11.75q.525 0 .888.363t.362.887q0 .525-.363.888T15 14.25ZM19.5 8l-1.1-2.4L16 4.5l2.4-1.1L19.5 1l1.1 2.4L23 4.5l-2.4 1.1L19.5 8Z"/></svg> </template>
CSS
.icon-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%22M12%2022q-2.05%200-3.875-.788t-3.188-2.15q-1.362-1.362-2.15-3.187T2%2012q0-2.15.825-3.988t2.213-3.187q1.387-1.35%203.187-2.1T12%202q1.025%200%202%20.175t2%20.675l-3.475%201.6l4.75%202.3l1.45%203.175q-2.275.275-4.688-.525T9.75%206.3q-.875%202.125-2.388%203.5T4%2011.85q0%203.475%202.337%205.813T12%2020q3.4%200%205.725-2.4T20%2012q0-.35-.025-.625t-.075-.625L21.15%208q.45%201.05.65%202.013T22%2012q0%202-.763%203.813T19.137%2019q-1.337%201.375-3.162%202.188T12%2022Zm-3-7.75q-.525%200-.888-.363T7.75%2013q0-.525.363-.888T9%2011.75q.525%200%20.888.363t.362.887q0%20.525-.363.888T9%2014.25Zm6%200q-.525%200-.888-.363T13.75%2013q0-.525.363-.888T15%2011.75q.525%200%20.888.363t.362.887q0%20.525-.363.888T15%2014.25ZM19.5%208l-1.1-2.4L16%204.5l2.4-1.1L19.5%201l1.1%202.4L23%204.5l-2.4%201.1L19.5%208Z%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%22M12%2022q-2.05%200-3.875-.788t-3.188-2.15q-1.362-1.362-2.15-3.187T2%2012q0-2.15.825-3.988t2.213-3.187q1.387-1.35%203.187-2.1T12%202q1.025%200%202%20.175t2%20.675l-3.475%201.6l4.75%202.3l1.45%203.175q-2.275.275-4.688-.525T9.75%206.3q-.875%202.125-2.388%203.5T4%2011.85q0%203.475%202.337%205.813T12%2020q3.4%200%205.725-2.4T20%2012q0-.35-.025-.625t-.075-.625L21.15%208q.45%201.05.65%202.013T22%2012q0%202-.763%203.813T19.137%2019q-1.337%201.375-3.162%202.188T12%2022Zm-3-7.75q-.525%200-.888-.363T7.75%2013q0-.525.363-.888T9%2011.75q.525%200%20.888.363t.362.887q0%20.525-.363.888T9%2014.25Zm6%200q-.525%200-.888-.363T13.75%2013q0-.525.363-.888T15%2011.75q.525%200%20.888.363t.362.887q0%20.525-.363.888T15%2014.25ZM19.5%208l-1.1-2.4L16%204.5l2.4-1.1L19.5%201l1.1%202.4L23%204.5l-2.4%201.1L19.5%208Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/face-retouching-natural.svg?color=%231a73e8&size=48