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

Name
hide-image-rounded
Set
Material Symbols Light
Style
Rounded
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 5.616v9.59q0 .273-.146.46q-.146.186-.363.273q-.218.086-.445.058t-.419-.22L8.223 5.373q-.192-.192-.22-.42q-.028-.226.059-.443q.086-.218.273-.364Q8.52 4 8.795 4h9.59q.69 0 1.153.463T20 5.616M5.616 20q-.691 0-1.153-.462T4 18.384V5.416L2.446 3.862q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l17.692 17.692q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16L18.585 20zm9.463-3.5l-2.35-2.35l-1.517 1.889l-1.427-1.726q-.131-.142-.314-.142q-.182 0-.313.162l-1.154 1.52q-.162.213-.05.43t.354.217z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHideImageRounded(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 5.616v9.59q0 .273-.146.46q-.146.186-.363.273q-.218.086-.445.058t-.419-.22L8.223 5.373q-.192-.192-.22-.42q-.028-.226.059-.443q.086-.218.273-.364Q8.52 4 8.795 4h9.59q.69 0 1.153.463T20 5.616M5.616 20q-.691 0-1.153-.462T4 18.384V5.416L2.446 3.862q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l17.692 17.692q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16L18.585 20zm9.463-3.5l-2.35-2.35l-1.517 1.889l-1.427-1.726q-.131-.142-.314-.142q-.182 0-.313.162l-1.154 1.52q-.162.213-.05.43t.354.217z"/></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 5.616v9.59q0 .273-.146.46q-.146.186-.363.273q-.218.086-.445.058t-.419-.22L8.223 5.373q-.192-.192-.22-.42q-.028-.226.059-.443q.086-.218.273-.364Q8.52 4 8.795 4h9.59q.69 0 1.153.463T20 5.616M5.616 20q-.691 0-1.153-.462T4 18.384V5.416L2.446 3.862q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l17.692 17.692q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16L18.585 20zm9.463-3.5l-2.35-2.35l-1.517 1.889l-1.427-1.726q-.131-.142-.314-.142q-.182 0-.313.162l-1.154 1.52q-.162.213-.05.43t.354.217z"/></svg>
</template>

CSS

.icon-hide-image-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%22M20%205.616v9.59q0%20.273-.146.46q-.146.186-.363.273q-.218.086-.445.058t-.419-.22L8.223%205.373q-.192-.192-.22-.42q-.028-.226.059-.443q.086-.218.273-.364Q8.52%204%208.795%204h9.59q.69%200%201.153.463T20%205.616M5.616%2020q-.691%200-1.153-.462T4%2018.384V5.416L2.446%203.862q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l17.692%2017.692q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16L18.585%2020zm9.463-3.5l-2.35-2.35l-1.517%201.889l-1.427-1.726q-.131-.142-.314-.142q-.182%200-.313.162l-1.154%201.52q-.162.213-.05.43t.354.217z%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%205.616v9.59q0%20.273-.146.46q-.146.186-.363.273q-.218.086-.445.058t-.419-.22L8.223%205.373q-.192-.192-.22-.42q-.028-.226.059-.443q.086-.218.273-.364Q8.52%204%208.795%204h9.59q.69%200%201.153.463T20%205.616M5.616%2020q-.691%200-1.153-.462T4%2018.384V5.416L2.446%203.862q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l17.692%2017.692q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16L18.585%2020zm9.463-3.5l-2.35-2.35l-1.517%201.889l-1.427-1.726q-.131-.142-.314-.142q-.182%200-.313.162l-1.154%201.52q-.162.213-.05.43t.354.217z%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-rounded.svg?color=%231a73e8&size=48