twotone face retouching off icon

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

Name
twotone-face-retouching-off
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the twotone face retouching off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4c-.46 0-.91.05-1.34.12C12.06 6.44 14.6 8 17.5 8c.46 0 .91-.05 1.34-.12C17.44 5.56 14.9 4 12 4M4.42 9.47c.67-.38 1.28-.86 1.81-1.41l-.72-.72c-.46.65-.83 1.36-1.09 2.13" opacity=".3"/><path fill="currentColor" d="M9 14.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M17.5 10c.75 0 1.47-.09 2.17-.24c.21.71.33 1.46.33 2.24c0 1.22-.28 2.37-.77 3.4l1.49 1.49A10 10 0 0 0 22 12c0-5.52-4.48-10-10-10c-1.78 0-3.44.47-4.89 1.28l5.33 5.33c1.49.88 3.21 1.39 5.06 1.39m-6.84-5.88c.43-.07.88-.12 1.34-.12c2.9 0 5.44 1.56 6.84 3.88c-.43.07-.88.12-1.34.12c-2.9 0-5.44-1.56-6.84-3.88m-8.77-.4l2.19 2.19A9.96 9.96 0 0 0 2 12c0 5.52 4.48 10 10 10c2.29 0 4.4-.78 6.09-2.08l2.19 2.19l1.41-1.41L3.31 2.31zm14.77 14.77A7.9 7.9 0 0 1 12 20c-4.41 0-8-3.59-8-8c0-.05.01-.1 0-.14a9.95 9.95 0 0 0 3.64-2.39zM5.51 7.34l.72.72c-.53.55-1.14 1.03-1.81 1.41c.26-.77.63-1.48 1.09-2.13"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneFaceRetouchingOff(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 4c-.46 0-.91.05-1.34.12C12.06 6.44 14.6 8 17.5 8c.46 0 .91-.05 1.34-.12C17.44 5.56 14.9 4 12 4M4.42 9.47c.67-.38 1.28-.86 1.81-1.41l-.72-.72c-.46.65-.83 1.36-1.09 2.13" opacity=".3"/><path fill="currentColor" d="M9 14.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M17.5 10c.75 0 1.47-.09 2.17-.24c.21.71.33 1.46.33 2.24c0 1.22-.28 2.37-.77 3.4l1.49 1.49A10 10 0 0 0 22 12c0-5.52-4.48-10-10-10c-1.78 0-3.44.47-4.89 1.28l5.33 5.33c1.49.88 3.21 1.39 5.06 1.39m-6.84-5.88c.43-.07.88-.12 1.34-.12c2.9 0 5.44 1.56 6.84 3.88c-.43.07-.88.12-1.34.12c-2.9 0-5.44-1.56-6.84-3.88m-8.77-.4l2.19 2.19A9.96 9.96 0 0 0 2 12c0 5.52 4.48 10 10 10c2.29 0 4.4-.78 6.09-2.08l2.19 2.19l1.41-1.41L3.31 2.31zm14.77 14.77A7.9 7.9 0 0 1 12 20c-4.41 0-8-3.59-8-8c0-.05.01-.1 0-.14a9.95 9.95 0 0 0 3.64-2.39zM5.51 7.34l.72.72c-.53.55-1.14 1.03-1.81 1.41c.26-.77.63-1.48 1.09-2.13"/></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 4c-.46 0-.91.05-1.34.12C12.06 6.44 14.6 8 17.5 8c.46 0 .91-.05 1.34-.12C17.44 5.56 14.9 4 12 4M4.42 9.47c.67-.38 1.28-.86 1.81-1.41l-.72-.72c-.46.65-.83 1.36-1.09 2.13" opacity=".3"/><path fill="currentColor" d="M9 14.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M17.5 10c.75 0 1.47-.09 2.17-.24c.21.71.33 1.46.33 2.24c0 1.22-.28 2.37-.77 3.4l1.49 1.49A10 10 0 0 0 22 12c0-5.52-4.48-10-10-10c-1.78 0-3.44.47-4.89 1.28l5.33 5.33c1.49.88 3.21 1.39 5.06 1.39m-6.84-5.88c.43-.07.88-.12 1.34-.12c2.9 0 5.44 1.56 6.84 3.88c-.43.07-.88.12-1.34.12c-2.9 0-5.44-1.56-6.84-3.88m-8.77-.4l2.19 2.19A9.96 9.96 0 0 0 2 12c0 5.52 4.48 10 10 10c2.29 0 4.4-.78 6.09-2.08l2.19 2.19l1.41-1.41L3.31 2.31zm14.77 14.77A7.9 7.9 0 0 1 12 20c-4.41 0-8-3.59-8-8c0-.05.01-.1 0-.14a9.95 9.95 0 0 0 3.64-2.39zM5.51 7.34l.72.72c-.53.55-1.14 1.03-1.81 1.41c.26-.77.63-1.48 1.09-2.13"/></svg>
</template>

