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

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

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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-.967-.212-1.843t-.602-1.648q-.598.387-1.28.593t-1.406.206q-1.427 0-2.624-.728T12 4.592q-.66 1.26-1.866 1.988q-1.207.728-2.634.728q-.723 0-1.396-.206t-1.271-.573q-.39.79-.612 1.666T4 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-.363M3.257 21q-.702 0-1.187-.525t-.429-1.227l.842-9.202q.181-1.888.984-3.54T5.54 3.632t2.927-1.927T12 1t3.532.705t2.927 1.927t2.073 2.874t.984 3.54l.842 9.202q.055.702-.43 1.227q-.484.525-1.186.525z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFace3(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-.967-.212-1.843t-.602-1.648q-.598.387-1.28.593t-1.406.206q-1.427 0-2.624-.728T12 4.592q-.66 1.26-1.866 1.988q-1.207.728-2.634.728q-.723 0-1.396-.206t-1.271-.573q-.39.79-.612 1.666T4 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-.363M3.257 21q-.702 0-1.187-.525t-.429-1.227l.842-9.202q.181-1.888.984-3.54T5.54 3.632t2.927-1.927T12 1t3.532.705t2.927 1.927t2.073 2.874t.984 3.54l.842 9.202q.055.702-.43 1.227q-.484.525-1.186.525z"/></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-.967-.212-1.843t-.602-1.648q-.598.387-1.28.593t-1.406.206q-1.427 0-2.624-.728T12 4.592q-.66 1.26-1.866 1.988q-1.207.728-2.634.728q-.723 0-1.396-.206t-1.271-.573q-.39.79-.612 1.666T4 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-.363M3.257 21q-.702 0-1.187-.525t-.429-1.227l.842-9.202q.181-1.888.984-3.54T5.54 3.632t2.927-1.927T12 1t3.532.705t2.927 1.927t2.073 2.874t.984 3.54l.842 9.202q.055.702-.43 1.227q-.484.525-1.186.525z"/></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-.967-.212-1.843t-.602-1.648q-.598.387-1.28.593t-1.406.206q-1.427%200-2.624-.728T12%204.592q-.66%201.26-1.866%201.988q-1.207.728-2.634.728q-.723%200-1.396-.206t-1.271-.573q-.39.79-.612%201.666T4%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-.363M3.257%2021q-.702%200-1.187-.525t-.429-1.227l.842-9.202q.181-1.888.984-3.54T5.54%203.632t2.927-1.927T12%201t3.532.705t2.927%201.927t2.073%202.874t.984%203.54l.842%209.202q.055.702-.43%201.227q-.484.525-1.186.525z%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-.967-.212-1.843t-.602-1.648q-.598.387-1.28.593t-1.406.206q-1.427%200-2.624-.728T12%204.592q-.66%201.26-1.866%201.988q-1.207.728-2.634.728q-.723%200-1.396-.206t-1.271-.573q-.39.79-.612%201.666T4%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-.363M3.257%2021q-.702%200-1.187-.525t-.429-1.227l.842-9.202q.181-1.888.984-3.54T5.54%203.632t2.927-1.927T12%201t3.532.705t2.927%201.927t2.073%202.874t.984%203.54l.842%209.202q.055.702-.43%201.227q-.484.525-1.186.525z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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