image library icon
image-library-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- image-library-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
image-add-20-filledimage-alt-text-16-filledimage-arrow-back-20-filledimage-arrow-counterclockwise-20-filledimage-arrow-forward-20-filledimage-border-16-filledimage-circle-16-filledimage-copy-20-filledimage-dismiss-20-filledimage-edit-16-filledimage-globe-20-filledimage-multiple-16-filledimage-multiple-off-16-filledimage-off-20-filledimage-prohibited-20-filledimage-reflection-20-filledimage-search-20-filledimage-shadow-20-filledimage-sparkle-16-filledimage-split-20-filledimage-stack-16-filledimage-style-guide-16-filledimage-table-16-filled
Use the image library icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path d="M22.993 6.008A3.243 3.243 0 0 1 24.5 8.75v10.5c0 2.9-2.35 5.25-5.25 5.25H8.75a3.248 3.248 0 0 1-2.744-1.507l.122.005l.122.002h13A3.75 3.75 0 0 0 23 19.25v-13c0-.081-.002-.162-.007-.242zM18.75 3A3.25 3.25 0 0 1 22 6.25v12.5A3.25 3.25 0 0 1 18.75 22H6.25A3.25 3.25 0 0 1 3 18.75V6.25A3.25 3.25 0 0 1 6.25 3h12.5zm.582 17.401l-6.307-6.178a.75.75 0 0 0-.966-.07l-.084.07l-6.307 6.178c.182.064.378.099.582.099h12.5c.204 0 .4-.035.582-.099l-6.307-6.178l6.307 6.178zM18.75 4.5H6.25A1.75 1.75 0 0 0 4.5 6.25v12.5c0 .208.036.408.103.593l6.322-6.192a2.25 2.25 0 0 1 3.02-.116l.13.116l6.322 6.193c.067-.186.103-.386.103-.594V6.25a1.75 1.75 0 0 0-1.75-1.75zM16 7.751a1.25 1.25 0 1 1 0 2.499a1.25 1.25 0 0 1 0-2.499z" fill="currentColor" fill-rule="nonzero"/></svg>
React
import type { SVGProps } from "react";
export function FluentImageLibrary28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path d="M22.993 6.008A3.243 3.243 0 0 1 24.5 8.75v10.5c0 2.9-2.35 5.25-5.25 5.25H8.75a3.248 3.248 0 0 1-2.744-1.507l.122.005l.122.002h13A3.75 3.75 0 0 0 23 19.25v-13c0-.081-.002-.162-.007-.242zM18.75 3A3.25 3.25 0 0 1 22 6.25v12.5A3.25 3.25 0 0 1 18.75 22H6.25A3.25 3.25 0 0 1 3 18.75V6.25A3.25 3.25 0 0 1 6.25 3h12.5zm.582 17.401l-6.307-6.178a.75.75 0 0 0-.966-.07l-.084.07l-6.307 6.178c.182.064.378.099.582.099h12.5c.204 0 .4-.035.582-.099l-6.307-6.178l6.307 6.178zM18.75 4.5H6.25A1.75 1.75 0 0 0 4.5 6.25v12.5c0 .208.036.408.103.593l6.322-6.192a2.25 2.25 0 0 1 3.02-.116l.13.116l6.322 6.193c.067-.186.103-.386.103-.594V6.25a1.75 1.75 0 0 0-1.75-1.75zM16 7.751a1.25 1.25 0 1 1 0 2.499a1.25 1.25 0 0 1 0-2.499z" fill="currentColor" fillRule="nonzero"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path d="M22.993 6.008A3.243 3.243 0 0 1 24.5 8.75v10.5c0 2.9-2.35 5.25-5.25 5.25H8.75a3.248 3.248 0 0 1-2.744-1.507l.122.005l.122.002h13A3.75 3.75 0 0 0 23 19.25v-13c0-.081-.002-.162-.007-.242zM18.75 3A3.25 3.25 0 0 1 22 6.25v12.5A3.25 3.25 0 0 1 18.75 22H6.25A3.25 3.25 0 0 1 3 18.75V6.25A3.25 3.25 0 0 1 6.25 3h12.5zm.582 17.401l-6.307-6.178a.75.75 0 0 0-.966-.07l-.084.07l-6.307 6.178c.182.064.378.099.582.099h12.5c.204 0 .4-.035.582-.099l-6.307-6.178l6.307 6.178zM18.75 4.5H6.25A1.75 1.75 0 0 0 4.5 6.25v12.5c0 .208.036.408.103.593l6.322-6.192a2.25 2.25 0 0 1 3.02-.116l.13.116l6.322 6.193c.067-.186.103-.386.103-.594V6.25a1.75 1.75 0 0 0-1.75-1.75zM16 7.751a1.25 1.25 0 1 1 0 2.499a1.25 1.25 0 0 1 0-2.499z" fill="currentColor" fill-rule="nonzero"/></svg> </template>
CSS
.icon-image-library-28-regular {
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%2028%2028%22%3E%3Cpath%20d%3D%22M22.993%206.008A3.243%203.243%200%200%201%2024.5%208.75v10.5c0%202.9-2.35%205.25-5.25%205.25H8.75a3.248%203.248%200%200%201-2.744-1.507l.122.005l.122.002h13A3.75%203.75%200%200%200%2023%2019.25v-13c0-.081-.002-.162-.007-.242zM18.75%203A3.25%203.25%200%200%201%2022%206.25v12.5A3.25%203.25%200%200%201%2018.75%2022H6.25A3.25%203.25%200%200%201%203%2018.75V6.25A3.25%203.25%200%200%201%206.25%203h12.5zm.582%2017.401l-6.307-6.178a.75.75%200%200%200-.966-.07l-.084.07l-6.307%206.178c.182.064.378.099.582.099h12.5c.204%200%20.4-.035.582-.099l-6.307-6.178l6.307%206.178zM18.75%204.5H6.25A1.75%201.75%200%200%200%204.5%206.25v12.5c0%20.208.036.408.103.593l6.322-6.192a2.25%202.25%200%200%201%203.02-.116l.13.116l6.322%206.193c.067-.186.103-.386.103-.594V6.25a1.75%201.75%200%200%200-1.75-1.75zM16%207.751a1.25%201.25%200%201%201%200%202.499a1.25%201.25%200%200%201%200-2.499z%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%2028%2028%22%3E%3Cpath%20d%3D%22M22.993%206.008A3.243%203.243%200%200%201%2024.5%208.75v10.5c0%202.9-2.35%205.25-5.25%205.25H8.75a3.248%203.248%200%200%201-2.744-1.507l.122.005l.122.002h13A3.75%203.75%200%200%200%2023%2019.25v-13c0-.081-.002-.162-.007-.242zM18.75%203A3.25%203.25%200%200%201%2022%206.25v12.5A3.25%203.25%200%200%201%2018.75%2022H6.25A3.25%203.25%200%200%201%203%2018.75V6.25A3.25%203.25%200%200%201%206.25%203h12.5zm.582%2017.401l-6.307-6.178a.75.75%200%200%200-.966-.07l-.084.07l-6.307%206.178c.182.064.378.099.582.099h12.5c.204%200%20.4-.035.582-.099l-6.307-6.178l6.307%206.178zM18.75%204.5H6.25A1.75%201.75%200%200%200%204.5%206.25v12.5c0%20.208.036.408.103.593l6.322-6.192a2.25%202.25%200%200%201%203.02-.116l.13.116l6.322%206.193c.067-.186.103-.386.103-.594V6.25a1.75%201.75%200%200%200-1.75-1.75zM16%207.751a1.25%201.25%200%201%201%200%202.499a1.25%201.25%200%200%201%200-2.499z%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-28-regular.svg?color=%231a73e8&size=48