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

Name
twotone-face-2
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the twotone face 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.02 5H6C3.79 5 2 6.79 2 9c0 .55.12 1.07.32 1.54A10 10 0 0 1 6.02 5m9.08-1.5C14.36 2.59 13.25 2 12 2s-2.36.59-3.1 1.5c.98-.32 2.02-.5 3.1-.5s2.12.18 3.1.5M12 5.31c0 2.24 1.82 4.06 4.06 4.06c.93 0 1.82-.32 2.53-.89A7.98 7.98 0 0 0 12.03 5c-.01.11-.03.21-.03.31M2.5 16.12c-.31.56-.5 1.19-.5 1.88a4 4 0 0 0 5.25 3.8a10.08 10.08 0 0 1-4.75-5.68m19.18-5.58c.2-.47.32-.99.32-1.54c0-2.21-1.79-4-4-4h-.02a10 10 0 0 1 3.7 5.54M16.75 21.8A4 4 0 0 0 22 18c0-.69-.19-1.32-.5-1.88c-.81 2.44-2.52 4.47-4.75 5.68" opacity=".3"/><path fill="currentColor" d="M21.97 13.52v-.04C23.21 12.38 24 10.78 24 9c0-3.31-2.69-6-6-6q-.39 0-.78.06a5.98 5.98 0 0 0-10.44 0Q6.39 3 6 3C2.69 3 0 5.69 0 9c0 1.78.79 3.38 2.02 4.48v.04A6 6 0 0 0 0 18c0 3.31 2.69 6 6 6c1.39 0 2.67-.48 3.69-1.28c.74.18 1.51.28 2.31.28s1.57-.1 2.31-.28c1.02.8 2.3 1.28 3.69 1.28c3.31 0 6-2.69 6-6c0-1.78-.79-3.38-2.03-4.48M18 5c2.21 0 4 1.79 4 4c0 .55-.12 1.07-.32 1.54A10 10 0 0 0 17.98 5zm.6 3.48c-.71.57-1.6.89-2.53.89A4.06 4.06 0 0 1 12 5.31c0-.1.02-.21.03-.31c2.72.01 5.13 1.39 6.57 3.48M12 2c1.25 0 2.36.59 3.1 1.5c-.98-.32-2.02-.5-3.1-.5s-2.12.18-3.1.5C9.64 2.59 10.75 2 12 2M2 9c0-2.21 1.79-4 4-4h.02a10 10 0 0 0-3.7 5.54C2.12 10.07 2 9.55 2 9m4 13c-2.21 0-4-1.79-4-4c0-.69.19-1.32.5-1.88c.8 2.44 2.52 4.47 4.74 5.68c-.39.13-.8.2-1.24.2m6-1c-4.41 0-8-3.59-8-8c0-3.72 2.56-6.85 6-7.74v.05c0 3.34 2.72 6.06 6.06 6.06c1.26 0 2.45-.39 3.45-1.09c.31.86.49 1.77.49 2.72c0 4.41-3.59 8-8 8m6 1c-.44 0-.85-.07-1.25-.2c2.23-1.21 3.94-3.24 4.74-5.68c.31.56.5 1.2.5 1.88c.01 2.21-1.78 4-3.99 4"/><circle cx="9" cy="14" r="1.25" fill="currentColor"/><circle cx="15" cy="14" r="1.25" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneFace2(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="M6.02 5H6C3.79 5 2 6.79 2 9c0 .55.12 1.07.32 1.54A10 10 0 0 1 6.02 5m9.08-1.5C14.36 2.59 13.25 2 12 2s-2.36.59-3.1 1.5c.98-.32 2.02-.5 3.1-.5s2.12.18 3.1.5M12 5.31c0 2.24 1.82 4.06 4.06 4.06c.93 0 1.82-.32 2.53-.89A7.98 7.98 0 0 0 12.03 5c-.01.11-.03.21-.03.31M2.5 16.12c-.31.56-.5 1.19-.5 1.88a4 4 0 0 0 5.25 3.8a10.08 10.08 0 0 1-4.75-5.68m19.18-5.58c.2-.47.32-.99.32-1.54c0-2.21-1.79-4-4-4h-.02a10 10 0 0 1 3.7 5.54M16.75 21.8A4 4 0 0 0 22 18c0-.69-.19-1.32-.5-1.88c-.81 2.44-2.52 4.47-4.75 5.68" opacity=".3"/><path fill="currentColor" d="M21.97 13.52v-.04C23.21 12.38 24 10.78 24 9c0-3.31-2.69-6-6-6q-.39 0-.78.06a5.98 5.98 0 0 0-10.44 0Q6.39 3 6 3C2.69 3 0 5.69 0 9c0 1.78.79 3.38 2.02 4.48v.04A6 6 0 0 0 0 18c0 3.31 2.69 6 6 6c1.39 0 2.67-.48 3.69-1.28c.74.18 1.51.28 2.31.28s1.57-.1 2.31-.28c1.02.8 2.3 1.28 3.69 1.28c3.31 0 6-2.69 6-6c0-1.78-.79-3.38-2.03-4.48M18 5c2.21 0 4 1.79 4 4c0 .55-.12 1.07-.32 1.54A10 10 0 0 0 17.98 5zm.6 3.48c-.71.57-1.6.89-2.53.89A4.06 4.06 0 0 1 12 5.31c0-.1.02-.21.03-.31c2.72.01 5.13 1.39 6.57 3.48M12 2c1.25 0 2.36.59 3.1 1.5c-.98-.32-2.02-.5-3.1-.5s-2.12.18-3.1.5C9.64 2.59 10.75 2 12 2M2 9c0-2.21 1.79-4 4-4h.02a10 10 0 0 0-3.7 5.54C2.12 10.07 2 9.55 2 9m4 13c-2.21 0-4-1.79-4-4c0-.69.19-1.32.5-1.88c.8 2.44 2.52 4.47 4.74 5.68c-.39.13-.8.2-1.24.2m6-1c-4.41 0-8-3.59-8-8c0-3.72 2.56-6.85 6-7.74v.05c0 3.34 2.72 6.06 6.06 6.06c1.26 0 2.45-.39 3.45-1.09c.31.86.49 1.77.49 2.72c0 4.41-3.59 8-8 8m6 1c-.44 0-.85-.07-1.25-.2c2.23-1.21 3.94-3.24 4.74-5.68c.31.56.5 1.2.5 1.88c.01 2.21-1.78 4-3.99 4"/><circle cx="9" cy="14" r="1.25" fill="currentColor"/><circle cx="15" cy="14" r="1.25" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.02 5H6C3.79 5 2 6.79 2 9c0 .55.12 1.07.32 1.54A10 10 0 0 1 6.02 5m9.08-1.5C14.36 2.59 13.25 2 12 2s-2.36.59-3.1 1.5c.98-.32 2.02-.5 3.1-.5s2.12.18 3.1.5M12 5.31c0 2.24 1.82 4.06 4.06 4.06c.93 0 1.82-.32 2.53-.89A7.98 7.98 0 0 0 12.03 5c-.01.11-.03.21-.03.31M2.5 16.12c-.31.56-.5 1.19-.5 1.88a4 4 0 0 0 5.25 3.8a10.08 10.08 0 0 1-4.75-5.68m19.18-5.58c.2-.47.32-.99.32-1.54c0-2.21-1.79-4-4-4h-.02a10 10 0 0 1 3.7 5.54M16.75 21.8A4 4 0 0 0 22 18c0-.69-.19-1.32-.5-1.88c-.81 2.44-2.52 4.47-4.75 5.68" opacity=".3"/><path fill="currentColor" d="M21.97 13.52v-.04C23.21 12.38 24 10.78 24 9c0-3.31-2.69-6-6-6q-.39 0-.78.06a5.98 5.98 0 0 0-10.44 0Q6.39 3 6 3C2.69 3 0 5.69 0 9c0 1.78.79 3.38 2.02 4.48v.04A6 6 0 0 0 0 18c0 3.31 2.69 6 6 6c1.39 0 2.67-.48 3.69-1.28c.74.18 1.51.28 2.31.28s1.57-.1 2.31-.28c1.02.8 2.3 1.28 3.69 1.28c3.31 0 6-2.69 6-6c0-1.78-.79-3.38-2.03-4.48M18 5c2.21 0 4 1.79 4 4c0 .55-.12 1.07-.32 1.54A10 10 0 0 0 17.98 5zm.6 3.48c-.71.57-1.6.89-2.53.89A4.06 4.06 0 0 1 12 5.31c0-.1.02-.21.03-.31c2.72.01 5.13 1.39 6.57 3.48M12 2c1.25 0 2.36.59 3.1 1.5c-.98-.32-2.02-.5-3.1-.5s-2.12.18-3.1.5C9.64 2.59 10.75 2 12 2M2 9c0-2.21 1.79-4 4-4h.02a10 10 0 0 0-3.7 5.54C2.12 10.07 2 9.55 2 9m4 13c-2.21 0-4-1.79-4-4c0-.69.19-1.32.5-1.88c.8 2.44 2.52 4.47 4.74 5.68c-.39.13-.8.2-1.24.2m6-1c-4.41 0-8-3.59-8-8c0-3.72 2.56-6.85 6-7.74v.05c0 3.34 2.72 6.06 6.06 6.06c1.26 0 2.45-.39 3.45-1.09c.31.86.49 1.77.49 2.72c0 4.41-3.59 8-8 8m6 1c-.44 0-.85-.07-1.25-.2c2.23-1.21 3.94-3.24 4.74-5.68c.31.56.5 1.2.5 1.88c.01 2.21-1.78 4-3.99 4"/><circle cx="9" cy="14" r="1.25" fill="currentColor"/><circle cx="15" cy="14" r="1.25" fill="currentColor"/></svg>
</template>

