face left icon
face-left-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- face-left-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 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.23M5 10q0-2.927 2.036-4.963T12 3t4.964 2.036T19 10q0 1.761-.799 3.245t-2.12 2.436q-.246.177-.444.136t-.32-.2q-.12-.16-.124-.348q-.002-.188.174-.321q1.206-.812 1.935-2.117q.729-1.306.698-2.879v-.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-.029q-.28-.029-.548-.086q-.108.371-.162.727T6 10q0 1.567.716 2.858q.717 1.29 1.917 2.096q.177.127.174.315q-.003.189-.124.348q-.121.16-.32.2q-.197.04-.444-.136q-1.321-.952-2.12-2.436T5 10m5.517 9.596l1.74 1.74q.141.147.134.357t-.152.357q-.147.146-.345.146t-.344-.146l-2.37-2.37q-.241-.241-.241-.574t.242-.575l2.369-2.37q.146-.146.344-.146t.345.146t.152.357t-.133.357l-1.74 1.721h4.386q.213 0 .357.144t.143.356t-.143.357q-.144.143-.357.143z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFaceLeftRounded(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.23M5 10q0-2.927 2.036-4.963T12 3t4.964 2.036T19 10q0 1.761-.799 3.245t-2.12 2.436q-.246.177-.444.136t-.32-.2q-.12-.16-.124-.348q-.002-.188.174-.321q1.206-.812 1.935-2.117q.729-1.306.698-2.879v-.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-.029q-.28-.029-.548-.086q-.108.371-.162.727T6 10q0 1.567.716 2.858q.717 1.29 1.917 2.096q.177.127.174.315q-.003.189-.124.348q-.121.16-.32.2q-.197.04-.444-.136q-1.321-.952-2.12-2.436T5 10m5.517 9.596l1.74 1.74q.141.147.134.357t-.152.357q-.147.146-.345.146t-.344-.146l-2.37-2.37q-.241-.241-.241-.574t.242-.575l2.369-2.37q.146-.146.344-.146t.345.146t.152.357t-.133.357l-1.74 1.721h4.386q.213 0 .357.144t.143.356t-.143.357q-.144.143-.357.143z"/></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.23M5 10q0-2.927 2.036-4.963T12 3t4.964 2.036T19 10q0 1.761-.799 3.245t-2.12 2.436q-.246.177-.444.136t-.32-.2q-.12-.16-.124-.348q-.002-.188.174-.321q1.206-.812 1.935-2.117q.729-1.306.698-2.879v-.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-.029q-.28-.029-.548-.086q-.108.371-.162.727T6 10q0 1.567.716 2.858q.717 1.29 1.917 2.096q.177.127.174.315q-.003.189-.124.348q-.121.16-.32.2q-.197.04-.444-.136q-1.321-.952-2.12-2.436T5 10m5.517 9.596l1.74 1.74q.141.147.134.357t-.152.357q-.147.146-.345.146t-.344-.146l-2.37-2.37q-.241-.241-.241-.574t.242-.575l2.369-2.37q.146-.146.344-.146t.345.146t.152.357t-.133.357l-1.74 1.721h4.386q.213 0 .357.144t.143.356t-.143.357q-.144.143-.357.143z"/></svg> </template>
CSS
.icon-face-left-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%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.23M5%2010q0-2.927%202.036-4.963T12%203t4.964%202.036T19%2010q0%201.761-.799%203.245t-2.12%202.436q-.246.177-.444.136t-.32-.2q-.12-.16-.124-.348q-.002-.188.174-.321q1.206-.812%201.935-2.117q.729-1.306.698-2.879v-.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-.029q-.28-.029-.548-.086q-.108.371-.162.727T6%2010q0%201.567.716%202.858q.717%201.29%201.917%202.096q.177.127.174.315q-.003.189-.124.348q-.121.16-.32.2q-.197.04-.444-.136q-1.321-.952-2.12-2.436T5%2010m5.517%209.596l1.74%201.74q.141.147.134.357t-.152.357q-.147.146-.345.146t-.344-.146l-2.37-2.37q-.241-.241-.241-.574t.242-.575l2.369-2.37q.146-.146.344-.146t.345.146t.152.357t-.133.357l-1.74%201.721h4.386q.213%200%20.357.144t.143.356t-.143.357q-.144.143-.357.143z%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.23M5%2010q0-2.927%202.036-4.963T12%203t4.964%202.036T19%2010q0%201.761-.799%203.245t-2.12%202.436q-.246.177-.444.136t-.32-.2q-.12-.16-.124-.348q-.002-.188.174-.321q1.206-.812%201.935-2.117q.729-1.306.698-2.879v-.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-.029q-.28-.029-.548-.086q-.108.371-.162.727T6%2010q0%201.567.716%202.858q.717%201.29%201.917%202.096q.177.127.174.315q-.003.189-.124.348q-.121.16-.32.2q-.197.04-.444-.136q-1.321-.952-2.12-2.436T5%2010m5.517%209.596l1.74%201.74q.141.147.134.357t-.152.357q-.147.146-.345.146t-.344-.146l-2.37-2.37q-.241-.241-.241-.574t.242-.575l2.369-2.37q.146-.146.344-.146t.345.146t.152.357t-.133.357l-1.74%201.721h4.386q.213%200%20.357.144t.143.356t-.143.357q-.144.143-.357.143z%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-rounded.svg?color=%231a73e8&size=48