face-up-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
face-up-rounded
Set
Material Symbols Light
Style
Rounded
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 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.664 11.635q-.339 0-.578-.233q-.24-.234-.24-.578t.238-.575t.589-.23q.335 0 .562.234q.227.233.227.577t-.23.575t-.568.23m4.66 0q-.345 0-.575-.233q-.23-.234-.23-.578t.233-.575t.578-.23t.575.234t.23.577t-.234.575t-.578.23M5 10q0-2.931 2.034-4.966Q9.067 3 11.997 3t4.967 2.034T19 10q0 1.757-.799 3.233t-2.12 2.428q-.246.178-.444.147t-.32-.19q-.12-.16-.124-.349q-.002-.188.174-.315q1.2-.806 1.917-2.096Q18 11.568 18 10q0-.391-.054-.746q-.054-.356-.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.573.698 2.882q.729 1.308 1.935 2.12q.176.132.174.318t-.124.345t-.32.2t-.444-.136q-1.321-.952-2.12-2.434T5 10m6.5 7.633l-1.74 1.72q-.147.135-.348.141t-.347-.14t-.146-.35t.146-.358l2.37-2.369q.242-.242.565-.242t.566.242l2.368 2.37q.147.152.147.357t-.146.35t-.348.14t-.346-.14L12.5 17.633V22q0 .213-.144.356t-.357.144t-.356-.144T11.5 22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFaceUpRounded(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.664 11.635q-.339 0-.578-.233q-.24-.234-.24-.578t.238-.575t.589-.23q.335 0 .562.234q.227.233.227.577t-.23.575t-.568.23m4.66 0q-.345 0-.575-.233q-.23-.234-.23-.578t.233-.575t.578-.23t.575.234t.23.577t-.234.575t-.578.23M5 10q0-2.931 2.034-4.966Q9.067 3 11.997 3t4.967 2.034T19 10q0 1.757-.799 3.233t-2.12 2.428q-.246.178-.444.147t-.32-.19q-.12-.16-.124-.349q-.002-.188.174-.315q1.2-.806 1.917-2.096Q18 11.568 18 10q0-.391-.054-.746q-.054-.356-.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.573.698 2.882q.729 1.308 1.935 2.12q.176.132.174.318t-.124.345t-.32.2t-.444-.136q-1.321-.952-2.12-2.434T5 10m6.5 7.633l-1.74 1.72q-.147.135-.348.141t-.347-.14t-.146-.35t.146-.358l2.37-2.369q.242-.242.565-.242t.566.242l2.368 2.37q.147.152.147.357t-.146.35t-.348.14t-.346-.14L12.5 17.633V22q0 .213-.144.356t-.357.144t-.356-.144T11.5 22z"/></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.664 11.635q-.339 0-.578-.233q-.24-.234-.24-.578t.238-.575t.589-.23q.335 0 .562.234q.227.233.227.577t-.23.575t-.568.23m4.66 0q-.345 0-.575-.233q-.23-.234-.23-.578t.233-.575t.578-.23t.575.234t.23.577t-.234.575t-.578.23M5 10q0-2.931 2.034-4.966Q9.067 3 11.997 3t4.967 2.034T19 10q0 1.757-.799 3.233t-2.12 2.428q-.246.178-.444.147t-.32-.19q-.12-.16-.124-.349q-.002-.188.174-.315q1.2-.806 1.917-2.096Q18 11.568 18 10q0-.391-.054-.746q-.054-.356-.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.573.698 2.882q.729 1.308 1.935 2.12q.176.132.174.318t-.124.345t-.32.2t-.444-.136q-1.321-.952-2.12-2.434T5 10m6.5 7.633l-1.74 1.72q-.147.135-.348.141t-.347-.14t-.146-.35t.146-.358l2.37-2.369q.242-.242.565-.242t.566.242l2.368 2.37q.147.152.147.357t-.146.35t-.348.14t-.346-.14L12.5 17.633V22q0 .213-.144.356t-.357.144t-.356-.144T11.5 22z"/></svg>
</template>

CSS

.icon-face-up-rounded {
  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.664%2011.635q-.339%200-.578-.233q-.24-.234-.24-.578t.238-.575t.589-.23q.335%200%20.562.234q.227.233.227.577t-.23.575t-.568.23m4.66%200q-.345%200-.575-.233q-.23-.234-.23-.578t.233-.575t.578-.23t.575.234t.23.577t-.234.575t-.578.23M5%2010q0-2.931%202.034-4.966Q9.067%203%2011.997%203t4.967%202.034T19%2010q0%201.757-.799%203.233t-2.12%202.428q-.246.178-.444.147t-.32-.19q-.12-.16-.124-.349q-.002-.188.174-.315q1.2-.806%201.917-2.096Q18%2011.568%2018%2010q0-.391-.054-.746q-.054-.356-.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.573.698%202.882q.729%201.308%201.935%202.12q.176.132.174.318t-.124.345t-.32.2t-.444-.136q-1.321-.952-2.12-2.434T5%2010m6.5%207.633l-1.74%201.72q-.147.135-.348.141t-.347-.14t-.146-.35t.146-.358l2.37-2.369q.242-.242.565-.242t.566.242l2.368%202.37q.147.152.147.357t-.146.35t-.348.14t-.346-.14L12.5%2017.633V22q0%20.213-.144.356t-.357.144t-.356-.144T11.5%2022z%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.664%2011.635q-.339%200-.578-.233q-.24-.234-.24-.578t.238-.575t.589-.23q.335%200%20.562.234q.227.233.227.577t-.23.575t-.568.23m4.66%200q-.345%200-.575-.233q-.23-.234-.23-.578t.233-.575t.578-.23t.575.234t.23.577t-.234.575t-.578.23M5%2010q0-2.931%202.034-4.966Q9.067%203%2011.997%203t4.967%202.034T19%2010q0%201.757-.799%203.233t-2.12%202.428q-.246.178-.444.147t-.32-.19q-.12-.16-.124-.349q-.002-.188.174-.315q1.2-.806%201.917-2.096Q18%2011.568%2018%2010q0-.391-.054-.746q-.054-.356-.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.573.698%202.882q.729%201.308%201.935%202.12q.176.132.174.318t-.124.345t-.32.2t-.444-.136q-1.321-.952-2.12-2.434T5%2010m6.5%207.633l-1.74%201.72q-.147.135-.348.141t-.347-.14t-.146-.35t.146-.358l2.37-2.369q.242-.242.565-.242t.566.242l2.368%202.37q.147.152.147.357t-.146.35t-.348.14t-.346-.14L12.5%2017.633V22q0%20.213-.144.356t-.357.144t-.356-.144T11.5%2022z%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-rounded.svg?color=%231a73e8&size=48