gallery slash icon
gallery-slash from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- gallery-slash
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the gallery slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.37 20.1C2.43 18.97 2 17.31 2 15V9c0-5 2-7 7-7h6c2.19 0 3.8.38 4.92 1.23m2.05 4.76c.02.32.03.66.03 1.01v6c0 5-2 7-7 7H9c-.74 0-1.42-.04-2.04-.14"/><path d="M8 10a2 2 0 1 0 0-4a2 2 0 0 0 0 4m14-8L2 22m9.43-5.55c.3.3.79.3 1.09 0l5.03-5.04c.78-.78 2.04-.78 2.82 0L22 13.05"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconGallerySlash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M3.37 20.1C2.43 18.97 2 17.31 2 15V9c0-5 2-7 7-7h6c2.19 0 3.8.38 4.92 1.23m2.05 4.76c.02.32.03.66.03 1.01v6c0 5-2 7-7 7H9c-.74 0-1.42-.04-2.04-.14"/><path d="M8 10a2 2 0 1 0 0-4a2 2 0 0 0 0 4m14-8L2 22m9.43-5.55c.3.3.79.3 1.09 0l5.03-5.04c.78-.78 2.04-.78 2.82 0L22 13.05"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.37 20.1C2.43 18.97 2 17.31 2 15V9c0-5 2-7 7-7h6c2.19 0 3.8.38 4.92 1.23m2.05 4.76c.02.32.03.66.03 1.01v6c0 5-2 7-7 7H9c-.74 0-1.42-.04-2.04-.14"/><path d="M8 10a2 2 0 1 0 0-4a2 2 0 0 0 0 4m14-8L2 22m9.43-5.55c.3.3.79.3 1.09 0l5.03-5.04c.78-.78 2.04-.78 2.82 0L22 13.05"/></g></svg> </template>
CSS
.icon-gallery-slash {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.37%2020.1C2.43%2018.97%202%2017.31%202%2015V9c0-5%202-7%207-7h6c2.19%200%203.8.38%204.92%201.23m2.05%204.76c.02.32.03.66.03%201.01v6c0%205-2%207-7%207H9c-.74%200-1.42-.04-2.04-.14%22%2F%3E%3Cpath%20d%3D%22M8%2010a2%202%200%201%200%200-4a2%202%200%200%200%200%204m14-8L2%2022m9.43-5.55c.3.3.79.3%201.09%200l5.03-5.04c.78-.78%202.04-.78%202.82%200L22%2013.05%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.37%2020.1C2.43%2018.97%202%2017.31%202%2015V9c0-5%202-7%207-7h6c2.19%200%203.8.38%204.92%201.23m2.05%204.76c.02.32.03.66.03%201.01v6c0%205-2%207-7%207H9c-.74%200-1.42-.04-2.04-.14%22%2F%3E%3Cpath%20d%3D%22M8%2010a2%202%200%201%200%200-4a2%202%200%200%200%200%204m14-8L2%2022m9.43-5.55c.3.3.79.3%201.09%200l5.03-5.04c.78-.78%202.04-.78%202.82%200L22%2013.05%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/gallery-slash.svg?color=%231a73e8&size=48