page info icon
page-info-outline from Material Symbols by Google · Outline · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- page-info-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- page-info-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
Use the page info icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.088 19.163Q14 18.075 14 16.5t1.088-2.662t2.662-1.088t2.663 1.088T21.5 16.5t-1.088 2.663t-2.662 1.087t-2.662-1.088m3.9-1.424q.512-.513.512-1.238t-.513-1.237t-1.237-.513t-1.237.513T16 16.5t.513 1.238t1.237.512t1.238-.513M4 17.5v-2h8v2zm-.413-7.337Q2.5 9.075 2.5 7.5t1.088-2.662T6.25 3.75t2.663 1.088T10 7.5t-1.088 2.663T6.25 11.25t-2.662-1.088m3.9-1.425Q8 8.225 8 7.5t-.513-1.237T6.25 5.75t-1.237.513T4.5 7.5t.513 1.238t1.237.512t1.238-.513M12 8.5v-2h8v2zm-5.75-1"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPageInfoOutline(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.088 19.163Q14 18.075 14 16.5t1.088-2.662t2.662-1.088t2.663 1.088T21.5 16.5t-1.088 2.663t-2.662 1.087t-2.662-1.088m3.9-1.424q.512-.513.512-1.238t-.513-1.237t-1.237-.513t-1.237.513T16 16.5t.513 1.238t1.237.512t1.238-.513M4 17.5v-2h8v2zm-.413-7.337Q2.5 9.075 2.5 7.5t1.088-2.662T6.25 3.75t2.663 1.088T10 7.5t-1.088 2.663T6.25 11.25t-2.662-1.088m3.9-1.425Q8 8.225 8 7.5t-.513-1.237T6.25 5.75t-1.237.513T4.5 7.5t.513 1.238t1.237.512t1.238-.513M12 8.5v-2h8v2zm-5.75-1"/></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.088 19.163Q14 18.075 14 16.5t1.088-2.662t2.662-1.088t2.663 1.088T21.5 16.5t-1.088 2.663t-2.662 1.087t-2.662-1.088m3.9-1.424q.512-.513.512-1.238t-.513-1.237t-1.237-.513t-1.237.513T16 16.5t.513 1.238t1.237.512t1.238-.513M4 17.5v-2h8v2zm-.413-7.337Q2.5 9.075 2.5 7.5t1.088-2.662T6.25 3.75t2.663 1.088T10 7.5t-1.088 2.663T6.25 11.25t-2.662-1.088m3.9-1.425Q8 8.225 8 7.5t-.513-1.237T6.25 5.75t-1.237.513T4.5 7.5t.513 1.238t1.237.512t1.238-.513M12 8.5v-2h8v2zm-5.75-1"/></svg> </template>
CSS
.icon-page-info-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%22M15.088%2019.163Q14%2018.075%2014%2016.5t1.088-2.662t2.662-1.088t2.663%201.088T21.5%2016.5t-1.088%202.663t-2.662%201.087t-2.662-1.088m3.9-1.424q.512-.513.512-1.238t-.513-1.237t-1.237-.513t-1.237.513T16%2016.5t.513%201.238t1.237.512t1.238-.513M4%2017.5v-2h8v2zm-.413-7.337Q2.5%209.075%202.5%207.5t1.088-2.662T6.25%203.75t2.663%201.088T10%207.5t-1.088%202.663T6.25%2011.25t-2.662-1.088m3.9-1.425Q8%208.225%208%207.5t-.513-1.237T6.25%205.75t-1.237.513T4.5%207.5t.513%201.238t1.237.512t1.238-.513M12%208.5v-2h8v2zm-5.75-1%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.088%2019.163Q14%2018.075%2014%2016.5t1.088-2.662t2.662-1.088t2.663%201.088T21.5%2016.5t-1.088%202.663t-2.662%201.087t-2.662-1.088m3.9-1.424q.512-.513.512-1.238t-.513-1.237t-1.237-.513t-1.237.513T16%2016.5t.513%201.238t1.237.512t1.238-.513M4%2017.5v-2h8v2zm-.413-7.337Q2.5%209.075%202.5%207.5t1.088-2.662T6.25%203.75t2.663%201.088T10%207.5t-1.088%202.663T6.25%2011.25t-2.662-1.088m3.9-1.425Q8%208.225%208%207.5t-.513-1.237T6.25%205.75t-1.237.513T4.5%207.5t.513%201.238t1.237.512t1.238-.513M12%208.5v-2h8v2zm-5.75-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/page-info-outline.svg?color=%231a73e8&size=48