image block icon
image-block from Unicons by Iconscout · Line · Multimedia · Apache-2.0 Free for personal and commercial use.
- Name
- image-block
- Set
- Unicons
- Style
- Line
- Category
- Multimedia
- Viewbox
- 24×24
- License
- Apache 2.0
More multimedia icons from Unicons
Use the image block icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.54 2.46A5 5 0 1 0 22 6a5 5 0 0 0-1.46-3.54M14 6a3 3 0 0 1 3-3a3 3 0 0 1 1.29.3l-4 4A3 3 0 0 1 14 6m5.12 2.12a3.08 3.08 0 0 1-3.4.57l4-4A3 3 0 0 1 20 6a3 3 0 0 1-.88 2.12M19 13a1 1 0 0 0-1 1v.39l-1.48-1.49a2.87 2.87 0 0 0-3.93 0l-.7.71l-2.48-2.49a2.87 2.87 0 0 0-3.93 0L4 12.61V7a1 1 0 0 1 1-1h4a1 1 0 0 0 0-2H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 .95-.17h.09A3 3 0 0 0 20 19.44a1.4 1.4 0 0 0 0-.22V14a1 1 0 0 0-1-1M5 20a1 1 0 0 1-1-1v-3.57l2.9-2.89a.79.79 0 0 1 1.09 0l3.19 3.18L15.46 20Zm13-1a1 1 0 0 1-.18.54L13.3 15l.71-.7a.79.79 0 0 1 1.09 0l2.9 2.91Z"/></svg>
React
import type { SVGProps } from "react";
export function UilImageBlock(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.54 2.46A5 5 0 1 0 22 6a5 5 0 0 0-1.46-3.54M14 6a3 3 0 0 1 3-3a3 3 0 0 1 1.29.3l-4 4A3 3 0 0 1 14 6m5.12 2.12a3.08 3.08 0 0 1-3.4.57l4-4A3 3 0 0 1 20 6a3 3 0 0 1-.88 2.12M19 13a1 1 0 0 0-1 1v.39l-1.48-1.49a2.87 2.87 0 0 0-3.93 0l-.7.71l-2.48-2.49a2.87 2.87 0 0 0-3.93 0L4 12.61V7a1 1 0 0 1 1-1h4a1 1 0 0 0 0-2H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 .95-.17h.09A3 3 0 0 0 20 19.44a1.4 1.4 0 0 0 0-.22V14a1 1 0 0 0-1-1M5 20a1 1 0 0 1-1-1v-3.57l2.9-2.89a.79.79 0 0 1 1.09 0l3.19 3.18L15.46 20Zm13-1a1 1 0 0 1-.18.54L13.3 15l.71-.7a.79.79 0 0 1 1.09 0l2.9 2.91Z"/></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.54 2.46A5 5 0 1 0 22 6a5 5 0 0 0-1.46-3.54M14 6a3 3 0 0 1 3-3a3 3 0 0 1 1.29.3l-4 4A3 3 0 0 1 14 6m5.12 2.12a3.08 3.08 0 0 1-3.4.57l4-4A3 3 0 0 1 20 6a3 3 0 0 1-.88 2.12M19 13a1 1 0 0 0-1 1v.39l-1.48-1.49a2.87 2.87 0 0 0-3.93 0l-.7.71l-2.48-2.49a2.87 2.87 0 0 0-3.93 0L4 12.61V7a1 1 0 0 1 1-1h4a1 1 0 0 0 0-2H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 .95-.17h.09A3 3 0 0 0 20 19.44a1.4 1.4 0 0 0 0-.22V14a1 1 0 0 0-1-1M5 20a1 1 0 0 1-1-1v-3.57l2.9-2.89a.79.79 0 0 1 1.09 0l3.19 3.18L15.46 20Zm13-1a1 1 0 0 1-.18.54L13.3 15l.71-.7a.79.79 0 0 1 1.09 0l2.9 2.91Z"/></svg> </template>
CSS
.icon-image-block {
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.54%202.46A5%205%200%201%200%2022%206a5%205%200%200%200-1.46-3.54M14%206a3%203%200%200%201%203-3a3%203%200%200%201%201.29.3l-4%204A3%203%200%200%201%2014%206m5.12%202.12a3.08%203.08%200%200%201-3.4.57l4-4A3%203%200%200%201%2020%206a3%203%200%200%201-.88%202.12M19%2013a1%201%200%200%200-1%201v.39l-1.48-1.49a2.87%202.87%200%200%200-3.93%200l-.7.71l-2.48-2.49a2.87%202.87%200%200%200-3.93%200L4%2012.61V7a1%201%200%200%201%201-1h4a1%201%200%200%200%200-2H5a3%203%200%200%200-3%203v12a3%203%200%200%200%203%203h12a3%203%200%200%200%20.95-.17h.09A3%203%200%200%200%2020%2019.44a1.4%201.4%200%200%200%200-.22V14a1%201%200%200%200-1-1M5%2020a1%201%200%200%201-1-1v-3.57l2.9-2.89a.79.79%200%200%201%201.09%200l3.19%203.18L15.46%2020Zm13-1a1%201%200%200%201-.18.54L13.3%2015l.71-.7a.79.79%200%200%201%201.09%200l2.9%202.91Z%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.54%202.46A5%205%200%201%200%2022%206a5%205%200%200%200-1.46-3.54M14%206a3%203%200%200%201%203-3a3%203%200%200%201%201.29.3l-4%204A3%203%200%200%201%2014%206m5.12%202.12a3.08%203.08%200%200%201-3.4.57l4-4A3%203%200%200%201%2020%206a3%203%200%200%201-.88%202.12M19%2013a1%201%200%200%200-1%201v.39l-1.48-1.49a2.87%202.87%200%200%200-3.93%200l-.7.71l-2.48-2.49a2.87%202.87%200%200%200-3.93%200L4%2012.61V7a1%201%200%200%201%201-1h4a1%201%200%200%200%200-2H5a3%203%200%200%200-3%203v12a3%203%200%200%200%203%203h12a3%203%200%200%200%20.95-.17h.09A3%203%200%200%200%2020%2019.44a1.4%201.4%200%200%200%200-.22V14a1%201%200%200%200-1-1M5%2020a1%201%200%200%201-1-1v-3.57l2.9-2.89a.79.79%200%200%201%201.09%200l3.19%203.18L15.46%2020Zm13-1a1%201%200%200%201-.18.54L13.3%2015l.71-.7a.79.79%200%200%201%201.09%200l2.9%202.91Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/image-block.svg?color=%231a73e8&size=48