face-right from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
face-right
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
face-right-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the face right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.327 11.635q-.329 0-.559-.23t-.23-.578t.23-.578t.559-.23q.348 0 .588.23q.239.23.239.578t-.24.578t-.587.23m-4.654 0q-.348 0-.578-.23t-.23-.578t.23-.578t.578-.23t.578.23t.23.578t-.23.578t-.578.23M8.329 15.96q-1.517-.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.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.179zm3.767 6.444l-.688-.708l2.075-2.1H8.596v-1h4.887l-2.075-2.08l.688-.708l3.308 3.288z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFaceRight(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="M15.327 11.635q-.329 0-.559-.23t-.23-.578t.23-.578t.559-.23q.348 0 .588.23q.239.23.239.578t-.24.578t-.587.23m-4.654 0q-.348 0-.578-.23t-.23-.578t.23-.578t.578-.23t.578.23t.23.578t-.23.578t-.578.23M8.329 15.96q-1.517-.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.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.179zm3.767 6.444l-.688-.708l2.075-2.1H8.596v-1h4.887l-2.075-2.08l.688-.708l3.308 3.288z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.327 11.635q-.329 0-.559-.23t-.23-.578t.23-.578t.559-.23q.348 0 .588.23q.239.23.239.578t-.24.578t-.587.23m-4.654 0q-.348 0-.578-.23t-.23-.578t.23-.578t.578-.23t.578.23t.23.578t-.23.578t-.578.23M8.329 15.96q-1.517-.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.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.179zm3.767 6.444l-.688-.708l2.075-2.1H8.596v-1h4.887l-2.075-2.08l.688-.708l3.308 3.288z"/></svg>
</template>

CSS

.icon-face-right {
  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%22M15.327%2011.635q-.329%200-.559-.23t-.23-.578t.23-.578t.559-.23q.348%200%20.588.23q.239.23.239.578t-.24.578t-.587.23m-4.654%200q-.348%200-.578-.23t-.23-.578t.23-.578t.578-.23t.578.23t.23.578t-.23.578t-.578.23M8.329%2015.96q-1.517-.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.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.179zm3.767%206.444l-.688-.708l2.075-2.1H8.596v-1h4.887l-2.075-2.08l.688-.708l3.308%203.288z%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%22M15.327%2011.635q-.329%200-.559-.23t-.23-.578t.23-.578t.559-.23q.348%200%20.588.23q.239.23.239.578t-.24.578t-.587.23m-4.654%200q-.348%200-.578-.23t-.23-.578t.23-.578t.578-.23t.578.23t.23.578t-.23.578t-.578.23M8.329%2015.96q-1.517-.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.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.179zm3.767%206.444l-.688-.708l2.075-2.1H8.596v-1h4.887l-2.075-2.08l.688-.708l3.308%203.288z%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-right.svg?color=%231a73e8&size=48