CSS

.icon-twotone-face-2 {
  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%22M6.02%205H6C3.79%205%202%206.79%202%209c0%20.55.12%201.07.32%201.54A10%2010%200%200%201%206.02%205m9.08-1.5C14.36%202.59%2013.25%202%2012%202s-2.36.59-3.1%201.5c.98-.32%202.02-.5%203.1-.5s2.12.18%203.1.5M12%205.31c0%202.24%201.82%204.06%204.06%204.06c.93%200%201.82-.32%202.53-.89A7.98%207.98%200%200%200%2012.03%205c-.01.11-.03.21-.03.31M2.5%2016.12c-.31.56-.5%201.19-.5%201.88a4%204%200%200%200%205.25%203.8a10.08%2010.08%200%200%201-4.75-5.68m19.18-5.58c.2-.47.32-.99.32-1.54c0-2.21-1.79-4-4-4h-.02a10%2010%200%200%201%203.7%205.54M16.75%2021.8A4%204%200%200%200%2022%2018c0-.69-.19-1.32-.5-1.88c-.81%202.44-2.52%204.47-4.75%205.68%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.97%2013.52v-.04C23.21%2012.38%2024%2010.78%2024%209c0-3.31-2.69-6-6-6q-.39%200-.78.06a5.98%205.98%200%200%200-10.44%200Q6.39%203%206%203C2.69%203%200%205.69%200%209c0%201.78.79%203.38%202.02%204.48v.04A6%206%200%200%200%200%2018c0%203.31%202.69%206%206%206c1.39%200%202.67-.48%203.69-1.28c.74.18%201.51.28%202.31.28s1.57-.1%202.31-.28c1.02.8%202.3%201.28%203.69%201.28c3.31%200%206-2.69%206-6c0-1.78-.79-3.38-2.03-4.48M18%205c2.21%200%204%201.79%204%204c0%20.55-.12%201.07-.32%201.54A10%2010%200%200%200%2017.98%205zm.6%203.48c-.71.57-1.6.89-2.53.89A4.06%204.06%200%200%201%2012%205.31c0-.1.02-.21.03-.31c2.72.01%205.13%201.39%206.57%203.48M12%202c1.25%200%202.36.59%203.1%201.5c-.98-.32-2.02-.5-3.1-.5s-2.12.18-3.1.5C9.64%202.59%2010.75%202%2012%202M2%209c0-2.21%201.79-4%204-4h.02a10%2010%200%200%200-3.7%205.54C2.12%2010.07%202%209.55%202%209m4%2013c-2.21%200-4-1.79-4-4c0-.69.19-1.32.5-1.88c.8%202.44%202.52%204.47%204.74%205.68c-.39.13-.8.2-1.24.2m6-1c-4.41%200-8-3.59-8-8c0-3.72%202.56-6.85%206-7.74v.05c0%203.34%202.72%206.06%206.06%206.06c1.26%200%202.45-.39%203.45-1.09c.31.86.49%201.77.49%202.72c0%204.41-3.59%208-8%208m6%201c-.44%200-.85-.07-1.25-.2c2.23-1.21%203.94-3.24%204.74-5.68c.31.56.5%201.2.5%201.88c.01%202.21-1.78%204-3.99%204%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2214%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2214%22%20r%3D%221.25%22%20fill%3D%22currentColor%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%22M6.02%205H6C3.79%205%202%206.79%202%209c0%20.55.12%201.07.32%201.54A10%2010%200%200%201%206.02%205m9.08-1.5C14.36%202.59%2013.25%202%2012%202s-2.36.59-3.1%201.5c.98-.32%202.02-.5%203.1-.5s2.12.18%203.1.5M12%205.31c0%202.24%201.82%204.06%204.06%204.06c.93%200%201.82-.32%202.53-.89A7.98%207.98%200%200%200%2012.03%205c-.01.11-.03.21-.03.31M2.5%2016.12c-.31.56-.5%201.19-.5%201.88a4%204%200%200%200%205.25%203.8a10.08%2010.08%200%200%201-4.75-5.68m19.18-5.58c.2-.47.32-.99.32-1.54c0-2.21-1.79-4-4-4h-.02a10%2010%200%200%201%203.7%205.54M16.75%2021.8A4%204%200%200%200%2022%2018c0-.69-.19-1.32-.5-1.88c-.81%202.44-2.52%204.47-4.75%205.68%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.97%2013.52v-.04C23.21%2012.38%2024%2010.78%2024%209c0-3.31-2.69-6-6-6q-.39%200-.78.06a5.98%205.98%200%200%200-10.44%200Q6.39%203%206%203C2.69%203%200%205.69%200%209c0%201.78.79%203.38%202.02%204.48v.04A6%206%200%200%200%200%2018c0%203.31%202.69%206%206%206c1.39%200%202.67-.48%203.69-1.28c.74.18%201.51.28%202.31.28s1.57-.1%202.31-.28c1.02.8%202.3%201.28%203.69%201.28c3.31%200%206-2.69%206-6c0-1.78-.79-3.38-2.03-4.48M18%205c2.21%200%204%201.79%204%204c0%20.55-.12%201.07-.32%201.54A10%2010%200%200%200%2017.98%205zm.6%203.48c-.71.57-1.6.89-2.53.89A4.06%204.06%200%200%201%2012%205.31c0-.1.02-.21.03-.31c2.72.01%205.13%201.39%206.57%203.48M12%202c1.25%200%202.36.59%203.1%201.5c-.98-.32-2.02-.5-3.1-.5s-2.12.18-3.1.5C9.64%202.59%2010.75%202%2012%202M2%209c0-2.21%201.79-4%204-4h.02a10%2010%200%200%200-3.7%205.54C2.12%2010.07%202%209.55%202%209m4%2013c-2.21%200-4-1.79-4-4c0-.69.19-1.32.5-1.88c.8%202.44%202.52%204.47%204.74%205.68c-.39.13-.8.2-1.24.2m6-1c-4.41%200-8-3.59-8-8c0-3.72%202.56-6.85%206-7.74v.05c0%203.34%202.72%206.06%206.06%206.06c1.26%200%202.45-.39%203.45-1.09c.31.86.49%201.77.49%202.72c0%204.41-3.59%208-8%208m6%201c-.44%200-.85-.07-1.25-.2c2.23-1.21%203.94-3.24%204.74-5.68c.31.56.5%201.2.5%201.88c.01%202.21-1.78%204-3.99%204%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2214%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2214%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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