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

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

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

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.5 12q-.425 0-.712-.288T14.5 11t.288-.712T15.5 10t.713.288t.287.712t-.288.713T15.5 12m-5 0q-.425 0-.712-.288T9.5 11t.288-.712T10.5 10t.713.288t.287.712t-.288.713T10.5 12m-3.075 4.575q-1.575-1.1-2.5-2.812T4 10q0-3.35 2.325-5.675T12 2t5.675 2.325T20 10q0 2.05-.925 3.763t-2.5 2.812l-1.45-1.45q1.3-.8 2.088-2.137T18 10q0-.275-.025-.525T17.9 8.95q-1.85.2-3.575-.413T11.3 6.6q-.95 1.3-2.337 2.15T6 9.875q-.05 1.675.75 3.063t2.125 2.187zM12 23l-1.4-1.4l1.575-1.6H8v-2h4.175L10.6 16.4L12 15l4 4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFaceRight(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.5 12q-.425 0-.712-.288T14.5 11t.288-.712T15.5 10t.713.288t.287.712t-.288.713T15.5 12m-5 0q-.425 0-.712-.288T9.5 11t.288-.712T10.5 10t.713.288t.287.712t-.288.713T10.5 12m-3.075 4.575q-1.575-1.1-2.5-2.812T4 10q0-3.35 2.325-5.675T12 2t5.675 2.325T20 10q0 2.05-.925 3.763t-2.5 2.812l-1.45-1.45q1.3-.8 2.088-2.137T18 10q0-.275-.025-.525T17.9 8.95q-1.85.2-3.575-.413T11.3 6.6q-.95 1.3-2.337 2.15T6 9.875q-.05 1.675.75 3.063t2.125 2.187zM12 23l-1.4-1.4l1.575-1.6H8v-2h4.175L10.6 16.4L12 15l4 4z"/></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.5 12q-.425 0-.712-.288T14.5 11t.288-.712T15.5 10t.713.288t.287.712t-.288.713T15.5 12m-5 0q-.425 0-.712-.288T9.5 11t.288-.712T10.5 10t.713.288t.287.712t-.288.713T10.5 12m-3.075 4.575q-1.575-1.1-2.5-2.812T4 10q0-3.35 2.325-5.675T12 2t5.675 2.325T20 10q0 2.05-.925 3.763t-2.5 2.812l-1.45-1.45q1.3-.8 2.088-2.137T18 10q0-.275-.025-.525T17.9 8.95q-1.85.2-3.575-.413T11.3 6.6q-.95 1.3-2.337 2.15T6 9.875q-.05 1.675.75 3.063t2.125 2.187zM12 23l-1.4-1.4l1.575-1.6H8v-2h4.175L10.6 16.4L12 15l4 4z"/></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.5%2012q-.425%200-.712-.288T14.5%2011t.288-.712T15.5%2010t.713.288t.287.712t-.288.713T15.5%2012m-5%200q-.425%200-.712-.288T9.5%2011t.288-.712T10.5%2010t.713.288t.287.712t-.288.713T10.5%2012m-3.075%204.575q-1.575-1.1-2.5-2.812T4%2010q0-3.35%202.325-5.675T12%202t5.675%202.325T20%2010q0%202.05-.925%203.763t-2.5%202.812l-1.45-1.45q1.3-.8%202.088-2.137T18%2010q0-.275-.025-.525T17.9%208.95q-1.85.2-3.575-.413T11.3%206.6q-.95%201.3-2.337%202.15T6%209.875q-.05%201.675.75%203.063t2.125%202.187zM12%2023l-1.4-1.4l1.575-1.6H8v-2h4.175L10.6%2016.4L12%2015l4%204z%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.5%2012q-.425%200-.712-.288T14.5%2011t.288-.712T15.5%2010t.713.288t.287.712t-.288.713T15.5%2012m-5%200q-.425%200-.712-.288T9.5%2011t.288-.712T10.5%2010t.713.288t.287.712t-.288.713T10.5%2012m-3.075%204.575q-1.575-1.1-2.5-2.812T4%2010q0-3.35%202.325-5.675T12%202t5.675%202.325T20%2010q0%202.05-.925%203.763t-2.5%202.812l-1.45-1.45q1.3-.8%202.088-2.137T18%2010q0-.275-.025-.525T17.9%208.95q-1.85.2-3.575-.413T11.3%206.6q-.95%201.3-2.337%202.15T6%209.875q-.05%201.675.75%203.063t2.125%202.187zM12%2023l-1.4-1.4l1.575-1.6H8v-2h4.175L10.6%2016.4L12%2015l4%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/face-right.svg?color=%231a73e8&size=48