face left icon
face-left from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- face-left
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- face-left-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the face left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.673 11.635q-.348 0-.587-.23q-.24-.23-.24-.578t.24-.578t.587-.23q.329 0 .559.23t.23.578t-.23.578t-.559.23m4.654 0q-.348 0-.578-.23t-.23-.578t.23-.578t.578-.23t.578.23t.23.578t-.23.578t-.578.23M8.329 15.96q-1.518-.927-2.423-2.495T5 10q0-2.927 2.036-4.963T12 3t4.964 2.036T19 10q0 1.896-.906 3.465t-2.423 2.495l-.738-.72q1.401-.78 2.25-2.177q.848-1.397.817-3.111v-.058q-1.517-.448-2.722-1.461t-1.905-2.43q-1.146 1.326-2.727 2.025t-3.334.614q-.27 0-.548-.028q-.28-.03-.548-.087q-.108.371-.162.727T6 10q0 1.708.845 3.084q.846 1.376 2.222 2.157zm3.575 6.444l-3.308-3.308l3.308-3.288l.688.708l-2.075 2.08h4.887v1h-4.887l2.075 2.1z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFaceLeft(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="M8.673 11.635q-.348 0-.587-.23q-.24-.23-.24-.578t.24-.578t.587-.23q.329 0 .559.23t.23.578t-.23.578t-.559.23m4.654 0q-.348 0-.578-.23t-.23-.578t.23-.578t.578-.23t.578.23t.23.578t-.23.578t-.578.23M8.329 15.96q-1.518-.927-2.423-2.495T5 10q0-2.927 2.036-4.963T12 3t4.964 2.036T19 10q0 1.896-.906 3.465t-2.423 2.495l-.738-.72q1.401-.78 2.25-2.177q.848-1.397.817-3.111v-.058q-1.517-.448-2.722-1.461t-1.905-2.43q-1.146 1.326-2.727 2.025t-3.334.614q-.27 0-.548-.028q-.28-.03-.548-.087q-.108.371-.162.727T6 10q0 1.708.845 3.084q.846 1.376 2.222 2.157zm3.575 6.444l-3.308-3.308l3.308-3.288l.688.708l-2.075 2.08h4.887v1h-4.887l2.075 2.1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.673 11.635q-.348 0-.587-.23q-.24-.23-.24-.578t.24-.578t.587-.23q.329 0 .559.23t.23.578t-.23.578t-.559.23m4.654 0q-.348 0-.578-.23t-.23-.578t.23-.578t.578-.23t.578.23t.23.578t-.23.578t-.578.23M8.329 15.96q-1.518-.927-2.423-2.495T5 10q0-2.927 2.036-4.963T12 3t4.964 2.036T19 10q0 1.896-.906 3.465t-2.423 2.495l-.738-.72q1.401-.78 2.25-2.177q.848-1.397.817-3.111v-.058q-1.517-.448-2.722-1.461t-1.905-2.43q-1.146 1.326-2.727 2.025t-3.334.614q-.27 0-.548-.028q-.28-.03-.548-.087q-.108.371-.162.727T6 10q0 1.708.845 3.084q.846 1.376 2.222 2.157zm3.575 6.444l-3.308-3.308l3.308-3.288l.688.708l-2.075 2.08h4.887v1h-4.887l2.075 2.1z"/></svg> </template>
CSS
.icon-face-left {
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%22M8.673%2011.635q-.348%200-.587-.23q-.24-.23-.24-.578t.24-.578t.587-.23q.329%200%20.559.23t.23.578t-.23.578t-.559.23m4.654%200q-.348%200-.578-.23t-.23-.578t.23-.578t.578-.23t.578.23t.23.578t-.23.578t-.578.23M8.329%2015.96q-1.518-.927-2.423-2.495T5%2010q0-2.927%202.036-4.963T12%203t4.964%202.036T19%2010q0%201.896-.906%203.465t-2.423%202.495l-.738-.72q1.401-.78%202.25-2.177q.848-1.397.817-3.111v-.058q-1.517-.448-2.722-1.461t-1.905-2.43q-1.146%201.326-2.727%202.025t-3.334.614q-.27%200-.548-.028q-.28-.03-.548-.087q-.108.371-.162.727T6%2010q0%201.708.845%203.084q.846%201.376%202.222%202.157zm3.575%206.444l-3.308-3.308l3.308-3.288l.688.708l-2.075%202.08h4.887v1h-4.887l2.075%202.1z%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%22M8.673%2011.635q-.348%200-.587-.23q-.24-.23-.24-.578t.24-.578t.587-.23q.329%200%20.559.23t.23.578t-.23.578t-.559.23m4.654%200q-.348%200-.578-.23t-.23-.578t.23-.578t.578-.23t.578.23t.23.578t-.23.578t-.578.23M8.329%2015.96q-1.518-.927-2.423-2.495T5%2010q0-2.927%202.036-4.963T12%203t4.964%202.036T19%2010q0%201.896-.906%203.465t-2.423%202.495l-.738-.72q1.401-.78%202.25-2.177q.848-1.397.817-3.111v-.058q-1.517-.448-2.722-1.461t-1.905-2.43q-1.146%201.326-2.727%202.025t-3.334.614q-.27%200-.548-.028q-.28-.03-.548-.087q-.108.371-.162.727T6%2010q0%201.708.845%203.084q.846%201.376%202.222%202.157zm3.575%206.444l-3.308-3.308l3.308-3.288l.688.708l-2.075%202.08h4.887v1h-4.887l2.075%202.1z%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-left.svg?color=%231a73e8&size=48