face-3 from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
face-3
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
face-3-rounded

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the face 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18q3.35 0 5.675-2.337T20 10q0-.775-.125-1.487t-.4-1.388q-.675.425-1.425.65T16.5 8q-1.35 0-2.537-.612T12 5.65q-.775 1.125-1.963 1.738T7.5 8q-.8 0-1.55-.225t-1.425-.65q-.275.675-.4 1.388T4 10q0 3.325 2.338 5.663T12 18m-2.113-6.113q.363-.362.363-.887t-.363-.888T9 9.75t-.888.363T7.75 11t.363.888t.887.362t.888-.363m6 0q.362-.362.362-.887t-.363-.888T15 9.75t-.888.363t-.362.887t.363.888t.887.362t.888-.363M2.2 22q-.875 0-1.475-.65T.2 19.825l.9-9.875q.2-2.1 1.138-3.925t2.4-3.162t3.35-2.1T12 0t4.013.763t3.35 2.1t2.4 3.162T22.9 9.95l.9 9.875q.075.875-.525 1.525T21.8 22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFace3(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 18q3.35 0 5.675-2.337T20 10q0-.775-.125-1.487t-.4-1.388q-.675.425-1.425.65T16.5 8q-1.35 0-2.537-.612T12 5.65q-.775 1.125-1.963 1.738T7.5 8q-.8 0-1.55-.225t-1.425-.65q-.275.675-.4 1.388T4 10q0 3.325 2.338 5.663T12 18m-2.113-6.113q.363-.362.363-.887t-.363-.888T9 9.75t-.888.363T7.75 11t.363.888t.887.362t.888-.363m6 0q.362-.362.362-.887t-.363-.888T15 9.75t-.888.363t-.362.887t.363.888t.887.362t.888-.363M2.2 22q-.875 0-1.475-.65T.2 19.825l.9-9.875q.2-2.1 1.138-3.925t2.4-3.162t3.35-2.1T12 0t4.013.763t3.35 2.1t2.4 3.162T22.9 9.95l.9 9.875q.075.875-.525 1.525T21.8 22z"/></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 18q3.35 0 5.675-2.337T20 10q0-.775-.125-1.487t-.4-1.388q-.675.425-1.425.65T16.5 8q-1.35 0-2.537-.612T12 5.65q-.775 1.125-1.963 1.738T7.5 8q-.8 0-1.55-.225t-1.425-.65q-.275.675-.4 1.388T4 10q0 3.325 2.338 5.663T12 18m-2.113-6.113q.363-.362.363-.887t-.363-.888T9 9.75t-.888.363T7.75 11t.363.888t.887.362t.888-.363m6 0q.362-.362.362-.887t-.363-.888T15 9.75t-.888.363t-.362.887t.363.888t.887.362t.888-.363M2.2 22q-.875 0-1.475-.65T.2 19.825l.9-9.875q.2-2.1 1.138-3.925t2.4-3.162t3.35-2.1T12 0t4.013.763t3.35 2.1t2.4 3.162T22.9 9.95l.9 9.875q.075.875-.525 1.525T21.8 22z"/></svg>
</template>

CSS

.icon-face-3 {
  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%2018q3.35%200%205.675-2.337T20%2010q0-.775-.125-1.487t-.4-1.388q-.675.425-1.425.65T16.5%208q-1.35%200-2.537-.612T12%205.65q-.775%201.125-1.963%201.738T7.5%208q-.8%200-1.55-.225t-1.425-.65q-.275.675-.4%201.388T4%2010q0%203.325%202.338%205.663T12%2018m-2.113-6.113q.363-.362.363-.887t-.363-.888T9%209.75t-.888.363T7.75%2011t.363.888t.887.362t.888-.363m6%200q.362-.362.362-.887t-.363-.888T15%209.75t-.888.363t-.362.887t.363.888t.887.362t.888-.363M2.2%2022q-.875%200-1.475-.65T.2%2019.825l.9-9.875q.2-2.1%201.138-3.925t2.4-3.162t3.35-2.1T12%200t4.013.763t3.35%202.1t2.4%203.162T22.9%209.95l.9%209.875q.075.875-.525%201.525T21.8%2022z%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%2018q3.35%200%205.675-2.337T20%2010q0-.775-.125-1.487t-.4-1.388q-.675.425-1.425.65T16.5%208q-1.35%200-2.537-.612T12%205.65q-.775%201.125-1.963%201.738T7.5%208q-.8%200-1.55-.225t-1.425-.65q-.275.675-.4%201.388T4%2010q0%203.325%202.338%205.663T12%2018m-2.113-6.113q.363-.362.363-.887t-.363-.888T9%209.75t-.888.363T7.75%2011t.363.888t.887.362t.888-.363m6%200q.362-.362.362-.887t-.363-.888T15%209.75t-.888.363t-.362.887t.363.888t.887.362t.888-.363M2.2%2022q-.875%200-1.475-.65T.2%2019.825l.9-9.875q.2-2.1%201.138-3.925t2.4-3.162t3.35-2.1T12%200t4.013.763t3.35%202.1t2.4%203.162T22.9%209.95l.9%209.875q.075.875-.525%201.525T21.8%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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