quick reference all icon

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

Name
quick-reference-all-rounded
Set
Material Symbols Light
Style
Rounded
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 all icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.496 18.492q.812-.815.812-1.996t-.816-1.992t-1.996-.812t-1.992.816t-.812 1.996t.816 1.992t1.996.812t1.992-.816m3.105 3.602q-.214 0-.355-.14l-2.423-2.442q-.487.388-1.08.592t-1.243.204q-1.586 0-2.697-1.111t-1.11-2.697t1.11-2.697t2.697-1.11t2.697 1.11t1.11 2.697q0 .65-.203 1.243t-.593 1.08l2.443 2.423q.14.139.14.353q0 .215-.139.355t-.354.14M5.616 21q-.691 0-1.153-.462T4 19.385V4.615q0-.69.463-1.152T5.616 3h7.213q.331 0 .632.13t.518.349L17.52 7.02q.217.218.348.518t.131.632v1.431q0 .354-.266.59q-.267.237-.64.17l-.296-.036q-.144-.018-.298-.018q-1.439 0-2.66.592q-1.223.592-2.087 1.6H8q-.213 0-.356.144T7.5 13t.144.356T8 13.5h3.096q-.392.687-.591 1.446q-.2.76-.192 1.554H8q-.213 0-.356.144t-.144.357t.144.356T8 17.5h2.387q.117.679.361 1.299t.629 1.176q.235.337.078.68q-.157.345-.534.345zM13 4v3.2q0 .34.23.57t.57.23H17zl4 4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightQuickReferenceAllRounded(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="M18.496 18.492q.812-.815.812-1.996t-.816-1.992t-1.996-.812t-1.992.816t-.812 1.996t.816 1.992t1.996.812t1.992-.816m3.105 3.602q-.214 0-.355-.14l-2.423-2.442q-.487.388-1.08.592t-1.243.204q-1.586 0-2.697-1.111t-1.11-2.697t1.11-2.697t2.697-1.11t2.697 1.11t1.11 2.697q0 .65-.203 1.243t-.593 1.08l2.443 2.423q.14.139.14.353q0 .215-.139.355t-.354.14M5.616 21q-.691 0-1.153-.462T4 19.385V4.615q0-.69.463-1.152T5.616 3h7.213q.331 0 .632.13t.518.349L17.52 7.02q.217.218.348.518t.131.632v1.431q0 .354-.266.59q-.267.237-.64.17l-.296-.036q-.144-.018-.298-.018q-1.439 0-2.66.592q-1.223.592-2.087 1.6H8q-.213 0-.356.144T7.5 13t.144.356T8 13.5h3.096q-.392.687-.591 1.446q-.2.76-.192 1.554H8q-.213 0-.356.144t-.144.357t.144.356T8 17.5h2.387q.117.679.361 1.299t.629 1.176q.235.337.078.68q-.157.345-.534.345zM13 4v3.2q0 .34.23.57t.57.23H17zl4 4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.496 18.492q.812-.815.812-1.996t-.816-1.992t-1.996-.812t-1.992.816t-.812 1.996t.816 1.992t1.996.812t1.992-.816m3.105 3.602q-.214 0-.355-.14l-2.423-2.442q-.487.388-1.08.592t-1.243.204q-1.586 0-2.697-1.111t-1.11-2.697t1.11-2.697t2.697-1.11t2.697 1.11t1.11 2.697q0 .65-.203 1.243t-.593 1.08l2.443 2.423q.14.139.14.353q0 .215-.139.355t-.354.14M5.616 21q-.691 0-1.153-.462T4 19.385V4.615q0-.69.463-1.152T5.616 3h7.213q.331 0 .632.13t.518.349L17.52 7.02q.217.218.348.518t.131.632v1.431q0 .354-.266.59q-.267.237-.64.17l-.296-.036q-.144-.018-.298-.018q-1.439 0-2.66.592q-1.223.592-2.087 1.6H8q-.213 0-.356.144T7.5 13t.144.356T8 13.5h3.096q-.392.687-.591 1.446q-.2.76-.192 1.554H8q-.213 0-.356.144t-.144.357t.144.356T8 17.5h2.387q.117.679.361 1.299t.629 1.176q.235.337.078.68q-.157.345-.534.345zM13 4v3.2q0 .34.23.57t.57.23H17zl4 4z"/></svg>
</template>

CSS

.icon-quick-reference-all-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%22M18.496%2018.492q.812-.815.812-1.996t-.816-1.992t-1.996-.812t-1.992.816t-.812%201.996t.816%201.992t1.996.812t1.992-.816m3.105%203.602q-.214%200-.355-.14l-2.423-2.442q-.487.388-1.08.592t-1.243.204q-1.586%200-2.697-1.111t-1.11-2.697t1.11-2.697t2.697-1.11t2.697%201.11t1.11%202.697q0%20.65-.203%201.243t-.593%201.08l2.443%202.423q.14.139.14.353q0%20.215-.139.355t-.354.14M5.616%2021q-.691%200-1.153-.462T4%2019.385V4.615q0-.69.463-1.152T5.616%203h7.213q.331%200%20.632.13t.518.349L17.52%207.02q.217.218.348.518t.131.632v1.431q0%20.354-.266.59q-.267.237-.64.17l-.296-.036q-.144-.018-.298-.018q-1.439%200-2.66.592q-1.223.592-2.087%201.6H8q-.213%200-.356.144T7.5%2013t.144.356T8%2013.5h3.096q-.392.687-.591%201.446q-.2.76-.192%201.554H8q-.213%200-.356.144t-.144.357t.144.356T8%2017.5h2.387q.117.679.361%201.299t.629%201.176q.235.337.078.68q-.157.345-.534.345zM13%204v3.2q0%20.34.23.57t.57.23H17zl4%204z%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%22M18.496%2018.492q.812-.815.812-1.996t-.816-1.992t-1.996-.812t-1.992.816t-.812%201.996t.816%201.992t1.996.812t1.992-.816m3.105%203.602q-.214%200-.355-.14l-2.423-2.442q-.487.388-1.08.592t-1.243.204q-1.586%200-2.697-1.111t-1.11-2.697t1.11-2.697t2.697-1.11t2.697%201.11t1.11%202.697q0%20.65-.203%201.243t-.593%201.08l2.443%202.423q.14.139.14.353q0%20.215-.139.355t-.354.14M5.616%2021q-.691%200-1.153-.462T4%2019.385V4.615q0-.69.463-1.152T5.616%203h7.213q.331%200%20.632.13t.518.349L17.52%207.02q.217.218.348.518t.131.632v1.431q0%20.354-.266.59q-.267.237-.64.17l-.296-.036q-.144-.018-.298-.018q-1.439%200-2.66.592q-1.223.592-2.087%201.6H8q-.213%200-.356.144T7.5%2013t.144.356T8%2013.5h3.096q-.392.687-.591%201.446q-.2.76-.192%201.554H8q-.213%200-.356.144t-.144.357t.144.356T8%2017.5h2.387q.117.679.361%201.299t.629%201.176q.235.337.078.68q-.157.345-.534.345zM13%204v3.2q0%20.34.23.57t.57.23H17zl4%204z%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-all-rounded.svg?color=%231a73e8&size=48