face retouching natural icon
face-retouching-natural-outline from Material Symbols by Google · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- face-retouching-natural-outline
- Set
- Material Symbols
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- face-retouching-natural-outline-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 2q.975 0 2 .213t2 .637l-2.75 1.275q-.3-.05-.613-.088T12 4q-.35 0-.675.025t-.675.1q1.05 1.75 2.85 2.813T17.5 8h.35l.875 1.925q-2.25.275-4.7-.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-.613t-.075-.637l1.25-2.775q.45 1.05.65 2.025t.2 2q0 2-.763 3.813T19.137 19q-1.337 1.375-3.162 2.188T12 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.212-3.175Q6.425 3.5 8.226 2.75T12 2Zm-3 9.75q.525 0 .888.363t.362.887q0 .525-.363.888T9 14.25q-.525 0-.888-.363T7.75 13q0-.525.363-.888T9 11.75ZM14.325 6ZM15 11.75q.525 0 .888.363t.362.887q0 .525-.363.888T15 14.25q-.525 0-.888-.363T13.75 13q0-.525.363-.888T15 11.75ZM19.5 1l1.1 2.4L23 4.5l-2.4 1.1L19.5 8l-1.1-2.4L16 4.5l2.4-1.1L19.5 1ZM4.425 9.475Q5.7 8.75 6.65 7.6t1.425-2.575Q6.8 5.75 5.85 6.9T4.425 9.475Zm3.65-4.45Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFaceRetouchingNaturalOutline(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 2q.975 0 2 .213t2 .637l-2.75 1.275q-.3-.05-.613-.088T12 4q-.35 0-.675.025t-.675.1q1.05 1.75 2.85 2.813T17.5 8h.35l.875 1.925q-2.25.275-4.7-.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-.613t-.075-.637l1.25-2.775q.45 1.05.65 2.025t.2 2q0 2-.763 3.813T19.137 19q-1.337 1.375-3.162 2.188T12 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.212-3.175Q6.425 3.5 8.226 2.75T12 2Zm-3 9.75q.525 0 .888.363t.362.887q0 .525-.363.888T9 14.25q-.525 0-.888-.363T7.75 13q0-.525.363-.888T9 11.75ZM14.325 6ZM15 11.75q.525 0 .888.363t.362.887q0 .525-.363.888T15 14.25q-.525 0-.888-.363T13.75 13q0-.525.363-.888T15 11.75ZM19.5 1l1.1 2.4L23 4.5l-2.4 1.1L19.5 8l-1.1-2.4L16 4.5l2.4-1.1L19.5 1ZM4.425 9.475Q5.7 8.75 6.65 7.6t1.425-2.575Q6.8 5.75 5.85 6.9T4.425 9.475Zm3.65-4.45Z"/></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 2q.975 0 2 .213t2 .637l-2.75 1.275q-.3-.05-.613-.088T12 4q-.35 0-.675.025t-.675.1q1.05 1.75 2.85 2.813T17.5 8h.35l.875 1.925q-2.25.275-4.7-.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-.613t-.075-.637l1.25-2.775q.45 1.05.65 2.025t.2 2q0 2-.763 3.813T19.137 19q-1.337 1.375-3.162 2.188T12 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.212-3.175Q6.425 3.5 8.226 2.75T12 2Zm-3 9.75q.525 0 .888.363t.362.887q0 .525-.363.888T9 14.25q-.525 0-.888-.363T7.75 13q0-.525.363-.888T9 11.75ZM14.325 6ZM15 11.75q.525 0 .888.363t.362.887q0 .525-.363.888T15 14.25q-.525 0-.888-.363T13.75 13q0-.525.363-.888T15 11.75ZM19.5 1l1.1 2.4L23 4.5l-2.4 1.1L19.5 8l-1.1-2.4L16 4.5l2.4-1.1L19.5 1ZM4.425 9.475Q5.7 8.75 6.65 7.6t1.425-2.575Q6.8 5.75 5.85 6.9T4.425 9.475Zm3.65-4.45Z"/></svg> </template>
CSS
.icon-face-retouching-natural-outline {
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%202q.975%200%202%20.213t2%20.637l-2.75%201.275q-.3-.05-.613-.088T12%204q-.35%200-.675.025t-.675.1q1.05%201.75%202.85%202.813T17.5%208h.35l.875%201.925q-2.25.275-4.7-.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-.613t-.075-.637l1.25-2.775q.45%201.05.65%202.025t.2%202q0%202-.763%203.813T19.137%2019q-1.337%201.375-3.162%202.188T12%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.212-3.175Q6.425%203.5%208.226%202.75T12%202Zm-3%209.75q.525%200%20.888.363t.362.887q0%20.525-.363.888T9%2014.25q-.525%200-.888-.363T7.75%2013q0-.525.363-.888T9%2011.75ZM14.325%206ZM15%2011.75q.525%200%20.888.363t.362.887q0%20.525-.363.888T15%2014.25q-.525%200-.888-.363T13.75%2013q0-.525.363-.888T15%2011.75ZM19.5%201l1.1%202.4L23%204.5l-2.4%201.1L19.5%208l-1.1-2.4L16%204.5l2.4-1.1L19.5%201ZM4.425%209.475Q5.7%208.75%206.65%207.6t1.425-2.575Q6.8%205.75%205.85%206.9T4.425%209.475Zm3.65-4.45Z%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%202q.975%200%202%20.213t2%20.637l-2.75%201.275q-.3-.05-.613-.088T12%204q-.35%200-.675.025t-.675.1q1.05%201.75%202.85%202.813T17.5%208h.35l.875%201.925q-2.25.275-4.7-.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-.613t-.075-.637l1.25-2.775q.45%201.05.65%202.025t.2%202q0%202-.763%203.813T19.137%2019q-1.337%201.375-3.162%202.188T12%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.212-3.175Q6.425%203.5%208.226%202.75T12%202Zm-3%209.75q.525%200%20.888.363t.362.887q0%20.525-.363.888T9%2014.25q-.525%200-.888-.363T7.75%2013q0-.525.363-.888T9%2011.75ZM14.325%206ZM15%2011.75q.525%200%20.888.363t.362.887q0%20.525-.363.888T15%2014.25q-.525%200-.888-.363T13.75%2013q0-.525.363-.888T15%2011.75ZM19.5%201l1.1%202.4L23%204.5l-2.4%201.1L19.5%208l-1.1-2.4L16%204.5l2.4-1.1L19.5%201ZM4.425%209.475Q5.7%208.75%206.65%207.6t1.425-2.575Q6.8%205.75%205.85%206.9T4.425%209.475Zm3.65-4.45Z%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-outline.svg?color=%231a73e8&size=48