image v icon
image-v from Unicons Monochrome by Iconscout · Monochrome · Multimedia · Apache-2.0 Free for personal and commercial use.
- Name
- image-v
- Set
- Unicons Monochrome
- Style
- Monochrome
- Category
- Multimedia
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More multimedia icons from Unicons Monochrome
Use the image v icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 2H5a3.01 3.01 0 0 0-3 3v8.86l3.88-3.88a3.075 3.075 0 0 1 4.24 0l2.871 2.887l.888-.888a3.01 3.01 0 0 1 4.242 0L22 15.86V5a3.01 3.01 0 0 0-3-3" opacity=".5"/><path fill="currentColor" d="M10.12 9.98a3.075 3.075 0 0 0-4.24 0L2 13.86V19a3.01 3.01 0 0 0 3 3h14a3 3 0 0 0 2.16-.92z"/><path fill="currentColor" d="m22 15.858l-3.879-3.879a3.01 3.01 0 0 0-4.242 0l-.888.888l8.165 8.209c.542-.555.845-1.3.844-2.076z" opacity=".25"/></svg>
React
import type { SVGProps } from "react";
export function UimImageV(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="M19 2H5a3.01 3.01 0 0 0-3 3v8.86l3.88-3.88a3.075 3.075 0 0 1 4.24 0l2.871 2.887l.888-.888a3.01 3.01 0 0 1 4.242 0L22 15.86V5a3.01 3.01 0 0 0-3-3" opacity=".5"/><path fill="currentColor" d="M10.12 9.98a3.075 3.075 0 0 0-4.24 0L2 13.86V19a3.01 3.01 0 0 0 3 3h14a3 3 0 0 0 2.16-.92z"/><path fill="currentColor" d="m22 15.858l-3.879-3.879a3.01 3.01 0 0 0-4.242 0l-.888.888l8.165 8.209c.542-.555.845-1.3.844-2.076z" opacity=".25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 2H5a3.01 3.01 0 0 0-3 3v8.86l3.88-3.88a3.075 3.075 0 0 1 4.24 0l2.871 2.887l.888-.888a3.01 3.01 0 0 1 4.242 0L22 15.86V5a3.01 3.01 0 0 0-3-3" opacity=".5"/><path fill="currentColor" d="M10.12 9.98a3.075 3.075 0 0 0-4.24 0L2 13.86V19a3.01 3.01 0 0 0 3 3h14a3 3 0 0 0 2.16-.92z"/><path fill="currentColor" d="m22 15.858l-3.879-3.879a3.01 3.01 0 0 0-4.242 0l-.888.888l8.165 8.209c.542-.555.845-1.3.844-2.076z" opacity=".25"/></svg> </template>
CSS
.icon-image-v {
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%22M19%202H5a3.01%203.01%200%200%200-3%203v8.86l3.88-3.88a3.075%203.075%200%200%201%204.24%200l2.871%202.887l.888-.888a3.01%203.01%200%200%201%204.242%200L22%2015.86V5a3.01%203.01%200%200%200-3-3%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.12%209.98a3.075%203.075%200%200%200-4.24%200L2%2013.86V19a3.01%203.01%200%200%200%203%203h14a3%203%200%200%200%202.16-.92z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22%2015.858l-3.879-3.879a3.01%203.01%200%200%200-4.242%200l-.888.888l8.165%208.209c.542-.555.845-1.3.844-2.076z%22%20opacity%3D%22.25%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%22M19%202H5a3.01%203.01%200%200%200-3%203v8.86l3.88-3.88a3.075%203.075%200%200%201%204.24%200l2.871%202.887l.888-.888a3.01%203.01%200%200%201%204.242%200L22%2015.86V5a3.01%203.01%200%200%200-3-3%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.12%209.98a3.075%203.075%200%200%200-4.24%200L2%2013.86V19a3.01%203.01%200%200%200%203%203h14a3%203%200%200%200%202.16-.92z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22%2015.858l-3.879-3.879a3.01%203.01%200%200%200-4.242%200l-.888.888l8.165%208.209c.542-.555.845-1.3.844-2.076z%22%20opacity%3D%22.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uim/image-v.svg?color=%231a73e8&size=48