presentation2 icon

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

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

1 other variant in Reicon

More business icons from Reicon

Use the presentation2 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.5 1.25a.75.75 0 0 0 0 1.5h.75v7.683c0 .952 0 1.713.05 2.327c.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.858 1.857c.497.253 1.04.361 1.67.413c.613.05 1.374.05 2.326.05h2.683v1.875L7.55 21.4a.75.75 0 0 0 .9 1.2L12 19.937l3.55 2.663a.75.75 0 1 0 .9-1.2l-3.7-2.775V16.75h2.683c.952 0 1.713 0 2.327-.05c.63-.052 1.172-.16 1.67-.413a4.25 4.25 0 0 0 1.857-1.857c.253-.498.361-1.04.413-1.67c.05-.614.05-1.375.05-2.327V2.75h.75a.75.75 0 0 0 0-1.5zm13.9 14H8.6c-.992 0-1.692 0-2.238-.045c-.537-.044-.86-.127-1.11-.255a2.75 2.75 0 0 1-1.202-1.2c-.128-.252-.21-.574-.255-1.111c-.044-.546-.045-1.245-.045-2.238V2.75h16.5v7.65c0 .992 0 1.692-.045 2.238c-.044.537-.127.86-.255 1.11a2.75 2.75 0 0 1-1.201 1.202c-.252.128-.574.21-1.111.255c-.546.044-1.246.045-2.238.045" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPresentation2(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.5 1.25a.75.75 0 0 0 0 1.5h.75v7.683c0 .952 0 1.713.05 2.327c.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.858 1.857c.497.253 1.04.361 1.67.413c.613.05 1.374.05 2.326.05h2.683v1.875L7.55 21.4a.75.75 0 0 0 .9 1.2L12 19.937l3.55 2.663a.75.75 0 1 0 .9-1.2l-3.7-2.775V16.75h2.683c.952 0 1.713 0 2.327-.05c.63-.052 1.172-.16 1.67-.413a4.25 4.25 0 0 0 1.857-1.857c.253-.498.361-1.04.413-1.67c.05-.614.05-1.375.05-2.327V2.75h.75a.75.75 0 0 0 0-1.5zm13.9 14H8.6c-.992 0-1.692 0-2.238-.045c-.537-.044-.86-.127-1.11-.255a2.75 2.75 0 0 1-1.202-1.2c-.128-.252-.21-.574-.255-1.111c-.044-.546-.045-1.245-.045-2.238V2.75h16.5v7.65c0 .992 0 1.692-.045 2.238c-.044.537-.127.86-.255 1.11a2.75 2.75 0 0 1-1.201 1.202c-.252.128-.574.21-1.111.255c-.546.044-1.246.045-2.238.045" 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.5 1.25a.75.75 0 0 0 0 1.5h.75v7.683c0 .952 0 1.713.05 2.327c.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.858 1.857c.497.253 1.04.361 1.67.413c.613.05 1.374.05 2.326.05h2.683v1.875L7.55 21.4a.75.75 0 0 0 .9 1.2L12 19.937l3.55 2.663a.75.75 0 1 0 .9-1.2l-3.7-2.775V16.75h2.683c.952 0 1.713 0 2.327-.05c.63-.052 1.172-.16 1.67-.413a4.25 4.25 0 0 0 1.857-1.857c.253-.498.361-1.04.413-1.67c.05-.614.05-1.375.05-2.327V2.75h.75a.75.75 0 0 0 0-1.5zm13.9 14H8.6c-.992 0-1.692 0-2.238-.045c-.537-.044-.86-.127-1.11-.255a2.75 2.75 0 0 1-1.202-1.2c-.128-.252-.21-.574-.255-1.111c-.044-.546-.045-1.245-.045-2.238V2.75h16.5v7.65c0 .992 0 1.692-.045 2.238c-.044.537-.127.86-.255 1.11a2.75 2.75 0 0 1-1.201 1.202c-.252.128-.574.21-1.111.255c-.546.044-1.246.045-2.238.045" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-presentation2 {
  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.5%201.25a.75.75%200%200%200%200%201.5h.75v7.683c0%20.952%200%201.713.05%202.327c.052.63.16%201.172.413%201.67a4.25%204.25%200%200%200%201.858%201.857c.497.253%201.04.361%201.67.413c.613.05%201.374.05%202.326.05h2.683v1.875L7.55%2021.4a.75.75%200%200%200%20.9%201.2L12%2019.937l3.55%202.663a.75.75%200%201%200%20.9-1.2l-3.7-2.775V16.75h2.683c.952%200%201.713%200%202.327-.05c.63-.052%201.172-.16%201.67-.413a4.25%204.25%200%200%200%201.857-1.857c.253-.498.361-1.04.413-1.67c.05-.614.05-1.375.05-2.327V2.75h.75a.75.75%200%200%200%200-1.5zm13.9%2014H8.6c-.992%200-1.692%200-2.238-.045c-.537-.044-.86-.127-1.11-.255a2.75%202.75%200%200%201-1.202-1.2c-.128-.252-.21-.574-.255-1.111c-.044-.546-.045-1.245-.045-2.238V2.75h16.5v7.65c0%20.992%200%201.692-.045%202.238c-.044.537-.127.86-.255%201.11a2.75%202.75%200%200%201-1.201%201.202c-.252.128-.574.21-1.111.255c-.546.044-1.246.045-2.238.045%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.5%201.25a.75.75%200%200%200%200%201.5h.75v7.683c0%20.952%200%201.713.05%202.327c.052.63.16%201.172.413%201.67a4.25%204.25%200%200%200%201.858%201.857c.497.253%201.04.361%201.67.413c.613.05%201.374.05%202.326.05h2.683v1.875L7.55%2021.4a.75.75%200%200%200%20.9%201.2L12%2019.937l3.55%202.663a.75.75%200%201%200%20.9-1.2l-3.7-2.775V16.75h2.683c.952%200%201.713%200%202.327-.05c.63-.052%201.172-.16%201.67-.413a4.25%204.25%200%200%200%201.857-1.857c.253-.498.361-1.04.413-1.67c.05-.614.05-1.375.05-2.327V2.75h.75a.75.75%200%200%200%200-1.5zm13.9%2014H8.6c-.992%200-1.692%200-2.238-.045c-.537-.044-.86-.127-1.11-.255a2.75%202.75%200%200%201-1.202-1.2c-.128-.252-.21-.574-.255-1.111c-.044-.546-.045-1.245-.045-2.238V2.75h16.5v7.65c0%20.992%200%201.692-.045%202.238c-.044.537-.127.86-.255%201.11a2.75%202.75%200%200%201-1.201%201.202c-.252.128-.574.21-1.111.255c-.546.044-1.246.045-2.238.045%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/presentation2.svg?color=%231a73e8&size=48

Presentation2 outline icon — Reicon · IconsDB