quick-reference from Material Symbols Light by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
quick-reference
Set
Material Symbols Light
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the quick reference icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.923 19h.77v-3h-.77zm.385-3.827q.161.02.273-.102q.111-.121.111-.283t-.12-.273t-.264-.111q-.162 0-.274.111q-.111.112-.111.273q0 .143.111.264q.112.121.274.121m-2.836 4.355q-1.164-1.164-1.164-2.836q0-1.67 1.164-2.835t2.836-1.165q1.67 0 2.835 1.165t1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164M13 8h4l-4-4l4 4l-4-4zM5.616 21q-.672 0-1.144-.472T4 19.385V4.615q0-.67.472-1.143Q4.944 3 5.616 3H13.5L18 7.5v3.03q-.423-.13-.836-.176q-.414-.046-.856-.046q-1.445 0-2.688.585T11.504 12.5H7.5v1h3.29q-.378.667-.605 1.427T9.94 16.5H7.5v1h2.479q.137.971.546 1.865T11.605 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightQuickReference(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.923 19h.77v-3h-.77zm.385-3.827q.161.02.273-.102q.111-.121.111-.283t-.12-.273t-.264-.111q-.162 0-.274.111q-.111.112-.111.273q0 .143.111.264q.112.121.274.121m-2.836 4.355q-1.164-1.164-1.164-2.836q0-1.67 1.164-2.835t2.836-1.165q1.67 0 2.835 1.165t1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164M13 8h4l-4-4l4 4l-4-4zM5.616 21q-.672 0-1.144-.472T4 19.385V4.615q0-.67.472-1.143Q4.944 3 5.616 3H13.5L18 7.5v3.03q-.423-.13-.836-.176q-.414-.046-.856-.046q-1.445 0-2.688.585T11.504 12.5H7.5v1h3.29q-.378.667-.605 1.427T9.94 16.5H7.5v1h2.479q.137.971.546 1.865T11.605 21z"/></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.923 19h.77v-3h-.77zm.385-3.827q.161.02.273-.102q.111-.121.111-.283t-.12-.273t-.264-.111q-.162 0-.274.111q-.111.112-.111.273q0 .143.111.264q.112.121.274.121m-2.836 4.355q-1.164-1.164-1.164-2.836q0-1.67 1.164-2.835t2.836-1.165q1.67 0 2.835 1.165t1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164M13 8h4l-4-4l4 4l-4-4zM5.616 21q-.672 0-1.144-.472T4 19.385V4.615q0-.67.472-1.143Q4.944 3 5.616 3H13.5L18 7.5v3.03q-.423-.13-.836-.176q-.414-.046-.856-.046q-1.445 0-2.688.585T11.504 12.5H7.5v1h3.29q-.378.667-.605 1.427T9.94 16.5H7.5v1h2.479q.137.971.546 1.865T11.605 21z"/></svg>
</template>

CSS

.icon-quick-reference {
  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.923%2019h.77v-3h-.77zm.385-3.827q.161.02.273-.102q.111-.121.111-.283t-.12-.273t-.264-.111q-.162%200-.274.111q-.111.112-.111.273q0%20.143.111.264q.112.121.274.121m-2.836%204.355q-1.164-1.164-1.164-2.836q0-1.67%201.164-2.835t2.836-1.165q1.67%200%202.835%201.165t1.165%202.835t-1.165%202.836t-2.835%201.164t-2.836-1.164M13%208h4l-4-4l4%204l-4-4zM5.616%2021q-.672%200-1.144-.472T4%2019.385V4.615q0-.67.472-1.143Q4.944%203%205.616%203H13.5L18%207.5v3.03q-.423-.13-.836-.176q-.414-.046-.856-.046q-1.445%200-2.688.585T11.504%2012.5H7.5v1h3.29q-.378.667-.605%201.427T9.94%2016.5H7.5v1h2.479q.137.971.546%201.865T11.605%2021z%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.923%2019h.77v-3h-.77zm.385-3.827q.161.02.273-.102q.111-.121.111-.283t-.12-.273t-.264-.111q-.162%200-.274.111q-.111.112-.111.273q0%20.143.111.264q.112.121.274.121m-2.836%204.355q-1.164-1.164-1.164-2.836q0-1.67%201.164-2.835t2.836-1.165q1.67%200%202.835%201.165t1.165%202.835t-1.165%202.836t-2.835%201.164t-2.836-1.164M13%208h4l-4-4l4%204l-4-4zM5.616%2021q-.672%200-1.144-.472T4%2019.385V4.615q0-.67.472-1.143Q4.944%203%205.616%203H13.5L18%207.5v3.03q-.423-.13-.836-.176q-.414-.046-.856-.046q-1.445%200-2.688.585T11.504%2012.5H7.5v1h3.29q-.378.667-.605%201.427T9.94%2016.5H7.5v1h2.479q.137.971.546%201.865T11.605%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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