image off icon
image-off from Majesticons by Gerrit Halfmann · Solid · MIT Free for personal and commercial use.
- Name
- image-off
- Set
- Majesticons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
The same icon in other sets
Related icons in Majesticons
Use the image off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m2 2l20 20"/><path fill="currentColor" fill-rule="evenodd" d="M2.505 3.333A3 3 0 0 0 2 5v10.5q0 .13.032.25A1 1 0 0 0 2 16v3a3 3 0 0 0 3 3h14c.617 0 1.19-.186 1.666-.505l-8.722-8.723q-.828.402-1.525.867c.827.293 1.75.71 2.657 1.256c1.399.84 2.821 2.02 3.778 3.583a1 1 0 1 1-1.706 1.044c-.736-1.203-1.878-2.178-3.102-2.913c-1.222-.734-2.465-1.192-3.327-1.392a15.5 15.5 0 0 0-3.703-.386h-.022q-.522.008-.994.045V5a1 1 0 0 1 .013-.159zm13.732 8.075A25 25 0 0 1 20 11.016V5a1 1 0 0 0-1-1H8.828l-2-2H19a3 3 0 0 1 3 3v6.5a1 1 0 0 1-.032.25A1 1 0 0 1 22 12v5.172zM6.346 7.174C6.13 7.534 6 7.977 6 8.5c0 .926.408 1.601.978 2.011A2.67 2.67 0 0 0 8.5 11c.357 0 .852-.087 1.316-.355z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function MajesticonsImageOff(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"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m2 2l20 20"/><path fill="currentColor" fillRule="evenodd" d="M2.505 3.333A3 3 0 0 0 2 5v10.5q0 .13.032.25A1 1 0 0 0 2 16v3a3 3 0 0 0 3 3h14c.617 0 1.19-.186 1.666-.505l-8.722-8.723q-.828.402-1.525.867c.827.293 1.75.71 2.657 1.256c1.399.84 2.821 2.02 3.778 3.583a1 1 0 1 1-1.706 1.044c-.736-1.203-1.878-2.178-3.102-2.913c-1.222-.734-2.465-1.192-3.327-1.392a15.5 15.5 0 0 0-3.703-.386h-.022q-.522.008-.994.045V5a1 1 0 0 1 .013-.159zm13.732 8.075A25 25 0 0 1 20 11.016V5a1 1 0 0 0-1-1H8.828l-2-2H19a3 3 0 0 1 3 3v6.5a1 1 0 0 1-.032.25A1 1 0 0 1 22 12v5.172zM6.346 7.174C6.13 7.534 6 7.977 6 8.5c0 .926.408 1.601.978 2.011A2.67 2.67 0 0 0 8.5 11c.357 0 .852-.087 1.316-.355z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m2 2l20 20"/><path fill="currentColor" fill-rule="evenodd" d="M2.505 3.333A3 3 0 0 0 2 5v10.5q0 .13.032.25A1 1 0 0 0 2 16v3a3 3 0 0 0 3 3h14c.617 0 1.19-.186 1.666-.505l-8.722-8.723q-.828.402-1.525.867c.827.293 1.75.71 2.657 1.256c1.399.84 2.821 2.02 3.778 3.583a1 1 0 1 1-1.706 1.044c-.736-1.203-1.878-2.178-3.102-2.913c-1.222-.734-2.465-1.192-3.327-1.392a15.5 15.5 0 0 0-3.703-.386h-.022q-.522.008-.994.045V5a1 1 0 0 1 .013-.159zm13.732 8.075A25 25 0 0 1 20 11.016V5a1 1 0 0 0-1-1H8.828l-2-2H19a3 3 0 0 1 3 3v6.5a1 1 0 0 1-.032.25A1 1 0 0 1 22 12v5.172zM6.346 7.174C6.13 7.534 6 7.977 6 8.5c0 .926.408 1.601.978 2.011A2.67 2.67 0 0 0 8.5 11c.357 0 .852-.087 1.316-.355z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-image-off {
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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m2%202l20%2020%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.505%203.333A3%203%200%200%200%202%205v10.5q0%20.13.032.25A1%201%200%200%200%202%2016v3a3%203%200%200%200%203%203h14c.617%200%201.19-.186%201.666-.505l-8.722-8.723q-.828.402-1.525.867c.827.293%201.75.71%202.657%201.256c1.399.84%202.821%202.02%203.778%203.583a1%201%200%201%201-1.706%201.044c-.736-1.203-1.878-2.178-3.102-2.913c-1.222-.734-2.465-1.192-3.327-1.392a15.5%2015.5%200%200%200-3.703-.386h-.022q-.522.008-.994.045V5a1%201%200%200%201%20.013-.159zm13.732%208.075A25%2025%200%200%201%2020%2011.016V5a1%201%200%200%200-1-1H8.828l-2-2H19a3%203%200%200%201%203%203v6.5a1%201%200%200%201-.032.25A1%201%200%200%201%2022%2012v5.172zM6.346%207.174C6.13%207.534%206%207.977%206%208.5c0%20.926.408%201.601.978%202.011A2.67%202.67%200%200%200%208.5%2011c.357%200%20.852-.087%201.316-.355z%22%20clip-rule%3D%22evenodd%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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m2%202l20%2020%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.505%203.333A3%203%200%200%200%202%205v10.5q0%20.13.032.25A1%201%200%200%200%202%2016v3a3%203%200%200%200%203%203h14c.617%200%201.19-.186%201.666-.505l-8.722-8.723q-.828.402-1.525.867c.827.293%201.75.71%202.657%201.256c1.399.84%202.821%202.02%203.778%203.583a1%201%200%201%201-1.706%201.044c-.736-1.203-1.878-2.178-3.102-2.913c-1.222-.734-2.465-1.192-3.327-1.392a15.5%2015.5%200%200%200-3.703-.386h-.022q-.522.008-.994.045V5a1%201%200%200%201%20.013-.159zm13.732%208.075A25%2025%200%200%201%2020%2011.016V5a1%201%200%200%200-1-1H8.828l-2-2H19a3%203%200%200%201%203%203v6.5a1%201%200%200%201-.032.25A1%201%200%200%201%2022%2012v5.172zM6.346%207.174C6.13%207.534%206%207.977%206%208.5c0%20.926.408%201.601.978%202.011A2.67%202.67%200%200%200%208.5%2011c.357%200%20.852-.087%201.316-.355z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/image-off.svg?color=%231a73e8&size=48