face up icon
face-up from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- face-up
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- face-up-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the face up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.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.23m-5.26 3.606l-.738.719q-1.518-.927-2.423-2.496T5 10q0-2.927 2.036-4.963T12 3t4.964 2.036T19 10q0 1.896-.906 3.465t-2.423 2.495l-.738-.72q1.376-.78 2.222-2.156Q18 11.708 18 10q0-.39-.054-.746t-.162-.727q-.269.058-.548.087q-.278.028-.548.028q-1.754.085-3.334-.614q-1.581-.7-2.727-2.024q-.7 1.415-1.905 2.429T6 9.894v.058q-.03 1.714.817 3.11q.848 1.398 2.25 2.179M11.5 22.5v-4.867l-2.1 2.075L8.711 19L12 15.712L15.288 19l-.688.708l-2.1-2.075V22.5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFaceUp(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="M9.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.23m-5.26 3.606l-.738.719q-1.518-.927-2.423-2.496T5 10q0-2.927 2.036-4.963T12 3t4.964 2.036T19 10q0 1.896-.906 3.465t-2.423 2.495l-.738-.72q1.376-.78 2.222-2.156Q18 11.708 18 10q0-.39-.054-.746t-.162-.727q-.269.058-.548.087q-.278.028-.548.028q-1.754.085-3.334-.614q-1.581-.7-2.727-2.024q-.7 1.415-1.905 2.429T6 9.894v.058q-.03 1.714.817 3.11q.848 1.398 2.25 2.179M11.5 22.5v-4.867l-2.1 2.075L8.711 19L12 15.712L15.288 19l-.688.708l-2.1-2.075V22.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.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.23m-5.26 3.606l-.738.719q-1.518-.927-2.423-2.496T5 10q0-2.927 2.036-4.963T12 3t4.964 2.036T19 10q0 1.896-.906 3.465t-2.423 2.495l-.738-.72q1.376-.78 2.222-2.156Q18 11.708 18 10q0-.39-.054-.746t-.162-.727q-.269.058-.548.087q-.278.028-.548.028q-1.754.085-3.334-.614q-1.581-.7-2.727-2.024q-.7 1.415-1.905 2.429T6 9.894v.058q-.03 1.714.817 3.11q.848 1.398 2.25 2.179M11.5 22.5v-4.867l-2.1 2.075L8.711 19L12 15.712L15.288 19l-.688.708l-2.1-2.075V22.5z"/></svg> </template>
CSS
.icon-face-up {
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%22M9.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.23m-5.26%203.606l-.738.719q-1.518-.927-2.423-2.496T5%2010q0-2.927%202.036-4.963T12%203t4.964%202.036T19%2010q0%201.896-.906%203.465t-2.423%202.495l-.738-.72q1.376-.78%202.222-2.156Q18%2011.708%2018%2010q0-.39-.054-.746t-.162-.727q-.269.058-.548.087q-.278.028-.548.028q-1.754.085-3.334-.614q-1.581-.7-2.727-2.024q-.7%201.415-1.905%202.429T6%209.894v.058q-.03%201.714.817%203.11q.848%201.398%202.25%202.179M11.5%2022.5v-4.867l-2.1%202.075L8.711%2019L12%2015.712L15.288%2019l-.688.708l-2.1-2.075V22.5z%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%22M9.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.23m-5.26%203.606l-.738.719q-1.518-.927-2.423-2.496T5%2010q0-2.927%202.036-4.963T12%203t4.964%202.036T19%2010q0%201.896-.906%203.465t-2.423%202.495l-.738-.72q1.376-.78%202.222-2.156Q18%2011.708%2018%2010q0-.39-.054-.746t-.162-.727q-.269.058-.548.087q-.278.028-.548.028q-1.754.085-3.334-.614q-1.581-.7-2.727-2.024q-.7%201.415-1.905%202.429T6%209.894v.058q-.03%201.714.817%203.11q.848%201.398%202.25%202.179M11.5%2022.5v-4.867l-2.1%202.075L8.711%2019L12%2015.712L15.288%2019l-.688.708l-2.1-2.075V22.5z%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-up.svg?color=%231a73e8&size=48