page-info-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
page-info-rounded
Set
Material Symbols
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

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.088M11 17.5H5q-.425 0-.712-.288T4 16.5t.288-.712T5 15.5h6q.425 0 .713.288T12 16.5t-.288.713T11 17.5m-7.412-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.088M19 8.5h-6q-.425 0-.712-.288T12 7.5t.288-.712T13 6.5h6q.425 0 .713.288T20 7.5t-.288.713T19 8.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPageInfoRounded(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.088M11 17.5H5q-.425 0-.712-.288T4 16.5t.288-.712T5 15.5h6q.425 0 .713.288T12 16.5t-.288.713T11 17.5m-7.412-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.088M19 8.5h-6q-.425 0-.712-.288T12 7.5t.288-.712T13 6.5h6q.425 0 .713.288T20 7.5t-.288.713T19 8.5"/></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.088M11 17.5H5q-.425 0-.712-.288T4 16.5t.288-.712T5 15.5h6q.425 0 .713.288T12 16.5t-.288.713T11 17.5m-7.412-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.088M19 8.5h-6q-.425 0-.712-.288T12 7.5t.288-.712T13 6.5h6q.425 0 .713.288T20 7.5t-.288.713T19 8.5"/></svg>
</template>

CSS

.icon-page-info-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%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.088M11%2017.5H5q-.425%200-.712-.288T4%2016.5t.288-.712T5%2015.5h6q.425%200%20.713.288T12%2016.5t-.288.713T11%2017.5m-7.412-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.088M19%208.5h-6q-.425%200-.712-.288T12%207.5t.288-.712T13%206.5h6q.425%200%20.713.288T20%207.5t-.288.713T19%208.5%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.088M11%2017.5H5q-.425%200-.712-.288T4%2016.5t.288-.712T5%2015.5h6q.425%200%20.713.288T12%2016.5t-.288.713T11%2017.5m-7.412-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.088M19%208.5h-6q-.425%200-.712-.288T12%207.5t.288-.712T13%206.5h6q.425%200%20.713.288T20%207.5t-.288.713T19%208.5%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-rounded.svg?color=%231a73e8&size=48