slide-library-sharp from Material Symbols Light by Google · Sharp · Text · Apache-2.0 Free for personal and commercial use.

Name
slide-library-sharp
Set
Material Symbols Light
Style
Sharp
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
slide-library-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the slide library icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 19V7.385h1V18h14v1zm3-3V5h8.554l-1 1H7v9h13V8.446l1-1V16zm6.98-4.327q-.382 0-.717-.147q-.336-.147-.57-.449q.309 0 .568-.153t.258-.443q0-.375.265-.63q.264-.255.639-.255q.356 0 .62.264q.265.265.265.62q0 .518-.395.855t-.932.338m2.371-1.98l-1.063-1.064l4.661-4.637l1.058 1.058z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSlideLibrarySharp(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="M3 19V7.385h1V18h14v1zm3-3V5h8.554l-1 1H7v9h13V8.446l1-1V16zm6.98-4.327q-.382 0-.717-.147q-.336-.147-.57-.449q.309 0 .568-.153t.258-.443q0-.375.265-.63q.264-.255.639-.255q.356 0 .62.264q.265.265.265.62q0 .518-.395.855t-.932.338m2.371-1.98l-1.063-1.064l4.661-4.637l1.058 1.058z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 19V7.385h1V18h14v1zm3-3V5h8.554l-1 1H7v9h13V8.446l1-1V16zm6.98-4.327q-.382 0-.717-.147q-.336-.147-.57-.449q.309 0 .568-.153t.258-.443q0-.375.265-.63q.264-.255.639-.255q.356 0 .62.264q.265.265.265.62q0 .518-.395.855t-.932.338m2.371-1.98l-1.063-1.064l4.661-4.637l1.058 1.058z"/></svg>
</template>

CSS

.icon-slide-library-sharp {
  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%22M3%2019V7.385h1V18h14v1zm3-3V5h8.554l-1%201H7v9h13V8.446l1-1V16zm6.98-4.327q-.382%200-.717-.147q-.336-.147-.57-.449q.309%200%20.568-.153t.258-.443q0-.375.265-.63q.264-.255.639-.255q.356%200%20.62.264q.265.265.265.62q0%20.518-.395.855t-.932.338m2.371-1.98l-1.063-1.064l4.661-4.637l1.058%201.058z%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%22M3%2019V7.385h1V18h14v1zm3-3V5h8.554l-1%201H7v9h13V8.446l1-1V16zm6.98-4.327q-.382%200-.717-.147q-.336-.147-.57-.449q.309%200%20.568-.153t.258-.443q0-.375.265-.63q.264-.255.639-.255q.356%200%20.62.264q.265.265.265.62q0%20.518-.395.855t-.932.338m2.371-1.98l-1.063-1.064l4.661-4.637l1.058%201.058z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/slide-library-sharp.svg?color=%231a73e8&size=48