preview-sharp from Material Symbols Light by Google · Sharp · Actions · Apache-2.0 Free for personal and commercial use.

Name
preview-sharp
Set
Material Symbols Light
Style
Sharp
Category
Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the preview icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20V4h16v16zm1-1h14V7H5zm4.068-3.834Q7.763 14.333 7.096 13q.667-1.333 1.972-2.166Q10.373 10 12 10t2.932.834T16.904 13q-.667 1.333-1.972 2.166Q13.627 16 12 16t-2.932-.834m2.139-1.373q-.323-.322-.323-.793t.323-.793q.322-.323.793-.323t.793.323q.323.322.323.793t-.323.793q-.322.323-.793.323t-.793-.323m2.126.54q.552-.552.552-1.333t-.552-1.333T12 11.115t-1.333.552T10.115 13t.552 1.333t1.333.552t1.333-.552"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPreviewSharp(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="M4 20V4h16v16zm1-1h14V7H5zm4.068-3.834Q7.763 14.333 7.096 13q.667-1.333 1.972-2.166Q10.373 10 12 10t2.932.834T16.904 13q-.667 1.333-1.972 2.166Q13.627 16 12 16t-2.932-.834m2.139-1.373q-.323-.322-.323-.793t.323-.793q.322-.323.793-.323t.793.323q.323.322.323.793t-.323.793q-.322.323-.793.323t-.793-.323m2.126.54q.552-.552.552-1.333t-.552-1.333T12 11.115t-1.333.552T10.115 13t.552 1.333t1.333.552t1.333-.552"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20V4h16v16zm1-1h14V7H5zm4.068-3.834Q7.763 14.333 7.096 13q.667-1.333 1.972-2.166Q10.373 10 12 10t2.932.834T16.904 13q-.667 1.333-1.972 2.166Q13.627 16 12 16t-2.932-.834m2.139-1.373q-.323-.322-.323-.793t.323-.793q.322-.323.793-.323t.793.323q.323.322.323.793t-.323.793q-.322.323-.793.323t-.793-.323m2.126.54q.552-.552.552-1.333t-.552-1.333T12 11.115t-1.333.552T10.115 13t.552 1.333t1.333.552t1.333-.552"/></svg>
</template>

CSS

.icon-preview-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%22M4%2020V4h16v16zm1-1h14V7H5zm4.068-3.834Q7.763%2014.333%207.096%2013q.667-1.333%201.972-2.166Q10.373%2010%2012%2010t2.932.834T16.904%2013q-.667%201.333-1.972%202.166Q13.627%2016%2012%2016t-2.932-.834m2.139-1.373q-.323-.322-.323-.793t.323-.793q.322-.323.793-.323t.793.323q.323.322.323.793t-.323.793q-.322.323-.793.323t-.793-.323m2.126.54q.552-.552.552-1.333t-.552-1.333T12%2011.115t-1.333.552T10.115%2013t.552%201.333t1.333.552t1.333-.552%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%22M4%2020V4h16v16zm1-1h14V7H5zm4.068-3.834Q7.763%2014.333%207.096%2013q.667-1.333%201.972-2.166Q10.373%2010%2012%2010t2.932.834T16.904%2013q-.667%201.333-1.972%202.166Q13.627%2016%2012%2016t-2.932-.834m2.139-1.373q-.323-.322-.323-.793t.323-.793q.322-.323.793-.323t.793.323q.323.322.323.793t-.323.793q-.322.323-.793.323t-.793-.323m2.126.54q.552-.552.552-1.333t-.552-1.333T12%2011.115t-1.333.552T10.115%2013t.552%201.333t1.333.552t1.333-.552%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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