presentation icon

presentation from Unicons by Iconscout · Line · Education · Apache-2.0 Free for personal and commercial use.

Name
presentation
Set
Unicons
Style
Line
Category
Education
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More education icons from Unicons

Use the presentation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 14h-1V4h1a1 1 0 0 0 0-2H3a1 1 0 0 0 0 2h1v10H3a1 1 0 0 0 0 2h8v1.15l-4.55 3A1 1 0 0 0 7 22a.94.94 0 0 0 .55-.17L11 19.55V21a1 1 0 0 0 2 0v-1.45l3.45 2.28A.94.94 0 0 0 17 22a1 1 0 0 0 .55-1.83l-4.55-3V16h8a1 1 0 0 0 0-2m-3 0H6V4h12Z"/></svg>

React

import type { SVGProps } from "react";

export function UilPresentation(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="M21 14h-1V4h1a1 1 0 0 0 0-2H3a1 1 0 0 0 0 2h1v10H3a1 1 0 0 0 0 2h8v1.15l-4.55 3A1 1 0 0 0 7 22a.94.94 0 0 0 .55-.17L11 19.55V21a1 1 0 0 0 2 0v-1.45l3.45 2.28A.94.94 0 0 0 17 22a1 1 0 0 0 .55-1.83l-4.55-3V16h8a1 1 0 0 0 0-2m-3 0H6V4h12Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 14h-1V4h1a1 1 0 0 0 0-2H3a1 1 0 0 0 0 2h1v10H3a1 1 0 0 0 0 2h8v1.15l-4.55 3A1 1 0 0 0 7 22a.94.94 0 0 0 .55-.17L11 19.55V21a1 1 0 0 0 2 0v-1.45l3.45 2.28A.94.94 0 0 0 17 22a1 1 0 0 0 .55-1.83l-4.55-3V16h8a1 1 0 0 0 0-2m-3 0H6V4h12Z"/></svg>
</template>

CSS

.icon-presentation {
  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%22M21%2014h-1V4h1a1%201%200%200%200%200-2H3a1%201%200%200%200%200%202h1v10H3a1%201%200%200%200%200%202h8v1.15l-4.55%203A1%201%200%200%200%207%2022a.94.94%200%200%200%20.55-.17L11%2019.55V21a1%201%200%200%200%202%200v-1.45l3.45%202.28A.94.94%200%200%200%2017%2022a1%201%200%200%200%20.55-1.83l-4.55-3V16h8a1%201%200%200%200%200-2m-3%200H6V4h12Z%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%22M21%2014h-1V4h1a1%201%200%200%200%200-2H3a1%201%200%200%200%200%202h1v10H3a1%201%200%200%200%200%202h8v1.15l-4.55%203A1%201%200%200%200%207%2022a.94.94%200%200%200%20.55-.17L11%2019.55V21a1%201%200%200%200%202%200v-1.45l3.45%202.28A.94.94%200%200%200%2017%2022a1%201%200%200%200%20.55-1.83l-4.55-3V16h8a1%201%200%200%200%200-2m-3%200H6V4h12Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/presentation.svg?color=%231a73e8&size=48