face up icon
face-up-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- face-up-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
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.5 12q-.425 0-.712-.288T8.5 11t.288-.712T9.5 10t.713.288t.287.712t-.288.713T9.5 12m5 0q-.425 0-.712-.288T13.5 11t.288-.712T14.5 10t.713.288t.287.712t-.288.713T14.5 12M4 10q0-3.35 2.325-5.675T12 2t5.675 2.325T20 10q0 1.8-.712 3.313T17.35 15.95q-.4.35-.8.3t-.675-.325t-.288-.675t.338-.7q.95-.825 1.513-2T18 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.4.525 2.613t1.55 2.062q.35.325.338.713t-.288.662t-.675.325t-.8-.3q-1.225-1.125-1.937-2.637T4 10m7 8.825l-.875.875q-.3.275-.712.288T8.7 19.7t-.3-.7t.3-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6 2.6q.3.3.3.7t-.3.7t-.713.288t-.712-.288L13 18.825V22q0 .425-.288.713T12 23t-.712-.288T11 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFaceUpRounded(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.5 12q-.425 0-.712-.288T8.5 11t.288-.712T9.5 10t.713.288t.287.712t-.288.713T9.5 12m5 0q-.425 0-.712-.288T13.5 11t.288-.712T14.5 10t.713.288t.287.712t-.288.713T14.5 12M4 10q0-3.35 2.325-5.675T12 2t5.675 2.325T20 10q0 1.8-.712 3.313T17.35 15.95q-.4.35-.8.3t-.675-.325t-.288-.675t.338-.7q.95-.825 1.513-2T18 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.4.525 2.613t1.55 2.062q.35.325.338.713t-.288.662t-.675.325t-.8-.3q-1.225-1.125-1.937-2.637T4 10m7 8.825l-.875.875q-.3.275-.712.288T8.7 19.7t-.3-.7t.3-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6 2.6q.3.3.3.7t-.3.7t-.713.288t-.712-.288L13 18.825V22q0 .425-.288.713T12 23t-.712-.288T11 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.5 12q-.425 0-.712-.288T8.5 11t.288-.712T9.5 10t.713.288t.287.712t-.288.713T9.5 12m5 0q-.425 0-.712-.288T13.5 11t.288-.712T14.5 10t.713.288t.287.712t-.288.713T14.5 12M4 10q0-3.35 2.325-5.675T12 2t5.675 2.325T20 10q0 1.8-.712 3.313T17.35 15.95q-.4.35-.8.3t-.675-.325t-.288-.675t.338-.7q.95-.825 1.513-2T18 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.4.525 2.613t1.55 2.062q.35.325.338.713t-.288.662t-.675.325t-.8-.3q-1.225-1.125-1.937-2.637T4 10m7 8.825l-.875.875q-.3.275-.712.288T8.7 19.7t-.3-.7t.3-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6 2.6q.3.3.3.7t-.3.7t-.713.288t-.712-.288L13 18.825V22q0 .425-.288.713T12 23t-.712-.288T11 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.5%2012q-.425%200-.712-.288T8.5%2011t.288-.712T9.5%2010t.713.288t.287.712t-.288.713T9.5%2012m5%200q-.425%200-.712-.288T13.5%2011t.288-.712T14.5%2010t.713.288t.287.712t-.288.713T14.5%2012M4%2010q0-3.35%202.325-5.675T12%202t5.675%202.325T20%2010q0%201.8-.712%203.313T17.35%2015.95q-.4.35-.8.3t-.675-.325t-.288-.675t.338-.7q.95-.825%201.513-2T18%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.4.525%202.613t1.55%202.062q.35.325.338.713t-.288.662t-.675.325t-.8-.3q-1.225-1.125-1.937-2.637T4%2010m7%208.825l-.875.875q-.3.275-.712.288T8.7%2019.7t-.3-.7t.3-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6%202.6q.3.3.3.7t-.3.7t-.713.288t-.712-.288L13%2018.825V22q0%20.425-.288.713T12%2023t-.712-.288T11%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.5%2012q-.425%200-.712-.288T8.5%2011t.288-.712T9.5%2010t.713.288t.287.712t-.288.713T9.5%2012m5%200q-.425%200-.712-.288T13.5%2011t.288-.712T14.5%2010t.713.288t.287.712t-.288.713T14.5%2012M4%2010q0-3.35%202.325-5.675T12%202t5.675%202.325T20%2010q0%201.8-.712%203.313T17.35%2015.95q-.4.35-.8.3t-.675-.325t-.288-.675t.338-.7q.95-.825%201.513-2T18%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.4.525%202.613t1.55%202.062q.35.325.338.713t-.288.662t-.675.325t-.8-.3q-1.225-1.125-1.937-2.637T4%2010m7%208.825l-.875.875q-.3.275-.712.288T8.7%2019.7t-.3-.7t.3-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6%202.6q.3.3.3.7t-.3.7t-.713.288t-.712-.288L13%2018.825V22q0%20.425-.288.713T12%2023t-.712-.288T11%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/face-up-rounded.svg?color=%231a73e8&size=48