images-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.

Name
images-duotone
Set
Keyline Icons
Style
Duotone
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the images 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="2"><path fill="currentColor" fill-opacity=".4" d="M10 2H18C20.2091 2 22 3.7909 22 6V14C22 16.2091 20.2091 18 18 18H10C7.7909 18 6 16.2091 6 14V6C6 3.7909 7.7909 2 10 2Z" stroke="none"/><path stroke-opacity=".4" d="M3 8L3 18C3 19.6569 4.3431 21 6 21L16 21"/><path d="M7 14L14.3292 10.3354C14.7515 10.1243 15.2485 10.1243 15.6708 10.3354L21 13"/><path fill="currentColor" d="M12 7C12 7.5522847498 11.5522847498 8 11 8C10.4477152502 8 10 7.5522847498 10 7C10 6.4477152502 10.4477152502 6 11 6C11.5522847498 6 12 6.4477152502 12 7Z" stroke="none"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsImagesDuotone(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="2"><path fill="currentColor" fillOpacity=".4" d="M10 2H18C20.2091 2 22 3.7909 22 6V14C22 16.2091 20.2091 18 18 18H10C7.7909 18 6 16.2091 6 14V6C6 3.7909 7.7909 2 10 2Z" stroke="none"/><path strokeOpacity=".4" d="M3 8L3 18C3 19.6569 4.3431 21 6 21L16 21"/><path d="M7 14L14.3292 10.3354C14.7515 10.1243 15.2485 10.1243 15.6708 10.3354L21 13"/><path fill="currentColor" d="M12 7C12 7.5522847498 11.5522847498 8 11 8C10.4477152502 8 10 7.5522847498 10 7C10 6.4477152502 10.4477152502 6 11 6C11.5522847498 6 12 6.4477152502 12 7Z" stroke="none"/></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="2"><path fill="currentColor" fill-opacity=".4" d="M10 2H18C20.2091 2 22 3.7909 22 6V14C22 16.2091 20.2091 18 18 18H10C7.7909 18 6 16.2091 6 14V6C6 3.7909 7.7909 2 10 2Z" stroke="none"/><path stroke-opacity=".4" d="M3 8L3 18C3 19.6569 4.3431 21 6 21L16 21"/><path d="M7 14L14.3292 10.3354C14.7515 10.1243 15.2485 10.1243 15.6708 10.3354L21 13"/><path fill="currentColor" d="M12 7C12 7.5522847498 11.5522847498 8 11 8C10.4477152502 8 10 7.5522847498 10 7C10 6.4477152502 10.4477152502 6 11 6C11.5522847498 6 12 6.4477152502 12 7Z" stroke="none"/></g></svg>
</template>

CSS

.icon-images-duotone {
  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%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M10%202H18C20.2091%202%2022%203.7909%2022%206V14C22%2016.2091%2020.2091%2018%2018%2018H10C7.7909%2018%206%2016.2091%206%2014V6C6%203.7909%207.7909%202%2010%202Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M3%208L3%2018C3%2019.6569%204.3431%2021%206%2021L16%2021%22%2F%3E%3Cpath%20d%3D%22M7%2014L14.3292%2010.3354C14.7515%2010.1243%2015.2485%2010.1243%2015.6708%2010.3354L21%2013%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%207C12%207.5522847498%2011.5522847498%208%2011%208C10.4477152502%208%2010%207.5522847498%2010%207C10%206.4477152502%2010.4477152502%206%2011%206C11.5522847498%206%2012%206.4477152502%2012%207Z%22%20stroke%3D%22none%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%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M10%202H18C20.2091%202%2022%203.7909%2022%206V14C22%2016.2091%2020.2091%2018%2018%2018H10C7.7909%2018%206%2016.2091%206%2014V6C6%203.7909%207.7909%202%2010%202Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M3%208L3%2018C3%2019.6569%204.3431%2021%206%2021L16%2021%22%2F%3E%3Cpath%20d%3D%22M7%2014L14.3292%2010.3354C14.7515%2010.1243%2015.2485%2010.1243%2015.6708%2010.3354L21%2013%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%207C12%207.5522847498%2011.5522847498%208%2011%208C10.4477152502%208%2010%207.5522847498%2010%207C10%206.4477152502%2010.4477152502%206%2011%206C11.5522847498%206%2012%206.4477152502%2012%207Z%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/images-duotone.svg?color=%231a73e8&size=48