hide-image-outline from Material Symbols Light by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.

Name
hide-image-outline
Set
Material Symbols Light
Style
Outline
Category
Images
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the hide image icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20 17.15l-1-1V5.616q0-.231-.192-.424T18.384 5H7.85l-1-1h11.535q.69 0 1.153.463T20 5.616zm.492 4.758L18.585 20H5.615q-.69 0-1.152-.462T4 18.384V5.416L2.092 3.508L2.8 2.8l18.4 18.4zM7.5 16.5l1.962-2.577l1.75 2.116l1.517-1.889L5 6.421v11.964q0 .23.192.423t.423.192H17.58l-2.5-2.5zm3.792-3.792"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHideImageOutline(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="m20 17.15l-1-1V5.616q0-.231-.192-.424T18.384 5H7.85l-1-1h11.535q.69 0 1.153.463T20 5.616zm.492 4.758L18.585 20H5.615q-.69 0-1.152-.462T4 18.384V5.416L2.092 3.508L2.8 2.8l18.4 18.4zM7.5 16.5l1.962-2.577l1.75 2.116l1.517-1.889L5 6.421v11.964q0 .23.192.423t.423.192H17.58l-2.5-2.5zm3.792-3.792"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20 17.15l-1-1V5.616q0-.231-.192-.424T18.384 5H7.85l-1-1h11.535q.69 0 1.153.463T20 5.616zm.492 4.758L18.585 20H5.615q-.69 0-1.152-.462T4 18.384V5.416L2.092 3.508L2.8 2.8l18.4 18.4zM7.5 16.5l1.962-2.577l1.75 2.116l1.517-1.889L5 6.421v11.964q0 .23.192.423t.423.192H17.58l-2.5-2.5zm3.792-3.792"/></svg>
</template>

CSS

.icon-hide-image-outline {
  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%22m20%2017.15l-1-1V5.616q0-.231-.192-.424T18.384%205H7.85l-1-1h11.535q.69%200%201.153.463T20%205.616zm.492%204.758L18.585%2020H5.615q-.69%200-1.152-.462T4%2018.384V5.416L2.092%203.508L2.8%202.8l18.4%2018.4zM7.5%2016.5l1.962-2.577l1.75%202.116l1.517-1.889L5%206.421v11.964q0%20.23.192.423t.423.192H17.58l-2.5-2.5zm3.792-3.792%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%22m20%2017.15l-1-1V5.616q0-.231-.192-.424T18.384%205H7.85l-1-1h11.535q.69%200%201.153.463T20%205.616zm.492%204.758L18.585%2020H5.615q-.69%200-1.152-.462T4%2018.384V5.416L2.092%203.508L2.8%202.8l18.4%2018.4zM7.5%2016.5l1.962-2.577l1.75%202.116l1.517-1.889L5%206.421v11.964q0%20.23.192.423t.423.192H17.58l-2.5-2.5zm3.792-3.792%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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