image depth icon

image-depth from Reicon by REICON · Outline · Video · MIT Free for personal and commercial use.

Name
image-depth
Set
Reicon
Style
Outline
Category
Video
Viewbox
24×24
License
MIT

1 other variant in Reicon

More video icons from Reicon

Use the image depth icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="currentColor" d="M10.333 2.667c-.918 0-1.666.748-1.666 1.666S9.415 6 10.333 6S12 5.252 12 4.333s-.748-1.666-1.667-1.666"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m13.592 9.128l-5.697 7.75C7.247 17.757 7.876 19 8.969 19h11.395c1.093 0 1.721-1.243 1.075-2.123L15.74 9.128a1.334 1.334 0 0 0-2.148 0"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.308 13.593L7.471 9.755a1 1 0 0 0-1.608 0l-3.684 4.984a1 1 0 0 0 .804 1.594h5.312"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconImageDepth(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 fill="currentColor" d="M10.333 2.667c-.918 0-1.666.748-1.666 1.666S9.415 6 10.333 6S12 5.252 12 4.333s-.748-1.666-1.667-1.666"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m13.592 9.128l-5.697 7.75C7.247 17.757 7.876 19 8.969 19h11.395c1.093 0 1.721-1.243 1.075-2.123L15.74 9.128a1.334 1.334 0 0 0-2.148 0"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M10.308 13.593L7.471 9.755a1 1 0 0 0-1.608 0l-3.684 4.984a1 1 0 0 0 .804 1.594h5.312"/></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 fill="currentColor" d="M10.333 2.667c-.918 0-1.666.748-1.666 1.666S9.415 6 10.333 6S12 5.252 12 4.333s-.748-1.666-1.667-1.666"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m13.592 9.128l-5.697 7.75C7.247 17.757 7.876 19 8.969 19h11.395c1.093 0 1.721-1.243 1.075-2.123L15.74 9.128a1.334 1.334 0 0 0-2.148 0"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.308 13.593L7.471 9.755a1 1 0 0 0-1.608 0l-3.684 4.984a1 1 0 0 0 .804 1.594h5.312"/></g></svg>
</template>

CSS

.icon-image-depth {
  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%20fill%3D%22currentColor%22%20d%3D%22M10.333%202.667c-.918%200-1.666.748-1.666%201.666S9.415%206%2010.333%206S12%205.252%2012%204.333s-.748-1.666-1.667-1.666%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m13.592%209.128l-5.697%207.75C7.247%2017.757%207.876%2019%208.969%2019h11.395c1.093%200%201.721-1.243%201.075-2.123L15.74%209.128a1.334%201.334%200%200%200-2.148%200%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10.308%2013.593L7.471%209.755a1%201%200%200%200-1.608%200l-3.684%204.984a1%201%200%200%200%20.804%201.594h5.312%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%20fill%3D%22currentColor%22%20d%3D%22M10.333%202.667c-.918%200-1.666.748-1.666%201.666S9.415%206%2010.333%206S12%205.252%2012%204.333s-.748-1.666-1.667-1.666%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m13.592%209.128l-5.697%207.75C7.247%2017.757%207.876%2019%208.969%2019h11.395c1.093%200%201.721-1.243%201.075-2.123L15.74%209.128a1.334%201.334%200%200%200-2.148%200%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10.308%2013.593L7.471%209.755a1%201%200%200%200-1.608%200l-3.684%204.984a1%201%200%200%200%20.804%201.594h5.312%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/image-depth.svg?color=%231a73e8&size=48

Image Depth outline icon — Reicon · IconsDB