face 6 icon
face-6-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- face-6-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- face-6-outline-rounded
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
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 22q-2.05 0-3.875-.788t-3.187-2.15t-2.15-3.187T2 12q0-2.075.788-3.9t2.15-3.175t3.187-2.137T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12q0 2.05-.788 3.875t-2.137 3.188t-3.175 2.15T12 22m0-18Q9.225 4 7.1 5.663T4.275 9.9q.5-.125 1.038-.488T6.55 7.65q.375-.775 1.1-1.213T9.25 6h5.5q.875 0 1.6.438t1.1 1.212q.7 1.425 1.263 1.775t1.012.475q-.7-2.575-2.812-4.237T12 4m0 16q3.35 0 5.688-2.35T20 11.95q-1.775-.175-2.725-1.112T15.65 8.55q-.125-.275-.363-.413T14.776 8H9.25q-.3 0-.537.138t-.363.412q-.675 1.375-1.65 2.313T4 11.975q0 3.35 2.338 5.688T12 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-.363M12 6"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFace6Outline(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 22q-2.05 0-3.875-.788t-3.187-2.15t-2.15-3.187T2 12q0-2.075.788-3.9t2.15-3.175t3.187-2.137T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12q0 2.05-.788 3.875t-2.137 3.188t-3.175 2.15T12 22m0-18Q9.225 4 7.1 5.663T4.275 9.9q.5-.125 1.038-.488T6.55 7.65q.375-.775 1.1-1.213T9.25 6h5.5q.875 0 1.6.438t1.1 1.212q.7 1.425 1.263 1.775t1.012.475q-.7-2.575-2.812-4.237T12 4m0 16q3.35 0 5.688-2.35T20 11.95q-1.775-.175-2.725-1.112T15.65 8.55q-.125-.275-.363-.413T14.776 8H9.25q-.3 0-.537.138t-.363.412q-.675 1.375-1.65 2.313T4 11.975q0 3.35 2.338 5.688T12 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-.363M12 6"/></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 22q-2.05 0-3.875-.788t-3.187-2.15t-2.15-3.187T2 12q0-2.075.788-3.9t2.15-3.175t3.187-2.137T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12q0 2.05-.788 3.875t-2.137 3.188t-3.175 2.15T12 22m0-18Q9.225 4 7.1 5.663T4.275 9.9q.5-.125 1.038-.488T6.55 7.65q.375-.775 1.1-1.213T9.25 6h5.5q.875 0 1.6.438t1.1 1.212q.7 1.425 1.263 1.775t1.012.475q-.7-2.575-2.812-4.237T12 4m0 16q3.35 0 5.688-2.35T20 11.95q-1.775-.175-2.725-1.112T15.65 8.55q-.125-.275-.363-.413T14.776 8H9.25q-.3 0-.537.138t-.363.412q-.675 1.375-1.65 2.313T4 11.975q0 3.35 2.338 5.688T12 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-.363M12 6"/></svg> </template>
CSS
.icon-face-6-outline {
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%2022q-2.05%200-3.875-.788t-3.187-2.15t-2.15-3.187T2%2012q0-2.075.788-3.9t2.15-3.175t3.187-2.137T12%202q2.075%200%203.9.788t3.175%202.137T21.213%208.1T22%2012q0%202.05-.788%203.875t-2.137%203.188t-3.175%202.15T12%2022m0-18Q9.225%204%207.1%205.663T4.275%209.9q.5-.125%201.038-.488T6.55%207.65q.375-.775%201.1-1.213T9.25%206h5.5q.875%200%201.6.438t1.1%201.212q.7%201.425%201.263%201.775t1.012.475q-.7-2.575-2.812-4.237T12%204m0%2016q3.35%200%205.688-2.35T20%2011.95q-1.775-.175-2.725-1.112T15.65%208.55q-.125-.275-.363-.413T14.776%208H9.25q-.3%200-.537.138t-.363.412q-.675%201.375-1.65%202.313T4%2011.975q0%203.35%202.338%205.688T12%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-.363M12%206%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%2022q-2.05%200-3.875-.788t-3.187-2.15t-2.15-3.187T2%2012q0-2.075.788-3.9t2.15-3.175t3.187-2.137T12%202q2.075%200%203.9.788t3.175%202.137T21.213%208.1T22%2012q0%202.05-.788%203.875t-2.137%203.188t-3.175%202.15T12%2022m0-18Q9.225%204%207.1%205.663T4.275%209.9q.5-.125%201.038-.488T6.55%207.65q.375-.775%201.1-1.213T9.25%206h5.5q.875%200%201.6.438t1.1%201.212q.7%201.425%201.263%201.775t1.012.475q-.7-2.575-2.812-4.237T12%204m0%2016q3.35%200%205.688-2.35T20%2011.95q-1.775-.175-2.725-1.112T15.65%208.55q-.125-.275-.363-.413T14.776%208H9.25q-.3%200-.537.138t-.363.412q-.675%201.375-1.65%202.313T4%2011.975q0%203.35%202.338%205.688T12%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-.363M12%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/face-6-outline.svg?color=%231a73e8&size=48