image-library-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
image-library-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the image library icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path d="M16 5.764c.567.507.94 1.226.993 2.033L17 8v4.5a4.5 4.5 0 0 1-4.288 4.495L12.5 17H8a2.99 2.99 0 0 1-2.105-.862L5.764 16H12.5a3.5 3.5 0 0 0 3.482-3.142l.013-.178l.005-.18V5.764zM9.613 10.33l.094.083l4.031 4.031c-.436.31-.958.508-1.524.547L12 15H6a2.986 2.986 0 0 1-1.57-.444l-.168-.11l4.03-4.032a1 1 0 0 1 1.32-.083zM12 3a3 3 0 0 1 2.995 2.824L15 6v6c0 .576-.162 1.114-.444 1.57l-.11.168l-4.032-4.03a2 2 0 0 0-2.701-.118l-.127.117l-4.031 4.031a2.984 2.984 0 0 1-.547-1.524L3 12V6a3 3 0 0 1 2.824-2.995L6 3h6zm-.5 2.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2z" fill="currentColor" fill-rule="nonzero"/></svg>

React

import type { SVGProps } from "react";

export function FluentImageLibrary20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path d="M16 5.764c.567.507.94 1.226.993 2.033L17 8v4.5a4.5 4.5 0 0 1-4.288 4.495L12.5 17H8a2.99 2.99 0 0 1-2.105-.862L5.764 16H12.5a3.5 3.5 0 0 0 3.482-3.142l.013-.178l.005-.18V5.764zM9.613 10.33l.094.083l4.031 4.031c-.436.31-.958.508-1.524.547L12 15H6a2.986 2.986 0 0 1-1.57-.444l-.168-.11l4.03-4.032a1 1 0 0 1 1.32-.083zM12 3a3 3 0 0 1 2.995 2.824L15 6v6c0 .576-.162 1.114-.444 1.57l-.11.168l-4.032-4.03a2 2 0 0 0-2.701-.118l-.127.117l-4.031 4.031a2.984 2.984 0 0 1-.547-1.524L3 12V6a3 3 0 0 1 2.824-2.995L6 3h6zm-.5 2.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2z" fill="currentColor" fillRule="nonzero"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path d="M16 5.764c.567.507.94 1.226.993 2.033L17 8v4.5a4.5 4.5 0 0 1-4.288 4.495L12.5 17H8a2.99 2.99 0 0 1-2.105-.862L5.764 16H12.5a3.5 3.5 0 0 0 3.482-3.142l.013-.178l.005-.18V5.764zM9.613 10.33l.094.083l4.031 4.031c-.436.31-.958.508-1.524.547L12 15H6a2.986 2.986 0 0 1-1.57-.444l-.168-.11l4.03-4.032a1 1 0 0 1 1.32-.083zM12 3a3 3 0 0 1 2.995 2.824L15 6v6c0 .576-.162 1.114-.444 1.57l-.11.168l-4.032-4.03a2 2 0 0 0-2.701-.118l-.127.117l-4.031 4.031a2.984 2.984 0 0 1-.547-1.524L3 12V6a3 3 0 0 1 2.824-2.995L6 3h6zm-.5 2.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2z" fill="currentColor" fill-rule="nonzero"/></svg>
</template>

CSS

.icon-image-library-20-filled {
  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%2020%2020%22%3E%3Cpath%20d%3D%22M16%205.764c.567.507.94%201.226.993%202.033L17%208v4.5a4.5%204.5%200%200%201-4.288%204.495L12.5%2017H8a2.99%202.99%200%200%201-2.105-.862L5.764%2016H12.5a3.5%203.5%200%200%200%203.482-3.142l.013-.178l.005-.18V5.764zM9.613%2010.33l.094.083l4.031%204.031c-.436.31-.958.508-1.524.547L12%2015H6a2.986%202.986%200%200%201-1.57-.444l-.168-.11l4.03-4.032a1%201%200%200%201%201.32-.083zM12%203a3%203%200%200%201%202.995%202.824L15%206v6c0%20.576-.162%201.114-.444%201.57l-.11.168l-4.032-4.03a2%202%200%200%200-2.701-.118l-.127.117l-4.031%204.031a2.984%202.984%200%200%201-.547-1.524L3%2012V6a3%203%200%200%201%202.824-2.995L6%203h6zm-.5%202.5a1%201%200%201%200%200%202a1%201%200%200%200%200-2z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%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%2020%2020%22%3E%3Cpath%20d%3D%22M16%205.764c.567.507.94%201.226.993%202.033L17%208v4.5a4.5%204.5%200%200%201-4.288%204.495L12.5%2017H8a2.99%202.99%200%200%201-2.105-.862L5.764%2016H12.5a3.5%203.5%200%200%200%203.482-3.142l.013-.178l.005-.18V5.764zM9.613%2010.33l.094.083l4.031%204.031c-.436.31-.958.508-1.524.547L12%2015H6a2.986%202.986%200%200%201-1.57-.444l-.168-.11l4.03-4.032a1%201%200%200%201%201.32-.083zM12%203a3%203%200%200%201%202.995%202.824L15%206v6c0%20.576-.162%201.114-.444%201.57l-.11.168l-4.032-4.03a2%202%200%200%200-2.701-.118l-.127.117l-4.031%204.031a2.984%202.984%200%200%201-.547-1.524L3%2012V6a3%203%200%200%201%202.824-2.995L6%203h6zm-.5%202.5a1%201%200%201%200%200%202a1%201%200%200%200%200-2z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/image-library-20-filled.svg?color=%231a73e8&size=48