quick reference icon

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

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

5 other variants in Material Symbols

More ui actions icons from Material Symbols

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="M16.5 20h1v-4h-1zm.5-5q.2 0 .35-.15t.15-.35t-.15-.35T17 14t-.35.15t-.15.35t.15.35t.35.15m-3.537 5.538Q12 19.075 12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22t-3.537-1.463M12 9h5l-5-5l5 5l-5-5zM5 22q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h8l6 6v2.3q-.5-.15-1-.225T17 10q-1.425 0-2.687.538T12.1 12H7v2h3.675q-.225.475-.375.975T10.075 16H7v2h3.075q.175 1.125.7 2.163T12.125 22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsQuickReference(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="M16.5 20h1v-4h-1zm.5-5q.2 0 .35-.15t.15-.35t-.15-.35T17 14t-.35.15t-.15.35t.15.35t.35.15m-3.537 5.538Q12 19.075 12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22t-3.537-1.463M12 9h5l-5-5l5 5l-5-5zM5 22q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h8l6 6v2.3q-.5-.15-1-.225T17 10q-1.425 0-2.687.538T12.1 12H7v2h3.675q-.225.475-.375.975T10.075 16H7v2h3.075q.175 1.125.7 2.163T12.125 22z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 20h1v-4h-1zm.5-5q.2 0 .35-.15t.15-.35t-.15-.35T17 14t-.35.15t-.15.35t.15.35t.35.15m-3.537 5.538Q12 19.075 12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22t-3.537-1.463M12 9h5l-5-5l5 5l-5-5zM5 22q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h8l6 6v2.3q-.5-.15-1-.225T17 10q-1.425 0-2.687.538T12.1 12H7v2h3.675q-.225.475-.375.975T10.075 16H7v2h3.075q.175 1.125.7 2.163T12.125 22z"/></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%22M16.5%2020h1v-4h-1zm.5-5q.2%200%20.35-.15t.15-.35t-.15-.35T17%2014t-.35.15t-.15.35t.15.35t.35.15m-3.537%205.538Q12%2019.075%2012%2017t1.463-3.537T17%2012t3.538%201.463T22%2017t-1.463%203.538T17%2022t-3.537-1.463M12%209h5l-5-5l5%205l-5-5zM5%2022q-.825%200-1.412-.587T3%2020V4q0-.825.588-1.412T5%202h8l6%206v2.3q-.5-.15-1-.225T17%2010q-1.425%200-2.687.538T12.1%2012H7v2h3.675q-.225.475-.375.975T10.075%2016H7v2h3.075q.175%201.125.7%202.163T12.125%2022z%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%22M16.5%2020h1v-4h-1zm.5-5q.2%200%20.35-.15t.15-.35t-.15-.35T17%2014t-.35.15t-.15.35t.15.35t.35.15m-3.537%205.538Q12%2019.075%2012%2017t1.463-3.537T17%2012t3.538%201.463T22%2017t-1.463%203.538T17%2022t-3.537-1.463M12%209h5l-5-5l5%205l-5-5zM5%2022q-.825%200-1.412-.587T3%2020V4q0-.825.588-1.412T5%202h8l6%206v2.3q-.5-.15-1-.225T17%2010q-1.425%200-2.687.538T12.1%2012H7v2h3.675q-.225.475-.375.975T10.075%2016H7v2h3.075q.175%201.125.7%202.163T12.125%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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