quick reference icon
quick-reference-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- quick-reference-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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.58 18.885q.112-.116.112-.27v-2.23q0-.154-.111-.27q-.112-.115-.273-.115t-.273.116q-.112.115-.112.269v2.23q0 .154.112.27q.111.115.273.115t.273-.115m-.273-3.712q.161.02.273-.102q.111-.121.111-.282t-.117-.273t-.273-.112t-.267.113t-.112.263t.116.272t.269.121m-2.836 4.355q-1.164-1.164-1.164-2.836q0-1.67 1.164-2.835q1.165-1.165 2.836-1.165t2.835 1.165t1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164M13.8 8H17l-4-4l4 4l-4-4v3.2q0 .34.23.57t.57.23M5.616 21q-.667 0-1.141-.475T4 19.386V4.615q0-.666.475-1.14T5.615 3h7.214q.331 0 .632.13t.518.349L17.52 7.02q.217.218.348.518t.131.632v1.44q0 .35-.27.576t-.624.17q-.2-.024-.4-.037q-.199-.012-.398-.012q-1.445 0-2.688.585T11.504 12.5H8q-.213 0-.356.144t-.144.357t.144.356T8 13.5h2.79q-.378.667-.605 1.427T9.94 16.5H8q-.213 0-.356.144t-.144.357t.144.356T8 17.5h1.979q.087.667.308 1.278q.22.61.563 1.197q.217.348.042.687q-.175.338-.546.338z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightQuickReferenceRounded(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.58 18.885q.112-.116.112-.27v-2.23q0-.154-.111-.27q-.112-.115-.273-.115t-.273.116q-.112.115-.112.269v2.23q0 .154.112.27q.111.115.273.115t.273-.115m-.273-3.712q.161.02.273-.102q.111-.121.111-.282t-.117-.273t-.273-.112t-.267.113t-.112.263t.116.272t.269.121m-2.836 4.355q-1.164-1.164-1.164-2.836q0-1.67 1.164-2.835q1.165-1.165 2.836-1.165t2.835 1.165t1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164M13.8 8H17l-4-4l4 4l-4-4v3.2q0 .34.23.57t.57.23M5.616 21q-.667 0-1.141-.475T4 19.386V4.615q0-.666.475-1.14T5.615 3h7.214q.331 0 .632.13t.518.349L17.52 7.02q.217.218.348.518t.131.632v1.44q0 .35-.27.576t-.624.17q-.2-.024-.4-.037q-.199-.012-.398-.012q-1.445 0-2.688.585T11.504 12.5H8q-.213 0-.356.144t-.144.357t.144.356T8 13.5h2.79q-.378.667-.605 1.427T9.94 16.5H8q-.213 0-.356.144t-.144.357t.144.356T8 17.5h1.979q.087.667.308 1.278q.22.61.563 1.197q.217.348.042.687q-.175.338-.546.338z"/></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.58 18.885q.112-.116.112-.27v-2.23q0-.154-.111-.27q-.112-.115-.273-.115t-.273.116q-.112.115-.112.269v2.23q0 .154.112.27q.111.115.273.115t.273-.115m-.273-3.712q.161.02.273-.102q.111-.121.111-.282t-.117-.273t-.273-.112t-.267.113t-.112.263t.116.272t.269.121m-2.836 4.355q-1.164-1.164-1.164-2.836q0-1.67 1.164-2.835q1.165-1.165 2.836-1.165t2.835 1.165t1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164M13.8 8H17l-4-4l4 4l-4-4v3.2q0 .34.23.57t.57.23M5.616 21q-.667 0-1.141-.475T4 19.386V4.615q0-.666.475-1.14T5.615 3h7.214q.331 0 .632.13t.518.349L17.52 7.02q.217.218.348.518t.131.632v1.44q0 .35-.27.576t-.624.17q-.2-.024-.4-.037q-.199-.012-.398-.012q-1.445 0-2.688.585T11.504 12.5H8q-.213 0-.356.144t-.144.357t.144.356T8 13.5h2.79q-.378.667-.605 1.427T9.94 16.5H8q-.213 0-.356.144t-.144.357t.144.356T8 17.5h1.979q.087.667.308 1.278q.22.61.563 1.197q.217.348.042.687q-.175.338-.546.338z"/></svg> </template>
CSS
.icon-quick-reference-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%22M16.58%2018.885q.112-.116.112-.27v-2.23q0-.154-.111-.27q-.112-.115-.273-.115t-.273.116q-.112.115-.112.269v2.23q0%20.154.112.27q.111.115.273.115t.273-.115m-.273-3.712q.161.02.273-.102q.111-.121.111-.282t-.117-.273t-.273-.112t-.267.113t-.112.263t.116.272t.269.121m-2.836%204.355q-1.164-1.164-1.164-2.836q0-1.67%201.164-2.835q1.165-1.165%202.836-1.165t2.835%201.165t1.165%202.835t-1.165%202.836t-2.835%201.164t-2.836-1.164M13.8%208H17l-4-4l4%204l-4-4v3.2q0%20.34.23.57t.57.23M5.616%2021q-.667%200-1.141-.475T4%2019.386V4.615q0-.666.475-1.14T5.615%203h7.214q.331%200%20.632.13t.518.349L17.52%207.02q.217.218.348.518t.131.632v1.44q0%20.35-.27.576t-.624.17q-.2-.024-.4-.037q-.199-.012-.398-.012q-1.445%200-2.688.585T11.504%2012.5H8q-.213%200-.356.144t-.144.357t.144.356T8%2013.5h2.79q-.378.667-.605%201.427T9.94%2016.5H8q-.213%200-.356.144t-.144.357t.144.356T8%2017.5h1.979q.087.667.308%201.278q.22.61.563%201.197q.217.348.042.687q-.175.338-.546.338z%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.58%2018.885q.112-.116.112-.27v-2.23q0-.154-.111-.27q-.112-.115-.273-.115t-.273.116q-.112.115-.112.269v2.23q0%20.154.112.27q.111.115.273.115t.273-.115m-.273-3.712q.161.02.273-.102q.111-.121.111-.282t-.117-.273t-.273-.112t-.267.113t-.112.263t.116.272t.269.121m-2.836%204.355q-1.164-1.164-1.164-2.836q0-1.67%201.164-2.835q1.165-1.165%202.836-1.165t2.835%201.165t1.165%202.835t-1.165%202.836t-2.835%201.164t-2.836-1.164M13.8%208H17l-4-4l4%204l-4-4v3.2q0%20.34.23.57t.57.23M5.616%2021q-.667%200-1.141-.475T4%2019.386V4.615q0-.666.475-1.14T5.615%203h7.214q.331%200%20.632.13t.518.349L17.52%207.02q.217.218.348.518t.131.632v1.44q0%20.35-.27.576t-.624.17q-.2-.024-.4-.037q-.199-.012-.398-.012q-1.445%200-2.688.585T11.504%2012.5H8q-.213%200-.356.144t-.144.357t.144.356T8%2013.5h2.79q-.378.667-.605%201.427T9.94%2016.5H8q-.213%200-.356.144t-.144.357t.144.356T8%2017.5h1.979q.087.667.308%201.278q.22.61.563%201.197q.217.348.042.687q-.175.338-.546.338z%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-rounded.svg?color=%231a73e8&size=48