presentation icon

presentation-filled from Reicon by REICON · Filled · Business · MIT Free for personal and commercial use.

Name
presentation-filled
Set
Reicon
Style
Filled
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="M2 1.25a.75.75 0 0 0 0 1.5h2v7.75c0 3.064 0 4.596 1.004 5.548s2.62.952 5.853.952h.393v3.537l-1.585.792a.75.75 0 1 0 .67 1.342L12 21.839l1.665.832a.75.75 0 1 0 .67-1.342l-1.585-.793V17h.393c3.232 0 4.849 0 5.853-.952S20 13.564 20 10.5V2.75h2a.75.75 0 0 0 0-1.5zm13.53 6.72a.75.75 0 0 1 0 1.06l-1.317 1.318a5 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-.61-.61L11 9.561l-.177.175L9.53 11.03a.75.75 0 1 1-1.06-1.06l1.317-1.318c.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.61.61l.177.176l.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 ReiconPresentationFilled(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="M2 1.25a.75.75 0 0 0 0 1.5h2v7.75c0 3.064 0 4.596 1.004 5.548s2.62.952 5.853.952h.393v3.537l-1.585.792a.75.75 0 1 0 .67 1.342L12 21.839l1.665.832a.75.75 0 1 0 .67-1.342l-1.585-.793V17h.393c3.232 0 4.849 0 5.853-.952S20 13.564 20 10.5V2.75h2a.75.75 0 0 0 0-1.5zm13.53 6.72a.75.75 0 0 1 0 1.06l-1.317 1.318a5 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-.61-.61L11 9.561l-.177.175L9.53 11.03a.75.75 0 1 1-1.06-1.06l1.317-1.318c.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.61.61l.177.176l.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="M2 1.25a.75.75 0 0 0 0 1.5h2v7.75c0 3.064 0 4.596 1.004 5.548s2.62.952 5.853.952h.393v3.537l-1.585.792a.75.75 0 1 0 .67 1.342L12 21.839l1.665.832a.75.75 0 1 0 .67-1.342l-1.585-.793V17h.393c3.232 0 4.849 0 5.853-.952S20 13.564 20 10.5V2.75h2a.75.75 0 0 0 0-1.5zm13.53 6.72a.75.75 0 0 1 0 1.06l-1.317 1.318a5 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-.61-.61L11 9.561l-.177.175L9.53 11.03a.75.75 0 1 1-1.06-1.06l1.317-1.318c.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.61.61l.177.176l.177-.175L14.47 7.97a.75.75 0 0 1 1.06 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-presentation-filled {
  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%22M2%201.25a.75.75%200%200%200%200%201.5h2v7.75c0%203.064%200%204.596%201.004%205.548s2.62.952%205.853.952h.393v3.537l-1.585.792a.75.75%200%201%200%20.67%201.342L12%2021.839l1.665.832a.75.75%200%201%200%20.67-1.342l-1.585-.793V17h.393c3.232%200%204.849%200%205.853-.952S20%2013.564%2020%2010.5V2.75h2a.75.75%200%200%200%200-1.5zm13.53%206.72a.75.75%200%200%201%200%201.06l-1.317%201.318a5%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-.61-.61L11%209.561l-.177.175L9.53%2011.03a.75.75%200%201%201-1.06-1.06l1.317-1.318c.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.61.61l.177.176l.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%22M2%201.25a.75.75%200%200%200%200%201.5h2v7.75c0%203.064%200%204.596%201.004%205.548s2.62.952%205.853.952h.393v3.537l-1.585.792a.75.75%200%201%200%20.67%201.342L12%2021.839l1.665.832a.75.75%200%201%200%20.67-1.342l-1.585-.793V17h.393c3.232%200%204.849%200%205.853-.952S20%2013.564%2020%2010.5V2.75h2a.75.75%200%200%200%200-1.5zm13.53%206.72a.75.75%200%200%201%200%201.06l-1.317%201.318a5%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-.61-.61L11%209.561l-.177.175L9.53%2011.03a.75.75%200%201%201-1.06-1.06l1.317-1.318c.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.61.61l.177.176l.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-filled.svg?color=%231a73e8&size=48

Presentation filled icon — Reicon · IconsDB