presenter icon
presenter-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- presenter-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
12 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the presenter icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 16a1 1 0 0 1 .707 1.707L21 24.414v2.336A3.25 3.25 0 0 1 17.75 30h-3.5A3.25 3.25 0 0 1 11 26.75v-2.336l-6.707-6.707A1 1 0 0 1 5 16zm-14.293 7.293A1 1 0 0 1 13 24v2.75c0 .69.56 1.25 1.25 1.25h3.5c.69 0 1.25-.56 1.25-1.25V24a1 1 0 0 1 .293-.707L24.586 18H7.414zM18.25 11a3.25 3.25 0 0 1 3.25 3.25v.25h-2v-.25c0-.69-.56-1.25-1.25-1.25h-4.5c-.69 0-1.25.56-1.25 1.25v.25h-2v-.25A3.25 3.25 0 0 1 13.75 11zM16 2a3.75 3.75 0 1 1 0 7.5A3.75 3.75 0 0 1 16 2m0 2a1.75 1.75 0 1 0 0 3.5A1.75 1.75 0 0 0 16 4"/></svg>
React
import type { SVGProps } from "react";
export function FluentPresenter32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 16a1 1 0 0 1 .707 1.707L21 24.414v2.336A3.25 3.25 0 0 1 17.75 30h-3.5A3.25 3.25 0 0 1 11 26.75v-2.336l-6.707-6.707A1 1 0 0 1 5 16zm-14.293 7.293A1 1 0 0 1 13 24v2.75c0 .69.56 1.25 1.25 1.25h3.5c.69 0 1.25-.56 1.25-1.25V24a1 1 0 0 1 .293-.707L24.586 18H7.414zM18.25 11a3.25 3.25 0 0 1 3.25 3.25v.25h-2v-.25c0-.69-.56-1.25-1.25-1.25h-4.5c-.69 0-1.25.56-1.25 1.25v.25h-2v-.25A3.25 3.25 0 0 1 13.75 11zM16 2a3.75 3.75 0 1 1 0 7.5A3.75 3.75 0 0 1 16 2m0 2a1.75 1.75 0 1 0 0 3.5A1.75 1.75 0 0 0 16 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 16a1 1 0 0 1 .707 1.707L21 24.414v2.336A3.25 3.25 0 0 1 17.75 30h-3.5A3.25 3.25 0 0 1 11 26.75v-2.336l-6.707-6.707A1 1 0 0 1 5 16zm-14.293 7.293A1 1 0 0 1 13 24v2.75c0 .69.56 1.25 1.25 1.25h3.5c.69 0 1.25-.56 1.25-1.25V24a1 1 0 0 1 .293-.707L24.586 18H7.414zM18.25 11a3.25 3.25 0 0 1 3.25 3.25v.25h-2v-.25c0-.69-.56-1.25-1.25-1.25h-4.5c-.69 0-1.25.56-1.25 1.25v.25h-2v-.25A3.25 3.25 0 0 1 13.75 11zM16 2a3.75 3.75 0 1 1 0 7.5A3.75 3.75 0 0 1 16 2m0 2a1.75 1.75 0 1 0 0 3.5A1.75 1.75 0 0 0 16 4"/></svg> </template>
CSS
.icon-presenter-32-regular {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%2016a1%201%200%200%201%20.707%201.707L21%2024.414v2.336A3.25%203.25%200%200%201%2017.75%2030h-3.5A3.25%203.25%200%200%201%2011%2026.75v-2.336l-6.707-6.707A1%201%200%200%201%205%2016zm-14.293%207.293A1%201%200%200%201%2013%2024v2.75c0%20.69.56%201.25%201.25%201.25h3.5c.69%200%201.25-.56%201.25-1.25V24a1%201%200%200%201%20.293-.707L24.586%2018H7.414zM18.25%2011a3.25%203.25%200%200%201%203.25%203.25v.25h-2v-.25c0-.69-.56-1.25-1.25-1.25h-4.5c-.69%200-1.25.56-1.25%201.25v.25h-2v-.25A3.25%203.25%200%200%201%2013.75%2011zM16%202a3.75%203.75%200%201%201%200%207.5A3.75%203.75%200%200%201%2016%202m0%202a1.75%201.75%200%201%200%200%203.5A1.75%201.75%200%200%200%2016%204%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%2016a1%201%200%200%201%20.707%201.707L21%2024.414v2.336A3.25%203.25%200%200%201%2017.75%2030h-3.5A3.25%203.25%200%200%201%2011%2026.75v-2.336l-6.707-6.707A1%201%200%200%201%205%2016zm-14.293%207.293A1%201%200%200%201%2013%2024v2.75c0%20.69.56%201.25%201.25%201.25h3.5c.69%200%201.25-.56%201.25-1.25V24a1%201%200%200%201%20.293-.707L24.586%2018H7.414zM18.25%2011a3.25%203.25%200%200%201%203.25%203.25v.25h-2v-.25c0-.69-.56-1.25-1.25-1.25h-4.5c-.69%200-1.25.56-1.25%201.25v.25h-2v-.25A3.25%203.25%200%200%201%2013.75%2011zM16%202a3.75%203.75%200%201%201%200%207.5A3.75%203.75%200%200%201%2016%202m0%202a1.75%201.75%200%201%200%200%203.5A1.75%201.75%200%200%200%2016%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/presenter-32-regular.svg?color=%231a73e8&size=48