quick reference all icon
quick-reference-all-sharp from Material Symbols by Google · Sharp · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- quick-reference-all-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
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="M16.5 19q1.05 0 1.775-.725T19 16.5t-.725-1.775T16.5 14t-1.775.725T14 16.5t.725 1.775T16.5 19m5.1 4l-2.7-2.675q-.525.325-1.137.5T16.5 21q-1.875 0-3.187-1.312T12 16.5t1.313-3.187T16.5 12t3.188 1.313T21 16.5q0 .675-.187 1.288t-.513 1.137L23 21.6zM3 22V2h10l6 6v2.5q-.6-.25-1.225-.375T16.5 10q-1.4 0-2.613.525T11.8 12H7v2h3.5q-.2.475-.312.975T10.025 16H7v2h3.175q.275 1.25 1 2.288T13.025 22zm9-13h5l-5-5l5 5l-5-5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsQuickReferenceAllSharp(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 19q1.05 0 1.775-.725T19 16.5t-.725-1.775T16.5 14t-1.775.725T14 16.5t.725 1.775T16.5 19m5.1 4l-2.7-2.675q-.525.325-1.137.5T16.5 21q-1.875 0-3.187-1.312T12 16.5t1.313-3.187T16.5 12t3.188 1.313T21 16.5q0 .675-.187 1.288t-.513 1.137L23 21.6zM3 22V2h10l6 6v2.5q-.6-.25-1.225-.375T16.5 10q-1.4 0-2.613.525T11.8 12H7v2h3.5q-.2.475-.312.975T10.025 16H7v2h3.175q.275 1.25 1 2.288T13.025 22zm9-13h5l-5-5l5 5l-5-5z"/></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 19q1.05 0 1.775-.725T19 16.5t-.725-1.775T16.5 14t-1.775.725T14 16.5t.725 1.775T16.5 19m5.1 4l-2.7-2.675q-.525.325-1.137.5T16.5 21q-1.875 0-3.187-1.312T12 16.5t1.313-3.187T16.5 12t3.188 1.313T21 16.5q0 .675-.187 1.288t-.513 1.137L23 21.6zM3 22V2h10l6 6v2.5q-.6-.25-1.225-.375T16.5 10q-1.4 0-2.613.525T11.8 12H7v2h3.5q-.2.475-.312.975T10.025 16H7v2h3.175q.275 1.25 1 2.288T13.025 22zm9-13h5l-5-5l5 5l-5-5z"/></svg> </template>
CSS
.icon-quick-reference-all-sharp {
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%2019q1.05%200%201.775-.725T19%2016.5t-.725-1.775T16.5%2014t-1.775.725T14%2016.5t.725%201.775T16.5%2019m5.1%204l-2.7-2.675q-.525.325-1.137.5T16.5%2021q-1.875%200-3.187-1.312T12%2016.5t1.313-3.187T16.5%2012t3.188%201.313T21%2016.5q0%20.675-.187%201.288t-.513%201.137L23%2021.6zM3%2022V2h10l6%206v2.5q-.6-.25-1.225-.375T16.5%2010q-1.4%200-2.613.525T11.8%2012H7v2h3.5q-.2.475-.312.975T10.025%2016H7v2h3.175q.275%201.25%201%202.288T13.025%2022zm9-13h5l-5-5l5%205l-5-5z%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%2019q1.05%200%201.775-.725T19%2016.5t-.725-1.775T16.5%2014t-1.775.725T14%2016.5t.725%201.775T16.5%2019m5.1%204l-2.7-2.675q-.525.325-1.137.5T16.5%2021q-1.875%200-3.187-1.312T12%2016.5t1.313-3.187T16.5%2012t3.188%201.313T21%2016.5q0%20.675-.187%201.288t-.513%201.137L23%2021.6zM3%2022V2h10l6%206v2.5q-.6-.25-1.225-.375T16.5%2010q-1.4%200-2.613.525T11.8%2012H7v2h3.5q-.2.475-.312.975T10.025%2016H7v2h3.175q.275%201.25%201%202.288T13.025%2022zm9-13h5l-5-5l5%205l-5-5z%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-all-sharp.svg?color=%231a73e8&size=48