hide image icon
hide-image-outline-rounded from Material Symbols Light by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- hide-image-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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.616v10.576q0 .25-.159.375q-.158.125-.341.125t-.341-.127t-.159-.378V5.616q0-.231-.192-.424T18.384 5H7.79q-.25 0-.375-.159q-.125-.158-.125-.341t.125-.341T7.789 4h10.596q.69 0 1.153.462T20 5.615M5.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.5H8.308q-.242 0-.354-.217q-.112-.218.05-.43l1.154-1.52q.13-.162.313-.162t.313.142l1.427 1.725l1.518-1.888L5 6.421v11.964q0 .23.192.423t.423.192H17.58zm-3.787-3.792"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHideImageOutlineRounded(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.616v10.576q0 .25-.159.375q-.158.125-.341.125t-.341-.127t-.159-.378V5.616q0-.231-.192-.424T18.384 5H7.79q-.25 0-.375-.159q-.125-.158-.125-.341t.125-.341T7.789 4h10.596q.69 0 1.153.462T20 5.615M5.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.5H8.308q-.242 0-.354-.217q-.112-.218.05-.43l1.154-1.52q.13-.162.313-.162t.313.142l1.427 1.725l1.518-1.888L5 6.421v11.964q0 .23.192.423t.423.192H17.58zm-3.787-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 5.616v10.576q0 .25-.159.375q-.158.125-.341.125t-.341-.127t-.159-.378V5.616q0-.231-.192-.424T18.384 5H7.79q-.25 0-.375-.159q-.125-.158-.125-.341t.125-.341T7.789 4h10.596q.69 0 1.153.462T20 5.615M5.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.5H8.308q-.242 0-.354-.217q-.112-.218.05-.43l1.154-1.52q.13-.162.313-.162t.313.142l1.427 1.725l1.518-1.888L5 6.421v11.964q0 .23.192.423t.423.192H17.58zm-3.787-3.792"/></svg> </template>
CSS
.icon-hide-image-outline-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.616v10.576q0%20.25-.159.375q-.158.125-.341.125t-.341-.127t-.159-.378V5.616q0-.231-.192-.424T18.384%205H7.79q-.25%200-.375-.159q-.125-.158-.125-.341t.125-.341T7.789%204h10.596q.69%200%201.153.462T20%205.615M5.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.5H8.308q-.242%200-.354-.217q-.112-.218.05-.43l1.154-1.52q.13-.162.313-.162t.313.142l1.427%201.725l1.518-1.888L5%206.421v11.964q0%20.23.192.423t.423.192H17.58zm-3.787-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%205.616v10.576q0%20.25-.159.375q-.158.125-.341.125t-.341-.127t-.159-.378V5.616q0-.231-.192-.424T18.384%205H7.79q-.25%200-.375-.159q-.125-.158-.125-.341t.125-.341T7.789%204h10.596q.69%200%201.153.462T20%205.615M5.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.5H8.308q-.242%200-.354-.217q-.112-.218.05-.43l1.154-1.52q.13-.162.313-.162t.313.142l1.427%201.725l1.518-1.888L5%206.421v11.964q0%20.23.192.423t.423.192H17.58zm-3.787-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-rounded.svg?color=%231a73e8&size=48