presentation icon

presentation from Reicon by REICON · Outline · Business · MIT Free for personal and commercial use.

Name
presentation
Set
Reicon
Style
Outline
Category
Business
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All presentation icons →

More business icons from Reicon

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" fill-rule="evenodd" d="M1.25 2A.75.75 0 0 1 2 1.25h20a.75.75 0 0 1 0 1.5h-1.25v7.808c0 1.483 0 2.676-.133 3.614c-.138.975-.434 1.784-1.105 2.42c-.666.632-1.503.904-2.512 1.033c-.981.125-2.233.125-3.804.125h-.446v2.787l1.585.792a.75.75 0 1 1-.67 1.342L12 21.839l-1.665.832a.75.75 0 1 1-.67-1.342l1.585-.793V17.75h-.446c-1.571 0-2.823 0-3.804-.125c-1.01-.129-1.846-.401-2.512-1.033c-.671-.636-.967-1.445-1.105-2.42c-.133-.938-.133-2.131-.133-3.614V2.75H2A.75.75 0 0 1 1.25 2m3.5.75v7.75c0 1.554.002 2.64.118 3.46c.113.795.32 1.228.652 1.544c.338.32.812.524 1.67.633c.875.112 2.03.113 3.667.113h2.286c1.636 0 2.792-.001 3.667-.113c.858-.11 1.332-.313 1.67-.633c.332-.316.54-.749.652-1.543c.116-.82.118-1.907.118-3.461V2.75zm10.78 5.22a.75.75 0 0 1 0 1.06l-1.293 1.293l-.024.025a5 5 0 0 1-.452.416a1.24 1.24 0 0 1-.761.279a1.24 1.24 0 0 1-.761-.279a5 5 0 0 1-.452-.416l-.024-.025l-.586-.586L11 9.562l-.177.175L9.53 11.03a.75.75 0 1 1-1.06-1.06l1.293-1.293l.024-.025c.145-.145.302-.302.452-.416A1.24 1.24 0 0 1 11 7.957c.334 0 .585.145.761.279c.15.114.307.271.452.416l.024.025l.586.586l.177.175l.177-.175L14.47 7.97a.75.75 0 0 1 1.06 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPresentation(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" fillRule="evenodd" d="M1.25 2A.75.75 0 0 1 2 1.25h20a.75.75 0 0 1 0 1.5h-1.25v7.808c0 1.483 0 2.676-.133 3.614c-.138.975-.434 1.784-1.105 2.42c-.666.632-1.503.904-2.512 1.033c-.981.125-2.233.125-3.804.125h-.446v2.787l1.585.792a.75.75 0 1 1-.67 1.342L12 21.839l-1.665.832a.75.75 0 1 1-.67-1.342l1.585-.793V17.75h-.446c-1.571 0-2.823 0-3.804-.125c-1.01-.129-1.846-.401-2.512-1.033c-.671-.636-.967-1.445-1.105-2.42c-.133-.938-.133-2.131-.133-3.614V2.75H2A.75.75 0 0 1 1.25 2m3.5.75v7.75c0 1.554.002 2.64.118 3.46c.113.795.32 1.228.652 1.544c.338.32.812.524 1.67.633c.875.112 2.03.113 3.667.113h2.286c1.636 0 2.792-.001 3.667-.113c.858-.11 1.332-.313 1.67-.633c.332-.316.54-.749.652-1.543c.116-.82.118-1.907.118-3.461V2.75zm10.78 5.22a.75.75 0 0 1 0 1.06l-1.293 1.293l-.024.025a5 5 0 0 1-.452.416a1.24 1.24 0 0 1-.761.279a1.24 1.24 0 0 1-.761-.279a5 5 0 0 1-.452-.416l-.024-.025l-.586-.586L11 9.562l-.177.175L9.53 11.03a.75.75 0 1 1-1.06-1.06l1.293-1.293l.024-.025c.145-.145.302-.302.452-.416A1.24 1.24 0 0 1 11 7.957c.334 0 .585.145.761.279c.15.114.307.271.452.416l.024.025l.586.586l.177.175l.177-.175L14.47 7.97a.75.75 0 0 1 1.06 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.25 2A.75.75 0 0 1 2 1.25h20a.75.75 0 0 1 0 1.5h-1.25v7.808c0 1.483 0 2.676-.133 3.614c-.138.975-.434 1.784-1.105 2.42c-.666.632-1.503.904-2.512 1.033c-.981.125-2.233.125-3.804.125h-.446v2.787l1.585.792a.75.75 0 1 1-.67 1.342L12 21.839l-1.665.832a.75.75 0 1 1-.67-1.342l1.585-.793V17.75h-.446c-1.571 0-2.823 0-3.804-.125c-1.01-.129-1.846-.401-2.512-1.033c-.671-.636-.967-1.445-1.105-2.42c-.133-.938-.133-2.131-.133-3.614V2.75H2A.75.75 0 0 1 1.25 2m3.5.75v7.75c0 1.554.002 2.64.118 3.46c.113.795.32 1.228.652 1.544c.338.32.812.524 1.67.633c.875.112 2.03.113 3.667.113h2.286c1.636 0 2.792-.001 3.667-.113c.858-.11 1.332-.313 1.67-.633c.332-.316.54-.749.652-1.543c.116-.82.118-1.907.118-3.461V2.75zm10.78 5.22a.75.75 0 0 1 0 1.06l-1.293 1.293l-.024.025a5 5 0 0 1-.452.416a1.24 1.24 0 0 1-.761.279a1.24 1.24 0 0 1-.761-.279a5 5 0 0 1-.452-.416l-.024-.025l-.586-.586L11 9.562l-.177.175L9.53 11.03a.75.75 0 1 1-1.06-1.06l1.293-1.293l.024-.025c.145-.145.302-.302.452-.416A1.24 1.24 0 0 1 11 7.957c.334 0 .585.145.761.279c.15.114.307.271.452.416l.024.025l.586.586l.177.175l.177-.175L14.47 7.97a.75.75 0 0 1 1.06 0" clip-rule="evenodd"/></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%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%202A.75.75%200%200%201%202%201.25h20a.75.75%200%200%201%200%201.5h-1.25v7.808c0%201.483%200%202.676-.133%203.614c-.138.975-.434%201.784-1.105%202.42c-.666.632-1.503.904-2.512%201.033c-.981.125-2.233.125-3.804.125h-.446v2.787l1.585.792a.75.75%200%201%201-.67%201.342L12%2021.839l-1.665.832a.75.75%200%201%201-.67-1.342l1.585-.793V17.75h-.446c-1.571%200-2.823%200-3.804-.125c-1.01-.129-1.846-.401-2.512-1.033c-.671-.636-.967-1.445-1.105-2.42c-.133-.938-.133-2.131-.133-3.614V2.75H2A.75.75%200%200%201%201.25%202m3.5.75v7.75c0%201.554.002%202.64.118%203.46c.113.795.32%201.228.652%201.544c.338.32.812.524%201.67.633c.875.112%202.03.113%203.667.113h2.286c1.636%200%202.792-.001%203.667-.113c.858-.11%201.332-.313%201.67-.633c.332-.316.54-.749.652-1.543c.116-.82.118-1.907.118-3.461V2.75zm10.78%205.22a.75.75%200%200%201%200%201.06l-1.293%201.293l-.024.025a5%205%200%200%201-.452.416a1.24%201.24%200%200%201-.761.279a1.24%201.24%200%200%201-.761-.279a5%205%200%200%201-.452-.416l-.024-.025l-.586-.586L11%209.562l-.177.175L9.53%2011.03a.75.75%200%201%201-1.06-1.06l1.293-1.293l.024-.025c.145-.145.302-.302.452-.416A1.24%201.24%200%200%201%2011%207.957c.334%200%20.585.145.761.279c.15.114.307.271.452.416l.024.025l.586.586l.177.175l.177-.175L14.47%207.97a.75.75%200%200%201%201.06%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%202A.75.75%200%200%201%202%201.25h20a.75.75%200%200%201%200%201.5h-1.25v7.808c0%201.483%200%202.676-.133%203.614c-.138.975-.434%201.784-1.105%202.42c-.666.632-1.503.904-2.512%201.033c-.981.125-2.233.125-3.804.125h-.446v2.787l1.585.792a.75.75%200%201%201-.67%201.342L12%2021.839l-1.665.832a.75.75%200%201%201-.67-1.342l1.585-.793V17.75h-.446c-1.571%200-2.823%200-3.804-.125c-1.01-.129-1.846-.401-2.512-1.033c-.671-.636-.967-1.445-1.105-2.42c-.133-.938-.133-2.131-.133-3.614V2.75H2A.75.75%200%200%201%201.25%202m3.5.75v7.75c0%201.554.002%202.64.118%203.46c.113.795.32%201.228.652%201.544c.338.32.812.524%201.67.633c.875.112%202.03.113%203.667.113h2.286c1.636%200%202.792-.001%203.667-.113c.858-.11%201.332-.313%201.67-.633c.332-.316.54-.749.652-1.543c.116-.82.118-1.907.118-3.461V2.75zm10.78%205.22a.75.75%200%200%201%200%201.06l-1.293%201.293l-.024.025a5%205%200%200%201-.452.416a1.24%201.24%200%200%201-.761.279a1.24%201.24%200%200%201-.761-.279a5%205%200%200%201-.452-.416l-.024-.025l-.586-.586L11%209.562l-.177.175L9.53%2011.03a.75.75%200%201%201-1.06-1.06l1.293-1.293l.024-.025c.145-.145.302-.302.452-.416A1.24%201.24%200%200%201%2011%207.957c.334%200%20.585.145.761.279c.15.114.307.271.452.416l.024.025l.586.586l.177.175l.177-.175L14.47%207.97a.75.75%200%200%201%201.06%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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