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

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

3 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

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.472 18.201q-.856-.857-.856-2.085q0-1.23.856-2.086q.857-.857 2.086-.857t2.085.857t.857 2.086t-.857 2.085t-2.085.857q-1.23 0-2.086-.857m3.458-.711q.57-.569.57-1.373q0-.803-.568-1.374t-1.372-.57t-1.374.568q-.57.569-.57 1.373q0 .803.568 1.374t1.372.57t1.374-.568m-7.2-.874H5.5q-.213 0-.356-.144T5 16.115t.144-.356t.356-.143h6.23q.213 0 .357.143q.144.144.144.357t-.144.356t-.356.144M4.357 9.97Q3.5 9.113 3.5 7.884T4.357 5.8t2.085-.857q1.23 0 2.086.857q.857.857.857 2.085q0 1.23-.857 2.086q-.857.857-2.086.857T4.357 9.97m3.458-.711q.57-.569.57-1.373q0-.803-.569-1.374t-1.372-.57t-1.374.568t-.57 1.373t.568 1.374t1.372.57q.804 0 1.374-.568M18.5 8.385h-6.23q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143H18.5q.213 0 .356.144t.144.356t-.144.356t-.356.144m-12.058-.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPageInfoOutlineRounded(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.472 18.201q-.856-.857-.856-2.085q0-1.23.856-2.086q.857-.857 2.086-.857t2.085.857t.857 2.086t-.857 2.085t-2.085.857q-1.23 0-2.086-.857m3.458-.711q.57-.569.57-1.373q0-.803-.568-1.374t-1.372-.57t-1.374.568q-.57.569-.57 1.373q0 .803.568 1.374t1.372.57t1.374-.568m-7.2-.874H5.5q-.213 0-.356-.144T5 16.115t.144-.356t.356-.143h6.23q.213 0 .357.143q.144.144.144.357t-.144.356t-.356.144M4.357 9.97Q3.5 9.113 3.5 7.884T4.357 5.8t2.085-.857q1.23 0 2.086.857q.857.857.857 2.085q0 1.23-.857 2.086q-.857.857-2.086.857T4.357 9.97m3.458-.711q.57-.569.57-1.373q0-.803-.569-1.374t-1.372-.57t-1.374.568t-.57 1.373t.568 1.374t1.372.57q.804 0 1.374-.568M18.5 8.385h-6.23q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143H18.5q.213 0 .356.144t.144.356t-.144.356t-.356.144m-12.058-.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.472 18.201q-.856-.857-.856-2.085q0-1.23.856-2.086q.857-.857 2.086-.857t2.085.857t.857 2.086t-.857 2.085t-2.085.857q-1.23 0-2.086-.857m3.458-.711q.57-.569.57-1.373q0-.803-.568-1.374t-1.372-.57t-1.374.568q-.57.569-.57 1.373q0 .803.568 1.374t1.372.57t1.374-.568m-7.2-.874H5.5q-.213 0-.356-.144T5 16.115t.144-.356t.356-.143h6.23q.213 0 .357.143q.144.144.144.357t-.144.356t-.356.144M4.357 9.97Q3.5 9.113 3.5 7.884T4.357 5.8t2.085-.857q1.23 0 2.086.857q.857.857.857 2.085q0 1.23-.857 2.086q-.857.857-2.086.857T4.357 9.97m3.458-.711q.57-.569.57-1.373q0-.803-.569-1.374t-1.372-.57t-1.374.568t-.57 1.373t.568 1.374t1.372.57q.804 0 1.374-.568M18.5 8.385h-6.23q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143H18.5q.213 0 .356.144t.144.356t-.144.356t-.356.144m-12.058-.5"/></svg>
</template>

CSS

.icon-page-info-outline-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.472%2018.201q-.856-.857-.856-2.085q0-1.23.856-2.086q.857-.857%202.086-.857t2.085.857t.857%202.086t-.857%202.085t-2.085.857q-1.23%200-2.086-.857m3.458-.711q.57-.569.57-1.373q0-.803-.568-1.374t-1.372-.57t-1.374.568q-.57.569-.57%201.373q0%20.803.568%201.374t1.372.57t1.374-.568m-7.2-.874H5.5q-.213%200-.356-.144T5%2016.115t.144-.356t.356-.143h6.23q.213%200%20.357.143q.144.144.144.357t-.144.356t-.356.144M4.357%209.97Q3.5%209.113%203.5%207.884T4.357%205.8t2.085-.857q1.23%200%202.086.857q.857.857.857%202.085q0%201.23-.857%202.086q-.857.857-2.086.857T4.357%209.97m3.458-.711q.57-.569.57-1.373q0-.803-.569-1.374t-1.372-.57t-1.374.568t-.57%201.373t.568%201.374t1.372.57q.804%200%201.374-.568M18.5%208.385h-6.23q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.143H18.5q.213%200%20.356.144t.144.356t-.144.356t-.356.144m-12.058-.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.472%2018.201q-.856-.857-.856-2.085q0-1.23.856-2.086q.857-.857%202.086-.857t2.085.857t.857%202.086t-.857%202.085t-2.085.857q-1.23%200-2.086-.857m3.458-.711q.57-.569.57-1.373q0-.803-.568-1.374t-1.372-.57t-1.374.568q-.57.569-.57%201.373q0%20.803.568%201.374t1.372.57t1.374-.568m-7.2-.874H5.5q-.213%200-.356-.144T5%2016.115t.144-.356t.356-.143h6.23q.213%200%20.357.143q.144.144.144.357t-.144.356t-.356.144M4.357%209.97Q3.5%209.113%203.5%207.884T4.357%205.8t2.085-.857q1.23%200%202.086.857q.857.857.857%202.085q0%201.23-.857%202.086q-.857.857-2.086.857T4.357%209.97m3.458-.711q.57-.569.57-1.373q0-.803-.569-1.374t-1.372-.57t-1.374.568t-.57%201.373t.568%201.374t1.372.57q.804%200%201.374-.568M18.5%208.385h-6.23q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.143H18.5q.213%200%20.356.144t.144.356t-.144.356t-.356.144m-12.058-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/page-info-outline-rounded.svg?color=%231a73e8&size=48