face left icon
face-left-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- face-left-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- face-left-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
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.5 12q-.425 0-.712-.288T7.5 11t.288-.712T8.5 10t.713.288T9.5 11t-.288.713T8.5 12m5 0q-.425 0-.712-.288T12.5 11t.288-.712T13.5 10t.713.288t.287.712t-.288.713T13.5 12m.1-7.775q.575 1.25 1.6 2.163T17.55 7.7Q17 6.425 15.975 5.512T13.6 4.225M12.175 4q-1.65-.05-3.088.763T6.826 7q1.65.05 3.088-.763T12.175 4m-4.75 12.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.325-.8 2.125-2.187T18 9.875Q16.425 9.6 15.037 8.75T12.7 6.6q-1.3 1.325-3.025 1.938T6.1 8.95q-.05.275-.075.525T6 10q0 1.65.788 2.988t2.087 2.137zM12 23l-4-4l4-4l1.4 1.4l-1.575 1.6H16v2h-4.175l1.575 1.6zm.175-19"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFaceLeftOutline(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.5 12q-.425 0-.712-.288T7.5 11t.288-.712T8.5 10t.713.288T9.5 11t-.288.713T8.5 12m5 0q-.425 0-.712-.288T12.5 11t.288-.712T13.5 10t.713.288t.287.712t-.288.713T13.5 12m.1-7.775q.575 1.25 1.6 2.163T17.55 7.7Q17 6.425 15.975 5.512T13.6 4.225M12.175 4q-1.65-.05-3.088.763T6.826 7q1.65.05 3.088-.763T12.175 4m-4.75 12.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.325-.8 2.125-2.187T18 9.875Q16.425 9.6 15.037 8.75T12.7 6.6q-1.3 1.325-3.025 1.938T6.1 8.95q-.05.275-.075.525T6 10q0 1.65.788 2.988t2.087 2.137zM12 23l-4-4l4-4l1.4 1.4l-1.575 1.6H16v2h-4.175l1.575 1.6zm.175-19"/></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.5 12q-.425 0-.712-.288T7.5 11t.288-.712T8.5 10t.713.288T9.5 11t-.288.713T8.5 12m5 0q-.425 0-.712-.288T12.5 11t.288-.712T13.5 10t.713.288t.287.712t-.288.713T13.5 12m.1-7.775q.575 1.25 1.6 2.163T17.55 7.7Q17 6.425 15.975 5.512T13.6 4.225M12.175 4q-1.65-.05-3.088.763T6.826 7q1.65.05 3.088-.763T12.175 4m-4.75 12.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.325-.8 2.125-2.187T18 9.875Q16.425 9.6 15.037 8.75T12.7 6.6q-1.3 1.325-3.025 1.938T6.1 8.95q-.05.275-.075.525T6 10q0 1.65.788 2.988t2.087 2.137zM12 23l-4-4l4-4l1.4 1.4l-1.575 1.6H16v2h-4.175l1.575 1.6zm.175-19"/></svg> </template>
CSS
.icon-face-left-outline {
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.5%2012q-.425%200-.712-.288T7.5%2011t.288-.712T8.5%2010t.713.288T9.5%2011t-.288.713T8.5%2012m5%200q-.425%200-.712-.288T12.5%2011t.288-.712T13.5%2010t.713.288t.287.712t-.288.713T13.5%2012m.1-7.775q.575%201.25%201.6%202.163T17.55%207.7Q17%206.425%2015.975%205.512T13.6%204.225M12.175%204q-1.65-.05-3.088.763T6.826%207q1.65.05%203.088-.763T12.175%204m-4.75%2012.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.325-.8%202.125-2.187T18%209.875Q16.425%209.6%2015.037%208.75T12.7%206.6q-1.3%201.325-3.025%201.938T6.1%208.95q-.05.275-.075.525T6%2010q0%201.65.788%202.988t2.087%202.137zM12%2023l-4-4l4-4l1.4%201.4l-1.575%201.6H16v2h-4.175l1.575%201.6zm.175-19%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.5%2012q-.425%200-.712-.288T7.5%2011t.288-.712T8.5%2010t.713.288T9.5%2011t-.288.713T8.5%2012m5%200q-.425%200-.712-.288T12.5%2011t.288-.712T13.5%2010t.713.288t.287.712t-.288.713T13.5%2012m.1-7.775q.575%201.25%201.6%202.163T17.55%207.7Q17%206.425%2015.975%205.512T13.6%204.225M12.175%204q-1.65-.05-3.088.763T6.826%207q1.65.05%203.088-.763T12.175%204m-4.75%2012.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.325-.8%202.125-2.187T18%209.875Q16.425%209.6%2015.037%208.75T12.7%206.6q-1.3%201.325-3.025%201.938T6.1%208.95q-.05.275-.075.525T6%2010q0%201.65.788%202.988t2.087%202.137zM12%2023l-4-4l4-4l1.4%201.4l-1.575%201.6H16v2h-4.175l1.575%201.6zm.175-19%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/face-left-outline.svg?color=%231a73e8&size=48