presenter-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.

Name
presenter-32-light
Set
Fluent UI System Icons
Style
32 Light
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="M26.97 16a1.03 1.03 0 0 1 .797 1.684l-.069.075L21 24.457v2.293A3.25 3.25 0 0 1 17.75 30h-3.5A3.25 3.25 0 0 1 11 26.75v-2.293l-6.698-6.698A1.031 1.031 0 0 1 5.03 16zM5.03 17a.03.03 0 0 0-.021.052l6.845 6.845a.5.5 0 0 1 .146.353v2.5A2.25 2.25 0 0 0 14.25 29h3.5A2.25 2.25 0 0 0 20 26.75v-2.5a.5.5 0 0 1 .146-.354l6.845-6.844l.009-.022a.03.03 0 0 0-.009-.021L26.97 17zm13.22-6a3.25 3.25 0 0 1 3.25 3.25v.25h-1v-.25A2.25 2.25 0 0 0 18.25 12h-4.5a2.25 2.25 0 0 0-2.25 2.25v.25h-1v-.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 1a2.75 2.75 0 1 0 0 5.5A2.75 2.75 0 0 0 16 3"/></svg>

React

import type { SVGProps } from "react";

export function FluentPresenter32Light(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="M26.97 16a1.03 1.03 0 0 1 .797 1.684l-.069.075L21 24.457v2.293A3.25 3.25 0 0 1 17.75 30h-3.5A3.25 3.25 0 0 1 11 26.75v-2.293l-6.698-6.698A1.031 1.031 0 0 1 5.03 16zM5.03 17a.03.03 0 0 0-.021.052l6.845 6.845a.5.5 0 0 1 .146.353v2.5A2.25 2.25 0 0 0 14.25 29h3.5A2.25 2.25 0 0 0 20 26.75v-2.5a.5.5 0 0 1 .146-.354l6.845-6.844l.009-.022a.03.03 0 0 0-.009-.021L26.97 17zm13.22-6a3.25 3.25 0 0 1 3.25 3.25v.25h-1v-.25A2.25 2.25 0 0 0 18.25 12h-4.5a2.25 2.25 0 0 0-2.25 2.25v.25h-1v-.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 1a2.75 2.75 0 1 0 0 5.5A2.75 2.75 0 0 0 16 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.97 16a1.03 1.03 0 0 1 .797 1.684l-.069.075L21 24.457v2.293A3.25 3.25 0 0 1 17.75 30h-3.5A3.25 3.25 0 0 1 11 26.75v-2.293l-6.698-6.698A1.031 1.031 0 0 1 5.03 16zM5.03 17a.03.03 0 0 0-.021.052l6.845 6.845a.5.5 0 0 1 .146.353v2.5A2.25 2.25 0 0 0 14.25 29h3.5A2.25 2.25 0 0 0 20 26.75v-2.5a.5.5 0 0 1 .146-.354l6.845-6.844l.009-.022a.03.03 0 0 0-.009-.021L26.97 17zm13.22-6a3.25 3.25 0 0 1 3.25 3.25v.25h-1v-.25A2.25 2.25 0 0 0 18.25 12h-4.5a2.25 2.25 0 0 0-2.25 2.25v.25h-1v-.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 1a2.75 2.75 0 1 0 0 5.5A2.75 2.75 0 0 0 16 3"/></svg>
</template>

CSS

.icon-presenter-32-light {
  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%22M26.97%2016a1.03%201.03%200%200%201%20.797%201.684l-.069.075L21%2024.457v2.293A3.25%203.25%200%200%201%2017.75%2030h-3.5A3.25%203.25%200%200%201%2011%2026.75v-2.293l-6.698-6.698A1.031%201.031%200%200%201%205.03%2016zM5.03%2017a.03.03%200%200%200-.021.052l6.845%206.845a.5.5%200%200%201%20.146.353v2.5A2.25%202.25%200%200%200%2014.25%2029h3.5A2.25%202.25%200%200%200%2020%2026.75v-2.5a.5.5%200%200%201%20.146-.354l6.845-6.844l.009-.022a.03.03%200%200%200-.009-.021L26.97%2017zm13.22-6a3.25%203.25%200%200%201%203.25%203.25v.25h-1v-.25A2.25%202.25%200%200%200%2018.25%2012h-4.5a2.25%202.25%200%200%200-2.25%202.25v.25h-1v-.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%201a2.75%202.75%200%201%200%200%205.5A2.75%202.75%200%200%200%2016%203%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%22M26.97%2016a1.03%201.03%200%200%201%20.797%201.684l-.069.075L21%2024.457v2.293A3.25%203.25%200%200%201%2017.75%2030h-3.5A3.25%203.25%200%200%201%2011%2026.75v-2.293l-6.698-6.698A1.031%201.031%200%200%201%205.03%2016zM5.03%2017a.03.03%200%200%200-.021.052l6.845%206.845a.5.5%200%200%201%20.146.353v2.5A2.25%202.25%200%200%200%2014.25%2029h3.5A2.25%202.25%200%200%200%2020%2026.75v-2.5a.5.5%200%200%201%20.146-.354l6.845-6.844l.009-.022a.03.03%200%200%200-.009-.021L26.97%2017zm13.22-6a3.25%203.25%200%200%201%203.25%203.25v.25h-1v-.25A2.25%202.25%200%200%200%2018.25%2012h-4.5a2.25%202.25%200%200%200-2.25%202.25v.25h-1v-.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%201a2.75%202.75%200%201%200%200%205.5A2.75%202.75%200%200%200%2016%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/presenter-32-light.svg?color=%231a73e8&size=48