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

Name
preview-outline-sharp
Set
Material Symbols Light
Style
Outline 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-.834m5.146-.607q1.024-.557 1.732-1.559q-.708-1.002-1.733-1.559T12 10.885t-2.214.556T8.055 13q.707 1.002 1.732 1.559t2.214.557t2.214-.557m-1.42-.766q.322-.322.322-.793t-.323-.793t-.793-.322t-.793.322t-.323.793t.323.793t.793.323t.793-.323"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPreviewOutlineSharp(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-.834m5.146-.607q1.024-.557 1.732-1.559q-.708-1.002-1.733-1.559T12 10.885t-2.214.556T8.055 13q.707 1.002 1.732 1.559t2.214.557t2.214-.557m-1.42-.766q.322-.322.322-.793t-.323-.793t-.793-.322t-.793.322t-.323.793t.323.793t.793.323t.793-.323"/></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-.834m5.146-.607q1.024-.557 1.732-1.559q-.708-1.002-1.733-1.559T12 10.885t-2.214.556T8.055 13q.707 1.002 1.732 1.559t2.214.557t2.214-.557m-1.42-.766q.322-.322.322-.793t-.323-.793t-.793-.322t-.793.322t-.323.793t.323.793t.793.323t.793-.323"/></svg>
</template>

CSS

.icon-preview-outline-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-.834m5.146-.607q1.024-.557%201.732-1.559q-.708-1.002-1.733-1.559T12%2010.885t-2.214.556T8.055%2013q.707%201.002%201.732%201.559t2.214.557t2.214-.557m-1.42-.766q.322-.322.322-.793t-.323-.793t-.793-.322t-.793.322t-.323.793t.323.793t.793.323t.793-.323%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-.834m5.146-.607q1.024-.557%201.732-1.559q-.708-1.002-1.733-1.559T12%2010.885t-2.214.556T8.055%2013q.707%201.002%201.732%201.559t2.214.557t2.214-.557m-1.42-.766q.322-.322.322-.793t-.323-.793t-.793-.322t-.793.322t-.323.793t.323.793t.793.323t.793-.323%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-outline-sharp.svg?color=%231a73e8&size=48