face-6-outline-sharp from Material Symbols Light by Google · Outline Sharp · Social · Apache-2.0 Free for personal and commercial use.

Name
face-6-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the face 6 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.858 0-3.5-.71q-1.642-.711-2.86-1.93T3.71 15.5T3 12q0-1.864.71-3.506q.711-1.642 1.93-2.867T8.5 3.701T12 3q1.864 0 3.506.701t2.867 1.926t1.926 2.867T21 12q0 1.858-.701 3.5t-1.926 2.86t-2.867 1.93T12 21m0-17Q9.09 4 6.898 5.826T4.16 10.4h1.457l2.437-3.9h7.917l2.437 3.9h1.432q-.546-2.748-2.735-4.574T12 4m0 16q3.35 0 5.678-2.34T20 11.989v-.295q0-.153-.02-.294h-2.163L15.4 7.5H8.625l-2.417 3.9H4.019Q4 11.54 4 11.697v.297q0 3.331 2.338 5.669T12 20m-3.887-6.112Q7.75 13.525 7.75 13t.363-.888T9 11.75t.888.363t.362.887t-.363.888T9 14.25t-.888-.363m6 0q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888t-.887.362t-.888-.363"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFace6OutlineSharp(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 21q-1.858 0-3.5-.71q-1.642-.711-2.86-1.93T3.71 15.5T3 12q0-1.864.71-3.506q.711-1.642 1.93-2.867T8.5 3.701T12 3q1.864 0 3.506.701t2.867 1.926t1.926 2.867T21 12q0 1.858-.701 3.5t-1.926 2.86t-2.867 1.93T12 21m0-17Q9.09 4 6.898 5.826T4.16 10.4h1.457l2.437-3.9h7.917l2.437 3.9h1.432q-.546-2.748-2.735-4.574T12 4m0 16q3.35 0 5.678-2.34T20 11.989v-.295q0-.153-.02-.294h-2.163L15.4 7.5H8.625l-2.417 3.9H4.019Q4 11.54 4 11.697v.297q0 3.331 2.338 5.669T12 20m-3.887-6.112Q7.75 13.525 7.75 13t.363-.888T9 11.75t.888.363t.362.887t-.363.888T9 14.25t-.888-.363m6 0q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888t-.887.362t-.888-.363"/></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 21q-1.858 0-3.5-.71q-1.642-.711-2.86-1.93T3.71 15.5T3 12q0-1.864.71-3.506q.711-1.642 1.93-2.867T8.5 3.701T12 3q1.864 0 3.506.701t2.867 1.926t1.926 2.867T21 12q0 1.858-.701 3.5t-1.926 2.86t-2.867 1.93T12 21m0-17Q9.09 4 6.898 5.826T4.16 10.4h1.457l2.437-3.9h7.917l2.437 3.9h1.432q-.546-2.748-2.735-4.574T12 4m0 16q3.35 0 5.678-2.34T20 11.989v-.295q0-.153-.02-.294h-2.163L15.4 7.5H8.625l-2.417 3.9H4.019Q4 11.54 4 11.697v.297q0 3.331 2.338 5.669T12 20m-3.887-6.112Q7.75 13.525 7.75 13t.363-.888T9 11.75t.888.363t.362.887t-.363.888T9 14.25t-.888-.363m6 0q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888t-.887.362t-.888-.363"/></svg>
</template>

CSS

.icon-face-6-outline-sharp {
  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%2021q-1.858%200-3.5-.71q-1.642-.711-2.86-1.93T3.71%2015.5T3%2012q0-1.864.71-3.506q.711-1.642%201.93-2.867T8.5%203.701T12%203q1.864%200%203.506.701t2.867%201.926t1.926%202.867T21%2012q0%201.858-.701%203.5t-1.926%202.86t-2.867%201.93T12%2021m0-17Q9.09%204%206.898%205.826T4.16%2010.4h1.457l2.437-3.9h7.917l2.437%203.9h1.432q-.546-2.748-2.735-4.574T12%204m0%2016q3.35%200%205.678-2.34T20%2011.989v-.295q0-.153-.02-.294h-2.163L15.4%207.5H8.625l-2.417%203.9H4.019Q4%2011.54%204%2011.697v.297q0%203.331%202.338%205.669T12%2020m-3.887-6.112Q7.75%2013.525%207.75%2013t.363-.888T9%2011.75t.888.363t.362.887t-.363.888T9%2014.25t-.888-.363m6%200q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888t-.887.362t-.888-.363%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%2021q-1.858%200-3.5-.71q-1.642-.711-2.86-1.93T3.71%2015.5T3%2012q0-1.864.71-3.506q.711-1.642%201.93-2.867T8.5%203.701T12%203q1.864%200%203.506.701t2.867%201.926t1.926%202.867T21%2012q0%201.858-.701%203.5t-1.926%202.86t-2.867%201.93T12%2021m0-17Q9.09%204%206.898%205.826T4.16%2010.4h1.457l2.437-3.9h7.917l2.437%203.9h1.432q-.546-2.748-2.735-4.574T12%204m0%2016q3.35%200%205.678-2.34T20%2011.989v-.295q0-.153-.02-.294h-2.163L15.4%207.5H8.625l-2.417%203.9H4.019Q4%2011.54%204%2011.697v.297q0%203.331%202.338%205.669T12%2020m-3.887-6.112Q7.75%2013.525%207.75%2013t.363-.888T9%2011.75t.888.363t.362.887t-.363.888T9%2014.25t-.888-.363m6%200q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888t-.887.362t-.888-.363%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-6-outline-sharp.svg?color=%231a73e8&size=48