CSS

.icon-twotone-face-retouching-off {
  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%204c-.46%200-.91.05-1.34.12C12.06%206.44%2014.6%208%2017.5%208c.46%200%20.91-.05%201.34-.12C17.44%205.56%2014.9%204%2012%204M4.42%209.47c.67-.38%201.28-.86%201.81-1.41l-.72-.72c-.46.65-.83%201.36-1.09%202.13%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2014.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M17.5%2010c.75%200%201.47-.09%202.17-.24c.21.71.33%201.46.33%202.24c0%201.22-.28%202.37-.77%203.4l1.49%201.49A10%2010%200%200%200%2022%2012c0-5.52-4.48-10-10-10c-1.78%200-3.44.47-4.89%201.28l5.33%205.33c1.49.88%203.21%201.39%205.06%201.39m-6.84-5.88c.43-.07.88-.12%201.34-.12c2.9%200%205.44%201.56%206.84%203.88c-.43.07-.88.12-1.34.12c-2.9%200-5.44-1.56-6.84-3.88m-8.77-.4l2.19%202.19A9.96%209.96%200%200%200%202%2012c0%205.52%204.48%2010%2010%2010c2.29%200%204.4-.78%206.09-2.08l2.19%202.19l1.41-1.41L3.31%202.31zm14.77%2014.77A7.9%207.9%200%200%201%2012%2020c-4.41%200-8-3.59-8-8c0-.05.01-.1%200-.14a9.95%209.95%200%200%200%203.64-2.39zM5.51%207.34l.72.72c-.53.55-1.14%201.03-1.81%201.41c.26-.77.63-1.48%201.09-2.13%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%204c-.46%200-.91.05-1.34.12C12.06%206.44%2014.6%208%2017.5%208c.46%200%20.91-.05%201.34-.12C17.44%205.56%2014.9%204%2012%204M4.42%209.47c.67-.38%201.28-.86%201.81-1.41l-.72-.72c-.46.65-.83%201.36-1.09%202.13%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2014.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M17.5%2010c.75%200%201.47-.09%202.17-.24c.21.71.33%201.46.33%202.24c0%201.22-.28%202.37-.77%203.4l1.49%201.49A10%2010%200%200%200%2022%2012c0-5.52-4.48-10-10-10c-1.78%200-3.44.47-4.89%201.28l5.33%205.33c1.49.88%203.21%201.39%205.06%201.39m-6.84-5.88c.43-.07.88-.12%201.34-.12c2.9%200%205.44%201.56%206.84%203.88c-.43.07-.88.12-1.34.12c-2.9%200-5.44-1.56-6.84-3.88m-8.77-.4l2.19%202.19A9.96%209.96%200%200%200%202%2012c0%205.52%204.48%2010%2010%2010c2.29%200%204.4-.78%206.09-2.08l2.19%202.19l1.41-1.41L3.31%202.31zm14.77%2014.77A7.9%207.9%200%200%201%2012%2020c-4.41%200-8-3.59-8-8c0-.05.01-.1%200-.14a9.95%209.95%200%200%200%203.64-2.39zM5.51%207.34l.72.72c-.53.55-1.14%201.03-1.81%201.41c.26-.77.63-1.48%201.09-2.13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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