face down icon
face-down-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- face-down-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- face-down-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the face down 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 13q-.425 0-.712-.288T8.5 12t.288-.712T9.5 11t.713.288t.287.712t-.288.713T9.5 13m5 0q-.425 0-.712-.288T13.5 12t.288-.712T14.5 11t.713.288t.287.712t-.288.713T14.5 13m-4.1-8.775Q9.05 4.6 8.025 5.513T6.45 7.7q1.325-.4 2.35-1.312t1.6-2.163M11.825 4q.825 1.425 2.263 2.238T17.175 7q-.825-1.425-2.262-2.238T11.825 4m-2.95 11.125l-1.45 1.45q-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.187M12 23l-4-4l1.4-1.4l1.6 1.575V15h2v4.175l1.6-1.575L16 19zm-.175-19"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFaceDownOutline(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 13q-.425 0-.712-.288T8.5 12t.288-.712T9.5 11t.713.288t.287.712t-.288.713T9.5 13m5 0q-.425 0-.712-.288T13.5 12t.288-.712T14.5 11t.713.288t.287.712t-.288.713T14.5 13m-4.1-8.775Q9.05 4.6 8.025 5.513T6.45 7.7q1.325-.4 2.35-1.312t1.6-2.163M11.825 4q.825 1.425 2.263 2.238T17.175 7q-.825-1.425-2.262-2.238T11.825 4m-2.95 11.125l-1.45 1.45q-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.187M12 23l-4-4l1.4-1.4l1.6 1.575V15h2v4.175l1.6-1.575L16 19zm-.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="M9.5 13q-.425 0-.712-.288T8.5 12t.288-.712T9.5 11t.713.288t.287.712t-.288.713T9.5 13m5 0q-.425 0-.712-.288T13.5 12t.288-.712T14.5 11t.713.288t.287.712t-.288.713T14.5 13m-4.1-8.775Q9.05 4.6 8.025 5.513T6.45 7.7q1.325-.4 2.35-1.312t1.6-2.163M11.825 4q.825 1.425 2.263 2.238T17.175 7q-.825-1.425-2.262-2.238T11.825 4m-2.95 11.125l-1.45 1.45q-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.187M12 23l-4-4l1.4-1.4l1.6 1.575V15h2v4.175l1.6-1.575L16 19zm-.175-19"/></svg> </template>
CSS
.icon-face-down-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%22M9.5%2013q-.425%200-.712-.288T8.5%2012t.288-.712T9.5%2011t.713.288t.287.712t-.288.713T9.5%2013m5%200q-.425%200-.712-.288T13.5%2012t.288-.712T14.5%2011t.713.288t.287.712t-.288.713T14.5%2013m-4.1-8.775Q9.05%204.6%208.025%205.513T6.45%207.7q1.325-.4%202.35-1.312t1.6-2.163M11.825%204q.825%201.425%202.263%202.238T17.175%207q-.825-1.425-2.262-2.238T11.825%204m-2.95%2011.125l-1.45%201.45q-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.187M12%2023l-4-4l1.4-1.4l1.6%201.575V15h2v4.175l1.6-1.575L16%2019zm-.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%22M9.5%2013q-.425%200-.712-.288T8.5%2012t.288-.712T9.5%2011t.713.288t.287.712t-.288.713T9.5%2013m5%200q-.425%200-.712-.288T13.5%2012t.288-.712T14.5%2011t.713.288t.287.712t-.288.713T14.5%2013m-4.1-8.775Q9.05%204.6%208.025%205.513T6.45%207.7q1.325-.4%202.35-1.312t1.6-2.163M11.825%204q.825%201.425%202.263%202.238T17.175%207q-.825-1.425-2.262-2.238T11.825%204m-2.95%2011.125l-1.45%201.45q-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.187M12%2023l-4-4l1.4-1.4l1.6%201.575V15h2v4.175l1.6-1.575L16%2019zm-.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-down-outline.svg?color=%231a73e8&size=48