presentation2 icon
presentation2-filled from Reicon by REICON · Filled · Business · MIT Free for personal and commercial use.
- Name
- presentation2-filled
- Set
- Reicon
- Style
- Filled
- 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" d="M.75 2a.75.75 0 0 1 .75-.75h21a.75.75 0 0 1 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 1-1.857 1.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05H12.75v1.875l3.7 2.775a.75.75 0 1 1-.9 1.2L12 19.937L8.45 22.6a.75.75 0 1 1-.9-1.2l3.7-2.775V16.75H8.567c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327V2.75H1.5A.75.75 0 0 1 .75 2"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPresentation2Filled(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="M.75 2a.75.75 0 0 1 .75-.75h21a.75.75 0 0 1 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 1-1.857 1.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05H12.75v1.875l3.7 2.775a.75.75 0 1 1-.9 1.2L12 19.937L8.45 22.6a.75.75 0 1 1-.9-1.2l3.7-2.775V16.75H8.567c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327V2.75H1.5A.75.75 0 0 1 .75 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M.75 2a.75.75 0 0 1 .75-.75h21a.75.75 0 0 1 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 1-1.857 1.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05H12.75v1.875l3.7 2.775a.75.75 0 1 1-.9 1.2L12 19.937L8.45 22.6a.75.75 0 1 1-.9-1.2l3.7-2.775V16.75H8.567c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327V2.75H1.5A.75.75 0 0 1 .75 2"/></svg> </template>
CSS
.icon-presentation2-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%20d%3D%22M.75%202a.75.75%200%200%201%20.75-.75h21a.75.75%200%200%201%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%201-1.857%201.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05H12.75v1.875l3.7%202.775a.75.75%200%201%201-.9%201.2L12%2019.937L8.45%2022.6a.75.75%200%201%201-.9-1.2l3.7-2.775V16.75H8.567c-.952%200-1.713%200-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25%204.25%200%200%201-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327V2.75H1.5A.75.75%200%200%201%20.75%202%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%22M.75%202a.75.75%200%200%201%20.75-.75h21a.75.75%200%200%201%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%201-1.857%201.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05H12.75v1.875l3.7%202.775a.75.75%200%201%201-.9%201.2L12%2019.937L8.45%2022.6a.75.75%200%201%201-.9-1.2l3.7-2.775V16.75H8.567c-.952%200-1.713%200-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25%204.25%200%200%201-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327V2.75H1.5A.75.75%200%200%201%20.75%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/presentation2-filled.svg?color=%231a73e8&size=48